HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 376 - 400 of 8816) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
assertions.xml 9 object. Upon successful initialization, the state of the condition variable shall become initialized.
15 allocated. The effect shall be equivalent to dynamic initialization by a call to pthread_cond_init()
  /external/skia/bench/
nanobench.h 71 /** Called once per target, during program initialization.
72 Returns false if initialization fails. */
  /external/skqp/bench/
nanobench.h 71 /** Called once per target, during program initialization.
72 Returns false if initialization fails. */
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
IPA.cpp 10 // This file implements the common initialization routines for the IPA library.
15 #include "llvm-c/Initialization.h"
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
Instrumentation.cpp 10 // This file defines the common initialization infrastructure for the
16 #include "llvm-c/Initialization.h"
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Utils.cpp 10 // This file defines the common initialization infrastructure for the
16 #include "llvm-c/Initialization.h"
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.h 6 @brief Initialization for the shell for LinuxX11.
8 initialization, Texture allocation and other functions for use by a demo.
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.h 6 @brief Initialization for the shell for the Windows OS.
8 initialization, Texture allocation and other functions for use by a demo.
  /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/misc/common/swig/include/2.0.11/perl5/
perlinit.swg 2 /* Export the SWIG initialization function */
18 /* Module initialization function */
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_const_Types.fail.cpp 31 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
37 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
alloc_convert_copy.fail.cpp 31 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
37 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
const_Types.fail.cpp 30 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
37 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
  /system/chre/platform/include/chre/platform/
platform_wwan.h 33 * called at a later stage of initialization than the constructor, so platform
34 * implementations are encouraged to put any blocking initialization here.
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
16 foo(kFlag); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
  /external/skia/src/core/
SkTaskGroup2D.h 16 // The interface for doing work on a 2D grid with possible initialization on columns.
19 // Return false iff the column needs initialization and such initialization is not finished yet.
22 // Return false if no initialization is done for this colum (e.g., it's already initialized; or
41 // column j requires initialization but it's not initialized yet. In that case, a thread t needs to
42 // call initColumn(j, t) once to unblock all rows that depend on the initialization of column j.
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RateEstimatorTest.java 73 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
82 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
91 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
100 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
110 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
119 long eventStart = mTestStartTime + 1000; // start event a long time after initialization
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/
gradle-tooling-api-3.5-20170307000048+0000-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0-sources.jar 
  /external/autotest/client/site_tests/platform_InitLoginPerf/
platform_InitLoginPerf.py 79 """Test to exercise and gather perf data for initialization and login."""
84 """Check if this test shall perform and measure initialization.
128 2) Trigger initialization (take ownership), if requested.
189 If initialization shall be performed: wait for attestation readiness
190 and extract durations of initialization stages from syslog.
201 @param perform_init: Specifies if initialization shall be performed
203 @param pre_init_delay: Delay before starting initialization.
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 37 * AND their initialization result with this base class method's result.
39 * This method is not intended to perform initialization, only to report
40 * the status of the initialization.
45 * Returns the error code describing the Client initialization failure, or 0
90 * constructor to signal failure during initialization or at other times
154 * initialization checks during allocation and automatically cleans up on
171 * initialization.

Completed in 413 milliseconds

<<11121314151617181920>>