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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/
CpuPm.asl 25 External(\_PR.CPU0, DeviceObj)
26 External(CFGD, FieldUnitObj)
54 // External Defined in GNVS
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
ApCst.asl 79 External(\_PR.CPU1, DeviceObj)
80 External(\_PR.CPU2, DeviceObj)
81 External(\_PR.CPU3, DeviceObj)
82 External(\_PR.CPU0._CST)
ApIst.asl 79 External(\_PR.CPU0._PSS, MethodObj)
80 External(\_PR.CPU0._PCT, MethodObj)
81 External(\_PR.CPU0._PPC, IntObj)
82 External(\_PR.CPU0._PSD, MethodObj)
83 External(\_PR.CPU1, DeviceObj)
84 External(\_PR.CPU2, DeviceObj)
85 External(\_PR.CPU3, DeviceObj)
86 External (CFGD)
87 External (PDC0)
ApTst.asl 79 External(\_PR.CPU1, DeviceObj)
80 External(\_PR.CPU2, DeviceObj)
81 External(\_PR.CPU3, DeviceObj)
82 External(\_PR.CPU0._PTC)
83 External(\_PR.CPU0._TSS)
84 External(PDC0)
85 External(CFGD)
86 External(MPEN)
Cpu0Tst.asl 78 External(\_PR.CPU0, DeviceObj)
79 External(PDC0)
80 External(CFGD)
81 External(_PSS)
Cpu0Ist.asl 79 External (\_PR.CPU0, DeviceObj)
80 External (PDC0)
81 External (CFGD)
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Tst/
Cpu0Tst.asl 25 External (PDC0, IntObj)
26 External (CFGD, FieldUnitObj)
27 External(\_PR.CPU0, DeviceObj)
28 External(_PSS)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
SATASSDT.ASL 29 External(\_SB.MBI3)
SASSSDT.ASL 28 External(\_SB.MBI1)
29 External(\_SB.MBI3)
  /external/grpc-grpc/tools/doxygen/
Doxyfile.c++     [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DSDT.ASL 33 External(MDBG, MethodObj)
Platform.asl 23 // Define the following External variables to prevent a WARNING when
26 External(PDC0)
27 External(PDC1)
28 External(PDC2)
29 External(PDC3)
30 External(CFGD)
31 External(\_PR.CPU0._PPC, IntObj)
32 External(\_SB.PCI0.LPCB.TPM.PTS, MethodObj)
33 External(\_SB.STR3, DeviceObj)
34 External(\_SB.I2C1.BATC, DeviceObj)
    [all...]
THERMAL.ASL 26 External(\_SB.DPTF.CTOK, MethodObj)
  /external/clang/lib/Parse/
ParseAST.cpp 146 ExternalASTSource *External = S.getASTContext().getExternalSource();
147 if (External)
148 External->StartTranslationUnit(Consumer);
151 if (!External && !S.getLangOpts().CPlusPlus)
  /external/u-boot/drivers/memory/
Kconfig 12 SoCs. AEMIF stands for Asynchronous External Memory Interface and
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Cst/
Cpu0Cst.asl 25 External(\_PR.CPU0, DeviceObj)
26 External (PDC0, IntObj)
27 External (CFGD, FieldUnitObj)
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Ist/
Cpu0Ist.asl 25 External (PDC0, IntObj)
26 External (CFGD, FieldUnitObj)
27 External(\_PR.CPU0, DeviceObj)
  /external/pdfium/fxjs/
cfxjse_class.cpp 25 info.Data().As<v8::External>()->Value());
46 info.Data().As<v8::External>()->Value());
57 info.Data().As<v8::External>()->Value());
168 info.Data().As<v8::External>()->Value());
188 info.Data().As<v8::External>()->Value());
205 info.Data().As<v8::External>()->Value());
245 v8::External::New(
258 v8::External::New(pIsolate, const_cast<FXJSE_FUNCTION_DESCRIPTOR*>(
271 v8::External::New(
292 v8::External::New(pIsolate
    [all...]
cfxjse_runtimedata.cpp 36 hContext->SetSecurityToken(v8::External::New(pIsolate, pIsolate));
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 21 // This iterator stores the 'visited' set in an external set, which allows
22 // it to be more efficient, and allows external clients to use the set for
27 // This iterator stores the 'visited' set in an external set, which allows
28 // it to be more efficient, and allows external clients to use the set for
47 template<class SetType, bool External> // Non-external set
138 // Static begin and end methods as our public ctors for external iterators
216 // Provide global definitions of external depth first iterators...
242 bool External = false>
243 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
    [all...]
PostOrderIterator.h 31 // the External=true version uses a reference to an external set.
35 // - When providing an external set that already contains some graph nodes,
54 template<class SetType, bool External>
69 /// Specialization of po_iterator_storage that references an external set.
186 // Provide global definitions of external postorder iterators...
211 bool External = false>
212 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
213 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) :
214 po_iterator<Inverse<T>, SetType, External> (V) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DepthFirstIterator.h 21 // This iterator stores the 'visited' set in an external set, which allows
22 // it to be more efficient, and allows external clients to use the set for
27 // This iterator stores the 'visited' set in an external set, which allows
28 // it to be more efficient, and allows external clients to use the set for
46 template<class SetType, bool External> // Non-external set
139 // Static begin and end methods as our public ctors for external iterators
210 // Provide global definitions of external depth first iterators...
231 bool External = false>
232 struct idf_iterator : public df_iterator<Inverse<T>, SetTy, External> {
    [all...]
PostOrderIterator.h 26 template<class SetType, bool External> // Non-external set
140 // Provide global definitions of external postorder iterators...
160 bool External = false>
161 struct ipo_iterator : public po_iterator<Inverse<T>, SetType, External > {
162 ipo_iterator(const po_iterator<Inverse<T>, SetType, External> &V) :
163 po_iterator<Inverse<T>, SetType, External> (V) {}
176 //Provide global definitions of external inverse postorder iterators...
  /external/u-boot/arch/arm/lib/
vectors_m.S 55 .long __invalid_entry @ 16..255 - External Interrupts
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.h 96 bool External() const;

Completed in 749 milliseconds

1 2 3 4 5 6