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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
initbss.errwarn 1 -:2: warning: initialized space declared in nobits section: ignoring
2 -:5: warning: initialized space declared in nobits section: ignoring
  /art/test/033-class-init-deadlock/
expected.txt 6 A initialized: false
7 B initialized: false
  /external/clang/test/SemaOpenCL/
invalid-constant.cl 2 constant int no_init; // expected-error {{variable in constant address space must be initialized}}
  /external/compiler-rt/test/asan/TestCases/Helpers/
initialization-bug-extra.cc 1 // This file simply declares a dynamically initialized var by the name of 'y'.
initialization-bug-extra2.cc 1 // 'z' is dynamically initialized global from different TU.
initialization-nobug-extra.cc 1 // Linker initialized:
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WasInit.3 3 SDL_WasInit \- Check which subsystems are initialized
14 \fBSDL_WasInit\fP returns a bitwised OR\&'d combination of the initialized subsystems\&.
27 printf("Video is initialized\&.
30 printf("Video is not initialized\&.
38 printf("Video is initialized\&.
41 printf("Video is not initialized\&.
52 printf("Video and Audio initialized\&.
55 printf("Video and Audio not initialized\&.
  /ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/
Android.mk 4 LOCAL_MODULE := issue41387-uniform-initialized-rvalue
5 LOCAL_SRC_FILES := issue41387-uniform-initialized-rvalue.cpp
  /external/chromium_org/ui/keyboard/
keyboard.cc 13 static bool initialized = false; member in namespace:keyboard
16 initialized = false;
20 if (initialized)
22 initialized = true;
  /ndk/tests/device/test-cxx-init-array/jni/
test.cpp 15 puts("ERROR: Global variables are NOT initialized.");
  /ndk/tests/device/test-stlport_shared-exception/jni/
singleton.cpp 16 int check() {return initialized;}
19 singleton() : initialized(1) {
21 initialized = 2;
25 int initialized; member in class:singleton
  /ndk/tests/device/test-stlport_static-exception/jni/
singleton.cpp 16 int check() {return initialized;}
19 singleton() : initialized(1) {
21 initialized = 2;
25 int initialized; member in class:singleton
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
48 D() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
53 E() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
70 X(): A(), V(), B() {} // expected-warning {{base class 'A' will be initialized after base 'V'}}
80 d(10), // expected-warning {{field 'd' will be initialized after field 'b'}}
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
104 y(), // expected-warning {{field 'y' will be initialized after field 'x'}
    [all...]
address-of-temporary.cpp 29 void g0() { int *p = Y().a; } // expected-warning{{pointer is initialized by a temporary array}}
30 void g1() { int *p = Y{}.a; } // expected-warning{{pointer is initialized by a temporary array}}
31 void g2() { int *p = A{}; } // expected-warning{{pointer is initialized by a temporary array}}
32 void g3() { int *p = (A){}; } // expected-warning{{pointer is initialized by a temporary array}}
33 void g4() { Z *p = AZ{}; } // expected-warning{{pointer is initialized by a temporary array}}
41 void i0() { S s = { Y().a }; } // expected-warning{{pointer is initialized by a temporary array}}
42 void i1() { S s = { Y{}.a }; } // expected-warning{{pointer is initialized by a temporary array}}
43 void i2() { S s = { A{} }; } // expected-warning{{pointer is initialized by a temporary array}}
44 void i3() { S s = { (A){} }; } // expected-warning{{pointer is initialized by a temporary array}}
PR19955.cpp 5 constexpr int *varp = &var; // expected-error {{must be initialized by a constant expression}}
8 constexpr void (*funp)(void) = &fun; // expected-error {{must be initialized by a constant expression}}
  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.stderr.exp 2 Statically initialized condition variable.
4 condition variable has not been initialized: cond 0x........
  /external/clang/test/Analysis/diagnostics/
deref-track-symbolic-region.cpp 10 S &r = *p; //expected-note {{'r' initialized here}}
19 int &ref = *ptr; // expected-note {{'ref' initialized here}}
31 int *p = 0; // expected-note {{'p' initialized to a null pointer value}}
32 int *const &p2 = p; // expected-note{{'p2' initialized here}}
33 int *p3 = p2; // expected-note {{'p3' initialized to a null pointer value}}
39 int *p = 0; // expected-note {{'p' initialized to a null pointer value}}
40 int *const &p2 = p;// expected-note{{'p2' initialized here}}
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayInput.cpp 13 SK_PROPERTY(initialized)
20 SK_MEMBER_PROPERTY(initialized, Boolean),
42 case SK_PROPERTY(initialized):
  /external/skia/src/animator/
SkDisplayInput.cpp 13 SK_PROPERTY(initialized)
20 SK_MEMBER_PROPERTY(initialized, Boolean),
42 case SK_PROPERTY(initialized):
  /external/chromium_org/apps/shell/renderer/
shell_renderer_main_delegate.h 20 // initialized for |thread|.
24 // extension related code has been initialized for the view.
  /external/chromium_org/ui/aura/
env_observer.h 17 // Called when |window| has been initialized.
20 // Called when a WindowTreeHost is initialized.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp 12 // 03 Apr 2010 (Added initialized<T>, suggested by Jeffrey Hellrung, fixing #3472) Niels Dekker
38 // "warning C4351: new behavior: elements of array will be default initialized"
66 class initialized class in namespace:boost
102 initialized() function in class:boost::initialized
110 initialized(initialized const & arg) function in class:boost::initialized
115 explicit initialized(T const & arg) function in class:boost::initialized
120 initialized & operator=(initialized const & arg)
128 ~initialized()
    [all...]
  /libcore/luni/src/main/java/java/security/
AlgorithmParameters.java 59 private boolean initialized; field in class:AlgorithmParameters
187 * initialized or the given {@code paramSpec} is not appropriate
192 if (initialized) {
193 throw new InvalidParameterSpecException("Parameter has already been initialized");
196 initialized = true;
208 * initialized, or the parameter could not be encoded.
211 if (initialized) {
212 throw new IOException("Parameter has already been initialized");
215 initialized = true;
228 * initialized, or the parameter could not be encoded
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.cpp 64 ALOGE("recorder is not initialized");
78 ALOGE("recorder is not initialized");
89 ALOGE("recorder is not initialized");
104 ALOGE("recorder is not initialized");
118 ALOGE("recorder is not initialized");
129 ALOGE("recorder is not initialized");
140 ALOGE("recorder is not initialized");
151 ALOGE("recorder is not initialized");
162 ALOGE("recorder is not initialized");
173 ALOGE("recorder is not initialized");
    [all...]
  /external/chromium_org/content/common/media/
media_player_messages_enums_android.h 8 // Dictates which type of media playback is being initialized.

Completed in 1639 milliseconds

1 2 3 4 5 6 7 8 91011>>