Searched refs:entry (Results 101 - 125 of 2747) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentOrderedMap.cpp78 OwnPtrWillBeMember<MapEntry>& entry = addResult.storedValue->value;
79 ASSERT(entry->count);
80 entry->element = nullptr;
81 entry->count++;
82 entry->orderedList.clear();
94 OwnPtrWillBeMember<MapEntry>& entry = it->value;
95 ASSERT(entry->count);
96 if (entry->count == 1) {
97 ASSERT(!entry->element || entry
115 MapEntry* entry = m_map.get(key); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp126 variable_entry *entry = (variable_entry *)node; local
127 if (entry->var == var)
128 return entry;
131 variable_entry *entry = new(mem_ctx) variable_entry(var); local
132 this->variable_list.push_tail(entry);
133 return entry;
140 variable_entry *entry = this->get_variable_entry(ir); local
142 if (entry)
143 entry->declaration = true;
152 variable_entry *entry local
226 variable_entry *entry = (variable_entry *)node; local
345 variable_entry *entry = (variable_entry *)node; local
367 variable_entry *entry = (variable_entry *)node; local
[all...]
H A Dbrw_fs_copy_propagation.cpp35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) argument
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
52 (has_source_modifiers || entry->src.file == UNIFORM))
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry
91 acp_entry *entry = (acp_entry *)entry_node; local
102 acp_entry *entry = (acp_entry *)entry_node; local
124 acp_entry *entry = ralloc(mem_ctx, acp_entry); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp126 variable_entry *entry = (variable_entry *)node; local
127 if (entry->var == var)
128 return entry;
131 variable_entry *entry = new(mem_ctx) variable_entry(var); local
132 this->variable_list.push_tail(entry);
133 return entry;
140 variable_entry *entry = this->get_variable_entry(ir); local
142 if (entry)
143 entry->declaration = true;
152 variable_entry *entry local
226 variable_entry *entry = (variable_entry *)node; local
345 variable_entry *entry = (variable_entry *)node; local
367 variable_entry *entry = (variable_entry *)node; local
[all...]
H A Dbrw_fs_copy_propagation.cpp35 fs_visitor::try_copy_propagate(fs_inst *inst, int arg, acp_entry *entry) argument
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
52 (has_source_modifiers || entry->src.file == UNIFORM))
55 inst->src[arg].file = entry->src.file;
56 inst->src[arg].reg = entry
91 acp_entry *entry = (acp_entry *)entry_node; local
102 acp_entry *entry = (acp_entry *)entry_node; local
124 acp_entry *entry = ralloc(mem_ctx, acp_entry); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_getprocaddress.c86 const struct stw_extension_entry *entry; local
92 for (entry = stw_extension_entries; entry->name; entry++)
93 if (strcmp( lpszProc, entry->name ) == 0)
94 return entry->proc;
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dentry_x86_tsd.h78 entry_patch(mapi_func entry, int slot) argument
80 char *code = (char *) entry;
91 mapi_func entry; local
98 entry = (mapi_func) code;
99 entry_patch(entry, slot);
101 return entry;
H A Dentry.h46 entry_patch(mapi_func entry, int slot);
/external/chromium_org/third_party/opus/src/silk/
H A DNLSF_unpack.c43 opus_uint8 entry; local
48 entry = *ec_sel_ptr++;
49 ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
50 pred_Q8[ i ] = psNLSF_CB->pred_Q8[ i + ( entry & 1 ) * ( psNLSF_CB->order - 1 ) ];
51 ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
52 pred_Q8[ i + 1 ] = psNLSF_CB->pred_Q8[ i + ( silk_RSHIFT( entry, 4 ) & 1 ) * ( psNLSF_CB->order - 1 ) + 1 ];
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dnative_heap_dump_parser.py37 for index, entry in data['stacks'].iteritems():
39 for absolute_addr in entry['f']:
43 for start_addr, entry in data['allocs'].iteritems():
44 flags = int(entry['f'])
51 size=entry['l'],
52 stack_trace=strace_by_index[entry['s']],
H A Dmemdump_parser.py74 entry = memory_map.MapEntry(
80 entry.priv_dirty_bytes = int(m.group(5))
81 entry.priv_clean_bytes = int(m.group(6)) - entry.priv_dirty_bytes
82 entry.shared_dirty_bytes = int(m.group(8))
83 entry.shared_clean_bytes = int(m.group(9)) - entry.shared_dirty_bytes
84 entry.resident_pages = [ord(c) for c in base64.b64decode(m.group(11))]
85 maps.Add(entry)
/external/libexif/libexif/
H A Dexif-entry.h1 /*! \file exif-entry.h
44 /*! EXIF tag for this entry */
47 /*! Type of data in this entry */
50 /*! Number of elements in the array, if this is an array entry.
54 /*! Pointer to the raw EXIF data for this entry. It is allocated
63 /*! #ExifContent containing this entry.
94 * \param[in] entry #ExifEntry
98 void exif_entry_ref (ExifEntry *entry);
101 * When the reference count drops to zero, free the entry.
103 * \param[in] entry #ExifEntr
[all...]
/external/libopus/silk/
H A DNLSF_unpack.c43 opus_uint8 entry; local
48 entry = *ec_sel_ptr++;
49 ec_ix [ i ] = silk_SMULBB( silk_RSHIFT( entry, 1 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
50 pred_Q8[ i ] = psNLSF_CB->pred_Q8[ i + ( entry & 1 ) * ( psNLSF_CB->order - 1 ) ];
51 ec_ix [ i + 1 ] = silk_SMULBB( silk_RSHIFT( entry, 5 ) & 7, 2 * NLSF_QUANT_MAX_AMPLITUDE + 1 );
52 pred_Q8[ i + 1 ] = psNLSF_CB->pred_Q8[ i + ( silk_RSHIFT( entry, 4 ) & 1 ) * ( psNLSF_CB->order - 1 ) + 1 ];
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_getprocaddress.c86 const struct stw_extension_entry *entry; local
92 for (entry = stw_extension_entries; entry->name; entry++)
93 if (strcmp( lpszProc, entry->name ) == 0)
94 return entry->proc;
/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tsd.h78 entry_patch(mapi_func entry, int slot) argument
80 char *code = (char *) entry;
91 mapi_func entry; local
98 entry = (mapi_func) code;
99 entry_patch(entry, slot);
101 return entry;
H A Dentry.h46 entry_patch(mapi_func entry, int slot);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DDefaultMapEntry.java36 * Constructs a new entry with the specified key and given value.
38 * @param key the key for the entry, may be null
39 * @param value the value for the entry, may be null
46 * Constructs a new entry from the specified KeyValue.
49 * @throws NullPointerException if the entry is null
56 * Constructs a new entry from the specified MapEntry.
58 * @param entry the entry to copy, must not be null
59 * @throws NullPointerException if the entry is null
61 public DefaultMapEntry(final Map.Entry<K, V> entry) { argument
[all...]
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_renderer_host.cc60 // If this entry's layout has a keyboard mic channel.
153 AudioEntry* entry = LookupByController(controller); local
154 if (!entry) {
161 DeleteEntryOnError(entry, INVALID_PEER_HANDLE);
165 if (!entry->controller->SharedMemoryAndSyncSocketMode()) {
167 DeleteEntryOnError(entry, INVALID_LATENCY_MODE);
174 if (!entry->shared_memory.ShareToProcess(PeerHandle(),
178 DeleteEntryOnError(entry, MEMORY_SHARING_FAILED);
183 static_cast<AudioInputSyncWriter*>(entry->writer.get());
190 DeleteEntryOnError(entry, SYNC_SOCKET_ERRO
209 AudioEntry* entry = LookupByController(controller); local
222 AudioEntry* entry = LookupByController(controller); local
250 AudioEntry* entry = LookupByController(controller); local
438 AudioEntry* entry = LookupById(stream_id); local
452 AudioEntry* entry = LookupById(stream_id); local
461 AudioEntry* entry = LookupById(stream_id); local
490 CloseAndDeleteStream(AudioEntry* entry) argument
502 DeleteEntry(AudioEntry* entry) argument
520 DeleteEntryOnError(AudioEntry* entry, ErrorCode error_code) argument
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPoolEntryRef.java53 /** The planned route of the entry. */
58 * Creates a new reference to a pool entry.
60 * @param entry the pool entry, must not be <code>null</code>
63 public BasicPoolEntryRef(BasicPoolEntry entry, argument
65 super(entry, queue);
66 if (entry == null) {
68 ("Pool entry must not be null.");
70 route = entry.getPlannedRoute();
75 * Obtain the planned route for the referenced entry
[all...]
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dsyslog_parser.cc38 linked_ptr<api::log_private::LogEntry> entry(new api::log_private::LogEntry);
47 if (ParseTime(time, &(entry->timestamp)) != SyslogParser::SUCCESS) {
55 ParseProcess(tokenizer.token(), entry.get());
56 ParseLevel(input, entry.get());
57 entry->full_entry = input;
59 if (filter_handler->IsValidLogEntry(*(entry.get()))) {
60 output->push_back(entry);
80 api::log_private::LogEntry* entry) const {
87 entry->process = tokenizer.token();
88 entry
[all...]
/external/chromium_org/chrome/browser/resources/predictors/
H A Dautocomplete_action_predictor.js53 var entry = database.db[i];
55 if (!filter.checked || entry.confidence > 0) {
57 row.className = (entry.confidence > 0.8 ? 'action-prerender' :
58 (entry.confidence > 0.5 ? 'action-preconnect' :
62 entry.user_text;
63 row.appendChild(document.createElement('td')).textContent = entry.url;
65 entry.hit_count;
67 entry.miss_count;
69 entry.confidence;
/external/chromium_org/content/public/browser/
H A Dnavigation_details.cc10 : entry(NULL),
/external/chromium_org/tools/cr/cr/base/
H A Dplatform.py60 for entry in Platform.GetActivePlugin().paths:
61 entry = base.Substitute(entry)
62 if entry not in paths:
63 paths.append(entry)
64 for entry in value.split(os.path.pathsep):
65 if entry.endswith(os.path.sep + 'goma'):
67 elif entry not in paths:
68 paths.append(entry)
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.c1 /* mnote-fuji-entry.c
29 #include "mnote-fuji-entry.h"
190 mnote_fuji_entry_get_value (MnoteFujiEntry *entry, argument
200 if (!entry) return (NULL);
205 switch (entry->tag) {
207 CF (entry->format, EXIF_FORMAT_UNDEFINED, val, maxlen);
208 CC (entry->components, 4, val, maxlen);
209 memcpy (val, entry->data, MIN(maxlen, entry->size));
228 CF (entry
[all...]
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h49 PoolRef(PoolEntry *entry) : entry(entry) { argument
50 this->entry->incRef();
53 entry = r.entry;
54 entry->incRef();
57 assert(entry != nullptr && "entry should not be null.");
58 PoolEntry *temp = r.entry;
69 reset(PoolEntry *entry) argument
79 PoolEntry *entry; member in class:PBQP::CostPool::PoolRef
[all...]

Completed in 1011 milliseconds

1234567891011>>