Home
last modified time | relevance | path

Searched full:info (Results 1 – 25 of 7183) sorted by relevance

12345678910>>...288

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodeInfo.java27 * 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/
Dtc19_shadowmem.c17 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/
Dgpu_control_list_version_info_unittest.cc35 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 …]
Dgpu_control_list_number_info_unittest.cc37 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 …]
Dgpu_control_list_string_info_unittest.cc27 StringInfo info(op[i], std::string()); in TEST_F() local
28 EXPECT_TRUE(info.IsValid()); in TEST_F()
31 StringInfo info(op[i], "hello"); in TEST_F() local
32 EXPECT_TRUE(info.IsValid()); in TEST_F()
46 StringInfo info(op[i], "hello"); in TEST_F() local
47 EXPECT_FALSE(info.IsValid()); in TEST_F()
53 StringInfo info("contains", "happy"); in TEST_F() local
54 EXPECT_TRUE(info.Contains("unhappy")); in TEST_F()
55 EXPECT_TRUE(info.Contains("happy1")); in TEST_F()
56 EXPECT_TRUE(info.Contains("happy")); in TEST_F()
[all …]
Dgpu_control_list_os_info_unittest.cc36 OsInfo info(os[i], "=", "10.6", std::string()); in TEST_F() local
37 EXPECT_TRUE(info.IsValid()); in TEST_F()
38 EXPECT_EQ(os_type[i], info.type()); in TEST_F()
41 OsInfo info("any", "any", std::string(), std::string()); in TEST_F() local
42 EXPECT_TRUE(info.IsValid()); in TEST_F()
57 OsInfo info(os[i], std::string(), std::string(), std::string()); in TEST_F() local
58 EXPECT_FALSE(info.IsValid()); in TEST_F()
61 OsInfo info(os[i], "=", std::string(), std::string()); in TEST_F() local
62 EXPECT_FALSE(info.IsValid()); in TEST_F()
65 OsInfo info(os[i], std::string(), "10.6", std::string()); in TEST_F() local
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.cpp91 static void readonlyStringAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in readonlyStringAttributeAttributeGetter() argument
93 v8::Handle<v8::Object> holder = info.Holder(); in readonlyStringAttributeAttributeGetter()
95 v8SetReturnValueString(info, impl->readonlyStringAttribute(), info.GetIsolate()); in readonlyStringAttributeAttributeGetter()
98 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in readonlyStringAttributeAttributeGetterCallback() argument
101 TestObjectV8Internal::readonlyStringAttributeAttributeGetter(info); in readonlyStringAttributeAttributeGetterCallback()
105 …readonlyTestInterfaceEmptyAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in readonlyTestInterfaceEmptyAttributeAttributeGetter() argument
107 v8::Handle<v8::Object> holder = info.Holder(); in readonlyTestInterfaceEmptyAttributeAttributeGetter()
110 …if (result && DOMDataStore::setReturnValueFromWrapper<V8TestInterfaceEmpty>(info.GetReturnValue(),… in readonlyTestInterfaceEmptyAttributeAttributeGetter()
112 v8::Handle<v8::Value> wrapper = toV8(result.get(), holder, info.GetIsolate()); in readonlyTestInterfaceEmptyAttributeAttributeGetter()
114 …V8HiddenValue::setHiddenValue(info.GetIsolate(), holder, v8AtomicString(info.GetIsolate(), "readon… in readonlyTestInterfaceEmptyAttributeAttributeGetter()
[all …]
DV8TestInterface2.cpp50 static void itemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) in itemMethod() argument
52 …nState(ExceptionState::ExecutionContext, "item", "TestInterface2", info.Holder(), info.GetIsolate(… in itemMethod()
53 if (UNLIKELY(info.Length() < 1)) { in itemMethod()
54 throwMinimumArityTypeError(exceptionState, 1, info.Length()); in itemMethod()
57 TestInterface2* impl = V8TestInterface2::toNative(info.Holder()); in itemMethod()
62 … TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(index, toUInt32(info[0], exceptionState), exceptionState); in itemMethod()
69 v8SetReturnValue(info, result.release()); in itemMethod()
72 static void itemMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info) in itemMethodCallback() argument
75 TestInterface2V8Internal::itemMethod(info); in itemMethodCallback()
79 static void setItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) in setItemMethod() argument
[all …]
DV8TestInterface.cpp56 static void testInterfaceAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetter() argument
58 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeGetter()
60 v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceAttribute()), impl); in testInterfaceAttributeAttributeGetter()
63 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in testInterfaceAttributeAttributeGetterCallback() argument
66 TestInterfaceImplementationV8Internal::testInterfaceAttributeAttributeGetter(info); in testInterfaceAttributeAttributeGetterCallback()
70 …eAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in testInterfaceAttributeAttributeSetter() argument
72 v8::Handle<v8::Object> holder = info.Holder(); in testInterfaceAttributeAttributeSetter()
73 …ceptionState::SetterContext, "testInterfaceAttribute", "TestInterface", holder, info.GetIsolate()); in testInterfaceAttributeAttributeSetter()
74 if (!V8TestInterface::hasInstance(v8Value, info.GetIsolate())) { in testInterfaceAttributeAttributeSetter()
80 …nterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Val… in testInterfaceAttributeAttributeSetter()
[all …]
DV8TestTypedefs.cpp49 static void uLongLongAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) in uLongLongAttributeAttributeGetter() argument
51 v8::Handle<v8::Object> holder = info.Holder(); in uLongLongAttributeAttributeGetter()
53 v8SetReturnValue(info, static_cast<double>(impl->uLongLongAttribute())); in uLongLongAttributeAttributeGetter()
56 …buteAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) in uLongLongAttributeAttributeGetterCallback() argument
59 TestTypedefsV8Internal::uLongLongAttributeAttributeGetter(info); in uLongLongAttributeAttributeGetterCallback()
63 …gAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in uLongLongAttributeAttributeSetter() argument
65 v8::Handle<v8::Object> holder = info.Holder(); in uLongLongAttributeAttributeSetter()
66 …te(ExceptionState::SetterContext, "uLongLongAttribute", "TestTypedefs", holder, info.GetIsolate()); in uLongLongAttributeAttributeSetter()
72 …ck(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) in uLongLongAttributeAttributeSetterCallback() argument
75 TestTypedefsV8Internal::uLongLongAttributeAttributeSetter(v8Value, info); in uLongLongAttributeAttributeSetterCallback()
[all …]
/external/chromium_org/third_party/re2/re2/
Dprefilter.cc199 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/
Dprefilter.cc199 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/chrome/common/extensions/manifest_handlers/
Dautomation_unittest.cc33 const AutomationInfo* info = AutomationInfo::Get(extension.get()); in TEST_F() local
34 ASSERT_FALSE(info); in TEST_F()
42 const AutomationInfo* info = AutomationInfo::Get(extension.get()); in TEST_F() local
43 ASSERT_TRUE(info); in TEST_F()
45 EXPECT_FALSE(info->desktop); in TEST_F()
46 EXPECT_FALSE(info->interact); in TEST_F()
47 EXPECT_FALSE(info->specified_matches); in TEST_F()
48 EXPECT_TRUE(info->matches.is_empty()); in TEST_F()
56 const AutomationInfo* info = AutomationInfo::Get(extension.get()); in TEST_F() local
57 ASSERT_TRUE(info); in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_draw.h43 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_draw.h43 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/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp286 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectTy… in getObjectParameter() argument
288 if (info.Length() != 2) { in getObjectParameter()
289 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length())); in getObjectParameter()
294 WebGLRenderingContext* context = V8WebGLRenderingContext::toNative(info.Holder()); in getObjectParameter()
295 unsigned target = toInt32(info[0], exceptionState); in getObjectParameter()
298 unsigned pname = toInt32(info[1], exceptionState); in getObjectParameter()
320 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate())); in getObjectParameter()
332 …GLRenderingContext::getAttachedShadersMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) in getAttachedShadersMethodCustom() argument
334 …::ExecutionContext, "getAttachedShaders", "WebGLRenderingContext", info.Holder(), info.GetIsolate(… in getAttachedShadersMethodCustom()
335 if (info.Length() < 1) { in getAttachedShadersMethodCustom()
[all …]
DV8SubtleCryptoCustom.cpp21 void verify1Method(const v8::FunctionCallbackInfo<v8::Value>& info) in verify1Method() argument
23 SubtleCrypto* impl = V8SubtleCrypto::toNative(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(Key*, key, V8Key::toNativeWithTypeCheck(info.GetIsolate(), info[1])); in verify1Method()
30 …E_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::… in verify1Method()
31 …NATIVE_VOID(ArrayBuffer*, data, info[3]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::… 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::toNative(info.Holder()); in verify2Method()
[all …]
DV8ElementCustom.cpp48 …llLeftAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) in scrollLeftAttributeSetterCustom() argument
50 …ptionState(ExceptionState::SetterContext, "scrollLeft", "Element", info.Holder(), info.GetIsolate(… in scrollLeftAttributeSetterCustom()
51 Element* impl = V8Element::toNative(info.Holder()); in scrollLeftAttributeSetterCustom()
54 TONATIVE_VOID(Dictionary, scrollOptionsHorizontal, Dictionary(value, info.GetIsolate())); in scrollLeftAttributeSetterCustom()
64 …ollTopAttributeSetterCustom(v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info) in scrollTopAttributeSetterCustom() argument
66 …eptionState(ExceptionState::SetterContext, "scrollTop", "Element", info.Holder(), info.GetIsolate(… in scrollTopAttributeSetterCustom()
67 Element* impl = V8Element::toNative(info.Holder()); in scrollTopAttributeSetterCustom()
70 TONATIVE_VOID(Dictionary, scrollOptionsVertical, Dictionary(value, info.GetIsolate())); in scrollTopAttributeSetterCustom()
86 void animate1Method(const v8::FunctionCallbackInfo<v8::Value>& info) in animate1Method() argument
88 Element* impl = V8Element::toNative(info.Holder()); in animate1Method()
[all …]
/external/qemu/
Ddisas.c11 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/
Dlibxt_HMARK.c143 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/
Dtype.c76 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/extensions/common/manifest_handlers/
Dexternally_connectable_unittest.cc45 ExternallyConnectableInfo* info = in TEST_F() local
47 ASSERT_TRUE(info); in TEST_F()
49 EXPECT_THAT(info->ids, in TEST_F()
53 EXPECT_FALSE(info->all_ids); in TEST_F()
55 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com"))); in TEST_F()
56 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://example.com/"))); in TEST_F()
57 EXPECT_FALSE(info->matches.MatchesURL(GURL("http://example.com/index.html"))); in TEST_F()
59 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com"))); in TEST_F()
60 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/"))); in TEST_F()
61 EXPECT_TRUE(info->matches.MatchesURL(GURL("http://google.com/index.html"))); in TEST_F()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dgraw_util.h30 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/mesa3d/src/gallium/tests/graw/
Dgraw_util.h30 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/
Dsysteminfo_unittest.cc17 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 …]

12345678910>>...288