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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8TrackEventCustom.cpp 42 void V8TrackEvent::trackAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
44 TrackEvent* trackEvent = V8TrackEvent::toImpl(info.Holder());
48 v8SetReturnValueNull(info);
54 v8SetReturnValueFast(info, toTextTrack(track), trackEvent);
58 v8SetReturnValueFast(info, toAudioTrack(track), trackEvent);
62 v8SetReturnValueFast(info, toVideoTrack(track), trackEvent);
66 v8SetReturnValueNull(info);
V8FileReaderCustom.cpp 40 void V8FileReader::resultAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
42 v8::Handle<v8::Object> holder = info.Holder();
45 v8SetReturnValueFast(info, impl->arrayBufferResult(), impl);
48 v8SetReturnValueStringOrNull(info, impl->stringResult(), info.GetIsolate());
V8CustomEventCustom.cpp 52 void V8CustomEvent::detailAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
54 CustomEvent* event = V8CustomEvent::toImpl(info.Holder());
56 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::detail(info.GetIsolate()));
59 v8SetReturnValue(info, result);
66 v8::Local<v8::Value> mainWorldDetail = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::detail(info.GetIsolate()));
68 event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(mainWorldDetail, info.GetIsolate()));
73 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()))
    [all...]
V8PopStateEventCustom.cpp 49 void V8PopStateEvent::stateAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
51 v8::Handle<v8::Value> result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
54 v8SetReturnValue(info, result);
58 PopStateEvent* event = V8PopStateEvent::toImpl(info.Holder());
64 v8::Local<v8::Value> mainWorldState = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::state(info.GetIsolate()));
66 event->setSerializedState(SerializedScriptValue::createAndSwallowExceptions(mainWorldState, info.GetIsolate()));
71 result = v8::Null(info.GetIsolate())
    [all...]
V8HTMLAllCollectionCustom.cpp 44 static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name, const CallbackInfo& info)
53 return toV8(namedItems.at(0).release(), info.Holder(), info.GetIsolate());
66 return toV8(PassRefPtrWillBeRawPtr<NodeList>(StaticElementList::adopt(namedItems)), info.Holder(), info.GetIsolate());
70 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument, const CallbackInfo& info)
74 TOSTRING_DEFAULT(V8StringResource<>, name, argument, v8::Undefined(info.GetIsolate()));
75 v8::Handle<v8::Value> result = getNamedItems(collection, name, info);
78 return v8::Undefined(info.GetIsolate());
84 return toV8(result.release(), info.Holder(), info.GetIsolate())
    [all...]
V8WebGLRenderingContextCustom.cpp 240 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectType, ExceptionState& exceptionState)
242 if (info.Length() != 2) {
243 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
248 WebGLRenderingContext* context = V8WebGLRenderingContext::toImpl(info.Holder());
254 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState);
255 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState);
276 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
284 void V8WebGLRenderingContext::getBufferParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
TypeRecord.java 9 public final JSDocInfo info; field in class:TypeRecord
11 public TypeRecord(String typeName, JSDocInfo info) {
12 Preconditions.checkNotNull(info);
14 this.info = info;
18 return this.info.isInterface();
22 return this.info.getBaseType();
  /external/chromium_org/third_party/webrtc/base/
systeminfo_unittest.cc 17 rtc::SystemInfo info; local
18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor();
19 EXPECT_FALSE(info.GetCpuVendor().empty());
25 rtc::SystemInfo info; local
27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(),
29 rtc::string_match(info.GetCpuVendor().c_str(),
32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM"));
39 rtc::SystemInfo info; local
40 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture();
41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture()
57 rtc::SystemInfo info; local
65 rtc::SystemInfo info; local
91 rtc::SystemInfo info; local
99 rtc::SystemInfo info; local
107 rtc::SystemInfo info; local
114 rtc::SystemInfo info; local
121 rtc::SystemInfo info; local
129 rtc::SystemInfo info; local
142 rtc::SystemInfo info; local
149 rtc::SystemInfo info; local
156 rtc::SystemInfo info; local
164 rtc::SystemInfo info; local
171 rtc::SystemInfo info; local
178 rtc::SystemInfo info; local
186 rtc::SystemInfo info; local
    [all...]
  /external/ceres-solver/internal/ceres/
lapack.cc 42 int* info);
51 int* info);
63 int* info);
80 int info = 0;
84 dpotrf_(&uplo, &n, lhs, &n, &info);
85 if (info < 0) {
89 << "Argument: " << -info << " is invalid.";
93 if (info > 0) {
97 "The leading minor of order %d is not positive definite.", info);
101 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info);
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/support/
float_fft_armv7.c 26 void SetThresholds(struct TestInfo* info) {
28 info->forward_threshold_ = 138.84;
29 info->inverse_threshold_ = 137.99;
31 info->forward_threshold_ = 139.52;
32 info->inverse_threshold_ = 139.21;
  /external/chromium_org/third_party/skia/src/image/
SkImagePriv.cpp 13 const SkImageInfo info = bm.info(); local
14 if (kUnknown_SkColorType == info.colorType()) {
20 image = SkNewImageFromPixelRef(info, bm.pixelRef(), bm.rowBytes());
24 image = SkImage::NewRasterCopy(info, bm.getPixels(), bm.rowBytes());
  /external/chromium_org/ui/events/
latency_info_unittest.cc 12 LatencyInfo info; local
13 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
18 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
24 EXPECT_EQ(info.latency_components.size(), 2u);
27 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
29 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component));
31 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component));
36 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
43 LatencyInfo info; local
44 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT
69 LatencyInfo info; local
    [all...]
  /external/chromium_org/extensions/common/permissions/
api_permission.cc 24 return info()->message_id() > PermissionMessage::kNone;
40 CHECK_EQ(info(), rhs->info());
46 CHECK_EQ(info(), rhs->info());
62 return new SimpleAPIPermission(info());
66 CHECK_EQ(info(), rhs->info());
71 CHECK_EQ(info(), rhs->info());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceConstructor.cpp 38 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info)
40 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
41 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
42 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
48 v8::Handle<v8::Object> wrapper = info.Holder();
49 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
50 v8SetReturnValue(info, wrapper);
53 static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info)
55 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate())
    [all...]
V8TestObject.cpp 83 static void DEPRECATED_CONSTANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
86 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::Constant);
87 v8SetReturnValueInt(info, 1);
91 static void MEASURED_CONSTANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
94 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::Constant);
95 v8SetReturnValueInt(info, 1);
99 static void stringifierAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
101 v8::Handle<v8::Object> holder = info.Holder();
103 v8SetReturnValueString(info, impl->stringifierAttribute(), info.GetIsolate())
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable_unittest.cc 42 ExternallyConnectableInfo* info = local
44 ASSERT_TRUE(info);
46 EXPECT_THAT(info->ids,
50 EXPECT_FALSE(info->all_ids);
52 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com")));
53 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com/")));
54 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://example.com/index.html")));
56 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com")));
57 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/")));
58 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/index.html")))
104 ExternallyConnectableInfo* info = local
125 ExternallyConnectableInfo* info = local
168 ExternallyConnectableInfo* info = local
193 ExternallyConnectableInfo* info = local
255 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
266 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
273 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
286 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
299 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
312 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
325 ExternallyConnectableInfo* info = GetExternallyConnectableInfo(extension); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
currentspeakermonitor_unittest.cc 49 void EmitAudioMonitor(const AudioInfo& info) {
50 GetAudioSourceProxy()->SignalAudioMonitor(GetAudioSourceProxy(), info); local
86 static void InitAudioInfo(AudioInfo* info, int input_level, int output_level) {
87 info->input_level = input_level;
88 info->output_level = output_level;
92 AudioInfo info; local
93 InitAudioInfo(&info, 0, 0);
94 call_->EmitAudioMonitor(info);
101 AudioInfo info; local
102 InitAudioInfo(&info, 0, 0)
123 AudioInfo info; local
150 AudioInfo info; local
179 AudioInfo info; local
    [all...]
  /external/flac/libFLAC/
cpu.c 155 void FLAC__cpu_info(FLAC__CPUInfo *info)
161 info->type = FLAC__CPUINFO_TYPE_IA32;
163 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
164 info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false;
165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */
166 info->data.ia32.cmov = false;
167 info->data.ia32.mmx = false;
168 info->data.ia32.fxsr = false;
169 info->data.ia32.sse = false
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp 18 static bool is_valid(const SkImageInfo& info, SkColorTable* ctable) {
19 if (info.width() < 0 || info.height() < 0 ||
20 (unsigned)info.colorType() > (unsigned)kLastEnum_SkColorType ||
21 (unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType)
30 if (kIndex8_SkColorType == info.fColorType && NULL == ctable) {
33 if (kIndex8_SkColorType != info.fColorType && ctable) {
40 SkMallocPixelRef* SkMallocPixelRef::NewDirect(const SkImageInfo& info,
44 if (!is_valid(info, ctable)) {
48 (info, addr, rowBytes, ctable, NULL, NULL))
    [all...]
  /external/chromium_org/tools/traceline/traceline/
sym_resolver.h 63 // collect all of the base addresses and query for more info.
74 IMAGEHLP_MODULE64 info; local
75 info.SizeOfStruct = sizeof(info);
76 if (SymGetModuleInfo64(proc_, bases[i], &info) != TRUE) {
79 std::string filename(info.ImageName);
94 SYMBOL_INFO info; member in struct:SymResolver::__anon21148
96 } info = {0}; local
98 info.info.SizeOfStruct = sizeof(info.info)
112 SYMBOL_INFO info; member in struct:SymResolver::__anon21149
114 } info = {0}; local
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 46 // fully populate the node info to marshal
50 // marshal and unmarshal the node info
76 // obtain and populate an node info
93 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
95 info.describeContents());
96 fullyPopulateAccessibilityNodeInfo(info);
98 info.describeContents());
110 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
111 info.addAction(AccessibilityNodeInfo.ACTION_FOCUS);
112 info.addAction(AccessibilityNodeInfo.ACTION_CLEAR_FOCUS)
143 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain(); local
    [all...]
  /external/iptables/extensions/
libxt_rateest.c 116 struct xt_rateest_match_info *info = (void *)(*match)->data; local
130 strncpy(info->name1, optarg, sizeof(info->name1) - 1);
143 strncpy(info->name2, optarg, sizeof(info->name2) - 1);
144 info->flags |= XT_RATEEST_MATCH_REL;
157 info->flags |= XT_RATEEST_MATCH_BPS;
163 if (rateest_get_rate(&info->bps1, argv[optind]) < 0)
180 info->flags |= XT_RATEEST_MATCH_PPS;
190 info->pps1 = val
293 struct xt_rateest_match_info *info = cb->data; local
342 const struct xt_rateest_match_info *info = (const void *)match->data; local
417 const struct xt_rateest_match_info *info = (const void *)match->data; local
    [all...]
  /device/asus/fugu/
releasetools.py 22 def WriteIfwi(info):
23 info.script.AppendExtra('package_extract_file("ifwi.bin", "/tmp/ifwi.bin");')
24 info.script.AppendExtra("""fugu.flash_ifwi("/tmp/ifwi.bin");""")
26 def WriteDroidboot(info):
27 info.script.WriteRawImage("/fastboot", "droidboot.img")
29 def WriteSplashscreen(info):
30 info.script.WriteRawImage("/splashscreen", "splashscreen.img")
32 def WriteBootloader(info, bootloader):
49 common.ZipWriteStr(info.output_zip, "droidboot.img", droidboot)
50 common.ZipWriteStr(info.output_zip, "ifwi.bin", ifwi
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-write-z.c 14 static struct graw_info info; variable in typeref:struct:graw_info
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-write-z.c 14 static struct graw_info info; variable in typeref:struct:graw_info
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]

Completed in 1756 milliseconds

1 23 4 5 6 7 8 91011>>