HomeSort by relevance Sort by last modified time
    Searched refs:index (Results 151 - 175 of 19608) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java 62 public int instructionOffset(int index)
64 return values[index];
76 for (int index = 0; index < values.length; index++)
78 if (values[index] == value)
99 for (int index = 0; index < values.length; index++)
101 int value = values[index];
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedArray.java 18 public boolean getBoolean(int index, boolean defValue) {
23 public float getFloat(int index, float defValue) {
28 public int getInt(int index, int defValue) {
33 public int getInteger(int index, int defValue) {
38 public float getDimension(int index, float defValue) {
43 public int getDimensionPixelOffset(int index, int defValue) {
48 public int getDimensionPixelSize(int index, int defValue) {
53 public int getLayoutDimension(int index, int defValue) {
58 public int getResourceId(int index, int defValue) {
  /libcore/ojluni/src/main/java/java/util/regex/
PatternSyntaxException.java 47 private final int index; field in class:PatternSyntaxException
58 * @param index
59 * The approximate index in the pattern of the error,
60 * or <tt>-1</tt> if the index is not known
62 public PatternSyntaxException(String desc, String regex, int index) {
65 this.index = index;
69 * Retrieves the error index.
71 * @return The approximate index in the pattern of the error,
72 * or <tt>-1</tt> if the index is not know
    [all...]
  /external/proguard/src/proguard/obfuscate/
SimpleNameFactory.java 40 private int index = 0; field in class:SimpleNameFactory
67 index = 0;
73 return name(index++);
78 * Returns the name at the given index.
80 private String name(int index)
88 if (index < cachedNames.size())
90 return (String)cachedNames.get(index);
94 String name = newName(index);
95 cachedNames.add(index, name);
102 * Creates and returns the name at the given index
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ByteBucketArray.h 47 inline const T& get(size_t index) const { return (*this)[index]; }
49 const T& operator[](size_t index) const {
50 if (index >= size()) {
54 uint8_t bucket_index = static_cast<uint8_t>(index) >> 4;
59 return bucket[0x0f & static_cast<uint8_t>(index)];
62 T& editItemAt(size_t index) {
63 CHECK(index < size()) << "ByteBucketArray.getOrCreate(index=" << index
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
cr-err.l 2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/index expressio
    [all...]
  /external/v8/src/
register-configuration.h 70 int GetAllocatableGeneralCode(int index) const {
71 return allocatable_general_codes_[index];
73 bool IsAllocatableGeneralCode(int index) const {
74 return ((1 << index) & allocatable_general_codes_mask_) != 0;
76 int GetAllocatableFloatCode(int index) const {
77 return allocatable_float_codes_[index];
79 bool IsAllocatableFloatCode(int index) const {
80 return ((1 << index) & allocatable_float_codes_mask_) != 0;
82 int GetAllocatableDoubleCode(int index) const {
83 return allocatable_double_codes_[index];
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsIcuTest.java 38 final ImmutableIndex index = ai.buildImmutableIndex(); local
41 ContactLocaleUtils.dumpIndex(index);
43 return index;
46 private static String getBucket(ImmutableIndex index, String name) {
47 return index.getBucket(index.getBucketIndex(name)).getLabel();
50 private static boolean checkBucket(ImmutableIndex index, String expectedBucket, String str) {
62 final String actual = getBucket(index, ch);
78 final ImmutableIndex index = buildIndex("zh-Hant-TW"); local
81 // Data generated from: https://en.wiktionary.org/wiki/Index:Chinese_total_stroke
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRootElements.java 46 * Index of the first CE with a non-zero tertiary weight.
51 * Index of the first CE with a non-zero secondary weight.
55 * Index of the first CE with a non-zero primary weight.
153 int index = findP(p); local
154 long q = elements[index];
157 // p == elements[index] is a root primary. Find the CE before it.
160 secTer = elements[index - 1];
167 index -= 2;
169 p = elements[index];
174 --index;
201 int index = findP(p); local
221 int index = findPrimary(p); local
251 int index; local
276 int index; local
311 int index = findP(p); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRootElements.java 44 * Index of the first CE with a non-zero tertiary weight.
49 * Index of the first CE with a non-zero secondary weight.
53 * Index of the first CE with a non-zero primary weight.
151 int index = findP(p); local
152 long q = elements[index];
155 // p == elements[index] is a root primary. Find the CE before it.
158 secTer = elements[index - 1];
165 index -= 2;
167 p = elements[index];
172 --index;
199 int index = findP(p); local
219 int index = findPrimary(p); local
249 int index; local
274 int index; local
309 int index = findP(p); local
    [all...]
  /art/libdexfile/dex/
dex_file_reference.h 28 DexFileReference(const DexFile* file, uint32_t idx) : dex_file(file), index(idx) {}
30 uint32_t index; member in class:art::DexFileReference
37 return a.index < b.index;
47 return a.dex_file == b.dex_file && a.index == b.index;
  /external/pdfium/core/fpdfapi/font/
cfx_stockfontarray.cpp 23 CPDF_Font* CFX_StockFontArray::GetFont(uint32_t index) const {
24 if (index >= FX_ArraySize(m_StockFonts))
26 return m_StockFonts[index].get();
29 CPDF_Font* CFX_StockFontArray::SetFont(uint32_t index,
32 if (index < FX_ArraySize(m_StockFonts))
33 m_StockFonts[index] = std::move(pFont);
  /external/pdfium/fxjs/
cfxjse_arguments.h 23 std::unique_ptr<CFXJSE_Value> GetValue(int32_t index) const;
24 bool GetBoolean(int32_t index) const;
25 int32_t GetInt32(int32_t index) const;
26 float GetFloat(int32_t index) const;
27 ByteString GetUTF8String(int32_t index) const;
28 CFXJSE_HostObject* GetObject(int32_t index,
  /external/proguard/src/proguard/classfile/instruction/visitor/
MultiInstructionVisitor.java 86 for (int index = 0; index < instructionVisitorCount; index++)
88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
94 for (int index = 0; index < instructionVisitorCount; index++)
96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction);
102 for (int index = 0; index < instructionVisitorCount; index++
    [all...]
  /external/valgrind/none/tests/mips64/
load_store_unaligned.c 27 int i, index; local
42 index = (i / SOLL) % N;
44 i, index, memSrc[index], index, memDst[index], outLoad);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
pli.cc 54 size_t* index,
57 while (*index + BlockLength() > max_length) {
58 if (!OnBufferFull(packet, index, callback))
63 index);
64 CreateCommonFeedback(packet + *index);
65 *index += kCommonFeedbackLength;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
TintTypedArray.java 72 public Drawable getDrawable(int index) {
73 if (mWrapped.hasValue(index)) {
74 final int resourceId = mWrapped.getResourceId(index, 0);
79 return mWrapped.getDrawable(index);
82 public Drawable getDrawableIfKnown(int index) {
83 if (mWrapped.hasValue(index)) {
84 final int resourceId = mWrapped.getResourceId(index, 0);
93 * Retrieve the Typeface for the attribute at <var>index</var>.
98 * @param index Index of attribute to retrieve
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
StringIndexOutOfBoundsException.java 30 * Thrown by {@code String} methods to indicate that an index
33 * thrown when the index is equal to the size of the string.
65 * class with an argument indicating the illegal index.
67 * @param index the illegal index.
69 public StringIndexOutOfBoundsException(int index) {
70 super("String index out of range: " + index);
78 StringIndexOutOfBoundsException(String s, int index) {
79 this(s.length(), index);
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
CompoundEnumeration.java 37 private int index = 0; field in class:CompoundEnumeration
44 while (index < enums.length) {
45 if (enums[index] != null && enums[index].hasMoreElements()) {
48 index++;
61 return enums[index].nextElement();
  /test/vts/drivers/hal/common/utils/
StringUtil.cpp 31 size_t index = 0; local
34 index = original.find(from, index);
35 if (index == std::string::npos) break;
36 original.replace(index, from_len, to);
37 index += from_len;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
dsbt-index-error.d 3 #ld: -melf32_tic6x_le -Tsbr.ld --dsbt-index 5 --dsbt-size 3
4 #source: dsbt-index.s
5 #error: .*invalid --dsbt-index 5, outside DSBT size.*
  /libcore/json/src/main/java/org/json/
JSONArray.java 40 * JSONObject#NULL}. In particular, {@code get} fails if the requested index
201 * Sets the value at {@code index} to {@code value}, null padding this array
203 * index}, it will be replaced.
207 public JSONArray put(int index, boolean value) throws JSONException {
208 return put(index, (Boolean) value);
212 * Sets the value at {@code index} to {@code value}, null padding this array
214 * index}, it will be replaced.
220 public JSONArray put(int index, double value) throws JSONException {
221 return put(index, (Double) value);
225 * Sets the value at {@code index} to {@code value}, null padding this arra
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 67 /** Number of bits to perturb the index when probing for collision resolution. */
181 int index = hash & mask; local
182 if (containsKey(key, index)) {
183 return values[index];
186 if (states[index] == FREE) {
190 int j = index;
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
193 index = j & mask;
194 if (containsKey(key, index)) {
195 return values[index];
211 int index = hash & mask; local
273 int index = hash & mask; local
355 int index = hash & mask; local
410 int index = findInsertionIndex(key); local
450 final int index = findInsertionIndex(newKeys, newStates, key, newMask); local
    [all...]
OpenIntToFieldHashMap.java 70 /** Number of bits to perturb the index when probing for collision resolution. */
193 int index = hash & mask; local
194 if (containsKey(key, index)) {
195 return values[index];
198 if (states[index] == FREE) {
202 int j = index;
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
205 index = j & mask;
206 if (containsKey(key, index)) {
207 return values[index];
223 int index = hash & mask; local
285 int index = hash & mask; local
367 int index = hash & mask; local
422 int index = findInsertionIndex(key); local
462 final int index = findInsertionIndex(newKeys, newStates, key, newMask); local
    [all...]

Completed in 886 milliseconds

1 2 3 4 5 67 8 91011>>