Searched refs:index (Results 1 - 25 of 4931) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A Dvertexdump.cpp10 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]);
12 void setup_vertexbug(SkPoint verts[], SkPoint texs[], uint16_t index[]) { argument
45 index[0] = 0; index[1] = 5; index[2] = 1;
46 index[3] = 0; index[4] = 4; index[5] = 5;
48 index[6] = 1; index[
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DIndexedItem.java20 * 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
64 setIndex(int index) argument
[all...]
/external/skia/tests/
H A DPathOpsThreadedCommon.cpp13 for (int index = 0; index < fRunnables.count(); index++) {
14 SkDELETE(fRunnables[index]);
20 for (int index = 0; index < fRunnables.count(); ++ index) {
21 tg.add(fRunnables[index]);
H A DPathOpsTypesTest.cpp17 for (size_t index = 0; index < roughlyTestsCount; ++index) {
18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]);
/external/v8/test/webkit/
H A Dfor-in-to-text.js29 for (j in index) {
30 testProperty(index[j]);
34 shouldBeTrue("test.toString().match('for *[(]j *in *index[)]') != null");
H A Darray-index-immediate-types.js36 function putSelf(array, index)
38 index = index << 0;
39 array[index] = index;
H A Darguments-bad-index.js25 "This test checks whether arguments crashes when passed a bad index."
28 function indexArguments(index)
30 return arguments[index];
/external/aac/libSBRdec/src/
H A Dhuff_dec.cpp96 The table entries are interpreted either as index to the next entry
108 SCHAR index = 0; local
111 while (index >= 0) {
113 index = h[index][bit];
116 value = index+64; /* Add offset */
/external/javassist/src/main/javassist/bytecode/
H A DByteArray.java23 * Reads an unsigned 16bit integer at the index.
25 public static int readU16bit(byte[] code, int index) { argument
26 return ((code[index] & 0xff) << 8) | (code[index + 1] & 0xff);
30 * Reads a signed 16bit integer at the index.
32 public static int readS16bit(byte[] code, int index) { argument
33 return (code[index] << 8) | (code[index + 1] & 0xff);
37 * Writes a 16bit integer at the index.
39 public static void write16bit(int value, byte[] code, int index) { argument
47 read32bit(byte[] code, int index) argument
55 write32bit(int value, byte[] code, int index) argument
[all...]
/external/libunwind/src/unwind/
H A DSetGR.c32 _Unwind_SetGR (struct _Unwind_Context *context, int index, argument
36 index = dwarf_to_unw_regnum(index);
38 unw_set_reg (&context->cursor, index, new_value);
40 if (index >= UNW_IA64_GR && index <= UNW_IA64_GR + 127)
42 unw_set_reg (&context->cursor, UNW_IA64_NAT + (index - UNW_IA64_GR), 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DOIDTokenizer.java12 private int index; field in class:OIDTokenizer
18 this.index = 0;
23 return (index != -1);
28 if (index == -1)
34 int end = oid.indexOf('.', index);
38 token = oid.substring(index);
39 index = -1;
43 token = oid.substring(index, end);
45 index = end + 1;
/external/clang/test/Sema/
H A Dimplicit-builtin-redecl.c17 int index = 1; local
20 static int index; variable
23 return index << 2;
/external/proguard/src/proguard/obfuscate/
H A DNumericNameFactory.java31 private int index; field in class:NumericNameFactory
38 index = 0;
44 return Integer.toString(++index);
/external/lldb/test/lang/c/const_variables/
H A Dmain.c9 int32_t index; local
13 index = 512;
16 index = 256;
18 baaz(index);
/external/v8/test/mjsunit/
H A Dstring-indexof-2.js57 var index = -1;
59 index = lipsum.indexOf(substring, index + 1);
60 assertTrue(index != -1,
62 assertEquals(lipsum.substring(index, index + len), substring,
64 index + ".." + (index + len - 1));
65 } while (index >= 0 && index <
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBulkBeanException.java22 private int index; field in class:BulkBeanException
25 public BulkBeanException(String message, int index) { argument
27 this.index = index;
30 public BulkBeanException(Throwable cause, int index) { argument
32 this.index = index;
37 return index;
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DCodeGen.java26 public static void load_local_object_var (final ByteArrayOStream out, final int index) argument
28 if (index <= 3)
30 out.write (_aload_0 + index); // aload_n
32 else if (index <= 0xFF)
35 index); // indexbyte
41 index >>> 8, // indexbyte1
42 index); // indexbyte2
46 public static void store_local_object_var (final ByteArrayOStream out, final int index) argument
48 if (index <= 3)
50 out.write (_astore_0 + index); // astore_
106 push_constant_index(final ByteArrayOStream out, final int index) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DMultiAttributeVisitor.java81 for (int index = 0; index < attributeVisitors.length; index++)
83 attributeVisitors[index].visitUnknownAttribute(clazz, unknownAttribute);
90 for (int index = 0; index < attributeVisitors.length; index++)
92 attributeVisitors[index].visitBootstrapMethodsAttribute(clazz, bootstrapMethodsAttribute);
99 for (int index = 0; index < attributeVisitor
[all...]
/external/skia/src/core/
H A DSkVertState.cpp11 int index = state->fCurrIndex; local
12 if (index + 3 > state->fCount) {
15 state->f0 = index + 0;
16 state->f1 = index + 1;
17 state->f2 = index + 2;
18 state->fCurrIndex = index + 3;
24 int index = state->fCurrIndex; local
25 if (index + 3 > state->fCount) {
28 state->f0 = indices[index + 0];
29 state->f1 = indices[index
36 int index = state->fCurrIndex; local
54 int index = state->fCurrIndex; local
71 int index = state->fCurrIndex; local
84 int index = state->fCurrIndex; local
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DMovingAverage.java40 private int count, index; field in class:MovingAverage
47 sum = sum - samples[index] + sample;
48 samples[index++] = sample;
49 if (index > count){
50 count = index;
52 if (index >= samples.length){
53 index = 0;
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java97 int index = isSilentStart(value) ? 1 : 0;
101 while (!result.isComplete() && index <= value.length() - 1) {
102 switch (value.charAt(index)) {
109 index = handleAEIOUY(value, result, index);
113 index = charAt(value, index + 1) == 'B' ? index + 2 : index + 1;
118 index
274 handleAEIOUY(String value, DoubleMetaphoneResult result, int index) argument
285 handleC(String value, DoubleMetaphoneResult result, int index) argument
339 handleCC(String value, DoubleMetaphoneResult result, int index) argument
365 handleCH(String value, DoubleMetaphoneResult result, int index) argument
396 handleD(String value, DoubleMetaphoneResult result, int index) argument
422 handleG(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
478 handleGH(String value, DoubleMetaphoneResult result, int index) argument
512 handleH(String value, DoubleMetaphoneResult result, int index) argument
530 handleJ(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
565 handleL(String value, DoubleMetaphoneResult result, int index) argument
583 handleP(String value, DoubleMetaphoneResult result, int index) argument
599 handleR(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
616 handleS(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
669 handleSC(String value, DoubleMetaphoneResult result, int index) argument
701 handleT(String value, DoubleMetaphoneResult result, int index) argument
731 handleW(String value, DoubleMetaphoneResult result, int index) argument
770 handleX(String value, DoubleMetaphoneResult result, int index) argument
791 handleZ(String value, DoubleMetaphoneResult result, int index, boolean slavoGermanic) argument
813 conditionC0(String value, int index) argument
832 conditionCH0(String value, int index) argument
848 conditionCH1(String value, int index) argument
860 conditionL0(String value, int index) argument
876 conditionM0(String value, int index) argument
938 charAt(String value, int index) argument
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DBase.java15 public static final int StateUpdateChar(int index) argument
17 if (index < 4)
19 if (index < 10)
20 return index - 3;
21 return index - 6;
24 public static final int StateUpdateMatch(int index) argument
26 return (index < 7 ? 7 : 10);
29 public static final int StateUpdateRep(int index) argument
31 return (index < 7 ? 8 : 11);
34 public static final int StateUpdateShortRep(int index) argument
39 StateIsCharState(int index) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DFullFrame.java85 for (int index = 0; index < variablesCount; index++)
87 variables[index].variablesAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisitor);
97 for (int index = 0; index < stackCount; index++)
99 stack[index].stackAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisito
[all...]
/external/clang/test/CodeGenCXX/
H A Dstatic-data-member-single-emission.cpp5 static const int index; member in struct:HasStaticInit
10 const int HasStaticInit<T>::index = the_count++; member in class:HasStaticInit
12 template <typename T> int func_tmpl1() { return HasStaticInit<T>::index; }
13 template <typename T> int func_tmpl2() { return HasStaticInit<T>::index; }
14 template <typename T> int func_tmpl3() { return HasStaticInit<T>::index; }
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DLocal.java23 private int index; field in class:Local
25 public Local(int index, Type type) { argument
27 this.index = index;
31 return index;

Completed in 2337 milliseconds

1234567891011>>