HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 426 - 450 of 4844) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/prerender/
prerender_pending_swap_throttle.cc 29 const content::ResourceRequestInfo* info = local
33 if (info->GetResourceType() != content::RESOURCE_TYPE_MAIN_FRAME)
36 int render_process_id = info->GetChildID();
37 int render_frame_id = info->GetRenderFrameID();
  /external/chromium_org/content/app/
startup_helper_win.cc 38 void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* info) {
39 info->broker_services = sandbox::SandboxFactory::GetBrokerServices();
40 if (!info->broker_services) {
41 info->target_services = sandbox::SandboxFactory::GetTargetServices();
  /external/chromium_org/content/child/service_worker/
service_worker_handle_reference.h 22 const ServiceWorkerObjectInfo& info,
31 const ServiceWorkerObjectInfo& info,
36 const ServiceWorkerObjectInfo& info() const { return info_; } function in class:content::ServiceWorkerHandleReference
44 ServiceWorkerHandleReference(const ServiceWorkerObjectInfo& info,
  /external/chromium_org/content/public/browser/
resource_request_details.cc 25 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
26 resource_type = info->GetResourceType();
27 render_frame_id = info->GetRenderFrameID();
31 origin_child_id = info->GetChildID();
  /external/chromium_org/skia/ext/
lazy_pixel_ref.h 17 explicit LazyPixelRef(const SkImageInfo& info);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor3.cpp 35 static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
37 if (UNLIKELY(info.Length() < 1)) {
38 V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceConstructor3", 1, info.Length(), info.GetIsolate()), info.GetIsolate());
43 TOSTRING_VOID_INTERNAL(stringArg, info[0]);
46 v8::Handle<v8::Object> wrapper = info.Holder();
47 impl->associateWithWrapper(&V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper, info.GetIsolate());
48 v8SetReturnValue(info, wrapper);
53 void V8TestInterfaceConstructor3::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
mobiledevicemanager.cc 50 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(
52 if (!info)
55 uint32 num_cams = info->NumberOfDevices();
59 if (info->GetDeviceName(i, name, ARRAY_SIZE(name), id, ARRAY_SIZE(id)))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl.h 42 const struct pipe_draw_info *info);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 63 * \li One in <driver>Screen caching option info and the default values
66 driOptionInfo *info; member in struct:driOptionCache
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
98 /** \brief Initialize option cache from info and parse configuration files
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
104 /** \brief Destroy option info
107 void driDestroyOptionInfo (driOptionCache *info);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 31 SkBaseDevice* SkBaseDevice::createCompatibleDevice(const SkImageInfo& info) {
32 return this->onCreateDevice(info, kGeneral_Usage);
35 SkBaseDevice* SkBaseDevice::createCompatibleDeviceForSaveLayer(const SkImageInfo& info) {
36 return this->onCreateDevice(info, kSaveLayer_Usage);
39 SkBaseDevice* SkBaseDevice::createCompatibleDeviceForImageFilter(const SkImageInfo& info) {
40 return this->onCreateDevice(info, kImageFilter_Usage);
150 bool SkBaseDevice::readPixels(const SkImageInfo& info, void* dstP, size_t rowBytes, int x, int y) {
152 SkASSERT(info.width() > 0 && info.height() > 0);
154 SkASSERT(rowBytes >= info.minRowBytes())
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 46 final boolean info = log.atINFO ();
48 final long start = info ? System.currentTimeMillis () : 0;
57 if (info)
61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
  /external/iptables/include/linux/netfilter_ipv4/
ipt_SAME.h 11 unsigned char info; member in struct:ipt_same_info
  /external/lldb/test/functionalities/breakpoint/breakpoint_ids/
Makefile 6 CXXFLAGS += -debug inline-debug-info
  /external/lldb/test/functionalities/breakpoint/breakpoint_locations/
Makefile 6 CFLAGS += -debug inline-debug-info
  /external/lldb/test/functionalities/data-formatter/rdar-9973865/
Makefile 8 CFLAGS_EXTRAS := -fno-limit-debug-info
  /external/lldb/test/functionalities/inline-stepping/
Makefile 6 CXXFLAGS += -debug inline-debug-info
  /external/lldb/test/python_api/frame/inlines/
Makefile 6 CFLAGS += -debug inline-debug-info
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl.h 42 const struct pipe_draw_info *info);
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 63 * \li One in <driver>Screen caching option info and the default values
66 driOptionInfo *info; member in struct:driOptionCache
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
98 /** \brief Initialize option cache from info and parse configuration files
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
104 /** \brief Destroy option info
107 void driDestroyOptionInfo (driOptionCache *info);
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
CodecInfo.java 63 for (MediaCodecInfo info : mcl.getCodecInfos()) {
64 if (info.getName().equals(codec)) {
65 cap = info.getCapabilitiesForType(mimeType);
75 CodecInfo info = new CodecInfo(); local
78 info.mSupportSemiPlanar = true;
81 info.mSupportPlanar = true;
88 info.mFps = vidCap.getSupportedFrameRatesFor(w, h).getUpper().intValue();
89 info.mBitRate = vidCap.getBitrateRange().getUpper();
90 Log.i(TAG, "AVC bit rate " + info.mBitRate + " fps " + info.mFps)
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 38 ActivityInfo info = new ActivityInfo(); local
39 new ActivityInfo(info);
58 ActivityInfo info = ActivityInfo.CREATOR.createFromParcel(p); local
59 assertEquals(mActivityInfo.theme, info.theme);
60 assertEquals(mActivityInfo.launchMode, info.launchMode);
61 assertEquals(mActivityInfo.permission, info.permission);
62 assertEquals(mActivityInfo.taskAffinity, info.taskAffinity);
63 assertEquals(mActivityInfo.targetActivity, info.targetActivity);
64 assertEquals(mActivityInfo.flags, info.flags);
65 assertEquals(mActivityInfo.screenOrientation, info.screenOrientation)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 93 const history::DownloadRow& info,
96 create_download_info_ = info;
112 const history::DownloadRow& info) OVERRIDE {
114 update_download_ = info;
141 const history::DownloadRow& info) {
144 CheckInfoEqual(info, create_download_info_);
154 void ExpectDownloadUpdated(const history::DownloadRow& info) {
157 CheckInfoEqual(update_download_, info);
302 const history::DownloadRow& info) {
304 history_->ExpectDownloadCreated(info);
371 info); local
496 history::DownloadRow info; local
535 history::DownloadRow info; local
563 history::DownloadRow info; local
579 history::DownloadRow info; local
608 history::DownloadRow info; local
703 history::DownloadRow info; local
746 history::DownloadRow info; local
819 history::DownloadRow info; local
843 history::DownloadRow info; local
    [all...]
  /external/chromium_org/content/browser/download/
save_file_resource_handler.cc 52 SaveFileCreateInfo* info = new SaveFileCreateInfo; local
53 info->url = url_;
54 info->final_url = final_url_;
55 info->total_bytes = content_length_;
56 info->save_id = save_id_;
57 info->render_process_id = render_process_id_;
58 info->render_view_id = render_view_id_;
59 info->request_id = GetRequestID();
60 info->content_disposition = content_disposition_;
61 info->save_source = SaveFileCreateInfo::SAVE_FILE_FROM_NET
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_winhttp.cc 24 static void FreeInfo(WINHTTP_PROXY_INFO* info) {
25 if (info->lpszProxy)
26 GlobalFree(info->lpszProxy);
27 if (info->lpszProxyBypass)
28 GlobalFree(info->lpszProxyBypass);
60 WINHTTP_PROXY_INFO info = {0}; local
70 &options, &info);
76 &options, &info);
92 switch (info.dwAccessType) {
111 results->UseNamedProxy(base::UTF16ToASCII(info.lpszProxy))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8BindingMacros.h 75 #define TONATIVE_VOID_PROMISE_INTERNAL(var, value, info) \
78 v8SetReturnValue(info, ScriptPromise::rejectRaw(info.GetIsolate(), block.Exception())); \
83 #define TONATIVE_VOID_PROMISE(type, var, value, info) \
87 TONATIVE_VOID_PROMISE_INTERNAL(var, value, info); \
109 #define TONATIVE_VOID_EXCEPTIONSTATE_PROMISE_INTERNAL(var, value, exceptionState, info, scriptState) \
112 v8SetReturnValue(info, exceptionState.reject(scriptState).v8Value()); \
116 #define TONATIVE_VOID_EXCEPTIONSTATE_PROMISE(type, var, value, exceptionState, info, scriptState) \
118 TONATIVE_VOID_EXCEPTIONSTATE_PROMISE_INTERNAL(var, value, exceptionState, info, scriptState);
140 #define TOSTRING_VOID_EXCEPTIONSTATE_PROMISE_INTERNAL(var, value, exceptionState, info, scriptState)
    [all...]

Completed in 1857 milliseconds

<<11121314151617181920>>