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

1 2 3

  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 20 LDContext& LDContext::appendSection(LDSection& pSection) {
  /external/vulkan-validation-layers/scripts/
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])
mock_icd_generator.py     [all...]
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...]
unique_objects_generator.py 290 def appendSection(self, section, text):
    [all...]
object_tracker_generator.py 455 def appendSection(self, section, text):
    [all...]
  /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...]
parameter_validation_generator.py 277 def appendSection(self, section, text):
    [all...]
unique_objects_generator.py 255 def appendSection(self, section, text):
    [all...]
  /dalvik/dx/src/com/android/dex/
Dex.java 183 public Section appendSection(int maxByteCount, String name) {
  /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 
  /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 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha6/
builder-2.2.0-alpha6.jar 

Completed in 279 milliseconds

1 2 3