/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestNode.cpp | 35 static void hrefAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) 37 v8::Handle<v8::Object> holder = info.Holder(); 39 v8SetReturnValueString(info, impl->href(), info.GetIsolate()); 42 static void hrefAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 45 TestNodeV8Internal::hrefAttributeGetter(info); 49 static void hrefAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 51 v8::Handle<v8::Object> holder = info.Holder(); 57 static void hrefAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 60 TestNodeV8Internal::hrefAttributeSetter(v8Value, info); [all...] |
V8TestSpecialOperations.cpp | 40 static void namedItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) 42 if (UNLIKELY(info.Length() < 1)) { 43 V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("namedItem", "TestSpecialOperations", 1, info.Length(), info.GetIsolate()), info.GetIsolate()); 46 TestSpecialOperations* impl = V8TestSpecialOperations::toImpl(info.Holder()); 49 TOSTRING_VOID_INTERNAL(name, info[0]); 55 v8SetReturnValue(info, result0.release()); 59 v8SetReturnValue(info, result1.release()); 62 v8SetReturnValueNull(info); [all...] |
/external/chromium_org/third_party/skia/src/lazy/ |
SkDiscardablePixelRef.cpp | 12 SkDiscardablePixelRef::SkDiscardablePixelRef(const SkImageInfo& info, 16 : INHERITED(info) 51 const size_t size = this->info().getSafeSize(fRowBytes); 63 const SkImageInfo& info = this->info(); local 68 if (!fGenerator->getPixels(info, pixels, fRowBytes)) { 70 if (!fGenerator->getPixels(info, pixels, fRowBytes, colors, &colorCount)) { 101 SkImageInfo info; local 104 || (!autoGenerator->getInfo(&info)) 105 || (!dst->setInfo(info))) { [all...] |
/external/chromium_org/tools/relocation_packer/src/ |
debug_unittest.cc | 14 std::ostringstream info; local 16 Logger::SetStreams(&info, &error); 18 LOG(INFO) << "INFO log message"; 22 EXPECT_EQ("INFO: INFO log message\n", info.str()); 30 std::ostringstream info; local 32 Logger::SetStreams(&info, &error); 34 LOG_IF(INFO, true) << "INFO log message" 50 std::ostringstream info; local 75 std::ostringstream info; local [all...] |
/external/iptables/extensions/ |
libxt_pkttype.c | 63 static void parse_pkttype(const char *pkttype, struct xt_pkttype_info *info) 70 info->pkttype=supported_types[i].pkttype; 79 struct xt_pkttype_info *info = cb->data; local 82 parse_pkttype(cb->arg, info); 84 info->invert = 1; 87 static void print_pkttype(const struct xt_pkttype_info *info) 92 if(supported_types[i].pkttype==info->pkttype) 98 printf("%d", info->pkttype); /* in case we didn't find an entry in named-packtes */ 104 const struct xt_pkttype_info *info = (const void *)match->data; local 106 printf(" PKTTYPE %s= ", info->invert ? "!" : "") 112 const struct xt_pkttype_info *info = (const void *)match->data; local [all...] |
libxt_CONNSECMARK.c | 38 struct xt_connsecmark_target_info *info = cb->data; local 43 info->mode = CONNSECMARK_SAVE; 46 info->mode = CONNSECMARK_RESTORE; 57 static void print_connsecmark(const struct xt_connsecmark_target_info *info) 59 switch (info->mode) { 69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 77 const struct xt_connsecmark_target_info *info = local 81 print_connsecmark(info); 87 const struct xt_connsecmark_target_info *info = local 91 print_connsecmark(info); [all...] |
/external/chromium_org/cc/test/ |
skia_common.cc | 18 SkImageInfo info = local 21 bitmap.installPixels(info, buffer, info.minRowBytes()); 30 SkImageInfo info = SkImageInfo::MakeN32Premul(size.width(), size.height()); local 32 bitmap->allocPixels(info);
|
/external/chromium_org/chrome/browser/ui/location_bar/ |
origin_chip_info_unittest.cc | 43 OriginChipInfo* info() { return info_.get(); } function in class:OriginChipInfoTest 110 EXPECT_EQ(base::ASCIIToUTF16("example.com"), info()->label()); 111 EXPECT_EQ(base::ASCIIToUTF16(kExampleUrl), info()->Tooltip()); 112 EXPECT_EQ(url(), info()->displayed_url()); 113 EXPECT_EQ(ToolbarModel::NONE, info()->security_level()); 121 EXPECT_EQ(base::ASCIIToUTF16("Example [US] example.com"), info()->label()); 122 EXPECT_EQ(base::ASCIIToUTF16(kExampleUrlSecure), info()->Tooltip()); 123 EXPECT_EQ(url(), info()->displayed_url()); 124 EXPECT_EQ(ToolbarModel::EV_SECURE, info()->security_level()); 132 info()->label()) [all...] |
/external/chromium_org/content/child/service_worker/ |
service_worker_provider_context.cc | 70 attrs.installing = installing()->info(); 72 attrs.waiting = waiting()->info(); 74 attrs.active = active()->info(); 79 const ServiceWorkerRegistrationObjectInfo& info, 82 DCHECK_NE(kInvalidServiceWorkerRegistrationHandleId, info.handle_id); 84 info, thread_safe_sender_.get()); 126 const ServiceWorkerObjectInfo& info) { 129 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get()); 134 const ServiceWorkerObjectInfo& info) { 137 ServiceWorkerHandleReference::Adopt(info, thread_safe_sender_.get()) [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/ |
test_util_fft.c | 43 const struct TestInfo* info, 47 if (info->do_forward_tests_) { 55 if (info->do_inverse_tests_) { 58 if (info->real_only_) { 75 const struct TestInfo* info, 88 for (fft_order = info->min_fft_order_; fft_order <= info->max_fft_order_; 90 for (signal_type = 0; signal_type < MaxSignalType(info->real_only_); 99 signal_type, info->known_failures_); 159 void RunForwardTests(struct TestResult* result, const struct TestInfo* info, [all...] |
/external/elfutils/0.153/libdw/ |
dwarf_getarange_addr.c | 71 if (addr < aranges->info[idx].addr) 73 else if (addr > aranges->info[idx].addr 74 && addr - aranges->info[idx].addr >= aranges->info[idx].length) 77 return &aranges->info[idx];
|
/external/elfutils/0.153/libdwfl/ |
dwfl_getdwarf.c | 64 const struct module_callback_info *info = arg; local 67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg); 78 struct module_callback_info info = { callback, arg }; local 79 return INTUSE(dwfl_getmodules) (dwfl, &module_callback, &info, offset);
|
/external/openfst/src/include/fst/extensions/far/ |
info.h | 71 KeyInfo info(key, fst.Type()); 72 CountStatesAndArcs(fst, &info.nstate, &info.narc); 73 nstate += info.nstate; 74 nstate += info.narc; 75 infos->push_back(info); 101 const KeyInfo &info = (*infos)[i]; local 102 if (info.key.size() + 2 > wkey) 103 wkey = info.key.size() + 2; 104 if (info.type.size() + 2 > wtype 117 const KeyInfo &info = (*infos)[i]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_cpal.c | 70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette, 73 memcpy(pixel, palette + info->size * index, info->size); 74 return info->size; 82 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette, 88 if (info->palette_size == 16) { 95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); 96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); 99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); 106 pix += get_palette_entry(info, palette, ind[i], pix) 114 const struct cpal_format_info *info; local 149 const struct cpal_format_info *info; local 171 const struct cpal_format_info *info; local [all...] |
/external/lldb/tools/debugserver/source/ |
DNBRegisterInfo.cpp | 22 info = *regInfo; 28 memset(&info, 0, sizeof(DNBRegisterInfo)); 36 info.name != NULL && 37 info.type != InvalidRegType && 38 info.size > 0 && info.size <= sizeof(value); 46 if (info.name != NULL) 52 if (info.format == Hex) 54 switch (info.size) 65 for (i=0; i<info.size; ++i [all...] |
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.c | 70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette, 73 memcpy(pixel, palette + info->size * index, info->size); 74 return info->size; 82 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette, 88 if (info->palette_size == 16) { 95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); 96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix); 99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix); 106 pix += get_palette_entry(info, palette, ind[i], pix) 114 const struct cpal_format_info *info; local 149 const struct cpal_format_info *info; local 171 const struct cpal_format_info *info; local [all...] |
/build/core/ |
dumpvar.mk | 67 $(info ============================================) 68 $(info PLATFORM_VERSION_CODENAME=$(PLATFORM_VERSION_CODENAME)) 69 $(info PLATFORM_VERSION=$(PLATFORM_VERSION)) 70 $(info TARGET_PRODUCT=$(TARGET_PRODUCT)) 71 $(info TARGET_BUILD_VARIANT=$(TARGET_BUILD_VARIANT)) 72 $(info TARGET_BUILD_TYPE=$(TARGET_BUILD_TYPE)) 73 $(info TARGET_BUILD_APPS=$(TARGET_BUILD_APPS)) 74 $(info TARGET_ARCH=$(TARGET_ARCH)) 75 $(info TARGET_ARCH_VARIANT=$(TARGET_ARCH_VARIANT)) 76 $(info TARGET_CPU_VARIANT=$(TARGET_CPU_VARIANT) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
FailedPredicateException.cs | 80 protected FailedPredicateException(SerializationInfo info, StreamingContext context) 81 : base(info, context) { 82 if (info == null) 83 throw new ArgumentNullException("info"); 85 this._ruleName = info.GetString("RuleName"); 86 this._predicateText = info.GetString("PredicateText"); 101 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 102 if (info == null) 103 throw new ArgumentNullException("info"); 105 base.GetObjectData(info, context) [all...] |
MismatchedRangeException.cs | 73 protected MismatchedRangeException(SerializationInfo info, StreamingContext context) 74 : base(info, context) { 75 if (info == null) 76 throw new ArgumentNullException("info"); 78 this._a = info.GetInt32("A"); 79 this._b = info.GetInt32("B"); 94 public override void GetObjectData(SerializationInfo info, StreamingContext context) { 95 if (info == null) 96 throw new ArgumentNullException("info"); 98 base.GetObjectData(info, context) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
FailedPredicateException.cs | 88 protected FailedPredicateException(SerializationInfo info, StreamingContext context) 89 : base(info, context) 91 if (info == null) 92 throw new ArgumentNullException("info"); 94 this._ruleName = info.GetString("RuleName"); 95 this._predicateText = info.GetString("PredicateText"); 114 public override void GetObjectData(SerializationInfo info, StreamingContext context) 116 if (info == null) 117 throw new ArgumentNullException("info"); 119 base.GetObjectData(info, context) [all...] |
MismatchedRangeException.cs | 81 protected MismatchedRangeException(SerializationInfo info, StreamingContext context) 82 : base(info, context) 84 if (info == null) 85 throw new ArgumentNullException("info"); 87 this._a = info.GetInt32("A"); 88 this._b = info.GetInt32("B"); 107 public override void GetObjectData(SerializationInfo info, StreamingContext context) 109 if (info == null) 110 throw new ArgumentNullException("info"); 112 base.GetObjectData(info, context) [all...] |
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.cc | 36 OAuth2Info* info = static_cast<OAuth2Info*>( local 38 return info ? *info : g_empty_oauth2_info.Get(); 49 scoped_ptr<OAuth2Info> info(new OAuth2Info); 61 !dict->GetBoolean(kAutoApprove, &info->auto_approve)) { 68 if ((!dict->GetString(kClientId, &info->client_id) || 69 info->client_id.empty()) && 70 (extension->location() != Manifest::COMPONENT || !info->auto_approve)) { 87 info->scopes.push_back(scope); 90 extension->SetManifestData(keys::kOAuth2, info.release()) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DrawLooperBuilder.cpp | 62 SkLayerDrawLooper::LayerInfo info; local 63 m_skDrawLooperBuilder.addLayerOnTop(info); 82 SkLayerDrawLooper::LayerInfo info; local 86 info.fColorMode = SkXfermode::kDst_Mode; 89 info.fColorMode = SkXfermode::kSrc_Mode; 96 info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; // our blur 97 info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit; 98 info.fOffset.set(offset.width(), offset.height()); 99 info.fPostTranslate = (shadowTransformMode == ShadowIgnoresTransforms); 101 SkPaint* paint = m_skDrawLooperBuilder.addLayerOnTop(info); [all...] |
/external/chromium_org/chrome/browser/ |
memory_details_mac.cc | 150 ProcessMemoryInformation info; local 151 info.pid = *it; 152 info.process_type = content::PROCESS_TYPE_UNKNOWN; 160 if (process_info.GetProcInfo(info.pid, &proc_info)) { 171 info.product_name = version_info->product_name(); 172 info.version = version_info->product_version(); 174 info.product_name = process_data_[index].name; 175 info.version = base::string16(); 178 // Memory info. 179 process_info.GetCommittedKBytesOfPID(info.pid, &info.committed) 210 ProcessMemoryInformation info; local [all...] |
/external/chromium_org/gin/ |
object_template_builder.cc | 20 WrapperInfo* info = WrapperInfo::From(obj); local 23 if (!info) 51 const v8::PropertyCallbackInfo<v8::Value>& info) { 52 v8::Isolate* isolate = info.GetIsolate(); 54 NamedInterceptorFromV8(isolate, info.Holder()); 59 info.GetReturnValue().Set(interceptor->GetNamedProperty(isolate, name)); 64 const v8::PropertyCallbackInfo<v8::Value>& info) { 65 v8::Isolate* isolate = info.GetIsolate(); 67 NamedInterceptorFromV8(isolate, info.Holder()); 73 info.GetReturnValue().Set(value) [all...] |