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

<<11121314151617181920>>

  /external/chromium_org/base/process/
process_metrics_unittest.cc 275 base::SystemMemoryInfoKB info; local
276 EXPECT_TRUE(base::GetSystemMemoryInfo(&info));
279 EXPECT_GT(info.total, 0);
280 EXPECT_GT(info.free, 0);
281 EXPECT_GT(info.buffers, 0);
282 EXPECT_GT(info.cached, 0);
283 EXPECT_GT(info.active_anon, 0);
284 EXPECT_GT(info.inactive_anon, 0);
285 EXPECT_GT(info.active_file, 0);
286 EXPECT_GT(info.inactive_file, 0)
    [all...]
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.cc 122 // Cleanup back-pointer stored on the request info.
143 ResourceRequestInfoImpl* info = GetRequestInfo(); local
144 info->set_cross_site_handler(this);
149 info->GetChildID(), info->GetRenderFrameID(), request()->url(),
173 ResourceRequestInfoImpl* info = GetRequestInfo(); local
182 info->GetContext(), request()->original_url(), request()->url());
192 info->GetChildID())) {
193 return DeferForNavigationPolicyCheck(info, response, defer);
211 if (!should_transfer || info->IsDownload() || info->is_stream() |
232 ResourceRequestInfoImpl* info = GetRequestInfo(); local
300 ResourceRequestInfoImpl* info = GetRequestInfo(); local
346 ResourceRequestInfoImpl* info = GetRequestInfo(); local
    [all...]
  /external/chromium_org/device/serial/
serial_device_enumerator_win.cc 34 serial::DeviceInfoPtr info(serial::DeviceInfo::New());
35 info->path = base::UTF16ToASCII(iter_key.Value());
36 devices.push_back(info.Pass());
  /external/chromium_org/remoting/base/
resources_linux.cc 26 Dl_info info; local
27 CHECK(dladdr(reinterpret_cast<void*>(&LoadResources), &info) != 0);
30 base::FilePath path = base::FilePath(info.dli_fname).DirName();
resources_mac.cc 22 Dl_info info; local
23 CHECK(dladdr(reinterpret_cast<void*>(&LoadResources), &info) != 0);
28 base::FilePath(info.dli_fname).DirName().DirName().DirName();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8DataViewCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl)
75 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, DataView* impl)
81 V8TypedArray<DataView>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable)
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<DataView> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Float32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl)
75 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float32Array* impl)
81 V8TypedArray<Float32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Float32Array > impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Float64ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl)
75 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float64Array* impl)
81 V8TypedArray<Float64Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Float64Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Int16ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl)
75 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int16Array* impl)
81 V8TypedArray<Int16Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int16Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Int32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl)
75 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int32Array* impl)
81 V8TypedArray<Int32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int32Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Int8ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl)
75 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int8Array* impl)
81 V8TypedArray<Int8Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int8Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Uint16ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl)
75 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint16Array* impl)
81 V8TypedArray<Uint16Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint16Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Uint32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl)
75 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint32Array* impl)
81 V8TypedArray<Uint32Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint32Array> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Uint8ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl)
75 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8Array* impl)
81 V8TypedArray<Uint8Array>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Uint8Array > impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
V8Uint8ClampedArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8ClampedArray* impl)
75 V8TypedArray<Uint8ClampedArray>::v8SetReturnValue(info, impl);
79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8ClampedArray* impl)
81 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueForMainWorld(info, impl);
85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl)
98 v8SetReturnValue(info, impl.get());
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl)
104 v8SetReturnValueForMainWorld(info, impl.get())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 86 pipe_sampler_view info; local
88 u_sampler_view_default_template(&info, pipe, pipe->format);
89 return q.pipe->create_sampler_view(q.pipe, pipe, &info);
100 pipe_surface info {};
102 info.format = pipe->format;
103 info.usage = pipe->bind;
104 info.writable = rw;
107 info.u.buf.last_element = pipe->width0 - 1;
109 return q.pipe->create_surface(q.pipe, pipe, &info);
121 pipe_resource info {};
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 47 unsigned int info; /* Operation info */ member in struct:coff_unwind_code
72 void yasm_win64__uwinfo_destroy(coff_unwind_info *info);
74 /*@only@*/ coff_unwind_info *info,
  /external/elfutils/0.153/libdw/
dwarf_linesrc.c 71 *mtime = line->files->info[line->file].mtime;
74 *length = line->files->info[line->file].length;
76 return line->files->info[line->file].name;
  /external/iptables/extensions/
libipt_DNAT.c 47 append_range(struct ipt_natinfo *info, const struct nf_nat_ipv4_range *range)
52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
54 info = realloc(info, size);
55 if (!info)
58 info->t.u.target_size = size;
59 info->mr.range[info->mr.rangesize] = *range;
60 info->mr.rangesize++
154 struct ipt_natinfo *info = (void *)(*cb->target); local
217 const struct ipt_natinfo *info = (const void *)target; local
232 const struct ipt_natinfo *info = (const void *)target; local
    [all...]
libipt_SNAT.c 47 append_range(struct ipt_natinfo *info, const struct nf_nat_ipv4_range *range)
52 size = XT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
54 info = realloc(info, size);
55 if (!info)
58 info->t.u.target_size = size;
59 info->mr.range[info->mr.rangesize] = *range;
60 info->mr.rangesize++
154 struct ipt_natinfo *info = (void *)(*cb->target); local
217 const struct ipt_natinfo *info = (const void *)target; local
232 const struct ipt_natinfo *info = (const void *)target; local
    [all...]
  /external/libcxx/test/language.support/support.rtti/type.info/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.rtti/type.info/Android.mk
19 test_name := language.support/support.rtti/type.info/type_info_hash
23 test_name := language.support/support.rtti/type.info/type_info
  /external/lldb/test/expression_command/issue_11588/
main.cpp 12 StgInfoTable* info; member in class:StgHeader
16 info = new StgInfoTable();
20 delete info;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 86 pipe_sampler_view info; local
88 u_sampler_view_default_template(&info, pipe, pipe->format);
89 return q.pipe->create_sampler_view(q.pipe, pipe, &info);
100 pipe_surface info {};
102 info.format = pipe->format;
103 info.usage = pipe->bind;
104 info.writable = rw;
107 info.u.buf.last_element = pipe->width0 - 1;
109 return q.pipe->create_surface(q.pipe, pipe, &info);
121 pipe_resource info {};
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceNamedConstructor.cpp 35 static void TestInterfaceNamedConstructorConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
37 v8::Handle<v8::Value> data = info.Data();
39 V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext());
42 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
45 static void TestInterfaceNamedConstructorForceSetAttributeOnThis(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
47 if (info.This()->IsObject())
48 v8::Handle<v8::Object>::Cast(info.This())->ForceSet(name, v8Value);
51 static void TestInterfaceNamedConstructorForceSetAttributeOnThisCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info)
53 TestInterfaceNamedConstructorV8Internal::TestInterfaceNamedConstructorForceSetAttributeOnThis(name, v8Value, info);
64 static void V8TestInterfaceNamedConstructorConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
    [all...]
  /external/chromium_org/v8/src/compiler/
pipeline.cc 41 PhaseStats(CompilationInfo* info, PhaseKind kind, const char* name)
42 : info_(info),
45 size_(info->zone()->allocation_size()) {
122 explicit AstGraphBuilderWithPositions(CompilationInfo* info, JSGraph* jsgraph,
124 : AstGraphBuilder(info, jsgraph), source_positions_(source_positions) {}
154 if (info()->function()->dont_optimize_reason() == kTryCatchStatement ||
155 info()->function()->dont_optimize_reason() == kTryFinallyStatement ||
157 info()->function()->dont_optimize_reason() == kForOfStatement ||
159 info()->function()->dont_optimize_reason() == kSuperReference ||
161 info()->is_osr())
    [all...]

Completed in 899 milliseconds

<<11121314151617181920>>