HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 201 - 225 of 8401) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
TaintManager.h 35 static void *GDMIndex() { static int index = 0; return &index; } local
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 33 static int index = 0; local
34 return &index;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-restore.h 41 uint32_t index; /**< The device index */ member in struct:pa_ext_device_restore_info
  /prebuilts/go/darwin-x86/test/ken/
shift.go 25 index(t1,t2,t3 int) int {
31 n := index(t1,t2,t3);
101 ians[index(0,0,0)] = 1234;
102 ians[index(0,0,1)] = 1234;
103 ians[index(0,1,0)] = 39488;
104 ians[index(0,1,1)] = 38;
105 ians[index(0,2,0)] = 0;
106 ians[index(0,2,1)] = 0;
108 ians[index(1,0,0)] = -1234;
109 ians[index(1,0,1)] = -1234
24 index(t1,t2,t3 int) int { func
    [all...]
  /prebuilts/go/linux-x86/test/ken/
shift.go 25 index(t1,t2,t3 int) int {
31 n := index(t1,t2,t3);
101 ians[index(0,0,0)] = 1234;
102 ians[index(0,0,1)] = 1234;
103 ians[index(0,1,0)] = 39488;
104 ians[index(0,1,1)] = 38;
105 ians[index(0,2,0)] = 0;
106 ians[index(0,2,1)] = 0;
108 ians[index(1,0,0)] = -1234;
109 ians[index(1,0,1)] = -1234
24 index(t1,t2,t3 int) int { func
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
LibSharedCodeGen.cpp 129 for (int index = 0; index < arg_count; index++) {
130 out << " arg" << index; local
131 if (index != (arg_count - 1)) {
  /art/runtime/
monitor_pool_test.cc 80 size_t index = r.next() % monitors.size(); local
81 Monitor* mon = monitors[index];
82 monitors.erase(monitors.begin() + index);
112 size_t index = r.next() % monitors.size(); local
113 Monitor* mon = monitors[index];
114 monitors.erase(monitors.begin() + index);
  /art/test/102-concurrent-gc/src/
Main.java 36 int index = rnd.nextInt(buckets); local
37 l[index].bytes = new byte[bufferSize];
  /art/test/121-modifiers/src2/
Main.java 138 int index = name.indexOf("Field"); local
139 if (index > 0) {
140 String shortS = name.substring(0, index);
167 int index = name.indexOf("Method"); local
168 if (index > 0) {
169 String shortS = name.substring(0, index);
  /art/test/163-app-image-methods/src/
Main.java 76 int index = 0; local
77 while (index != result.length && size != 0) {
79 result[index] = new byte[size];
80 ++index;
  /art/test/497-inlining-and-class-loader/
clear_dex_cache.cc 52 uint32_t index = pair.index; local
56 int_array->Set(2u * i, index);
60 long_array->Set(2u * i, index);
79 uint32_t index; local
83 index = static_cast<uint32_t>(int_array->Get(2u * i));
87 index = dchecked_integral_cast<uint32_t>(long_array->Get(2u * i));
90 mirror::MethodDexCachePair pair(method, index);
  /art/test/626-const-class-linking/src/
RacyLoader.java 25 private int index = 0; field in class:RacyLoader
62 my_index = index;
63 ++index;
64 if (index != limit) {
71 } while (index < limit);
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomBranchChanger.java 55 int index = opcode.ordinal() - Opcode.IF_EQ.ordinal(); local
57 return EQUALITY_CMP_OP_LIST[(index + 1 + rng.nextInt(length - 1)) % length];
59 int index = opcode.ordinal() - Opcode.IF_EQZ.ordinal(); local
61 return ZERO_CMP_OP_LIST[(index + 1 + rng.nextInt(length - 1)) % length];
  /bionic/libc/system_properties/
contexts_serialized.cpp 130 uint32_t index; local
131 property_info_area_file_->GetPropertyInfoIndexes(name, &index, nullptr);
132 if (index == ~0u || index >= num_context_nodes_) {
137 auto* context_node = &context_nodes_[index];
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
hsearch_r.c 46 size_t index, i; local
48 for (index = hash, i = 0;; index += ++i) {
49 ENTRY *entry = &hsearch->entries[index & hsearch->index_mask];
80 size_t hash, index, i, old_hash, old_count, new_count; local
89 for (index = hash, i = 0;; index += ++i) {
90 entry = &hsearch->entries[index & hsearch->index_mask];
  /build/soong/jar/
jar.go 41 diff := index(filepathA) - index(filepathB)
64 func index(name string) int { func
  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 68 index = np.linspace(0.0, samples, num=samples, endpoint=False) variable
69 time = index / samplingRate
71 data0 = np.sin(index * multiplier)
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
ExactComparer.java 35 int index = indexFromXAndY(x, y, stride, offset); local
36 if (ideal[index] != given[index]) {
39 Log.d(TAG, "Expected color : " + Integer.toHexString(ideal[index]) +
40 " given color : " + Integer.toHexString(given[index]));
  /cts/tools/dasm/src/java_cup/
symbol.java 7 * in order to detect symbols that are declared but never used, and an index
8 * number that indicates where it appears in parse tables (index numbers are
78 /** Index of this symbol (terminal or non terminal) in the parse tables.
80 * however, a terminal may have the same index as a non-terminal, etc.
84 /** Index of this symbol (terminal or non terminal) in the parse tables.
86 * however, a terminal may have the same index as a non-terminal, etc.
88 public int index() {return _index;} method in class:symbol
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IndexedItem.java 20 * An item in a Dalvik file which is referenced by index.
23 /** {@code >= -1;} assigned index of the item, or {@code -1} if not
25 private int index; field in class:IndexedItem
28 * Constructs an instance. The index is initially unassigned.
31 index = -1;
35 * Gets whether or not this instance has been assigned an index.
37 * @return {@code true} iff this instance has been assigned an index
40 return (index >= 0);
44 * Gets the item index.
46 * @return {@code >= 0;} the index
    [all...]

Completed in 567 milliseconds

1 2 3 4 5 6 7 891011>>