/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | OpcodeInfo.java | 27 * TODO: Merge at least most of the info from the Dops class into 32 private static final Info[] INFO; field in OpcodeInfo 40 public static final Info SPECIAL_FORMAT = 41 new Info(Opcodes.SPECIAL_FORMAT, "<special>", 46 public static final Info PACKED_SWITCH_PAYLOAD = 47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload", 51 public static final Info SPARSE_SWITCH_PAYLOAD = 52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload", 56 public static final Info FILL_ARRAY_DATA_PAYLOAD = 57 new Info(Opcodes.FILL_ARRAY_DATA_PAYLOAD, "fill-array-data-payload", [all …]
|
/external/valgrind/main/helgrind/tests/ |
D | tc19_shadowmem.c | 17 Info; typedef 25 Info* info = (Info*)infoV; in child8() local 26 firstoff = info->firstoff; in child8() 27 lastoff = info->lastoff; in child8() 28 skipoff = info->skipoff; in child8() 29 arr = info->arr; in child8() 31 assert( info->child == &child8 ); in child8() 49 Info* info = (Info*)infoV; in child16() local 50 firstoff = info->firstoff; in child16() 51 lastoff = info->lastoff; in child16() [all …]
|
/external/chromium_org/gpu/config/ |
D | gpu_control_list_version_info_unittest.cc | 35 VersionInfo info(op[i], std::string(), string1, string2); in TEST_F() local 36 EXPECT_TRUE(info.IsValid()); in TEST_F() 45 VersionInfo info("=", style[i], "8.9", std::string()); in TEST_F() local 46 EXPECT_TRUE(info.IsValid()); in TEST_F() 48 EXPECT_TRUE(info.IsLexical()); in TEST_F() 50 EXPECT_FALSE(info.IsLexical()); in TEST_F() 68 VersionInfo info("=", std::string(), number[i], std::string()); in TEST_F() local 69 EXPECT_TRUE(info.IsValid()); in TEST_F() 85 VersionInfo info(op[i], std::string(), "8.9", std::string()); in TEST_F() local 87 EXPECT_FALSE(info.IsValid()); in TEST_F() [all …]
|
D | gpu_control_list_number_info_unittest.cc | 37 FloatInfo info(op[i], value1, value2); in TEST_F() local 38 EXPECT_TRUE(info.IsValid()); in TEST_F() 50 FloatInfo info("=", value[i], std::string()); in TEST_F() local 51 EXPECT_TRUE(info.IsValid()); in TEST_F() 64 FloatInfo info(op[i], std::string(), std::string()); in TEST_F() local 65 EXPECT_FALSE(info.IsValid()); in TEST_F() 68 FloatInfo info("between", "3.14", std::string()); in TEST_F() local 69 EXPECT_FALSE(info.IsValid()); in TEST_F() 79 FloatInfo info("=", value[i], std::string()); in TEST_F() local 80 EXPECT_FALSE(info.IsValid()); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestObject.cpp | 83 …STANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in DEPRECATED_CONSTANTConstantGetterCallback() argument 86 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::Constant); in DEPRECATED_CONSTANTConstantGetterCallback() 87 v8SetReturnValueInt(info, 1); in DEPRECATED_CONSTANTConstantGetterCallback() 91 …STANTConstantGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in MEASURED_CONSTANTConstantGetterCallback() argument 94 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::Constant); in MEASURED_CONSTANTConstantGetterCallback() 95 v8SetReturnValueInt(info, 1); in MEASURED_CONSTANTConstantGetterCallback() 99 static void stringifierAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in stringifierAttributeAttributeGetter() argument 101 v8::Handle<v8::Object> holder = info.Holder(); in stringifierAttributeAttributeGetter() 103 v8SetReturnValueString(info, impl->stringifierAttribute(), info.GetIsolate()); in stringifierAttributeAttributeGetter() 106 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in stringifierAttributeAttributeGetterCallback() argument [all …]
|
D | V8TestInterface2.cpp | 39 static void itemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) in itemMethod() argument 41 …nState(ExceptionState::ExecutionContext, "item", "TestInterface2", info.Holder(), info.GetIsolate(… in itemMethod() 42 if (UNLIKELY(info.Length() < 1)) { in itemMethod() 43 setMinimumArityTypeError(exceptionState, 1, info.Length()); in itemMethod() 47 TestInterface2* impl = V8TestInterface2::toImpl(info.Holder()); in itemMethod() 50 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState); in itemMethod() 57 v8SetReturnValue(info, result.release()); in itemMethod() 60 static void itemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) in itemMethodCallback() argument 63 TestInterface2V8Internal::itemMethod(info); in itemMethodCallback() 67 static void setItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) in setItemMethod() argument [all …]
|
D | V8TestTypedefs.cpp | 38 static void uLongLongAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in uLongLongAttributeAttributeGetter() argument 40 v8::Handle<v8::Object> holder = info.Holder(); in uLongLongAttributeAttributeGetter() 42 v8SetReturnValue(info, static_cast<double>(impl->uLongLongAttribute())); in uLongLongAttributeAttributeGetter() 45 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in uLongLongAttributeAttributeGetterCallback() argument 48 TestTypedefsV8Internal::uLongLongAttributeAttributeGetter(info); in uLongLongAttributeAttributeGetterCallback() 52 …gAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in uLongLongAttributeAttributeSetter() argument 54 v8::Handle<v8::Object> holder = info.Holder(); in uLongLongAttributeAttributeSetter() 55 …te(ExceptionState::SetterContext, "uLongLongAttribute", "TestTypedefs", holder, info.GetIsolate()); in uLongLongAttributeAttributeSetter() 61 …ck(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in uLongLongAttributeAttributeSetterCallback() argument 64 TestTypedefsV8Internal::uLongLongAttributeAttributeSetter(v8Value, info); in uLongLongAttributeAttributeSetterCallback() [all …]
|
D | V8TestInterfaceConstructor.cpp | 38 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info) in constructor1() argument 40 …e(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate(… in constructor1() 41 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate()); in constructor1() 42 Document& document = *toDocument(currentExecutionContext(info.GetIsolate())); in constructor1() 48 v8::Handle<v8::Object> wrapper = info.Holder(); in constructor1() 49 …impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(… in constructor1() 50 v8SetReturnValue(info, wrapper); in constructor1() 53 static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info) in constructor2() argument 55 …e(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate(… in constructor2() 65 …TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(doubleArg, toDouble(info[0], exceptionState), exceptionState… in constructor2() [all …]
|
D | V8TestInterface.cpp | 51 static void testInterfaceAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetter() argument 53 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeGetter() 55 v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceAttribute()), impl); in testInterfaceAttributeAttributeGetter() 58 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetterCallback() argument 61 TestInterfaceImplementationV8Internal::testInterfaceAttributeAttributeGetter(info); in testInterfaceAttributeAttributeGetterCallback() 65 …eAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in testInterfaceAttributeAttributeSetter() argument 67 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeSetter() 68 …ceptionState::SetterContext, "testInterfaceAttribute", "TestInterface", holder, info.GetIsolate()); in testInterfaceAttributeAttributeSetter() 69 if (!V8TestInterface::hasInstance(v8Value, info.GetIsolate())) { in testInterfaceAttributeAttributeSetter() 75 …TestInterfaceImplementation* cppValue = V8TestInterface::toImplWithTypeCheck(info.GetIsolate(), v8… in testInterfaceAttributeAttributeSetter() [all …]
|
D | V8TestInterfaceCheckSecurity.cpp | 35 static void longAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in longAttributeAttributeGetter() argument 37 v8::Handle<v8::Object> holder = info.Holder(); in longAttributeAttributeGetter() 39 v8SetReturnValueInt(info, impl->longAttribute()); in longAttributeAttributeGetter() 42 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in longAttributeAttributeGetterCallback() argument 45 TestInterfaceCheckSecurityV8Internal::longAttributeAttributeGetter(info); in longAttributeAttributeGetterCallback() 49 …oid doNotCheckSecurityLongAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in doNotCheckSecurityLongAttributeAttributeGetter() argument 51 v8::Handle<v8::Object> holder = info.Holder(); in doNotCheckSecurityLongAttributeAttributeGetter() 53 v8SetReturnValueInt(info, impl->doNotCheckSecurityLongAttribute()); in doNotCheckSecurityLongAttributeAttributeGetter() 56 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in doNotCheckSecurityLongAttributeAttributeGetterCallback() argument 59 TestInterfaceCheckSecurityV8Internal::doNotCheckSecurityLongAttributeAttributeGetter(info); in doNotCheckSecurityLongAttributeAttributeGetterCallback() [all …]
|
/external/chromium_org/third_party/re2/re2/ |
D | prefilter.cc | 199 class Prefilter::Info { class in re2::Prefilter 201 Info(); 202 ~Info(); 204 // More constructors. They delete their Info* arguments. 205 static Info* Alt(Info* a, Info* b); 206 static Info* Concat(Info* a, Info* b); 207 static Info* And(Info* a, Info* b); 208 static Info* Star(Info* a); 209 static Info* Plus(Info* a); 210 static Info* Quest(Info* a); [all …]
|
/external/regex-re2/re2/ |
D | prefilter.cc | 199 class Prefilter::Info { class in re2::Prefilter 201 Info(); 202 ~Info(); 204 // More constructors. They delete their Info* arguments. 205 static Info* Alt(Info* a, Info* b); 206 static Info* Concat(Info* a, Info* b); 207 static Info* And(Info* a, Info* b); 208 static Info* Star(Info* a); 209 static Info* Plus(Info* a); 210 static Info* Quest(Info* a); [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 240 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectTy… in getObjectParameter() argument 242 if (info.Length() != 2) { in getObjectParameter() 243 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length())); in getObjectParameter() 248 WebGLRenderingContext* context = V8WebGLRenderingContext::toImpl(info.Holder()); in getObjectParameter() 254 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState); in getObjectParameter() 255 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState); in getObjectParameter() 276 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate())); in getObjectParameter() 284 …GLRenderingContext::getBufferParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) in getBufferParameterMethodCustom() argument 286 …::ExecutionContext, "getBufferParameter", "WebGLRenderingContext", info.Holder(), info.GetIsolate(… in getBufferParameterMethodCustom() 287 getObjectParameter(info, kBuffer, exceptionState); in getBufferParameterMethodCustom() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_draw.h | 43 util_draw_init_info(struct pipe_draw_info *info) in util_draw_init_info() argument 45 memset(info, 0, sizeof(*info)); in util_draw_init_info() 46 info->instance_count = 1; in util_draw_init_info() 47 info->max_index = 0xffffffff; in util_draw_init_info() 54 struct pipe_draw_info info; in util_draw_arrays() local 56 util_draw_init_info(&info); in util_draw_arrays() 57 info.mode = mode; in util_draw_arrays() 58 info.start = start; in util_draw_arrays() 59 info.count = count; in util_draw_arrays() 60 info.min_index = start; in util_draw_arrays() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_draw.h | 43 util_draw_init_info(struct pipe_draw_info *info) in util_draw_init_info() argument 45 memset(info, 0, sizeof(*info)); in util_draw_init_info() 46 info->instance_count = 1; in util_draw_init_info() 47 info->max_index = 0xffffffff; in util_draw_init_info() 54 struct pipe_draw_info info; in util_draw_arrays() local 56 util_draw_init_info(&info); in util_draw_arrays() 57 info.mode = mode; in util_draw_arrays() 58 info.start = start; in util_draw_arrays() 59 info.count = count; in util_draw_arrays() 60 info.min_index = start; in util_draw_arrays() [all …]
|
/external/qemu/ |
D | disas.c | 11 struct disassemble_info info; member 18 /* Get LENGTH bytes from info's buffer, at target address memaddr. 22 struct disassemble_info *info) in buffer_read_memory() argument 24 if (memaddr < info->buffer_vma in buffer_read_memory() 25 || memaddr + length > info->buffer_vma + info->buffer_length) in buffer_read_memory() 28 memcpy (myaddr, info->buffer + (memaddr - info->buffer_vma), length); in buffer_read_memory() 32 /* Get LENGTH bytes from info's buffer, at target address memaddr. 38 struct disassemble_info *info) in target_read_memory() argument 40 CPUDebug *s = container_of(info, CPUDebug, info); in target_read_memory() 49 perror_memory (int status, bfd_vma memaddr, struct disassemble_info *info) in perror_memory() argument [all …]
|
/external/iptables/extensions/ |
D | libxt_HMARK.c | 143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info, in hmark_parse() argument 147 info->flags |= XT_HMARK_FLAG(XT_HMARK_CT); in hmark_parse() 150 memset(&info->src_mask, 0xff, sizeof(info->src_mask)); in hmark_parse() 151 info->flags |= XT_HMARK_FLAG(XT_HMARK_SADDR_MASK); in hmark_parse() 154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask)); in hmark_parse() 155 info->flags |= XT_HMARK_FLAG(XT_HMARK_DADDR_MASK); in hmark_parse() 158 memset(&info->port_mask.p16.src, 0xff, in hmark_parse() 159 sizeof(info->port_mask.p16.src)); in hmark_parse() 160 info->flags |= XT_HMARK_FLAG(XT_HMARK_SPORT_MASK); in hmark_parse() 163 memset(&info->port_mask.p16.dst, 0xff, in hmark_parse() [all …]
|
/external/ltrace/ |
D | type.c | 76 type_init_common(struct arg_type_info *info, enum arg_type type) in type_init_common() argument 78 info->type = type; in type_init_common() 79 info->lens = NULL; in type_init_common() 80 info->own_lens = 0; in type_init_common() 84 struct arg_type_info *info; member 89 type_init_struct(struct arg_type_info *info) in type_init_struct() argument 91 type_init_common(info, ARGTYPE_STRUCT); in type_init_struct() 92 VECT_INIT(&info->u.entries, struct struct_field); in type_init_struct() 96 type_struct_add(struct arg_type_info *info, in type_struct_add() argument 99 assert(info->type == ARGTYPE_STRUCT); in type_struct_add() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/ |
D | V8SubtleCryptoCustom.cpp | 21 void verify1Method(const v8::FunctionCallbackInfo<v8::Value>& info) in verify1Method() argument 23 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); in verify1Method() 24 TONATIVE_VOID(Dictionary, algorithm, Dictionary(info[0], info.GetIsolate())); in verify1Method() 26 …ecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate()); in verify1Method() 29 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1])); in verify1Method() 30 …VE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toImpl(v8::Handle<v8::A… in verify1Method() 31 …ONATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toImpl(v8::Handle<v8::A… in verify1Method() 32 …v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, k… in verify1Method() 36 void verify2Method(const v8::FunctionCallbackInfo<v8::Value>& info) in verify2Method() argument 38 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); in verify2Method() [all …]
|
/external/chromium_org/extensions/common/manifest_handlers/ |
D | externally_connectable_unittest.cc | 42 ExternallyConnectableInfo* info = in TEST_F() local 44 ASSERT_TRUE(info); in TEST_F() 46 EXPECT_THAT(info->ids, in TEST_F() 50 EXPECT_FALSE(info->all_ids); in TEST_F() 52 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com"))); in TEST_F() 53 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com/"))); in TEST_F() 54 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://example.com/index.html"))); in TEST_F() 56 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com"))); in TEST_F() 57 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/"))); in TEST_F() 58 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/index.html"))); in TEST_F() [all …]
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 30 graw_util_create_window(struct graw_info *info, in graw_util_create_window() argument 44 memset(info, 0, sizeof(*info)); in graw_util_create_window() 52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) { in graw_util_create_window() 53 info->screen = graw_create_window_and_screen(0, 0, width, height, in graw_util_create_window() 55 &info->window); in graw_util_create_window() 58 if (!info->screen || !info->window) { in graw_util_create_window() 63 info->ctx = info->screen->context_create(info->screen, NULL); in graw_util_create_window() 64 if (info->ctx == NULL) { in graw_util_create_window() 81 info->color_buf[i] = info->screen->resource_create(info->screen, in graw_util_create_window() 83 if (info->color_buf[i] == NULL) { in graw_util_create_window() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
D | graw_util.h | 30 graw_util_create_window(struct graw_info *info, in graw_util_create_window() argument 44 memset(info, 0, sizeof(*info)); in graw_util_create_window() 52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) { in graw_util_create_window() 53 info->screen = graw_create_window_and_screen(0, 0, width, height, in graw_util_create_window() 55 &info->window); in graw_util_create_window() 58 if (!info->screen || !info->window) { in graw_util_create_window() 63 info->ctx = info->screen->context_create(info->screen, NULL); in graw_util_create_window() 64 if (info->ctx == NULL) { in graw_util_create_window() 81 info->color_buf[i] = info->screen->resource_create(info->screen, in graw_util_create_window() 83 if (info->color_buf[i] == NULL) { in graw_util_create_window() [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | systeminfo_unittest.cc | 17 rtc::SystemInfo info; in TEST() local 18 LOG(LS_INFO) << "CpuVendor: " << info.GetCpuVendor(); in TEST() 19 EXPECT_FALSE(info.GetCpuVendor().empty()); in TEST() 25 rtc::SystemInfo info; in TEST() local 27 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), in TEST() 29 rtc::string_match(info.GetCpuVendor().c_str(), in TEST() 32 EXPECT_TRUE(rtc::string_match(info.GetCpuVendor().c_str(), "ARM")); in TEST() 39 rtc::SystemInfo info; in TEST() local 40 LOG(LS_INFO) << "CpuArchitecture: " << info.GetCpuArchitecture(); in TEST() 41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); in TEST() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/ |
D | V8TestInterface5.cpp | 39 static void testInterfaceAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetter() argument 41 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeGetter() 43 v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceAttribute()), impl); in testInterfaceAttributeAttributeGetter() 46 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetterCallback() argument 49 TestInterface5ImplementationV8Internal::testInterfaceAttributeAttributeGetter(info); in testInterfaceAttributeAttributeGetterCallback() 53 …eAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in testInterfaceAttributeAttributeSetter() argument 55 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeSetter() 56 …eptionState::SetterContext, "testInterfaceAttribute", "TestInterface5", holder, info.GetIsolate()); in testInterfaceAttributeAttributeSetter() 57 if (!V8TestInterface5::hasInstance(v8Value, info.GetIsolate())) { in testInterfaceAttributeAttributeSetter() 63 …TestInterface5Implementation* cppValue = V8TestInterface5::toImplWithTypeCheck(info.GetIsolate(), … in testInterfaceAttributeAttributeSetter() [all …]
|
/external/chromium_org/tools/relocation_packer/src/ |
D | debug_unittest.cc | 14 std::ostringstream info; in TEST() local 16 Logger::SetStreams(&info, &error); in TEST() 18 LOG(INFO) << "INFO log message"; in TEST() 22 EXPECT_EQ("INFO: INFO log message\n", info.str()); in TEST() 30 std::ostringstream info; in TEST() local 32 Logger::SetStreams(&info, &error); in TEST() 34 LOG_IF(INFO, true) << "INFO log message"; in TEST() 35 LOG_IF(INFO, false) << "INFO log message, SHOULD NOT PRINT"; in TEST() 42 EXPECT_EQ("INFO: INFO log message\n", info.str()); in TEST() 50 std::ostringstream info; in TEST() local [all …]
|