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

  /development/scripts/
architecture.py 11 ASSEMBLE = 'as'
18 ASSEMBLE: ['--32'],
36 def Assemble(self, args):
38 return [symbol.ToolPath(ASSEMBLE)] + self.options.get(ASSEMBLE, []) + args
  /external/clang/include/clang/Driver/
Phases.h 23 Assemble,
ToolChain.h 86 mutable std::unique_ptr<Tool> Assemble;
  /external/deqp-deps/SPIRV-Tools/test/opt/
propagator_test.cpp 42 void Assemble(const std::string& input) {
106 Assemble(spv_asm);
172 Assemble(spv_asm);
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
propagator_test.cpp 42 void Assemble(const std::string& input) {
106 Assemble(spv_asm);
172 Assemble(spv_asm);
  /external/deqp-deps/SPIRV-Tools/source/
libspirv.cpp 71 bool SpirvTools::Assemble(const std::string& text,
74 return Assemble(text.data(), text.size(), binary, options);
77 bool SpirvTools::Assemble(const char* text, const size_t text_size,
  /external/swiftshader/third_party/SPIRV-Tools/source/
libspirv.cpp 71 bool SpirvTools::Assemble(const std::string& text,
74 return Assemble(text.data(), text.size(), binary, options);
77 bool SpirvTools::Assemble(const char* text, const size_t text_size,
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 56 CALLER_ATTACH Font* FontAssembler::Assemble() {
57 // Assemble tables we can subset.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
EbcVmTest.h 185 EBC_VM_TEST_ASM Assemble;
  /external/clang/lib/Driver/
Tools.h 733 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {}
    [all...]
  /art/compiler/utils/
assembler_test_base.h 211 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
395 if (!Assemble((res->base_name + ".S").c_str(), (res->base_name + ".o").c_str(),
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 121 /// the upper layer, the assemble entry and its associated
193 IP4_ASSEMBLE_TABLE Assemble;
Ip4Input.c 21 Create an empty assemble entry for the packet identified by
43 IP4_ASSEMBLE_ENTRY *Assemble;
45 Assemble = AllocatePool (sizeof (IP4_ASSEMBLE_ENTRY));
47 if (Assemble == NULL) {
51 InitializeListHead (&Assemble->Link);
52 InitializeListHead (&Assemble->Fragments);
54 Assemble->Dst = Dst;
55 Assemble->Src = Src;
56 Assemble->Id = Id;
57 Assemble->Protocol = Protocol;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 126 // the upper layer, the assemble entry and its associated
188 IP6_ASSEMBLE_TABLE Assemble;
    [all...]
Ip6Input.c 20 Create an empty assemble entry for the packet identified by
38 IP6_ASSEMBLE_ENTRY *Assemble;
40 Assemble = AllocatePool (sizeof (IP6_ASSEMBLE_ENTRY));
41 if (Assemble == NULL) {
45 IP6_COPY_ADDRESS (&Assemble->Dst, Dst);
46 IP6_COPY_ADDRESS (&Assemble->Src, Src);
47 InitializeListHead (&Assemble->Fragments);
49 Assemble->Id = Id;
50 Assemble->Life = IP6_FRAGMENT_LIFE + 1;
52 Assemble->TotalLen = 0;
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]

Completed in 2239 milliseconds