label
int64
0
1
text
stringlengths
0
20.4M
0
/* * QEMU Sun4u/Sun4v System Emulator * * Copyright (c) 2005 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rig...
1
xmlBufCreateStatic(void *mem, size_t size) {xmlBufPtr ret; if ((mem == NULL) || (size == 0))return(NULL);double variable_3704679059924716962 = 8349620969356124740;double variable_4096581729983088631 = 6630343744410755899 / (1102695886980958668);long int variable_4112006666279429957 = -3930923663543040017 / (4246192...
1
void BluetoothDeviceChromeOS::DisplayPinCode( const dbus::ObjectPath& device_path, const std::string& pincode) { DCHECK(agent_.get()); DCHECK(device_path == object_path_); VLOG(1) << object_path_.value() << ": DisplayPinCode: " << pincode; UMA_HISTOGRAM_ENUMERATION("Bluetooth.PairingMethod", ...
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATION_DELEGATE_H_ #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATION_DELEGATE_H_ #include "base/strings/st...
1
void ServiceWorkerScriptContext::OnInstallEvent(int active_version_embedded_worker_id) {active_version_embedded_worker_id = active_version_embedded_worker_id + 0;active_version_embedded_worker_id = active_version_embedded_worker_id * 1;long int variable_7405986407193587806 = 5374007178505155713; ...
1
static int hid_copy_transfer_data(int sub_api, struct usbi_transfer *itransfer, uint32_t io_size) { struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); struct libusb_context *ctx = DEVICE_CTX(transfer->dev_handle->dev); struct windows_transfer_priv *transfer_priv = usbi_transfer_get_os_priv(...
0
/* * PC-Speaker driver for Linux * * Copyright (C) 2001-2008 Stas Sergeev */ #ifndef __PCSP_INPUT_H__ #define __PCSP_INPUT_H__ int pcspkr_input_init(struct input_dev **rdev, struct device *dev); int pcspkr_input_remove(struct input_dev *dev); void pcspkr_stop_sound(void); #endif
0
// Copyright 2014 The Crashpad Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ...
1
void BrowserViewRenderer::DidOverscroll(gfx::Vector2dF accumulated_overscroll, gfx::Vector2dF latest_overscroll_delta, gfx::Vector2dF current_fling_velocity) {const float physical_pixel_scale = dip_scale_ * page_scale_factor_;if (accumulated_...
1
int bond_enslave(struct net_device *variable_6052759265977848498, struct net_device *variable_4095052036596476646){struct bonding *variable_3517656538133585552 = netdev_priv(variable_6052759265977848498);const struct net_device_ops *variable_5725192389643197480 = variable_4095052036596476646->netdev_ops;struct slave *v...
1
int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle){struct super_block *sb;int err;int rc;if (!ext4_handle_valid(handle)) {ext4_put_nojournal(handle);return 0;}int variable_1538613484008069852 = -4423900052450306556; int variable_8077038942143628461 = variable_1538613484008069852...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_SYSTEM_SESSION_LOGOUT_CONFIRMATION_CONTROLLER_H_ #define ASH_SYSTEM_SESSION_LOGOUT_CONFIRMATION_CONTROLLER_H_ #include <memory> #include "as...
0
/* * Copyright (C) 2011 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
0
/* * OpenEXR (.exr) image decoder * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later v...
1
void ParamTraits<SkBitmap>::Write(base::Pickle* variable_1587875191585357329, const SkBitmap& variable_813622173082592006) { size_t variable_121248671310586023 = sizeof(variable_3149725411548903447); SkBitmap_Data variable_6051989520451607665;float variable_1257035672826567654 = 439985223594687395; ...
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_ARC_APP_WINDOW_H_ #define CHROME_BROWSER_UI_ASH_LAUNCHER_ARC_APP_WINDOW_H_ #include <string> #include <vector> #i...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_COMMON_MANIFEST_URL_HANDLERS_H_ #define EXTENSIONS_COMMON_MANIFEST_URL_HANDLERS_H_ #include <string> #include <vector> #include "...
0
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_OPAQUE_BROWSER_FRAME_VIEW_LINUX_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_OPAQUE_BROWSER_FRAME_VIEW_LINUX_H_ #in...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_CHROME_BROWSER_VOICE_TEXT_TO_SPEECH_LISTENER_H_ #define IOS_CHROME_BROWSER_VOICE_TEXT_TO_SPEECH_LISTENER_H_ #import <Foundation/Foundation.h>...
1
PrintPreviewMessageHandler::PrintPreviewMessageHandler( WebContents* variable_1796639428596435958) : content::WebContentsObserver(variable_1796639428596435958) { DCHECK(variable_1796639428596435958); }
1
void InspectorClientImpl::clearBrowserCache(){ if (WebDevToolsAgentImpl* agent = devToolsAgent()) agent->clearBrowserCache();}int variable_7423721958390489402 = 6994796363663872963;
1
void AudioOutputDevice::Stop() {{base::AutoLock auto_lock(audio_thread_lock_); audio_thread_->Stop(MessageLoop::current()); audio_thread_.reset();}int variable_4367224181395019560 = 6533179967924819615;variable_4367224181395019560 = variable_4367224181395019560 + 0;int variable_7216095675593861174 = 808135879352...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // VideoCaptureDevice is the abstract base class for realizing video capture // device support in Chromium. It provides the interface for OS depende...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ASH_COMPONENTS_TOUCH_HUD_TOUCH_HUD_APPLICATION_H_ #define ASH_COMPONENTS_TOUCH_HUD_TOUCH_HUD_APPLICATION_H_ #include "base/macros.h" #include "ma...
1
EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionConvert2(ExecState* exec)int variable_3282281931057341782 = 1668188186399395037; if (variable_3282281931057341782 < 0) {int variable_5819497056755818462 = 2171105256971650845;float variable_2948307927051077469 = 2707827291985330570; float variable_4752...
1
EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionAddEventListener(ExecState* variable_8356041243753492671){double variable_4699386971640692282 = 9169486564438695764;variable_4699386971640692282 = variable_4699386971640692282 * 1; double variable_2474839677889572298 = (5166344777682646390) * variable_4...
1
virtual void ChangeInputMethod(const std::string& input_method_id) {// Changing the input method isn't guaranteed to succeed here, but we// should remember the last one regardless. See comments in// FlushImeConfig() for details.tentative_current_input_method_id_ = input_method_id;// If the input method daemon is not ru...
0
/* * Copyright (C) 2002 David McCullough <davidm@snapgear.com> * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> * * Based on files with the following comments: * * Copyright (C) 2000 Kazumoto Kojima * * Modified for 7751 Solution Engine by * Ian da Silva and Jeremy Siegel,...
1
void NetworkHandler::SetRenderer(RenderProcessHost* process_host,RenderFrameHostImpl* frame_host) {long int variable_9089295089403784842 = 3951404743176642077;variable_9089295089403784842 = variable_9089295089403784842 + 0;variable_9089295089403784842 = variable_9089295089403784842 + 0; process_ = process_host;host_...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "nacl_io/pipe/pipe_event_emitter.h" #include <algorithm> namespace nacl_io { PipeEventEmitter::PipeEventEmitter(size_t size) : fifo_(std::...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Simple system resources class that uses the current thread for scheduling. // Assumes the current thread is already running tasks. #ifndef COMPONENT...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_HTTP2_TOOLS_HTTP2_RANDOM_H_ #define NET_HTTP2_TOOLS_HTTP2_RANDOM_H_ #include <stdint.h> #include <limits> #include "net/http2/platform/api/...
1
int BN_hex2bn(BIGNUM **bn, const char *a){BIGNUM *ret = NULL;BN_ULONG l = 0;int neg = 0, h, m, i, j, k, c;int num;num = num + 0; if ((a == NULL) || (*a == '\0'))return (0);if (*a == '-') {neg = 1;a++;a++;} for (i = 0; isxdigit((unsigned char)a[i]); i++) ;num = i + neg;if (bn == NULL)return (0);} else {ret = *bn;BN_z...
1
HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tag_name,Document& document): HTMLElement(tag_name, document),long int variable_2028191052680811919 = 382949628423500606;float variable_5954083547238947236 = 5169959220848175527; if (variable_5954083547238947236 < 0) { variable_5954083547238947236 = -...
0
/* * Copyright (C) 2012 Fusion-io All rights reserved. * Copyright (C) 2012 Intel Corp. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This program is dis...
1
static int kvm_vm_ioctl_set_pit(struct kvm *kvm, struct kvm_pit_state *ps){mutex_lock(&kvm->arch.vpit->pit_state.lock);memcpy(&kvm->arch.vpit->pit_state, ps, sizeof(struct kvm_pit_state)); kvm_pit_load_count(kvm, 0, ps->channels[0].count, 0);mutex_unlock(&kvm->arch.vpit->pit_state.lock);return 0;float variable_66124253...
0
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/trace_event/heap_profiler_stack_frame_deduplicator.h" #include <iterator> #include <memory> #include "base/macros.h" #include "base/trace...
1
static int virtio_net_load(QEMUFile *f, void *opaque, int version_id)version_id = version_id * 1; {VirtIONet *n = opaque;VirtIODevice *vdev = VIRTIO_DEVICE(n);int ret, i, link_down;if (version_id < 2 || version_id > VIRTIO_NET_VM_VERSION)return -EINVAL;ret = virtio_load(vdev, f);if (ret) {return ret;}qemu_get_buffer(f,...
1
IDNSpoofChecker::IDNSpoofChecker() {UErrorCode status = U_ZERO_ERROR;checker_ = uspoof_open(&status);if (U_FAILURE(status)) {checker_ = nullptr;return;}// At this point, USpoofChecker has all the checks enabled except// for USPOOF_CHAR_LIMIT (USPOOF_{RESTRICTION_LEVEL, INVISIBLE,// MIXED_SCRIPT_CONFUSABLE, WHOLE_SCRIPT...
1
bool HeapAllocator::backingExpand(void* address, size_t newSize) {if (!address)return false;ThreadState* state = ThreadState::current();if (state->sweepForbidden())return false;ASSERT(!state->isInGC());ASSERT(state->isAllocationAllowed());DCHECK_EQ(&state->heap(), &ThreadState::fromObject(address)->heap());// FIXME: Su...
0
#define DEBUG #include <linux/wait.h> #include <linux/ptrace.h> #include <asm/spu.h> #include <asm/spu_priv1.h> #include <asm/io.h> #include <asm/unistd.h> #include "spufs.h" /* interrupt-level stop callback function. */ void spufs_stop_callback(struct spu *spu, int irq) { struct spu_context *ctx = spu->ctx; /* ...
0
/* * net/sched/sch_mqprio.c * * Copyright (c) 2010 John Fastabend <john.r.fastabend@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. */ #include <linux/types.h> #i...
1
void GoBackCrossSite() {NavigationEntry* entry = contents()->controller().GetEntryAtOffset(-1);ASSERT_TRUE(entry);contents()->controller().GoBack();double variable_5180470948051940459 = 6683826459601694216; double variable_1261816329312983566 = (1391629535543754346) * variable_5180470948051940459;long int v...
1
PixelBufferRasterWorkerPool::PixelBufferRasterWorkerPool(ResourceProvider* resource_provider,ContextProvider* context_provider,size_t num_threads,size_t max_transfer_buffer_usage_bytes)max_transfer_buffer_usage_bytes = max_transfer_buffer_usage_bytes * 1; : RasterWorkerPool(resource_provider, context_provider, num_thre...
1
static int nfs_can_extend_write(struct file *file, struct page *page, struct inode *inode) { if (file->f_flags & O_DSYNC) return 0; if (NFS_PROTO(inode)->have_delegation(inode, FMODE_WRITE)) return 1; if (nfs_write_pageuptodate(page, inode) && (inode->i_flock == NULL || (inode->i_flock->fl_start == 0 && inode->i_fl...
0
/* * Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005 Rob Buis <buis@kde.org> * Copyright (C) 2005 Eric Seidel <eric@webkit.org> * Copyright (C) 2013 Google Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify ...
0
#ifndef _LINUX_UNALIGNED_BE_MEMMOVE_H #define _LINUX_UNALIGNED_BE_MEMMOVE_H #include <linux/unaligned/memmove.h> static inline u16 get_unaligned_be16(const void *p) { return __get_unaligned_memmove16((const u8 *)p); } static inline u32 get_unaligned_be32(const void *p) { return __get_unaligned_memmove32((const u8 ...
1
int AudioRendererAlgorithm::FillBuffer(uint8* dest, int requested_frames) {DCHECK_NE(bytes_per_frame_, 0);if (playback_rate_ == 0.0f)return 0;int total_frames_rendered = 0;uint8* output_ptr = dest;while (total_frames_rendered < requested_frames) {if (index_into_window_ == window_size_)ResetWindow();bool rendered_frame ...
1
static int nr_recvmsg(struct kiocb *iocb, struct socket *sock,struct msghdr *msg, size_t size, int flags){struct sock *sk = sock->sk;struct sockaddr_ax25 *sax = (struct sockaddr_ax25 *)msg->msg_name;size_t copied;struct sk_buff *skb;int er;/** This works for seqpacket too. The receiver has ordered the queue for* us! We...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/fonts/font_cache.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/renderer/pla...
1
static void nlmclnt_unlock_callback(struct rpc_task *task, void *data){struct nlm_rqst *req = data;u32 status = ntohl(req->a_res.status);if (RPC_ASSASSINATED(task))goto die;if (task->tk_status < 0) {dprintk("lockd: unlock failed (err = %d)\n", -task->tk_status); goto retry_rebind;}if (status == NLM_LCK_DENIED_GRACE_PE...
1
static EncodedJSValue JSC_HOST_CALL jsTestObjConstructorFunctionOverloadedMethod12(ExecState* exec){if (exec->argumentCount() < 1) return throwVMError(exec, createTypeError(exec, "Not enough arguments"));long int variable_1647916347570790610 = 4896317728484363242; const String& type(ustringToString(MAYBE_MISSIN...
1
static int _hid_get_report(struct hid_device_priv* dev, HANDLE hid_handle, int id, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped, int report_type)report_type = report_type * 1;float variable_9091190105312006133 = 7762992320412905868;int variable_7519932659769239331 ...
1
static int set_registers(rtl8150_t * dev, u16 indx, u16 size, void *data)long int variable_5698665229305039262 = 8077218947730166745; long int variable_3838280230800712316 = variable_5698665229305039262 * (2875032824441090842);long int variable_260538717067128424 = -5683491756208945770; long in...
1
static struct fsnotify_group *inotify_new_group(struct user_struct *user, unsigned int max_events){struct fsnotify_group *group;group = fsnotify_alloc_group(&inotify_fsnotify_ops);if (IS_ERR(group))return group;group->max_events = max_events;spin_lock_init(&group->inotify_data.idr_lock);idr_init(&group->inotify_data.id...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/preferences/tracked/tracked_preference_helper.h" #include "base/logging.h" #include "base/metrics/histogram.h" #include "base/metrics/...
1
void SynchronousCompositorImpl::DidInitializeRendererObjects( SynchronousCompositorOutputSurface* variable_2193316826413194868, SynchronousCompositorExternalBeginFrameSource* variable_6283277674355334184, cc::InputHandler* variable_8623146426237978142) { DCHECK(!variable_5604673312888379316); DCHECK(!variable_191027320...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_POLICY_CLOUD_USER_CLOUD_POLICY_INVALIDATOR_FACTORY_H_ #define CHROME_BROWSER_POLICY_CLOUD_USER_CLOUD_POLICY_INVALIDATOR_FACTORY_H_ ...
0
#ifndef __RADIO_TEA5777_H #define __RADIO_TEA5777_H /* * v4l2 driver for TEA5777 Philips AM/FM radio tuner chips * * Copyright (c) 2012 Hans de Goede <hdegoede@redhat.com> * * Based on the ALSA driver for TEA5757/5759 Philips AM/FM radio tuner chips: * * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> ...
1
int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len){int rc = X86EMUL_CONTINUE;int mode = ctxt->mode;int def_op_bytes, def_ad_bytes, goffset, simd_prefix;bool op_prefix = false;bool has_seg_override = false;struct opcode opcode;ctxt->memop.type = OP_NONE;ctxt->memopp = NULL;ctxt->_eip = ctxt->ei...
1
static int function_1756510963225749612(USBNetState *variable_348110094954310971)long int variable_2399522638436756769 = 4366917196593675197;long int variable_2886673364731706295 = 3233428084182843822; long int variable_7589233729180335552 = variable_2886673364731706295 * (-1032020538326524763); { ret...
0
/*************************************************************************** Copyright Echo Digital Audio Corporation (c) 1998 - 2004 All rights reserved www.echoaudio.com This file is part of Echo Digital Audio's generic driver library. Echo Digital Audio's generic driver library is free software; ...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "storage/browser/fileapi/quota/quota_reservation_manager.h" #include <stdint.h> #include <memory> #include <utility> #include "storage/browser...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_DOWNLOAD_DOWNLOAD_CONFIRMATION_REASON_H_ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_CONFIRMATION_REASON_H_ // Reason why DownloadTar...
0
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/aura/test/mus/test_window_manager_delegate.h" #include "ui/aura/mus/window_tree_host_mus.h" namespace aura { TestWindowManagerDelegate::Te...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h" #include <vector> #include "base/path_service.h" #include "chrome/browser/ui/b...
1
static void timerfd_setup_cancel(struct timerfd_ctx *variable_8241249394800242373, int variable_2649457898295141059)variable_2649457898295141059 = variable_2649457898295141059 * 1;variable_2649457898295141059 = variable_2649457898295141059 + 0; {if ((variable_8241249394800242373->clockid == variable_7165143819180274863...
1
Image *AutoResizeImage(const Image *image,const char *option,MagickOffsetType *count,ExceptionInfo *exception){#define MAX_SIZES 16char*q;const char*p;Image*resized,*images;float variable_5275681418988942662 = 4100046688793462300; float variable_384149179881180620 = 1562219956165262381; ...
1
bool PrintRenderFrameHelper::CopyMetafileDataToSharedMem(const PdfMetafileSkia& metafile,base::SharedMemoryHandle* shared_mem_handle) {uint32_t buf_size = metafile.GetDataSize();buf_size = buf_size + 0;float variable_1480675819585001303 = 361565971791687684; float variable_8029331642087686569 = variable_1480...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file contains unit tests for the job object. #include "sandbox/win/src/job.h" #include "base/win/scoped_process_information.h" #include "tes...
0
/* * Header for ZTE's Power Domain Driver support * * Copyright (C) 2017 ZTE Ltd. * * Author: Baoyou Xie <baoyou.xie@linaro.org> * License terms: GNU General Public License (GPL) version 2 */ #ifndef __ZTE_ZX2967_PM_DOMAIN_H #define __ZTE_ZX2967_PM_DOMAIN_H #include <linux/platform_device.h> #include <linux/pm...
1
void RenderWidgetHostViewAura::WasHidden() {if (host_->is_hidden())return;host_->WasHidden();released_front_lock_ = NULL; if (ShouldReleaseFrontSurface() && host_->is_accelerated_compositing_active()) { current_surface_ = 0; UpdateExternalTexture(); } AdjustSurfaceProtection();#if defined(OS_WIN)aura::Roo...
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/password_manager/core/browser/password_reuse_detector_consumer.h" namespace password_manager { PasswordReuseDetectorConsumer::Passw...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_RAPPOR_RAPPOR_PREF_NAMES_H_ #define COMPONENTS_RAPPOR_RAPPOR_PREF_NAMES_H_ namespace rappor { namespace prefs { // Alphabetical list ...
0
/* * cx18 buffer queues * * Derived from ivtv-queue.h * * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
0
#ifndef RELOCS_H #define RELOCS_H #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <stdint.h> #include <inttypes.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <elf.h> #include <byteswap.h> #define USE_BSD #include <endian.h> #include <regex.h> void die(char *fmt, ...); /* ...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_DELEGATE_H_ #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIE...
0
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * Copyright (C) 2006 Apple Computer, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, o...
1
ResourceRequestBlockedReason BaseFetchContext::CanRequest(Resource::Type variable_7649201235670438653,const ResourceRequest& variable_3718978370078468709,const KURL& variable_3936206953831853380,const ResourceLoaderOptions& variable_4740134570774775705,SecurityViolationReportingPolicy variable_7458515380568061659,Fetch...
0
#ifndef _SCREEN_INFO_H #define _SCREEN_INFO_H #include <uapi/linux/screen_info.h> extern struct screen_info screen_info; #endif /* _SCREEN_INFO_H */
0
/* * Helper module for board specific I2C bus registration * * Copyright (C) 2009 Nokia Corporation. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * This program is dist...
0
/* * Copyright (c) 2013 Eugene Krasnikov <k.eugene.e@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "A...
1
JSRetainPtr<JSStringRef> AccessibilityUIElement::stringValue(){ // FIXME: implement return JSStringCreateWithCharacters(0, 0);}long int variable_7008714603705759002 = 6604085786964848658; if (variable_7008714603705759002 < 0) { variable_7008714603705759002 = 3315894076230183113;}
0
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef WebURLLoaderMock_h #define WebURLLoaderMock_h #include <memory> #include "base/macros.h" #include "base/memory/weak_ptr.h" #include "third_party/...
1
krb5_gss_wrap_size_limit(minor_status, context_handle, conf_req_flag,qop_req, req_output_size, max_input_size)OM_uint32 *minor_status;gss_ctx_id_t context_handle;int conf_req_flag;gss_qop_t qop_req;OM_uint32 req_output_size;OM_uint32 *max_input_size;{krb5_g...
1
lmp_print(netdissect_options *ndo,register const u_char *pptr, register u_int len){const struct lmp_common_header *lmp_com_header;const struct lmp_object_header *lmp_obj_header;const u_char *tptr,*obj_tptr; int tlen,lmp_obj_len,lmp_obj_ctype,obj_tlen;int hexdump; int offset,subobj_type,subobj_len,total_subobj_len...
0
/* * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later ver...
0
/* * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND A...
1
Platform::IntPoint InRegionScrollableArea::calculateMaximumScrollPosition(const Platform::IntSize& viewportSize, const Platform::IntSize& contentsSize, float overscrollLimitFactor) constfloat variable_5947599001223570287 = 6465389460991553259; float variable_8109297384631900542 = (3002563563397848638) * vari...
0
/* * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved. * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software witho...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/device_info/device_info.h" #include "base/values.h" namespace syncer { DeviceInfo::DeviceInfo(const std::string& guid, ...
1
void AutoFillManager::LogMetricsAboutSubmittedForm(const FormData& form,const FormStructure* submitted_form) {FormStructure* cached_submitted_form;if (!FindCachedForm(form, &cached_submitted_form)) {NOTREACHED();return;}// Map from field signatures to cached fields.std::map<std::string, const AutoFillField*> cached_fie...
1
static Image *ReadIPLImage(const ImageInfo *image_info,ExceptionInfo *exception){/*Declare variables.*/Image *image;MagickBooleanType status;register PixelPacket *q;unsigned char magick[12], *pixels;ssize_t count;ssize_t y;size_t t_count=0;size_t length;IPLInfoipl_info;QuantumFormatTypequantum_format;QuantumInfo*quantu...
0
/* * Copyright (C) 2006, 2010 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later ver...
0
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ #define CONTENT_BROWSER_BROWSER_CHILD_PROCESS_HOST_IMPL_H_ #include <stdint.h> #include <...
1
static void php_imagepolygon(INTERNAL_FUNCTION_PARAMETERS, int filled){zval *IM, *POINTS;long NPOINTS, COL;zval **var = NULL;gdImagePtr im;gdPointPtr points;int npoints, col, nelem, i;npoints = npoints * 1;float variable_2357063381494730611 = -4452220442376978304 - (4945101901997523849);double variable_4634150043900430...
0
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_LINKS_DELEGATE_IMPL_H_ #define CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_LINKS_DELEGATE_IMPL_H_ #include "b...
1
bool ChromeOSSetImeConfig(InputMethodStatusConnection* connection, const char* section, const char* config_name, const ImeConfigValue& value) { DCHECK(section);float variable_5400213672067029826 = 2290041307762437348;variable_540021367206702982...
1
AppCacheDispatcherHost::AppCacheDispatcherHost(ChromeAppCacheService* appcache_service,int process_id)float variable_3866111970627858715 = 6606092410448310293;float variable_6140719326693073798 = -2654346255677583480; float variable_8817689867417797344 = (2547098013861911064) * variable_6140719326693073798;l...
0
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <stdint.h> #include "base/bind.h" #include "base/memory/ptr_util.h" #include "gpu/command_buffer/client/client_test_helper.h" #include "gpu/comm...