HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 251 - 275 of 5500) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 58 * @return the initialization string, which can be empty but never null
78 * Initializes a new {@link SimpleElement} with the palette initialization
88 * Initializes a new {@link Element} with the palette initialization configuration
  /art/test/008-exceptions/src/
Main.java 24 // A class that throws BadError during static initialization.
42 // A class that throws BadErrorNoStringInit during static initialization.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRecordHelper.java 38 initialization:
48 break initialization; local
  /external/ImageMagick/Magick++/lib/
Thread.cpp 35 throwExceptionExplicit(MagickCore::OptionError,"mutex initialization failed",
55 "mutex initialization failed");
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 20 constexpr int ni1; // expected-error {{default initialization of an object of const type 'const int'}}
37 constexpr pixel origin; // expected-error {{default initialization of an object of const type 'const pixel' without a user-provided default constructor}}
  /external/clang/test/Sema/
complex-init-list.c 4 // of a complex number individually using an initialization list. Basically,
7 // initialization.
  /external/clang/test/SemaCXX/
attr-selectany.cpp 43 extern const __declspec(selectany) SomeStruct some_struct; // expected-warning {{default initialization of an object of const type 'const SomeStruct' without a user-provided default constructor is a Microsoft extension}}
50 const SomeStruct some_struct2; // expected-error {{default initialization of an object of const type 'const SomeStruct' without a user-provided default constructor}}
  /external/eigen/bench/btl/actions/
action_rot.hh 36 // STL matrix and vector initialization
41 // generic matrix and vector initialization
  /external/google-tv-pairing-protocol/proto/
polo.proto 17 // Initialization phase
52 // Initialization messages
  /external/javassist/src/main/javassist/
Translator.java 29 * Is invoked by a <code>Loader</code> for initialization
39 * @throws CannotCompileException if the initialization by this method
  /external/libmpeg2/common/arm/
ideint_function_selector.c 70 * Call corresponding function pointer initialization function
73 * Call corresponding function pointer initialization function
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 26 /* If the initialization is complete, return early. This isn't just an
83 /* If the initialization is complete, return early. */
  /external/llvm/lib/CodeGen/
CodeGen.cpp 10 // This file implements the common initialization routines for the
16 #include "llvm-c/Initialization.h"
  /external/mesa3d/src/egl/main/
README.txt 26 As part of initialization, the dispatch table in _EGLDriver->API must be
35 initialization that wasn't done in _eglMain() should be done at this
  /external/mesa3d/src/gallium/auxiliary/util/
u_init.h 29 /* Use UTIL_INIT(f) to have f called at program initialization.
41 /* see http://blogs.msdn.com/vcblog/archive/2006/10/20/crt-initialization.aspx and
  /external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestRunner.java 82 // Using OpenCV Manager for initialization;
84 Log("Internal OpenCV library not found. Using OpenCV Manager for initialization");
  /external/owasp/sanitizer/src/tests/org/owasp/html/
htmllexerinput1.html 20 document.writeln("<p>Some initialization code in global context</p>");
26 document.writeln("<p>More initialization</p>");
  /external/skia/include/private/
SkMutex.h 27 // Using POD-style initialization prevents the generation of a static initializer.
29 // Without magic statics there are no thread safety guarantees on initialization
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MEInit.c 28 * Initialization modules for the vendor specific Motion Estimation structure.
48 * initialization by this function, the vendor-specific structure *pMESpec
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 31 * Finish the Android-specific pre-Realize initialization of a CAudioPlayer.
40 * SL_RESULT_CONTENT_UNSUPPORTED if an error occurred during the allocation and initialization
  /hardware/intel/common/libmix/mix_audio/src/
mixaip.h 69 * @MixAudio initialization parameter object.
87 * @MixAudio initialization parameter object class structure.
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h 28 * The size of an AES Initialization Vector counter in bytes.
93 * DRM Library Initialization
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
WeakReferenceTest.java 40 assertTrue("Initialization failed.", ((Boolean) wr.get())
66 assertTrue("Initialization failed.", ((Boolean) wr.get())
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
CameraStarter.java 17 package com.android.camera.one.v2.initialization;
30 * Starts a camera after initialization (e.g. of the preview Surface and
  /system/bt/bta/include/
bta_ag_co.h 37 ** initialization purposes.
76 ** up data paths or perform any required initialization or

Completed in 2064 milliseconds

<<11121314151617181920>>