Searched refs:info (Results 26 - 50 of 5035) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c17 static struct graw_info info; variable in typeref:struct:graw_info
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
97 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
103 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
108 set_vertex_shader(struct graw_info *info) argument
121 handle = graw_parse_vertex_shader(info
131 set_fragment_shader(struct graw_info *info) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HistoryCustom.cpp44 void V8History::stateAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info) argument
46 History* history = V8History::toImpl(info.Holder());
48 v8::Handle<v8::Value> value = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::state(info.GetIsolate()));
51 v8SetReturnValue(info, value);
56 value = serialized ? serialized->deserialize(info.GetIsolate()) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate()));
57 V8HiddenValue::setHiddenValue(info.GetIsolate(), info
62 pushStateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
78 replaceStateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
H A DV8XSLTProcessorCustom.cpp45 void V8XSLTProcessor::setParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
47 if (isUndefinedOrNull(info[1]) || isUndefinedOrNull(info[2]))
50 TOSTRING_VOID(V8StringResource<>, namespaceURI, info[0]);
51 TOSTRING_VOID(V8StringResource<>, localName, info[1]);
52 TOSTRING_VOID(V8StringResource<>, value, info[2]);
54 XSLTProcessor* impl = V8XSLTProcessor::toImpl(info.Holder());
58 void V8XSLTProcessor::getParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
60 if (isUndefinedOrNull(info[1]))
63 TOSTRING_VOID(V8StringResource<>, namespaceURI, info[
74 removeParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
H A DV8MessageEventCustom.cpp45 void V8MessageEvent::dataAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info) argument
47 MessageEvent* event = V8MessageEvent::toImpl(info.Holder());
52 result = V8HiddenValue::getHiddenValue(info.GetIsolate(), info.Holder(), V8HiddenValue::data(info.GetIsolate()));
57 v8::Local<v8::Value> mainWorldData = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::data(info.GetIsolate()));
59 event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(mainWorldData, info.GetIsolate()));
62 result = event->dataAsSerializedScriptValue()->deserialize(info.GetIsolate());
64 result = v8::Null(info
105 initMessageEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
H A DV8HTMLDocumentCustom.cpp54 void V8HTMLDocument::openMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
56 HTMLDocument* htmlDocument = V8HTMLDocument::toImpl(info.Holder());
58 if (info.Length() > 2) {
61 v8::Local<v8::Context> context = toV8Context(frame.get(), DOMWrapperWorld::current(info.GetIsolate()));
67 v8::Local<v8::Value> function = global->Get(v8AtomicString(info.GetIsolate(), "open"));
73 V8ThrowException::throwTypeError("open is not a function", info.GetIsolate());
77 OwnPtr<v8::Local<v8::Value>[]> params = adoptArrayPtr(new v8::Local<v8::Value>[info.Length()]);
78 for (int i = 0; i < info.Length(); i++)
79 params[i] = info[i];
81 v8SetReturnValue(info, fram
[all...]
/external/iptables/extensions/
H A Dlibxt_length.c25 struct xt_length_info *info = cb->data; local
28 info->min = cb->val.u16_range[0];
29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
33 info->invert = 1;
39 const struct xt_length_info *info = (void *)match->data; local
41 printf(" length %s", info->invert ? "!" : "");
42 if (info->min == info->max)
43 printf("%u", info
50 const struct xt_length_info *info = (void *)match->data; local
[all...]
H A Dlibxt_HMARK.c143 hmark_parse(const char *type, size_t len, struct xt_hmark_info *info, argument
147 info->flags |= XT_HMARK_FLAG(XT_HMARK_CT);
150 memset(&info->src_mask, 0xff, sizeof(info->src_mask));
151 info->flags |= XT_HMARK_FLAG(XT_HMARK_SADDR_MASK);
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask));
155 info->flags |= XT_HMARK_FLAG(XT_HMARK_DADDR_MASK);
158 memset(&info->port_mask.p16.src, 0xff,
159 sizeof(info
185 struct xt_hmark_info *info = cb->data; local
206 struct xt_hmark_info *info = cb->data; local
290 HMARK_print(const struct xt_hmark_info *info) argument
313 const struct xt_hmark_info *info = local
334 const struct xt_hmark_info *info = local
353 HMARK_save(const struct xt_hmark_info *info) argument
386 const struct xt_hmark_info *info = local
403 const struct xt_hmark_info *info = local
[all...]
H A Dlibxt_physdev.c42 struct xt_physdev_info *info = cb->data; local
47 xtables_parse_interface(cb->arg, info->physindev,
48 (unsigned char *)info->in_mask);
50 info->invert |= XT_PHYSDEV_OP_IN;
51 info->bitmask |= XT_PHYSDEV_OP_IN;
54 xtables_parse_interface(cb->arg, info->physoutdev,
55 (unsigned char *)info->out_mask);
57 info->invert |= XT_PHYSDEV_OP_OUT;
58 info->bitmask |= XT_PHYSDEV_OP_OUT;
61 info
87 const struct xt_physdev_info *info = (const void *)match->data; local
110 const struct xt_physdev_info *info = (const void *)match->data; local
[all...]
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_start.cc11 void nacl_irt_start(uint32_t* info) { argument
12 nacl_irt_init(info);
25 nacl_irt_enter_user_code(info, chrome_irt_query);
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl37 { name => 'eax', info => $reg32_href },
38 { name => 'ecx', info => $reg32_href },
39 { name => 'edx', info => $reg32_href },
40 { name => 'ebx', info => $reg32_href },
41 { name => 'esp', info => $reg32_href },
42 { name => 'ebp', info => $reg32_href },
43 { name => 'esi', info => $reg32_href },
44 { name => 'edi', info => $reg32_href },
45 { name => 'eip', info => $reg32_href },
46 { name => 'eflags', info
[all...]
/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp238 __dynamic_cast_info info = {thrown_class_type, 0, this, -1, 0};
239 info.number_of_dst_type = 1;
240 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path);
241 if (info.path_dst_ptr_to_static_ptr == public_path)
243 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr);
252 __class_type_info::process_found_base_class(__dynamic_cast_info* info, argument
256 if (info->dst_ptr_leading_to_static_ptr == 0)
259 info->dst_ptr_leading_to_static_ptr = adjustedPtr;
260 info->path_dst_ptr_to_static_ptr = path_below;
261 info
280 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
289 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
300 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
321 has_unambiguous_public_base(__dynamic_cast_info* info, void* adjustedPtr, int path_below) const argument
505 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; local
592 process_static_type_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below) const argument
639 process_static_type_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below) const argument
706 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
878 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
955 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1025 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1095 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1110 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1125 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1146 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SubtleCryptoCustom.cpp21 void verify1Method(const v8::FunctionCallbackInfo<v8::Value>& info) argument
23 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder());
24 TONATIVE_VOID(Dictionary, algorithm, Dictionary(info[0], info.GetIsolate()));
26 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
29 TONATIVE_VOID(CryptoKey*, key, V8CryptoKey::toImplWithTypeCheck(info.GetIsolate(), info[1]));
30 TONATIVE_VOID(ArrayBuffer*, signature, info[2]->IsArrayBuffer() ? V8ArrayBuffer::toImpl(v8::Handle<v8::ArrayBuffer>::Cast(info[2])) : 0);
31 TONATIVE_VOID(ArrayBuffer*, data, info[
36 verify2Method(const v8::FunctionCallbackInfo<v8::Value>& info) argument
51 verify3Method(const v8::FunctionCallbackInfo<v8::Value>& info) argument
66 verify4Method(const v8::FunctionCallbackInfo<v8::Value>& info) argument
80 verifyMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginListBuilder.cpp40 PluginInfo info; local
41 info.name = name;
42 info.desc = description;
43 info.file = fileName;
44 m_results->append(info);
49 MimeClassInfo info; local
50 info.type = name;
51 info.desc = description;
52 m_results->last().mimes.append(info);
57 MimeClassInfo& info local
[all...]
/external/e2fsprogs/lib/ss/
H A Dget_readline.c23 static void ss_release_readline(ss_data *info) argument
26 if (!info->readline_handle)
29 info->readline = 0;
30 info->add_history = 0;
31 info->redisplay = 0;
32 info->rl_completion_matches = 0;
33 dlclose(info->readline_handle);
34 info->readline_handle = 0;
45 ss_data *info = ss_info(sci_idx); local
50 if (info
[all...]
/external/chromium_org/content/browser/resources/gpu/
H A Dinfo_view.css5 #info-view {
11 #info-view * {
15 #info-view[selected] {
20 #info-view h3,
21 #info-view ul {
26 #info-view > div {
30 #info-view .row-title {
34 #info-view table {
41 #info-view table,
42 #info
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionCoordinator.cpp59 void SQLTransactionCoordinator::processPendingTransactions(CoordinationInfo& info) argument
61 if (info.activeWriteTransaction || info.pendingTransactions.isEmpty())
64 RefPtrWillBeRawPtr<SQLTransactionBackend> firstPendingTransaction = info.pendingTransactions.first();
67 firstPendingTransaction = info.pendingTransactions.takeFirst();
68 info.activeReadTransactions.add(firstPendingTransaction);
70 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
71 } else if (info.activeReadTransactions.isEmpty()) {
72 info
87 CoordinationInfo& info = m_coordinationInfoMap.add(dbIdentifier, CoordinationInfo()).storedValue->value; local
91 CoordinationInfo& info = coordinationInfoIterator->value; local
107 CoordinationInfo& info = coordinationInfoIterator->value; local
129 CoordinationInfo& info = coordinationInfoIterator->value; local
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_info_unittest.py32 info = gpu_info.GPUInfo.FromDict(data)
33 self.assertTrue(len(info.devices) == 2)
34 self.assertTrue(isinstance(info.devices[0], gpu_device.GPUDevice))
35 self.assertEquals(info.devices[0].vendor_id, 1000)
36 self.assertEquals(info.devices[0].device_id, 2000)
37 self.assertEquals(info.devices[0].vendor_string, 'a')
38 self.assertEquals(info.devices[0].device_string, 'b')
39 self.assertTrue(isinstance(info.devices[1], gpu_device.GPUDevice))
40 self.assertEquals(info.devices[1].vendor_id, 3000)
41 self.assertEquals(info
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc19_shadowmem.c25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV; local
50 firstoff = info->firstoff;
51 lastoff = info->lastoff;
52 skipoff = info
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
[all...]
/external/chromium_org/gpu/config/
H A Dgpu_control_list_number_info_unittest.cc37 FloatInfo info(op[i], value1, value2);
38 EXPECT_TRUE(info.IsValid());
50 FloatInfo info("=", value[i], std::string());
51 EXPECT_TRUE(info.IsValid());
64 FloatInfo info(op[i], std::string(), std::string());
65 EXPECT_FALSE(info.IsValid());
68 FloatInfo info("between", "3.14", std::string());
69 EXPECT_FALSE(info.IsValid());
79 FloatInfo info("=", value[i], std::string());
80 EXPECT_FALSE(info
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh188 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) argument
191 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) |
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
193 (info->codepoint == 0x200Cu ? MASK0_ZWNJ : 0) |
194 (info->codepoint == 0x200Du ? MASK0_ZWJ : 0);
195 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
199 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, argument
202 info
206 _hb_glyph_info_get_general_category(const hb_glyph_info_t *info) argument
212 _hb_glyph_info_set_modified_combining_class(hb_glyph_info_t *info, unsigned int modified_class) argument
219 _hb_glyph_info_get_modified_combining_class(const hb_glyph_info_t *info) argument
225 _hb_glyph_info_is_default_ignorable(const hb_glyph_info_t *info) argument
231 _hb_glyph_info_is_zwnj(const hb_glyph_info_t *info) argument
237 _hb_glyph_info_is_zwj(const hb_glyph_info_t *info) argument
243 _hb_glyph_info_flip_joiners(hb_glyph_info_t *info) argument
274 _hb_glyph_info_clear_lig_props(hb_glyph_info_t *info) argument
282 _hb_glyph_info_set_lig_props_for_ligature(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_num_comps) argument
290 _hb_glyph_info_set_lig_props_for_mark(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_comp) argument
298 _hb_glyph_info_set_lig_props_for_component(hb_glyph_info_t *info, unsigned int comp) argument
304 _hb_glyph_info_get_lig_id(const hb_glyph_info_t *info) argument
310 _hb_glyph_info_ligated_internal(const hb_glyph_info_t *info) argument
316 _hb_glyph_info_get_lig_comp(const hb_glyph_info_t *info) argument
325 _hb_glyph_info_get_lig_num_comps(const hb_glyph_info_t *info) argument
345 _hb_glyph_info_set_glyph_props(hb_glyph_info_t *info, unsigned int props) argument
351 _hb_glyph_info_get_glyph_props(const hb_glyph_info_t *info) argument
357 _hb_glyph_info_is_base_glyph(const hb_glyph_info_t *info) argument
363 _hb_glyph_info_is_ligature(const hb_glyph_info_t *info) argument
369 _hb_glyph_info_is_mark(const hb_glyph_info_t *info) argument
375 _hb_glyph_info_substituted(const hb_glyph_info_t *info) argument
381 _hb_glyph_info_ligated(const hb_glyph_info_t *info) argument
387 _hb_glyph_info_multiplied(const hb_glyph_info_t *info) argument
393 _hb_glyph_info_ligated_and_didnt_multiply(const hb_glyph_info_t *info) argument
399 _hb_glyph_info_clear_ligated_and_multiplied(hb_glyph_info_t *info) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh188 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) argument
191 info->unicode_props0() = ((unsigned int) unicode->general_category (info->codepoint)) |
192 (unicode->is_default_ignorable (info->codepoint) ? MASK0_IGNORABLE : 0) |
193 (info->codepoint == 0x200Cu ? MASK0_ZWNJ : 0) |
194 (info->codepoint == 0x200Du ? MASK0_ZWJ : 0);
195 info->unicode_props1() = unicode->modified_combining_class (info->codepoint);
199 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, argument
202 info
206 _hb_glyph_info_get_general_category(const hb_glyph_info_t *info) argument
212 _hb_glyph_info_set_modified_combining_class(hb_glyph_info_t *info, unsigned int modified_class) argument
219 _hb_glyph_info_get_modified_combining_class(const hb_glyph_info_t *info) argument
225 _hb_glyph_info_is_default_ignorable(const hb_glyph_info_t *info) argument
231 _hb_glyph_info_is_zwnj(const hb_glyph_info_t *info) argument
237 _hb_glyph_info_is_zwj(const hb_glyph_info_t *info) argument
243 _hb_glyph_info_flip_joiners(hb_glyph_info_t *info) argument
274 _hb_glyph_info_clear_lig_props(hb_glyph_info_t *info) argument
282 _hb_glyph_info_set_lig_props_for_ligature(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_num_comps) argument
290 _hb_glyph_info_set_lig_props_for_mark(hb_glyph_info_t *info, unsigned int lig_id, unsigned int lig_comp) argument
298 _hb_glyph_info_set_lig_props_for_component(hb_glyph_info_t *info, unsigned int comp) argument
304 _hb_glyph_info_get_lig_id(const hb_glyph_info_t *info) argument
310 _hb_glyph_info_ligated_internal(const hb_glyph_info_t *info) argument
316 _hb_glyph_info_get_lig_comp(const hb_glyph_info_t *info) argument
325 _hb_glyph_info_get_lig_num_comps(const hb_glyph_info_t *info) argument
345 _hb_glyph_info_set_glyph_props(hb_glyph_info_t *info, unsigned int props) argument
351 _hb_glyph_info_get_glyph_props(const hb_glyph_info_t *info) argument
357 _hb_glyph_info_is_base_glyph(const hb_glyph_info_t *info) argument
363 _hb_glyph_info_is_ligature(const hb_glyph_info_t *info) argument
369 _hb_glyph_info_is_mark(const hb_glyph_info_t *info) argument
375 _hb_glyph_info_substituted(const hb_glyph_info_t *info) argument
381 _hb_glyph_info_ligated(const hb_glyph_info_t *info) argument
387 _hb_glyph_info_multiplied(const hb_glyph_info_t *info) argument
393 _hb_glyph_info_ligated_and_didnt_multiply(const hb_glyph_info_t *info) argument
399 _hb_glyph_info_clear_ligated_and_multiplied(hb_glyph_info_t *info) argument
[all...]
/external/aac/libFDK/include/
H A DFDK_core.h81 amm-info@iis.fraunhofer.de
103 int FDK_toolsGetLibInfo(LIB_INFO *info);
/external/chromium_org/components/storage_monitor/
H A Dmock_removable_storage_observer.cc17 const StorageInfo& info) {
19 last_attached_ = info;
23 const StorageInfo& info) {
25 last_detached_ = info;
16 OnRemovableStorageAttached( const StorageInfo& info) argument
22 OnRemovableStorageDetached( const StorageInfo& info) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_fs.h38 struct tgsi_shader_info info; member in struct:draw_fragment_shader
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_fs.h38 struct tgsi_shader_info info; member in struct:draw_fragment_shader

Completed in 679 milliseconds

1234567891011>>