/external/jemalloc/src/ |
stats.c | 496 VARIABLE_ARRAY(bool, initialized, narenas); 501 xmallctl("arenas.initialized", initialized, 504 if (initialized[i]) 525 VARIABLE_ARRAY(bool, initialized, narenas); 530 xmallctl("arenas.initialized", initialized, 534 if (initialized[i]) {
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 79 * \retval NFCSTATUS_NOT_INITIALISED Indicates stack is not yet initialized. 111 * \retval NFCSTATUS_NOT_INITIALISED Indicates stack is not yet initialized.
|
/external/libnl/include/netlink/ |
msg.h | 120 * @arg rem initialized to len, holds bytes currently remaining in stream 131 * @arg rem initialized to len, holds bytes currently remaining in stream
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_init.html | 21 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called. 45 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
|
vorbis_encode_setup_init.html | 23 href="vorbis_info.html">vorbis_info</a> struct should be initialized 51 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
|
vorbis_encode_setup_managed.html | 30 href="vorbis_info.html">vorbis_info</a> struct should be initialized 59 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
|
vorbis_encode_setup_vbr.html | 30 <p>Before this function is called, the <a href="vorbis_info.html">vorbis_info</a> struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called. 51 <dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
|
/external/llvm/include/llvm/ExecutionEngine/ |
OProfileWrapper.h | 60 bool Initialized; 83 Initialized(true)
|
/external/llvm/lib/Target/Mips/ |
MipsMachineFunction.cpp | 77 // Return if it has already been initialized. 97 // Return if it has already been initialized.
|
/external/mesa3d/src/egl/main/ |
egldisplay.h | 131 EGLBoolean Initialized; /**< True if the display is initialized */
|
/external/protobuf/src/google/protobuf/ |
reflection_ops_unittest.cc | 304 // Starts out initialized because the foreign message is itself an optional 308 // Once we create that field, the message is no longer initialized. 312 // Initialize it. Now we're initialized. 318 // Add a repeated version of the message. No longer initialized. 332 // Starts out initialized because the foreign message is itself an optional 336 // Once we create that field, the message is no longer initialized. 340 // Initialize it. Now we're initialized. 346 // Add a repeated version of the message. No longer initialized.
|
/external/skia/src/core/ |
SkTRefArray.h | 37 * Return a new array with 'count' elements, initialized to their default 51 * Return a new array with 'count' elements, initialized from the provided
|
/external/smack/src/com/kenai/jbosh/ |
StaticBody.java | 76 * Creates an instance which is initialized by reading a body 104 * Creates an instance which is initialized by reading a body
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 35 // initialized using MakeSet(...). The upper bound of the range 67 // New value in parent_ should be initialized to fail_
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator_wrapper.h | 26 // initialized separately through WebRtc_InitDelayEstimator(...). 59 // - handle : Initialized instance.
|
/frameworks/base/core/java/android/webkit/ |
PluginList.java | 24 * A simple list of initialized plugins. This list gets 25 * populated when the plugins are initialized (at
|
/frameworks/base/include/android_runtime/ |
AndroidRuntime.h | 85 * This gets called after the JavaVM has initialized. Override it 91 * This gets called after the JavaVM has initialized after a Zygote
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppLoadingScreen.java | 38 // This is where the scenegraph and the rendered objects are initialized and used 106 // Creates a simple script to show a loding screen until everything is initialized
|
/frameworks/base/tools/aapt/ |
CrunchCache.h | 25 * Create an instance initialized with the root of the source tree, the 73 * mSourceFiles and mDestFiles must be initialized and filled.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagnosticEngine.h | 128 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!"); 133 assert(NULL != m_pInfoMap && "DiagnosticEngine was not initialized!");
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 43 static int initialized =0; variable 254 if(initialized == 0){ 256 initialized = 1; 258 if(initialized && status == 0) { 479 initialized = 0; 497 initialized = 0; 506 * @brief return iio trigger name. If iio is not initialized, return false. 521 * @brief return iio device node. If iio is not initialized, return false.
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_sysfs_helper.c | 36 static int initialized =0; variable 247 if(initialized == 0){ 249 initialized = 1; 251 if(initialized && status == 0) { 472 initialized = 0; 490 initialized = 0; 499 * @brief return iio trigger name. If iio is not initialized, return false. 514 * @brief return iio device node. If iio is not initialized, return false.
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
TrustZoneDevice.h | 80 /** Set up MCI and wait till MC is initialized 87 * @return true if mobicore is initialized
|
/libcore/luni/src/main/java/javax/crypto/ |
CipherOutputStream.java | 30 * The cipher must be initialized for the requested operation before being used 31 * by a {@code CipherOutputStream}. For example, if a cipher initialized for
|
MacSpi.java | 120 * initialized with different parameters. 131 * initialized with different parameters.
|