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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo/
libgo.go 19 // emulate an exceedingly slow package initialization function
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug446.go 8 // Method calls are ignored when deciding initialization
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo/
libgo.go 19 // emulate an exceedingly slow package initialization function
  /prebuilts/go/linux-x86/test/fixedbugs/
bug446.go 8 // Method calls are ignored when deciding initialization
  /system/core/libutils/
Static.cpp 17 // All static variables go here, to control initialization and
  /system/security/keystore/
keystore_client.proto 21 // The initialization vector used during encryption.
  /device/google/contexthub/firmware/inc/algos/
fusion.h 70 INITIALIZATION, // right after initialization of fusion
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 36 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}}
45 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}} \
  /external/clang/test/SemaCXX/
copy-initialization.cpp 15 X x1 = y; // expected-error{{no matching constructor for initialization of 'X'}}
50 // Core issue 5: if a temporary is created in copy-initialization, it is of
default-constructor-initializers.cpp 53 // Test default initialization which *requires* a constructor call for non-POD.
56 // Ensure that value initialization doesn't use trivial implicit constructors.
direct-initializer.cpp 41 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}}
45 Z z; // expected-error{{no matching constructor for initialization of 'Z'}}
  /external/libchrome/base/win/
scoped_com_initializer.h 29 // Constructor for STA initialization.
34 // Constructor for MTA initialization.
  /external/libchrome/dbus/
object_path.h 21 // Permit initialization without a value for passing to
26 // sufficient for our needs, as is implicit initialization of a std::string
  /external/libmpeg2/common/mips/
ideint_function_selector.c 71 * Call corresponding function pointer initialization function
74 * Call corresponding function pointer initialization function
  /external/libmpeg2/common/x86/
ideint_function_selector.c 71 * Call corresponding function pointer initialization function
74 * Call corresponding function pointer initialization function
  /external/libnfc-nci/src/hal/int/
nfc_hal_post_reset.h 68 ** This function is called to start device pre-initialization after NCI CORE-RESET.
69 ** When pre-initialization is completed,
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_cback.c 35 ** Description Called to register an initialization complete callback function
50 ** Description Called by other NFA subsystems to notify initialization is
  /external/llvm/lib/Transforms/Utils/
Utils.cpp 10 // This file defines the common initialization infrastructure for the
16 #include "llvm-c/Initialization.h"
  /external/skia/bench/
nanobench.h 70 /** Called once per target, during program initialization.
71 Returns false if initialization fails. */
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.h 39 static const int kInitValue1[4][16]; // Initialization for 1st oscillator.
40 static const int kInitValue2[4][16]; // Initialization for 2nd oscillator.
  /prebuilts/go/darwin-x86/src/runtime/
rt0_darwin_arm.s 15 // this symbol is called from a global initialization function.
23 // Create a new thread to do the runtime initialization and return.
rt0_darwin_arm64.s 15 // this symbol is called from a global initialization function.
28 // Create a new thread to do the runtime initialization and return.
  /prebuilts/go/linux-x86/src/runtime/
rt0_darwin_arm.s 15 // this symbol is called from a global initialization function.
23 // Create a new thread to do the runtime initialization and return.
rt0_darwin_arm64.s 15 // this symbol is called from a global initialization function.
28 // Create a new thread to do the runtime initialization and return.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlinit.swg 2 /* Export the SWIG initialization function */
18 /* Module initialization function */

Completed in 2240 milliseconds

1 2 3 4 5 6 7 891011>>