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

1 2 3

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
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...]
  /external/vulkan-validation-layers/scripts/
threading_generator.py 330 def appendSection(self, section, text):
353 self.appendSection('struct', body)
388 self.appendSection('command', '')
389 self.appendSection('command', '// declare only')
390 self.appendSection('command', decls[0])
394 self.appendSection('command', '// TODO - not wrapping EXT function ' + name)
411 self.appendSection('command', '')
412 self.appendSection('command', decls[0][:-1])
413 self.appendSection('command', '{')
418 self.appendSection('command', ' dispatch_key key = get_dispatch_key('+dispatchable_name+');'
    [all...]
mock_icd_generator.py     [all...]
cgenerator.py 216 def appendSection(self, section, text):
250 self.appendSection('struct', s)
252 self.appendSection(category, s)
272 self.appendSection('struct', body)
344 self.appendSection(section, body)
352 self.appendSection('enum', body)
359 self.appendSection('command', decls[0] + '\n')
361 self.appendSection('commandPointer', decls[1])
object_tracker_generator.py 455 def appendSection(self, section, text):
    [all...]
unique_objects_generator.py 290 def appendSection(self, section, text):
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 44 LDContext& appendSection(LDSection& pSection);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 110 headerOut = dexOut.appendSection(writerSizes.header, "header");
111 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
118 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list");
121 typeListOut = dexOut.appendSection(writerSizes.typeList, "type list");
124 annotationSetRefListOut = dexOut.appendSection(
128 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets");
131 classDataOut = dexOut.appendSection(writerSizes.classData, "class data");
134 codeOut = dexOut.appendSection(writerSizes.code, "code");
137 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data");
140 debugInfoOut = dexOut.appendSection(writerSizes.debugInfo, "debug info")
    [all...]
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 20 LDContext& LDContext::appendSection(LDSection& pSection) {
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /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);
  /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 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.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.0/
builder-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 

Completed in 211 milliseconds

1 2 3