HomeSort by relevance Sort by last modified time
    Searched full:appendsection (Results 1 - 20 of 20) sorted by null

  /external/vulkan-validation-layers/
threading_generator.py 339 def appendSection(self, section, text):
362 self.appendSection('struct', body)
398 self.appendSection('command', '')
399 self.appendSection('command', '// declare only')
400 self.appendSection('command', decls[0])
404 self.appendSection('command', '// TODO - not wrapping KHR function ' + name)
407 self.appendSection('command', '// TODO - not wrapping EXT function ' + name)
424 self.appendSection('command', '')
425 self.appendSection('command', decls[0][:-1])
426 self.appendSection('command', '{'
    [all...]
unique_objects_generator.py 255 def appendSection(self, section, text):
    [all...]
parameter_validation_generator.py 277 def appendSection(self, section, text):
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 109 headerOut = dexOut.appendSection(writerSizes.header, "header");
110 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
117 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
120 typeListOut = dexOut.appendSection(writerSizes.typeList, "type list");
123 annotationSetRefListOut = dexOut.appendSection(
127 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets");
130 classDataOut = dexOut.appendSection(writerSizes.classData, "class data");
133 codeOut = dexOut.appendSection(writerSizes.code, "code");
136 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data");
139 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info")
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.cc 121 void ELF::AppendSection(ElfSection &section) {
203 AppendSection(*it);
synth_elf.h 157 void AppendSection(ElfSection &section);
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 44 LDContext& appendSection(LDSection& pSection);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py     [all...]
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 20 LDContext& LDContext::appendSection(LDSection& pSection) {
  /dalvik/dx/src/com/android/dex/
Dex.java 183 public Section appendSection(int maxByteCount, String name) {
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 279 pInput.context()->appendSection(*header);
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.4/
builder-2.2.4.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 

Completed in 431 milliseconds