/external/qemu/android/utils/ |
file_data.c | 22 // value was properly initialized. Helps catch errors at runtime. 144 APANIC("Trying to swap un-initialized FileData instance\n"); 158 APANIC("Trying to finalize an un-initialized FileData instance\n");
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL.h | 85 * been initialized. 86 * If 'flags' is 0, it returns a mask of all initialized subsystems. 90 /** This function cleans up all initialized subsystems and unloads the
|
/external/webrtc/src/common_audio/vad/include/ |
webrtc_vad.h | 105 * - vad_inst : Instance that should be initialized 108 * - vad_inst : Initialized instance 125 * - vad_inst : Initialized instance
|
/external/webrtc/src/common_audio/vad/ |
vad_core.h | 58 * - inst : Instance that should be initialized 63 * - inst : Initialized instance 97 * - inst : Instance that should be initialized
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL.h | 85 * been initialized. 86 * If 'flags' is 0, it returns a mask of all initialized subsystems. 90 /** This function cleans up all initialized subsystems and unloads the
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL.h | 85 * been initialized. 86 * If 'flags' is 0, it returns a mask of all initialized subsystems. 90 /** This function cleans up all initialized subsystems and unloads the
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL.h | 85 * been initialized. 86 * If 'flags' is 0, it returns a mask of all initialized subsystems. 90 /** This function cleans up all initialized subsystems and unloads the
|
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/ |
LibraryLoader.java | 23 * The libraries may be loaded and initialized from any thread. Synchronization 40 // One-way switch becomes true when the libraries are initialized ( 61 * This method blocks until the library is fully loaded and initialized. 82 // Already initialized, nothing to do. 91 * Checks if library is fully loaded and initialized. 134 * be initialized with.
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_delegate_impl_linux.h | 38 INITIALIZED 80 // Ensures the device is initialized for communication by doing a 83 // If the device is already initialized, post the |task_info.task| immediately 88 // initialized. 104 // If the device is successfully initialized, runs the next pending task. 190 // initialized or when the current task in progress is complete.
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
voe_dtmf_impl.cc | 65 if (!_shared->statistics().Initialized()) 159 if (!_shared->statistics().Initialized()) 180 if (!_shared->statistics().Initialized()) 204 if (!_shared->statistics().Initialized()) 267 if (!_shared->statistics().Initialized()) 287 if (!_shared->statistics().Initialized())
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.h | 39 * fields are initialized. Use yasm_expr_extract_value() to perform "smart" 41 * parsing simply to ensure all fields of the value are initialized; after 44 * \param value value to be initialized 55 * initialized. 56 * \param value value to be initialized 92 * being initialized with yasm_value_initialize().
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
IterativeSolverBase.h | 95 * Currently, this function mostly initialized/compute the preconditioner. In the future 151 eigen_assert(m_isInitialized && "ConjugateGradient is not initialized."); 158 eigen_assert(m_isInitialized && "ConjugateGradient is not initialized."); 169 eigen_assert(m_isInitialized && "IterativeSolverBase is not initialized."); 183 eigen_assert(m_isInitialized && "IterativeSolverBase is not initialized."); 192 eigen_assert(m_isInitialized && "IterativeSolverBase is not initialized.");
|
/external/guava/guava/src/com/google/common/base/ |
Suppliers.java | 94 transient volatile boolean initialized; field in class:Suppliers.MemoizingSupplier 96 // on volatile read of "initialized". 106 if (!initialized) { 108 if (!initialized) { 111 initialized = true; 150 // The special value 0 means "not yet initialized".
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateFactory.java | 190 * @return an initialized Certificate. 216 * @return a {@code CertPath} initialized from the provided data. 250 * @return a {@code CertPath} initialized from the provided data. 268 * @return an initialized collection of certificates. 283 * @return an initialized CRL. 297 * @return an initialized collection of CRLs.
|
/system/core/libprocessgroup/ |
processgroup.cpp | 39 bool initialized; member in struct:ctx 81 ctx->initialized = true; 83 SLOGV("Initialized context for %s", path); 112 if (!ctx->initialized) { 220 ctx.initialized = false; 243 if (ctx.initialized) {
|
/developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/ |
DocumentCentricAppsUnitTest.java | 49 // Given a initialized Activity 66 // Given a initialized Activity and ticked "Create new task" checkbox
|
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/ |
DocumentCentricAppsUnitTest.java | 49 // Given a initialized Activity 66 // Given a initialized Activity and ticked "Create new task" checkbox
|
/external/chromium_org/chrome/browser/autocomplete/ |
shortcuts_backend.cc | 98 current_state_ = INITIALIZED; 108 return initialized() && DeleteShortcutsWithURL(shortcut_url, true); 172 if (!initialized()) 224 current_state_ = INITIALIZED; 231 if (!initialized()) 248 if (!initialized()) 267 if (!initialized()) 313 if (!initialized())
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
drive_test_util.cc | 56 // is first initialized. It is done asynchronously after some other parts of 57 // the service are initialized (e.g. resource metadata and cache), thus racy
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.h | 39 // Returns true if this class is initialized and ready to use, otherwise 75 // True if initialized.
|
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_detector_strategy.h | 99 // True when |min_time_between_attempts_for_testing_| is initialized. 105 // True when |next_attempt_timeout_for_testing_| is initialized.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
network_configuration_updater.cc | 33 VLOG(1) << LogHeader() << " initialized."; 60 VLOG(1) << LogHeader() << " is already initialized.";
|
/external/chromium_org/chrome/browser/ |
command_updater.h | 50 // not exist, it is created, initialized to false. 61 // initialized to |state|. This function is very lightweight if the command
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_controller.cc | 60 // been initialized, so be careful what you use. 72 // been initialized, so be careful what you use.
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_types.cc | 44 // The mapping from Android column name to ColumnID; It is initialized 61 // The mapping from Android column name to ColumnID; It is initialized
|