HomeSort by relevance Sort by last modified time
    Searched full:initialized (Results 851 - 875 of 7519) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 65 // sure COM library is NOT initialized before you call this function (so if
71 // library is NOT initialized before you call this function (so if you called
80 // initialized before you call this function (so if you called CoInitialize,
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_service_unittest.cc 214 // Service should start off initialized if the store has already loaded
222 // Service should start off un-initialized if the store has not yet loaded
227 // Service should be marked as initialized and observer should be called back.
  /external/chromium_org/content/browser/compositor/
reflector_impl.cc 66 // initialized, or it's already initialized.
75 // initialized when the source surface becomes ready.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
CipherFactoryTest.java 61 * {@link Cipher} instances initialized using the same parameters work in exactly the same way.
163 // The keys should be initialized only after restoration.
180 // The keys should be initialized after creating the cipher, so the keys shouldn't match.
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 192 UNINITIALIZED, // The decoder has not initialized.
193 INITIALIZED, // The decoder has initialized.
  /external/chromium_org/media/base/
decryptor.h 134 // been successfully initialized.
142 // Resets the decoder to an initialized clean state, cancels any scheduled
146 // successfully initialized.
  /external/chromium_org/net/socket/
client_socket_handle.h 81 // An initialized handle can be reset, which causes it to return to the
82 // un-initialized state. This releases the underlying socket, which in the
92 // initialized the ClientSocketHandle.
tcp_socket_unittest.cc 198 bool initialized = false; local
199 ASSERT_NO_FATAL_FAILURE(SetUpListenIPv6(&initialized));
200 if (!initialized)
  /external/chromium_org/ppapi/api/
ppb_compositor_layer.idl 60 * If the layer has been initialized to another kind of layer, the layer will
89 * initialized to another kind of layer, the layer will not be changed,
114 * to the full image. If the layer has been initialized to another kind of
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.c 208 * each structure will be initialized to "reasonable" default values. In
210 * 1.3 specification. This means that most values are either initialized to
212 * extensions is added, the new values will be initialized to appropriate
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayPost.cpp 30 // SK_MEMBER(initialized, Boolean),
41 SkPost::SkPost() : delay(0), /*initialized(SkBool(-1)), */ mode(kImmediate), fMaker(NULL),
81 // if (initialized == false)
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 159 static bool initialized = false; local
160 if (initialized)
169 initialized = true;
  /external/compiler-rt/include/sanitizer/
msan_interface.h 34 /* Make memory region fully initialized (without changing its contents). */
37 /* Make a null-terminated string fully initialized (without changing its
53 /* Checks that memory range is fully initialized, and reports an error if it
  /external/eigen/Eigen/src/Core/
StableNorm.h 57 static bool initialized = false; local
59 if(!initialized)
90 initialized = true;
  /external/mesa3d/src/glx/
glxconfig.c 208 * each structure will be initialized to "reasonable" default values. In
210 * 1.3 specification. This means that most values are either initialized to
212 * extensions is added, the new values will be initialized to appropriate
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Request.java 43 private volatile ParsedHeaders parsedHeaders; // Lazily initialized.
44 private volatile URI uri; // Lazily initialized.
45 private volatile CacheControl cacheControl; // Lazily initialized.
  /external/skia/src/animator/
SkDisplayPost.cpp 30 // SK_MEMBER(initialized, Boolean),
41 SkPost::SkPost() : delay(0), /*initialized(SkBool(-1)), */ mode(kImmediate), fMaker(NULL),
81 // if (initialized == false)
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 187 ALOGE("retriever is not initialized");
228 ALOGE("retriever is not initialized");
260 ALOGE("retriever is not initialized");
  /frameworks/base/cmds/idmap/
inspect.cpp 57 printe("failed to read next uint32_t: buffer not initialized\n");
79 printe("failed to read next uint16_t: buffer not initialized\n");
101 printe("failed to read next path: buffer not initialized\n");
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 41 * A buffer that is initialized when raw bytes are first written to this
49 * A buffer that is initialized when raw bytes are first written to this
56 * Decodes bytes to characters using the system default charset. Initialized
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 47 * Create a new colormatrix initialized to identity (as if reset() had
55 * Create a new colormatrix initialized with the specified array of values.
62 * Create a new colormatrix initialized with the specified colormatrix.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 227 case INITIALIZED:
262 case INITIALIZED:
293 callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.INITIALIZED);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 197 throw new RuntimeException("egl not initialized");
200 throw new RuntimeException("eglDisplay not initialized");
203 throw new RuntimeException("mEglConfig not initialized");
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 39 static bool initialized = false; local
41 if (!initialized) {
48 initialized = true;
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 82 * initialized with the specified parameters.
117 * the specified type and initialized with the specified parameters.
154 * the specified type and initialized with the specified parameters. The

Completed in 768 milliseconds

<<31323334353637383940>>