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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/SemaCXX/
type-convert-construct.cpp 7 int v3 = arr(); // expected-error {{array types cannot be value-initialized}}
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 13 B() : b(1), // expected-warning {{field 'b' will be initialized after field 'a'}}
  /external/clang/test/Tooling/
ms-asm-no-target.cpp 5 // initialized LLVM targets supporting the MS-style inline asm parser.
  /external/compiler-rt/test/lsan/TestCases/
use_globals_initialized.cc 1 // Test that initialized globals are included in the root set.
  /external/compiler-rt/test/msan/
sigwaitinfo.cc 22 // The following checks that sig is initialized.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 98 throw new IllegalStateException("SSLContext is not initialized.");
106 throw new IllegalStateException("SSLContext is not initialized.");
114 throw new IllegalStateException("SSLContext is not initialized.");
124 throw new IllegalStateException("SSLContext is not initialized.");
  /external/icu/icu4c/source/i18n/
decfmtst.h 35 * Return a pointer to a lazy-initialized singleton instance of this class.
  /external/kernel-headers/original/uapi/
README.TXT 10 In order to run the script, you must have properly initialized the build
  /external/libselinux/include/selinux/
context.h 18 /* Return a new context initialized to a context string */
  /external/mesa3d/src/glx/apple/
apple_glx.c 43 static bool initialized = false; variable
51 if (!initialized) {
111 if (initialized)
125 initialized = true;
  /external/qemu/distrib/libselinux/include/selinux/
context.h 18 /* Return a new context initialized to a context string */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_InitSubSystem.3 11 After SDL has been initialized with \fI\fBSDL_Init\fP\fR you may initialize uninitialized subsystems with \fBSDL_InitSubSystem\fP\&. The \fBflags\fR parameter is the same as that used in \fI\fBSDL_Init\fP\fR\&.
  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 21 fprintf(stderr, "SDL initialized\n");
  /external/skia/src/animator/
SkDisplayPost.h 44 // SkBool initialized;
  /external/skia/src/core/
SkCubicClipper.h 16 /** This class is initialized with a clip rectangle, and then can be fed cubics,
  /external/smack/src/org/xbill/DNS/
UNKRecord.java 9 * class can only be initialized using static Record initializers.
  /external/srec/portable/include/
PStackTrace.h 48 * @return ESR_INVALID_STATE if 1) module is already in the middle of being initialized
49 * 2) module has already been initialized by another process 3) module fails to get the current directory
57 * Indicates if the PStackTrace module is initialized.
59 * @param value True if the module is initialized
  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression.h 69 * - NS_inst : Instance that should be initialized
73 * - NS_inst : Initialized instance
84 * - NS_inst : Instance that should be initialized
88 * - NS_inst : Initialized instance
noise_suppression_x.h 69 * - nsxInst : Instance that should be initialized
73 * - nsxInst : Initialized instance
84 * - nsxInst : Instance that should be initialized
88 * - nsxInst : Initialized instance
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAControl.cpp 59 ALOGE("Control not initialized");
77 ALOGE("Control not initialized");
98 ALOGE("Control not initialized");
117 ALOGE("Control not initialized");
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.h 31 bool initialized; member in struct:__anon41880
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 73 * sectionInfo Address of a section info structure pointer to be initialized
93 * sectionInfo Address of a section info structure pointer to be initialized
128 * sectionData Buffer to contain the section initialized data
131 * Copies the initialized data for the specified section into the
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
KeyManagerFactorySpiImpl.java 45 throw new IllegalStateException("KeyManagerFactoryImpl is not initialized");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tk.py 14 # Skip test if tk cannot be initialized.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tk.py 14 # Skip test if tk cannot be initialized.

Completed in 1174 milliseconds

1 2 3 4 5 6 78 91011>>