HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 451 - 475 of 12265) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 26 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} \
27 // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'int'}}
  /external/clang/test/SemaObjCXX/
conditional-expr.mm 30 id<P0> l = x; // expected-error {{cannot initialize a variable of type 'id<P0>' with an lvalue of type 'id<P1>'}}
34 id<P1> l = a; // expected-error {{cannot initialize a variable of type 'id<P1>' with an lvalue of type 'A *'}}
  /external/compiler-rt/lib/ubsan/
ubsan_init.h 18 // Initialize UBSan as a standalone tool. Typically should be called early
22 // Initialize UBSan as a standalone tool, if it hasn't been initialized before.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLRSAKeyPairGenerator.java 54 public void initialize(int keysize, SecureRandom random) { method in class:OpenSSLRSAKeyPairGenerator
59 public void initialize(AlgorithmParameterSpec params, SecureRandom random) method in class:OpenSSLRSAKeyPairGenerator
  /external/curl/packages/vms/
curl_crtl_init.c 9 * This is a module that provides a LIB$INITIALIZE routine that
272 /* Some boilerplate to force this to be a proper LIB$INITIALIZE section */
277 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic
279 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long
288 /* Set our contribution to the LIB$INITIALIZE array */
300 ** Force a reference to LIB$INITIALIZE to ensure it
303 int LIB$INITIALIZE(void);
307 int lib_init_ref = (int) LIB$INITIALIZE;
  /external/freetype/src/base/
basepic.c 83 /* initialize default modules list and pointers */
88 /* initialize pointer table - */
  /external/icu/icu4c/source/io/
locbund.h 39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
  /external/javassist/sample/evolve/
VersionManager.java 50 * initiaVersion() is used to initialize the _version field of the updatable
58 throw new RuntimeException("cannot initialize " + params[0]);
  /external/libavc/decoder/x86/
ih264d_function_selector_sse42.c 26 * Contains functions to initialize function pointers of codec context
67 * @brief Initialize the intra/inter/transform/deblk function pointers of
  /external/libchrome/base/memory/
manual_constructor.h 6 // object, but does not initialize it. You can then call the constructor
8 // for memory management optimizations, where you want to initialize and
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
FrictionJointDef.java 30 /** Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis. */
31 public void initialize (Body bodyA, Body bodyB, Vector2 anchor) { method in class:FrictionJointDef
MotorJointDef.java 29 /** Initialize the bodies and offsets using the current transforms. */
30 public void initialize (Body body1, Body body2) { method in class:MotorJointDef
WeldJointDef.java 28 /** Initialize the bodies, anchors, and reference angle using a world anchor point. */
29 public void initialize (Body body1, Body body2, Vector2 anchor) { method in class:WeldJointDef
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
basepic.c 83 /* initialize default modules list and pointers */
88 /* initialize pointer table - */
  /external/libmpeg2/common/arm/
ideint_function_selector_a9.c 70 * Initialize function pointers based on the architecture
73 * Initialize function pointers based on the architecture
ideint_function_selector_av8.c 70 * Initialize function pointers based on the architecture
73 * Initialize function pointers based on the architecture
  /external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h 38 ** Function: initialize
45 void initialize ();
  /external/llvm/include/llvm/CodeGen/
MachineFunctionInitializer.h 22 /// This interface provides a way to initialize machine functions after they are
30 /// Initialize the machine function.
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectStreamClassInstantiator.java 38 private static void initialize() { method in class:ObjectStreamClassInstantiator
57 initialize(); method
  /external/objenesis/main/src/org/objenesis/instantiator/gcj/
GCJInstantiatorBase.java 41 private static void initialize() { method in class:GCJInstantiatorBase
65 initialize(); method
  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 34 private static void initialize() { method in class:JRockitLegacyInstantiator
58 initialize(); method
  /external/pdfium/third_party/freetype/src/base/
basepic.c 83 /* initialize default modules list and pointers */
88 /* initialize pointer table - */
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_formproxyimp.cpp 32 FWL_ERR CFWL_FormProxyImp::Initialize() {
33 if (CFWL_WidgetImp::Initialize() != FWL_ERR_Succeeded)
  /external/skia/experimental/SkV8Example/
Global.h 35 this->initialize();
60 void initialize();
  /external/v8/samples/
count-hosts.js 28 function Initialize() { }
42 Initialize();

Completed in 975 milliseconds

<<11121314151617181920>>