HomeSort by relevance Sort by last modified time
    Searched defs:Initial (Results 1 - 25 of 31) sorted by null

1 2

  /external/pdfium/fpdfsdk/javascript/
global.cpp 34 pGlobal->Initial(pRuntime->GetFormFillEnv());
57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
JS_EventHandler.cpp 42 Initial(JET_APP_INIT);
47 Initial(JET_DOC_OPEN);
54 Initial(JET_DOC_WILLPRINT);
60 Initial(JET_DOC_DIDPRINT);
66 Initial(JET_DOC_WILLSAVE);
72 Initial(JET_DOC_DIDSAVE);
78 Initial(JET_DOC_WILLCLOSE);
83 Initial(JET_PAGE_OPEN);
88 Initial(JET_PAGE_CLOSE);
94 Initial(JET_PAGE_INVIEW)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 387 // %x.initial = load %gep_0
389 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
399 Value *Initial =
401 PHINode *PHI = PHINode::Create(Initial->getType(), 2, "store_forwarded",
403 PHI->addIncoming(Initial, PH);
425 // %x.initial = load %gep_0
427 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
512 // Also for the first iteration, generate the initial value of the load.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Initial;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 57 uint32_t Initial;
190 // The initial value for this global is either the value of an imported
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 542 // Finds minimal number of units in 'Extra' that add coverage to 'Initial'.
546 UnitVector Fuzzer::FindExtraUnits(const UnitVector &Initial,
554 for (auto &U : Initial)
585 UnitVector Initial, Extra;
586 ReadDirToVectorOfUnits(Corpora[0].c_str(), &Initial, nullptr, Options.MaxLen);
590 if (!Initial.empty()) {
591 Printf("=== Minimizing the initial corpus of %zd units\n", Initial.size());
592 Initial = FindExtraUnits({}, Initial);
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 166 // From the initial state (currentState = 0x00), if we add instruction class
889 const State *Initial = &D.newState();
890 Initial->isInitial = true;
891 Initial->stateInfo.insert(0x0);
896 WorkList.push_back(Initial);
901 // Begin with initial node in worklist. Initial node does not have
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 139 Initial,
148 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {}
391 case Initial:
611 << " without an initial value";
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/settings/
VoicemailChangePinActivity.java 86 private State mUiState = State.Initial;
111 * Empty state to handle initial state transition. Will immediately switch into {@link
115 Initial,
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 

Completed in 1750 milliseconds

1 2