/libcore/luni/src/main/java/javax/net/ssl/ |
SSLParameters.java | 34 * protocols are initialized to null and client authentication 35 * options are initialized to false.
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParametersTest.java | 102 // test: IOException if not initialized 106 fail("should not get encoded from un-initialized instance"); 138 // test: IOException if not initialized 142 fail("should not get encoded from un-initialized instance"); 261 // test: InvalidParameterSpecException if not initialized 377 // test: InvalidParameterSpecException if already initialized 445 // test: IOException if already initialized 516 // test: IOException if already initialized
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 37 # script_name need not exist, it just need to be initialized 88 # script_name need not exist, it just need to be initialized
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 37 # script_name need not exist, it just need to be initialized 88 # script_name need not exist, it just need to be initialized
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
ClientAPIExts.cpp | 44 // client API. functions pointers will get initialized through 63 // This function initialized each entry in the s_client_extensions
|
/art/runtime/arch/arm/ |
context_arm.h | 84 // Pointers to register locations, initialized to NULL or the specific registers below.
|
/art/runtime/arch/arm64/ |
context_arm64.h | 84 // Pointers to register locations, initialized to NULL or the specific registers below.
|
/art/runtime/arch/mips/ |
context_mips.h | 83 // Pointers to registers in the stack, initialized to NULL except for the special cases below.
|
/art/runtime/arch/ |
quick_alloc_entrypoints.S | 22 // Called by managed code to allocate an object of an initialized class.
|
/art/runtime/entrypoints/interpreter/ |
interpreter_entrypoints.cc | 32 // Ensure static methods are initialized.
|
/art/sigchainlib/ |
sigchain.cc | 78 static bool initialized; member in namespace:art 182 // not been initialized and therefore cannot be within the ART 236 if (initialized) { 257 initialized = true;
|
/art/test/115-native-bridge/ |
expected.txt | 1 Native bridge initialized.
|
/bootable/recovery/minadbd/ |
fdevent.h | 50 /* Uninitialize an fdevent object that was initialized by
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstEnumRef.java | 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstEnumRef.java | 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */
|
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/ |
DocumentCentricAppsInstrumentationTest.java | 51 // Given a initialized Activity
|
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/ |
DocumentCentricAppsInstrumentationTest.java | 51 // Given a initialized Activity
|
/development/apps/OBJViewer/com/android/objviewer/ |
OBJViewer.java | 59 private boolean initialized = false; field in class:OBJView 93 initialized = false; 172 if (!initialized) { 174 initialized = true;
|
/external/bluetooth/bluedroid/btif/include/ |
btif_sm.h | 64 ** Returns Returns a pointer to the initialized state machine handle.
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
object_snapshot.js | 24 * 3. Instances and snapshtos are initialized. At this point, {id_ref:
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
HttpAuthDatabase.java | 62 * @param databaseFile Name of the file to be initialized. 77 * @param databaseFile Name of the file to be initialized. 97 * @param databaseFile Name of the file to be initialized. 142 * @return true if the database was initialized, false otherwise
|
/external/chromium_org/apps/app_shim/ |
app_shim_host_manager_mac.h | 59 // The AppShimHostManager is only initialized if the Chrome process
|
/external/chromium_org/ash/test/ |
ash_test_helper.h | 82 // Check if DBus Thread Manager was initialized here.
|
/external/chromium_org/base/memory/ |
singleton_objc.h | 18 // For Objective-C objects initialized through means other than the
|
/external/chromium_org/base/prefs/ |
pref_service_factory.h | 68 // Creates a PrefService object initialized with the parameters from
|