HomeSort by relevance Sort by last modified time
    Searched full:init2 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/strace/qemu_multiarch_testing/hdc.dir/
init 8 exec ./init2
9 echo "Failed to exec ./init2"
  /external/clang/test/ARCMT/
init.m 13 -init2;
28 -(id) init2 {
init.m.result 13 -init2;
28 -(id) init2 {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156a.d 3 #source: init2.s
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 36 boolean[] init2 = { false, true, false, false, false, true, false };
52 boolean[] theFinalStates7 = init2;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
117 boolean[] init2 = { false, true, false, false, true, true, true };
135 boolean[] theFinalStates7 = init2;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
189 boolean[] init2 = { false, true, false, true, true, false, true };
197 boolean[] theReturns = init2;
207 boolean[] theFinalStates7 = init2;
215 aDataTruncation = new DataTruncation(init1[i], init2[i]
    [all...]
SQLExceptionTest.java 61 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", local
68 String[] theFinalStates2 = init2;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
113 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
117 String[] theFinalStates2 = init2;
129 aSQLException = new SQLException(init1[i], init2[i]);
251 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
258 String[] theFinalStates2 = init2;
268 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
304 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" } local
360 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
418 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
    [all...]
BatchUpdateExceptionTest.java 127 int[][] init2 = { { 1, 2, 3 }, { }, { 3 }, null, { 5, 5 }, { 6 }, local
133 int[][] theFinalStates2 = init2;
147 init2[i]);
181 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
192 String[] theFinalStates3 = init2;
203 init2[i], init3[i]);
237 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
249 String[] theFinalStates3 = init2;
260 init2[i], init3[i], init4[i]);
SQLWarningTest.java 127 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
131 String[] theFinalStates2 = init2;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
176 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "valid1", local
183 String[] theFinalStates2 = init2;
195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]);
  /external/llvm/test/Transforms/GlobalOpt/
ctor-list-opt-constexpr.ll 13 @llvm.global_ctors = appending global [2 x %0] [%0 { i32 65535, void ()* @init1 }, %0 { i32 65535, void ()* @init2 }]
27 define internal void @init2() {
33 ; CHECK-LABEL: @init2(
  /frameworks/compile/slang/tests/F_reduce_general_parse/
reduce_general_parse.rs 15 #pragma rs reduce(foo) initializer(init2) accumulator(accum2)
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 83 struct init2 struct
90 int init2::called = 0;
96 std::call_once(flg2, init2(), 2, 3);
97 std::call_once(flg2, init2(), 4, 5);
230 assert(init2::called == 5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 81 struct init2 struct
88 int init2::called = 0;
94 std::call_once(flg2, init2(), 2, 3);
95 std::call_once(flg2, init2(), 4, 5);
199 assert(init2::called == 5);
  /external/opencv3/modules/cudev/include/opencv2/cudev/warp/
warp.hpp 101 template <class InIt1, class InIt2, class OutIt, class BinOp>
102 __device__ __forceinline__ OutIt warpTransform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp& op)
107 InIt2 t2 = beg2 + lane;
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 46 void Init2()
54 Init2();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
ClassicalShadowSystem.java 69 if (n == SECOND_PASS) init2(); method
78 protected void init2 () { method in class:ClassicalShadowSystem
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 29 init2 = 0x98BADCFE
44 d.s[2] = init2
28 init2 = 0x98BADCFE const
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 27 init2 = 0x98BADCFE
43 d.h[2] = init2
26 init2 = 0x98BADCFE const
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 29 init2 = 0x98BADCFE
44 d.s[2] = init2
28 init2 = 0x98BADCFE const
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 27 init2 = 0x98BADCFE
43 d.h[2] = init2
26 init2 = 0x98BADCFE const
  /external/clang/test/Analysis/inlining/
retain-count-self-init.m 46 - (id) init2 {
  /external/opencv3/modules/core/include/opencv2/core/cuda/
warp.hpp 94 template<typename InIt1, typename InIt2, typename OutIt, class BinOp>
95 static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op)
100 InIt2 t2 = beg2 + lane;
block.hpp 119 template<typename InIt1, typename InIt2, typename OutIt, class BinOp>
120 static __device__ __forceinline__ void transfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op)
124 InIt2 t2 = beg2 + flattenedThreadId();
  /external/opencv3/modules/cudev/include/opencv2/cudev/block/
block.hpp 117 template <class InIt1, class InIt2, class OutIt, class BinOp>
118 __device__ __forceinline__ static void blockTransfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp& op)
122 InIt2 t2 = beg2 + Block::threadLineId();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 59 native_path = Path_Delegate.init2(native_path);
111 native_path = Path_Delegate.init2(native_path);
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 32 init2 = 0x3C6EF372
61 d.h[2] = init2
31 init2 = 0x3C6EF372 const

Completed in 1173 milliseconds

1 2 3 4