HomeSort by relevance Sort by last modified time
    Searched refs:init2 (Results 1 - 20 of 20) sorted by null

  /external/openssl/crypto/conf/
ssleay.cnf 7 init2='10'
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 22 Init2 ctor done <-- 2
24 Init2 dtor done <-- 2
35 Init2 ctor done <-- 2
36 Init2 dtor done <-- 2
55 class Init2
58 Init2();
59 ~Init2();
64 static Init2 init2; variable
94 Init2::Init2(
    [all...]
  /external/astl/tests/
test_ios_base.cpp 79 std::ios_base::Init init2; local
80 EXPECT_TRUE(init2.done());
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 48 boolean[] init2 = { false, true, false, false, false, true, false };
64 boolean[] theFinalStates7 = init2;
73 aDataTruncation = new DataTruncation(init1[i], init2[i],
122 boolean[] init2 = { false, true, false, false, true, true, true };
140 boolean[] theFinalStates7 = init2;
148 aDataTruncation = new DataTruncation(init1[i], init2[i],
200 boolean[] init2 = { false, true, false, true, true, false, true };
208 boolean[] theReturns = init2;
218 boolean[] theFinalStates7 = init2;
226 aDataTruncation = new DataTruncation(init1[i], init2[i]
    [all...]
SQLExceptionTest.java 77 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", local
84 String[] theFinalStates2 = init2;
96 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
135 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
139 String[] theFinalStates2 = init2;
152 aSQLException = new SQLException(init1[i], init2[i]);
294 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
301 String[] theFinalStates2 = init2;
311 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
353 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" } local
415 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
479 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
    [all...]
BatchUpdateExceptionTest.java 152 int[][] init2 = { { 1, 2, 3 }, {}, { 3 }, null, { 5, 5 }, { 6 }, local
158 int[][] theFinalStates2 = init2;
172 init2[i]);
213 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
224 String[] theFinalStates3 = init2;
235 init2[i], init3[i]);
276 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
288 String[] theFinalStates3 = init2;
299 init2[i], init3[i], init4[i]);
SQLWarningTest.java 152 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
156 String[] theFinalStates2 = init2;
168 aSQLWarning = new SQLWarning(init1[i], init2[i]);
207 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "valid1", local
214 String[] theFinalStates2 = init2;
226 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]);
DateTest.java 125 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 }; local
129 Date theDate = new Date(init1[i], init2[i], init3[i]);
  /frameworks/base/graphics/java/android/graphics/
Path.java 45 mNativePath = init2(valNative);
546 private static native int init2(int nPath); method in class:Path
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 433 if (wpa_s->driver->init2)
434 return wpa_s->driver->init2(wpa_s, ifname,
  /frameworks/base/core/jni/android/graphics/
Path.cpp 42 static SkPath* init2(JNIEnv* env, jobject clazz, SkPath* val) { function in class:android::SkPathGlue
262 {"init2","(I)I", (void*) SkPathGlue::init2},
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 131 * @ifname: Interface name that can be used with init() or init2()
1028 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 63 init2(RegexStaticSets::gStaticSets->fEmptyString, fDeferredStatus);
77 init2(input, status);
90 init2(RegexStaticSets::gStaticSets->fEmptyString, status);
161 // init2() Common initialization for use by RegexMatcher constructors, part 2.
164 void RegexMatcher::init2(const UnicodeString &input, UErrorCode &status) { function in class:RegexMatcher
    [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]
  /build/tools/droiddoc/src/
Converter.java 53 cl.init2();
277 ((ClassInfo)r).init2();
ClassInfo.java 109 public void init2() { method in class:ClassInfo
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 594 * up into init2() to start the Android services.
628 public static final void init2() { method in class:SystemServer
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 99 /*package*/ static int init2(int nPath) { method in class:Path_Delegate
  /external/icu4c/i18n/
rematch.cpp 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
98 init2(&inputText, status);
118 init2(input, status);
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
237 // init2() Common initialization for use by RegexMatcher constructors, part 2.
240 void RegexMatcher::init2(UText *input, UErrorCode &status) { function in class:RegexMatcher
    [all...]

Completed in 747 milliseconds