HomeSort by relevance Sort by last modified time
    Searched defs:init1 (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 28 init1 = 0xEFCDAB89
43 d.s[1] = init1
27 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 28 init1 = 0xEFCDAB89
43 d.s[1] = init1
27 init1 = 0xEFCDAB89 const
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 26 init1 = 0xEFCDAB89
42 d.h[1] = init1
25 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 26 init1 = 0xEFCDAB89
42 d.h[1] = init1
25 init1 = 0xEFCDAB89 const
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 71 struct init1 struct
78 int init1::called = 0;
84 std::call_once(flg1, init1(), 1);
228 assert(init1::called == 1);
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 31 init1 = 0xBB67AE85
60 d.h[1] = init1
30 init1 = 0xBB67AE85 const
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 31 init1 = 0xBB67AE85
60 d.h[1] = init1
30 init1 = 0xBB67AE85 const
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 65 struct init1 struct
72 int init1::called = 0;
78 std::call_once(flg1, init1(), 1);
191 assert(init1::called == 1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 68 struct init1 struct
75 int init1::called = 0;
81 std::call_once(flg1, init1(), 1);
223 assert(init1::called == 1);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 80 int[][] init1 = { { 1, 2, 3 }, null }; local
83 int[][] theFinalStates2 = init1; // Update Counts array state
90 int loopCount = init1.length;
93 aBatchUpdateException = new BatchUpdateException(init1[i]);
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
137 String[] theFinalStates4 = init1; // Message state
143 int loopCount = init1.length;
146 aBatchUpdateException = new BatchUpdateException(init1[i],
179 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
193 String[] theFinalStates4 = init1; // Message stat
235 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
377 int[][] init1 = { { 1, 2, 3 }, { }, null }; local
    [all...]
DataTruncationTest.java 34 int[] init1 = { -2147483648, 2147483647, 0, 329751502, 318587557, local
49 int[] theFinalStates4 = init1;
58 int loopCount = init1.length;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
115 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911, local
125 int[] theReturns = init1;
132 int[] theFinalStates4 = init1;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
187 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948, local
204 int[] theFinalStates4 = init1;
259 int[] init1 = { -2147483648, 2147483647, 0, 2092420209, -1695764964, local
331 int[] init1 = { -2147483648, 2147483647, 0, 1146707040, -2020665632, local
403 int[] init1 = { -2147483648, 2147483647, 0, 78096124, 1719192600, local
    [all...]
SQLWarningTest.java 78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; local
80 String[] theFinalStates1 = init1;
91 int loopCount = init1.length;
94 aSQLWarning = new SQLWarning(init1[i]);
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
130 String[] theFinalStates1 = init1;
140 int loopCount = init1.length;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
174 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "----", local
182 String[] theFinalStates1 = init1;
227 String[] init1 = { "a", "1", "valid1", "----", "&valid*" }; local
278 String[] init1 = { "a", "1" }; local
    [all...]
DateTest.java 112 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 }; local
116 for (int i = 0; i < init1.length; i++) {
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3, local
132 for (long element : init1) {
SQLExceptionTest.java 59 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "1", "a", local
67 String[] theFinalStates1 = init1;
77 int loopCount = init1.length;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
116 String[] theFinalStates1 = init1;
126 int loopCount = init1.length;
129 aSQLException = new SQLException(init1[i], init2[i]);
160 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; local
162 String[] theFinalStates1 = init1;
250 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
303 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
359 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
417 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 31 // init1 walks the AST starting at n, and accumulates in out
33 func init1(n *Node, out *[]*Node) { func
37 init1(n.Left, out)
38 init1(n.Right, out)
40 init1(n1, out)
46 init1(n.Type.Nname(), out)
104 Fatalf("init1: bad defn")
112 Fatalf("init1: bad defn")
138 init1(n2, out)
195 // recurse over n, doing init1 everywhere
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512.go 42 init1 = 0xbb67ae8584caa73b
115 d.h[1] = init1
41 init1 = 0xbb67ae8584caa73b const
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 13 const init1 = 0 const
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 31 // init1 walks the AST starting at n, and accumulates in out
33 func init1(n *Node, out *[]*Node) { func
37 init1(n.Left, out)
38 init1(n.Right, out)
40 init1(n1, out)
46 init1(n.Type.Nname(), out)
104 Fatalf("init1: bad defn")
112 Fatalf("init1: bad defn")
138 init1(n2, out)
195 // recurse over n, doing init1 everywhere
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512.go 42 init1 = 0xbb67ae8584caa73b
115 d.h[1] = init1
41 init1 = 0xbb67ae8584caa73b const
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 13 const init1 = 0 const
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 531 void init1(void *p, int s, int x, int y) { function
544 60, 12, init1);
1059 void init1(void *p, int s, int x, int y) { function
1128 void init1(void *p, int s, int x, int y) { function
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 931 milliseconds

1 2