/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/ |
constructors_destructor_fn_imps.hpp | 49 initialize(); 58 initialize(); 70 initialize(); 88 initialize(); 143 initialize() function in class:PB_DS_CLASS_C_DEC
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certexit.h | 67 virtual HRESULT WINAPI Initialize(const BSTR strConfig,LONG *pEventMask) = 0; 81 HRESULT (WINAPI *Initialize)(ICertExit *This,const BSTR strConfig,LONG *pEventMask); 97 #define ICertExit_Initialize(This,strConfig,pEventMask) (This)->lpVtbl->Initialize(This,strConfig,pEventMask) 128 HRESULT (WINAPI *Initialize)(ICertExit2 *This,const BSTR strConfig,LONG *pEventMask); 145 #define ICertExit2_Initialize(This,strConfig,pEventMask) (This)->lpVtbl->Initialize(This,strConfig,pEventMask)
|
certpol.h | 54 virtual HRESULT WINAPI Initialize(const BSTR strConfig) = 0; 69 HRESULT (WINAPI *Initialize)(ICertPolicy *This,const BSTR strConfig); 86 #define ICertPolicy_Initialize(This,strConfig) (This)->lpVtbl->Initialize(This,strConfig) 120 HRESULT (WINAPI *Initialize)(ICertPolicy2 *This,const BSTR strConfig); 138 #define ICertPolicy2_Initialize(This,strConfig) (This)->lpVtbl->Initialize(This,strConfig)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
constructors_destructor_fn_imps.hpp | 49 initialize(); 58 initialize(); 70 initialize(); 88 initialize(); 143 initialize() function in class:PB_DS_CLASS_C_DEC
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
ComponentProcessorTest.java | 224 " initialize(builder);", 236 " private void initialize(final Builder builder) {", 311 " initialize(builder);", 323 " private void initialize(final Builder builder) {", 394 " initialize(builder);", 406 " private void initialize(final Builder builder) {", 494 " initialize(builder);", 506 " private void initialize(final Builder builder) {", 857 " initialize(builder);", 869 " private void initialize(final Builder builder) {" [all...] |
/art/compiler/optimizing/ |
dex_cache_array_fixups_arm.cc | 51 // Initialize base for target dex file if needed. 66 // Initialize base for target method dex file if needed. 79 // Ensure we only initialize the pointer once for each dex file.
|
/dalvik/libdex/ |
DexCatch.h | 54 /* Initialize a DexCatchIterator to emptiness. This mostly exists to 64 /* Initialize a DexCatchIterator with a direct pointer to encoded handlers. */ 81 /* Initialize a DexCatchIterator to a particular handler offset. */
|
/external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/ |
cellular_OutOfCreditsSubscriptionState.py | 55 logging.info('Initialize modem with provisioned state') 69 logging.info('Initialize modem with out-of-credits state') 83 logging.info('Initialize modem with provisioned state')
|
/external/autotest/client/site_tests/platform_BootLockbox/ |
platform_BootLockbox.py | 16 def initialize(self): member in class:platform_BootLockbox 17 test.test.initialize(self) 43 raise error.TestError('Failed to initialize TPM.')
|
/external/autotest/frontend/client/src/autotest/afe/ |
AfeClient.java | 42 NotifyManager.getInstance().initialize(); 44 // initialize static data, and don't show main UI until that's done 135 mainTabPanel.initialize();
|
/external/autotest/server/site_tests/firmware_ECBootTime/ |
firmware_ECBootTime.py | 17 def initialize(self, host, cmdline_args): member in class:firmware_ECBootTime 18 super(firmware_ECBootTime, self).initialize(host, cmdline_args) 24 # Initialize a list of two strings, one printed by the EC when the AP
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
quick-log-test.html | 48 quickLog.initialize('A label', 'test_namespace', 'test_name'); 74 quickLog.initialize('A label', 'test_namespace', 'test_name'); 88 quickLog.initialize('A label', 'test_namespace', 'test_name');
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
display_item_debugger_test.html | 29 displayItemList.initialize(); 59 displayItemList.initialize(); 105 displayItemList.initialize();
|
/external/curl/docs/libcurl/ |
curl_global_init.3 | 59 Initialize everything possible. This sets all known bits except 63 Initialize SSL 66 Initialize the Win32 socket libraries.
|
/external/dng_sdk/source/ |
dng_resample.h | 87 void Initialize (int32 srcOrigin, 125 void Initialize (real64 scale, 210 void Initialize (const dng_resample_function &kernel,
|
/external/doclava/src/com/google/doclava/ |
FederationTagger.java | 49 initialize(); method 56 initialize(); method 62 private void initialize() { method in class:FederationTagger
|
/external/libavc/encoder/ |
irc_mb_model_based.c | 79 Description : Initialize the mb model and the average activity to default 89 Description : Initialize the mb state with frame level decisions 115 /* Initialize the mb level qp with the frame level qp */
|
/external/libavc/encoder/x86/ |
ih264e_platform_macros.h | 48 * @brief Initialize the intra/inter/transform/deblk function pointers of 67 * @brief Initialize the intra/inter/transform/deblk function pointers of 88 * @brief Initialize the intra/inter/transform/deblk function pointers of
|
/external/libchrome/crypto/ |
nss_util.h | 34 // Initialize NRPR if it isn't already initialized. This function is 38 // Initialize NSS if it isn't already initialized. This must be called before 66 // Initialize the TPM token and system slot. The |callback| will run on the same
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglFrame.java | 87 initialize();
method 93 // Finish with invokeLater so any LwjglFrame super constructor has a chance to initialize.
130 protected void initialize () {
method in class:LwjglFrame
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_svc_layercontext.h | 89 // Initialize layer context data from init_config(). 111 // Initialize second pass rc for spatial svc. 125 // Start a frame and initialize svc parameters
|
/external/llvm/include/llvm/CodeGen/MIRParser/ |
MIRParser.h | 48 /// Initialize the machine function to the state that's described in the MIR 58 /// LLVM IR module and initialize the machine functions by parsing the machine 71 /// parse the embedded LLVM IR module and initialize the machine functions by
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
datetimepicker.cpp | 14 FWL_ERR CFWL_DateTimePicker::Initialize(
25 FWL_ERR ret = pDateTimePicker->Initialize();
30 CFWL_Widget::Initialize();
|
picturebox.cpp | 14 FWL_ERR CFWL_PictureBox::Initialize(const CFWL_WidgetProperties* pProperties) {
22 FWL_ERR ret = pPictureBox->Initialize();
27 CFWL_Widget::Initialize();
|
/external/proguard/src/proguard/ |
Initializer.java | 46 * Creates a new Initializer to initialize classes according to the given 125 // Initialize the superclass hierarchies for program classes. 132 // Initialize the superclass hierarchy of all library classes, without 140 // Initialize the class references of program class members and 172 // Initialize the enum annotation references. 178 // Initialize the Class.forName references. 193 // Initialize the Class.get[Declared]{Field,Method} references. 206 // Initialize other string constant references, if requested. 216 // Initialize the class references of library class members. 228 // Initialize the class references of referenced librar [all...] |