HomeSort by relevance Sort by last modified time
    Searched refs:i1 (Results 101 - 125 of 813) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 254 var i1 = j1 = k1 = block = 0;
262 if (i1 + k1 == i2 && j1 + k1 == j2) {
265 if (k1) non_adjacent.push([i1, j1, k1]);
266 i1 = i2;
273 if (k1) non_adjacent.push([i1, j1, k1]);
319 var code, tag, i1, i2, j1, j2;
323 i1 = code[1];
327 codes[0] = [tag, Math.max(i1, i2 - n), i2, Math.max(j1, j2 - n), j2];
332 i1 = code[1];
336 codes[codes.length - 1] = [tag, i1, Math.min(i2, i1 + n), j1, Math.min(j2, j1 + n)]
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 46 function __ZNK4Math5plane3dotERKNS_6float4E(i1, i2) {
47 i1 = i1 | 0;
49 return +(+HEAPF32[i1 >> 2] * +HEAPF32[i2 >> 2] + +HEAPF32[i1 + 4 >> 2] * +HEAPF32[i2 + 4 >> 2] + +HEAPF32[i1 + 8 >> 2] * +HEAPF32[i2 + 8 >> 2] + +HEAPF32[i1 + 12 >> 2] * +HEAPF32[i2 + 12 >> 2]);
52 function __ZNK4Math7frustum8clipmaskERKNS_5pointE(i1, i2) {
53 i1 = i1 | 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 171 i1 : 1, 6, 11, 16, 21, 26, 31, 36.
395 Word16 i1; local
460 * i1 loop: 8 positions. *
476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
479 /* ps1 = add(ps0, dn[i1], pOverflow); */
480 ps1 = ps0 + dn[i1];
482 /* alp1 = alp0 + rr[i0][i1] + 1/2*rr[i1][i1]; *
    [all...]
c3_14pf.cpp 157 Pulse i0 can have 8 possible positions, pulses i1 and i2 can have
161 i1 : 1, 6, 11, 16, 21, 26, 31, 36.
382 Word16 i1; local
448 * i1 loop: 8 positions. *
464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
467 /* ps1 = add(ps0, dn[i1], pOverflow); */
468 ps1 = ps0 + dn[i1];
470 /* alp1 = alp0 + rr[i0][i1] + 1/2*rr[i1][i1]; *
    [all...]
c2_11pf.cpp 73 * The code length is 40, containing 2 nonzero pulses: i0...i1.
75 * Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
80 * i1 : 0, 5, 10, 15, 20, 25, 30, 35.
179 The code length is 40, containing 2 nonzero pulses: i0...i1.
181 Pulse i0 can have 2x8=16 possible positions, pulse i1 can have
186 i1 : 0, 5, 10, 15, 20, 25, 30, 35.
412 Word16 i1; local
466 * i1 loop: 8 positions. *
480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
T_sget_5.d 19 .field public i1 I
27 iput v2, v3, dot.junit.opcodes.sget.d.T_sget_5.i1 I
34 sget v1, dot.junit.opcodes.sget.d.T_sget_5.i1 I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/
T_sget_boolean_5.d 19 .field public i1 Z
27 iput-boolean v2, v3, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
34 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/
T_sget_byte_5.d 19 .field public i1 B
27 iput-byte v2, v3, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
34 sget-byte v1, dot.junit.opcodes.sget_byte.d.T_sget_byte_5.i1 B
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/d/
T_sget_char_5.d 19 .field public i1 C
27 iput-char v2, v3, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C
34 sget-char v1, dot.junit.opcodes.sget_char.d.T_sget_char_5.i1 C
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_5.d 19 .field public i1 Ljava/lang/Object;
27 iput-object v2, v3, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object;
34 sget-object v1, dot.junit.opcodes.sget_object.d.T_sget_object_5.i1 Ljava/lang/Object;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
T_sget_short_5.d 19 .field public i1 S
27 iput-short v2, v3, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
34 sget-short v1, dot.junit.opcodes.sget_short.d.T_sget_short_5.i1 S
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/d/
T_sget_wide_5.d 19 .field public i1 J
27 iput-wide v0, v3, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
34 sget-wide v1, dot.junit.opcodes.sget_wide.d.T_sget_wide_5.i1 J
  /external/chromium_org/sync/engine/
download_unittest.cc 70 Invalidation i1; local
71 i1.payload = "autofill_payload";
72 invalidation_map.insert(std::make_pair(AUTOFILL, i1));
  /external/clang/test/CXX/class/class.union/
p1.cpp 100 static int i1; // expected-warning {{static data member 'i1' in union is a C++11 extension}} member in union:U4
102 int U4::i1 = 10; member in class:U4
105 int& i1; // expected-error {{union member 'i1' has reference type 'int &'}} member in union:U5
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC4Engine.java 131 int i1 = 0; local
136 i2 = ((keyBytes[i1] & 0xff) + engineState[i] + i2) & 0xff;
141 i1 = (i1+1) % keyBytes.length;
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.h 109 void assertEqual(CollationElementIterator &i1, CollationElementIterator &i2);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 17 namespace i1 { namespace in namespace:test0
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 5 int i1 = f<1>(0); // expected-error{{ambiguous}} variable
  /external/clang/test/Sema/
attr-unused.c 23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} local
  /external/icu4c/test/intltest/
itercoll.h 109 void assertEqual(CollationElementIterator &i1, CollationElementIterator &i2);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_instance.java 78 int i1[] = new int[1]; local
84 ai1.copyTo(i1);
90 assertEquals(1, i1[0]);
95 assertEquals(1, i1[0]);
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 52 volatile int i1 = INT_MAX; local
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
IdentityTest.java 52 Identity i1 = new IdentityStub("testEquals"); local
56 i1, Boolean.TRUE,
57 new IdentityStub(i1.getName()), Boolean.TRUE
61 assertEquals(value[k+1], new Boolean(i1.equals(value[k])));
62 if (Boolean.TRUE.equals(value[k+1])) assertEquals(i1.hashCode(), value[k].hashCode());
66 assertEquals(i1.identityEquals(i2), i1.equals(i2));
68 assertEquals(i1.identityEquals(i3), i1.equals(i3));
277 // Identity i1 = new IdentityStub("testSetPublicKey3_1", IdentityScope.getSystemScope())
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 361 int i1 = pos; local
384 while (i1 < i2 && (HTTP.isWhitespace(buffer.charAt(i1)))) {
385 i1++;
388 while ((i2 > i1) && (HTTP.isWhitespace(buffer.charAt(i2 - 1)))) {
392 if (((i2 - i1) >= 2)
393 && (buffer.charAt(i1) == '"')
395 i1++;
398 value = buffer.substring(i1, i2);
  /external/valgrind/main/perf/
ffbench.c 172 register int i1, i2, i3; local
191 for (i1 = i2; i1 <= i2 + ip1 - 2; i1 += 2) {
192 for (i3 = i1; i3 <= ip3; i3 += ip2) {
216 for (i1 = i3; i1 <= i3 + ip1 - 2; i1 += 2) {
217 for (i2 = i1; i2 <= ip3; i2 += ifp2) {

Completed in 1747 milliseconds

1 2 3 45 6 7 8 91011>>