HomeSort by relevance Sort by last modified time
    Searched refs:Initialized (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 53 Initialized(false) {
62 if (Initialized)
65 Initialized = true;
179 if (!Initialized)
191 if (!Initialized)
212 if (!Initialized)
225 if (!Initialized)
235 if (!Initialized)
245 if (!Initialized)
255 if (!Initialized)
    [all...]
  /external/llvm/include/llvm/ADT/
Statistic.h 40 bool Initialized;
49 Value = 0; Initialized = 0;
153 bool tmp = Initialized;
  /frameworks/compile/slang/
slang_rs_export_element.h 55 static bool Initialized;
slang_rs_export_element.cpp 31 bool RSExportElement::Initialized = false;
35 if (!Initialized) {
54 Initialized = true;
67 if (!Initialized)
157 if (!Initialized)
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 60 bool Initialized;
83 Initialized(true)
  /external/llvm/lib/Support/
Statistic.cpp 74 if (!Initialized) {
82 Initialized = true;
  /external/llvm/include/llvm/CodeGen/
Passes.h 67 bool Initialized; // Flagged after all passes are configured.
96 void setInitialized() { Initialized = true; }
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 80 if (!reg.Initialized())
92 if (reg.Initialized())
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
AlignFeatures.cpp 80 if (!reg.Initialized())
92 if (reg.Initialized())
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.cpp 80 if (!reg.Initialized())
92 if (reg.Initialized())
  /external/clang/lib/Analysis/
UninitializedValues.cpp 91 Initialized = 0x1, /* 01 */
407 // that it is initialized by the call, and we conservatively do not assume
483 // can't transfer from being initialized to being uninitialized, this will
535 if (vals.getValue(Pred, B, vd) == Initialized)
613 vals[VD] = Initialized;
625 vals[vd] = Initialized;
636 // initialized anywhere within this function may now be initialized. For
638 // mark variables as initialized if they have an initializer which is
640 vals.setAllScratchValues(Initialized);
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 174 if ( !reg.Initialized() )
295 if ( reg.Initialized() )
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/
dbregtest.cpp 174 if ( !reg.Initialized() )
295 if ( reg.Initialized() )
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 174 if ( !reg.Initialized() )
295 if ( reg.Initialized() )
  /external/llvm/lib/CodeGen/
Passes.cpp 226 Started(true), Stopped(false), TM(tm), Impl(0), Initialized(false),
269 assert(!Initialized && "PassConfig is immutable");
292 assert(!Initialized && "PassConfig is immutable");
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 93 Uninitialized, Initialized, Pending, Started, Sorting, Finished
129 * been correctly initialized (by calling {@link #setDevice(MtpDevice)}) and
135 if (mProgress != Progress.Initialized) return null;
394 mProgress = (mDevice == null) ? Progress.Uninitialized : Progress.Initialized;
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 94 bool Initialized;
110 Initialized = false;
280 if (!Initialized) {
282 Initialized = true;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 346 // the bits initialized to the provided values.
744 mutable bool Initialized;
749 ObjCNonNilReturnValueChecker() : Initialized(false) {}
768 if (!Initialized) {
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 89 // if the registration object is not yet initialized, then do so
92 if (!reg.Initialized())
194 bool Initialized() const { return m_initialized; }
  /packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
dbreg.h 89 // if the registration object is not yet initialized, then do so
92 if (!reg.Initialized())
194 bool Initialized() const { return m_initialized; }
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 89 // if the registration object is not yet initialized, then do so
92 if (!reg.Initialized())
194 bool Initialized() const { return m_initialized; }
  /external/clang/lib/AST/
Stmt.cpp 36 static bool Initialized = false;
37 if (Initialized)
41 Initialized = true;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 829 bool Initialized = false;
846 if (!Initialized) {
851 Initialized = true;
  /external/llvm/tools/lto/
LTOModule.cpp 109 DontPlaceZerosInBSS("nozero-initialized-in-bss",
110 cl::desc("Don't place zero-initialized symbols into bss section"),
265 static bool Initialized = false;
266 if (!Initialized) {
270 Initialized = true;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 183 // mutable_foo() for a string should return a string initialized to its
    [all...]

Completed in 1419 milliseconds

1 2