/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
ssleay.cnf | 7 init2='10'
|
/external/openssl/crypto/conf/ |
ssleay.cnf | 7 init2='10'
|
/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); 191 assert(init2::called == 5);
|
/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/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
PhoneNumberWatcherTest.java | 261 String init2 = "650"; local 264 testReplacement(init2, replacement2, expected2);
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 67 mNativePath = init2(valNative); 707 private static native int init2(int nPath); method in class:Path
|
/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 | 51 static SkPath* init2(JNIEnv* env, jobject clazz, SkPath* val) { function in class:android::SkPathGlue 273 {"init2","(I)I", (void*) SkPathGlue::init2},
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
regex.h | [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 | 146 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/chromium_org/third_party/icu/source/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 | 230 * @ifname: Interface name that can be used with init() or init2() 1600 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...] |
/external/chromium_org/ui/views/widget/ |
widget_unittest.cc | 182 Widget::InitParams init2(Widget::InitParams::TYPE_MENU); 183 EXPECT_EQ(Widget::InitParams::INFER_OPACITY, init2.opacity); [all...] |