HomeSort by relevance Sort by last modified time
    Searched refs:init2 (Results 1 - 23 of 23) 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());
  /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],
118 boolean[] init2 = { false, true, false, false, true, true, true };
136 boolean[] theFinalStates7 = init2;
144 aDataTruncation = new DataTruncation(init1[i], init2[i],
190 boolean[] init2 = { false, true, false, true, true, false, true };
198 boolean[] theReturns = init2;
208 boolean[] theFinalStates7 = init2;
216 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 128 int[][] init2 = { { 1, 2, 3 }, {}, { 3 }, null, { 5, 5 }, { 6 }, local
134 int[][] theFinalStates2 = init2;
148 init2[i]);
183 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
194 String[] theFinalStates3 = init2;
205 init2[i], init3[i]);
240 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
252 String[] theFinalStates3 = init2;
263 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]);
DateTest.java 114 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 }; local
118 Date theDate = new Date(init1[i], init2[i], init3[i]);
  /frameworks/base/graphics/java/android/graphics/
Path.java 63 mNativePath = init2(valNative);
610 private static native int init2(int nPath); method in class:Path
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberWatcherTest.java 261 String init2 = "650"; local
264 testReplacement(init2, replacement2, expected2);
  /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,
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 18 if (wpa_s->driver->init2)
19 return wpa_s->driver->init2(wpa_s, ifname,
  /frameworks/base/core/jni/android/graphics/
Path.cpp 50 static SkPath* init2(JNIEnv* env, jobject clazz, SkPath* val) { function in class:android::SkPathGlue
270 {"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/icu4c/i18n/unicode/
regex.h     [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 52 cl.init2();
241 ((ClassInfo) r).init2();
ClassInfo.java 147 public void init2() { method in class:ClassInfo
    [all...]
  /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 88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
105 init2(&inputText, status);
125 init2(input, status);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
246 // init2() Common initialization for use by RegexMatcher constructors, part 2.
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { function in class:RegexMatcher
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 182 * @ifname: Interface name that can be used with init() or init2()
1426 void * (*init2)(void *ctx, const char *ifname, void *global_priv); member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 958 public static final void init2() { method in class:SystemServer
    [all...]

Completed in 859 milliseconds