HomeSort by relevance Sort by last modified time
    Searched full:entry (Results 426 - 450 of 27287) sorted by null

<<11121314151617181920>>

  /art/runtime/
type_lookup_table.cc 50 return SupportedSize(num_class_defs) ? RoundUpToPowerOfTwo(num_class_defs) * sizeof(Entry) : 0u;
75 entries_(storage != nullptr ? reinterpret_cast<Entry*>(storage) : new Entry[mask_ + 1]),
77 static_assert(alignof(Entry) == 4u, "Expecting Entry to be 4-byte aligned.");
78 DCHECK_ALIGNED(storage, alignof(Entry));
88 Entry entry; local
89 entry.str_offset = str_id.string_data_off_;
90 entry.data = MakeData(i, hash, GetSizeMask())
102 Entry entry; local
138 const Entry* entry = &entries_[pos]; local
    [all...]
  /external/llvm/test/Analysis/RegionInfo/
loops_1.ll 8 entry:
33 ; CHECK: [0] entry => <Function Return>
34 ; CHECK-NEXT: [1] entry => end
37 ; BBIT: entry, outer, body, land, exit, if, end, a,
38 ; BBIT: entry, outer, body, land, exit, if, a,
40 ; RNIT: entry => end, end,
41 ; RNIT: entry, outer, body, land, exit, if, a,
  /external/llvm/test/Bitcode/
terminatorInstructions.3.2.ll 8 entry:
20 entry:
29 entry:
41 entry:
49 entry:
55 entry:
61 entry:
  /external/llvm/test/CodeGen/AArch64/
hints.ll 6 entry:
15 entry:
24 entry:
33 entry:
42 entry:
51 entry:
60 entry:
  /external/llvm/test/CodeGen/ARM/
2009-11-30-LiveVariablesBug.ll 11 entry:
20 bb: ; preds = %entry
23 bb31: ; preds = %entry
30 bb72: ; preds = %entry
33 bb79: ; preds = %entry
36 bb104: ; preds = %entry
39 return: ; preds = %entry
data-in-code-annotations.ll 18 entry:
26 sw.bb: ; preds = %entry
29 sw.bb6: ; preds = %entry
32 sw.bb13: ; preds = %entry
35 sw.bb20: ; preds = %entry
39 return: ; preds = %sw.bb20, %sw.bb13, %sw.bb6, %sw.bb, %entry
40 %retval.0 = phi i32 [ %div, %sw.bb20 ], [ undef, %sw.bb13 ], [ undef, %sw.bb6 ], [ undef, %sw.bb ], [ 0, %entry ]
hints.ll 8 entry:
17 entry:
26 entry:
35 entry:
44 entry:
53 entry:
62 entry:
jumptable-label.ll 9 entry:
17 sw.bb: ; preds = %entry
20 sw.bb6: ; preds = %entry
23 sw.bb13: ; preds = %entry
26 sw.bb20: ; preds = %entry
30 return: ; preds = %sw.bb20, %sw.bb13, %sw.bb6, %sw.bb, %entry
31 %retval.0 = phi i32 [ %div, %sw.bb20 ], [ undef, %sw.bb13 ], [ undef, %sw.bb6 ], [ undef, %sw.bb ], [ 0, %entry ]
  /external/llvm/test/CodeGen/PowerPC/
store-update.ll 7 entry:
13 ; CHECK: %entry
18 entry:
24 ; CHECK: %entry
29 entry:
35 ; CHECK: %entry
40 entry:
46 ; CHECK: %entry
52 entry:
58 ; CHECK: %entry
    [all...]
  /libcore/ojluni/src/main/java/java/util/
AbstractMap.java 27 import java.util.Map.Entry;
100 * for an entry with the specified value. If such an entry is found,
102 * finding such an entry, <tt>false</tt> is returned. Note that this
109 Iterator<Entry<K,V>> i = entrySet().iterator();
112 Entry<K,V> e = i.next();
118 Entry<K,V> e = i.next();
130 * for an entry with the specified key. If such an entry is found,
132 * finding such an entry, <tt>false</tt> is returned. Note that thi
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 39 // This is a watchdog entry for one thread.
109 for (WatchEntry entry : mList) {
110 if (currentTime > entry.wakeTime) {
111 entry.wakeTime += entry.cycleTime;
112 Thread thread = entry.thread;
113 sampleStack(entry);
116 if (entry.wakeTime > nextWakeTime) {
117 nextWakeTime = entry.wakeTime;
125 private void sampleStack(WatchEntry entry) {
141 WatchEntry entry = mList.get(i); local
156 WatchEntry entry = findEntry(t); local
167 WatchEntry entry = findEntry(t); local
178 WatchEntry entry = findEntry(t); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 131 // In entryHeader the first entry, the name, is always printed as 16 bytes right-padded.
203 // An Entry is the internal representation of the per-file header information of one entry in the archive.
204 type Entry struct {
213 func (e *Entry) String() string {
223 // readMetadata reads and parses the metadata for the next entry in the archive.
224 func (ar *Archive) readMetadata() *Entry {
232 log.Fatal("file is not an archive: bad entry")
234 entry := new(Entry)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pack/
pack.go 131 // In entryHeader the first entry, the name, is always printed as 16 bytes right-padded.
203 // An Entry is the internal representation of the per-file header information of one entry in the archive.
204 type Entry struct {
213 func (e *Entry) String() string {
223 // readMetadata reads and parses the metadata for the next entry in the archive.
224 func (ar *Archive) readMetadata() *Entry {
232 log.Fatal("file is not an archive: bad entry")
234 entry := new(Entry)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 72 struct wpa_dbus_dict_entry entry; local
83 entry.key = NULL;
89 if (!wpa_dbus_dict_get_entry(&iter_dict, &entry))
92 if (os_strcmp(entry.key, "Timeout") == 0 &&
93 entry.type == DBUS_TYPE_INT32) {
94 timeout = entry.uint32_value;
95 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) {
96 if (entry.type != DBUS_TYPE_ARRAY ||
97 entry.array_type != WPAS_DBUS_TYPE_BINARRAY)
102 os_malloc(WPS_DEV_TYPE_LEN * entry.array_len)
202 struct wpa_dbus_dict_entry entry; local
246 struct wpa_dbus_dict_entry entry; local
297 struct wpa_dbus_dict_entry entry; local
426 struct wpa_dbus_dict_entry entry; local
502 struct wpa_dbus_dict_entry entry; local
663 struct wpa_dbus_dict_entry entry; local
926 struct wpa_dbus_dict_entry entry = {.type = DBUS_TYPE_STRING }; local
2368 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
2504 struct wpa_dbus_dict_entry entry; local
2589 struct wpa_dbus_dict_entry entry; local
2694 struct wpa_dbus_dict_entry entry; local
2788 struct wpa_dbus_dict_entry entry; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleObjectCache.java 33 CacheEntry<K, V> entry = _map.get(key); local
34 if (entry != null) {
35 value = entry.get();
49 entry = _map.putIfAbsent(key, newEntry);
50 if (entry == null) {
54 value = entry.get();
63 CacheEntry<K, V> entry; local
64 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
65 _map.remove(entry.getKey());
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 29 CacheEntry<K, V> entry = _map.get(key); local
30 if (entry != null) {
31 value = entry.get();
45 entry = _map.putIfAbsent(key, newEntry);
46 if (entry == null) {
50 value = entry.get();
59 CacheEntry<K, V> entry; local
60 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
61 _map.remove(entry.getKey());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 29 CacheEntry<K, V> entry = _map.get(key); local
30 if (entry != null) {
31 value = entry.get();
45 entry = _map.putIfAbsent(key, newEntry);
46 if (entry == null) {
50 value = entry.get();
59 CacheEntry<K, V> entry; local
60 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
61 _map.remove(entry.getKey());
  /external/llvm/test/Transforms/SimplifyCFG/
switch-to-icmp.ll 4 entry:
15 %0 = phi i1 [ true, %entry ], [ false, %lor.rhs ], [ true, %entry ], [ true, %entry ]
24 entry:
34 %0 = phi i1 [ true, %entry ], [ false, %lor.rhs ], [ true, %entry ]
42 entry:
55 ; CHECK: entry:
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentRandomAccessBox.java 61 private List<Entry> entries = Collections.emptyList();
94 entries = new ArrayList<Entry>();
97 Entry entry = new Entry(); local
99 entry.time = IsoTypeReader.readUInt64(content);
100 entry.moofOffset = IsoTypeReader.readUInt64(content);
102 entry.time = IsoTypeReader.readUInt32(content);
103 entry.moofOffset = IsoTypeReader.readUInt32(content);
105 entry.trafNumber = IsoTypeReaderVariable.read(content, lengthSizeOfTrafNum)
    [all...]
  /external/v8/src/profiler/
circular-queue.h 43 // Reserved values for the entry marker.
50 struct V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry {
51 Entry() : marker(kEmpty) {}
56 Entry* Next(Entry* entry);
58 Entry buffer_[Length];
59 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* enqueue_pos_;
60 V8_ALIGNED(PROCESSOR_CACHE_LINE_SIZE) Entry* dequeue_pos_;
  /hardware/libhardware/tests/camera3/
camera3tests.cpp 36 camera_metadata_entry entry; local
40 ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, &entry))
42 int pixel_array_w = entry.data.i32[0];
43 int pixel_array_h = entry.data.i32[1];
48 ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, &entry))
50 int active_array_w = entry.data.i32[0];
51 int active_array_h = entry.data.i32[1];
64 camera_metadata_entry entry; local
67 ANDROID_CONTROL_MODE, &entry))
  /external/androidplot/.idea/
compiler.xml 24 <entry name=".+\.(properties|xml|html|dtd|tld)" />
25 <entry name=".+\.(gif|png|jpeg|jpg)" />
28 <entry name="?*.properties" />
29 <entry name="?*.xml" />
30 <entry name="?*.gif" />
31 <entry name="?*.png" />
32 <entry name="?*.jpeg" />
33 <entry name="?*.jpg" />
34 <entry name="?*.html" />
35 <entry name="?*.dtd" />
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestEnumMapGenerator.java 25 import java.util.Map.Entry;
37 public SampleElements<Entry<AnEnum, String>> samples() {
38 return new SampleElements<Entry<AnEnum, String>>(
50 Entry<AnEnum, String>[] array = new Entry[entries.length];
54 Entry<AnEnum, String> e = (Entry<AnEnum, String>) o;
61 Entry<AnEnum, String>[] entries);
65 public final Entry<AnEnum, String>[] createArray(int length) {
66 return new Entry[length]
    [all...]
TestStringMapGenerator.java 23 import java.util.Map.Entry;
38 public SampleElements<Map.Entry<String, String>> samples() {
39 return new SampleElements<Map.Entry<String, String>>(
51 Entry<String, String>[] array = new Entry[entries.length];
55 Entry<String, String> e = (Entry<String, String>) o;
62 Entry<String, String>[] entries);
66 public final Entry<String, String>[] createArray(int length) {
67 return new Entry[length]
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestStringBiMapGenerator.java 26 import java.util.Map.Entry;
42 public SampleElements<Map.Entry<String, String>> samples() {
43 return new SampleElements<Map.Entry<String, String>>(
55 Entry<String, String>[] array = new Entry[entries.length];
59 Entry<String, String> e = (Entry<String, String>) o;
66 Entry<String, String>[] entries);
70 public final Entry<String, String>[] createArray(int length) {
71 return new Entry[length]
    [all...]

Completed in 820 milliseconds

<<11121314151617181920>>