HomeSort by relevance Sort by last modified time
    Searched defs:Instantiate (Results 1 - 8 of 8) sorted by null

  /external/vixl/tools/test_generator/
data_types.py 71 def Instantiate():
73 Generate code to instantiate the operand from inside a `kTests` loop, with
118 def Instantiate(self):
120 Generate code to instantiate the operand as a single local variable.
160 def Instantiate(self):
162 Instantiate the underlying operands first and then finally instantiate the
176 operand.Instantiate()
251 Generate code to instantiate an input from the result buffer, indexed with
259 Generate code to instantiate an input from the input buffer, indexed wit
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 207 def Instantiate(self, Macros={}):
  /external/libtextclassifier/common/
feature-extractor.h 346 static Self *Instantiate(GenericFeatureExtractor *extractor,
449 NES *f = NES::Instantiate(extractor, sub, prefix);
640 Function *function = Function::Instantiate(this, fd, "");
  /external/clang/test/SemaCXX/
new-delete.cpp 333 namespace Instantiate {
  /external/v8/src/
api-natives.cc 45 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data,
96 Instantiate(isolate, prop_data, name), Object);
api.cc     [all...]
objects.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 881 def Instantiate(self, PlaceHolderValues):
    [all...]

Completed in 718 milliseconds