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

  /device/asus/tilapia/
releasetools.py 24 print "no bootloader.raw in target_files; skipping install"
31 print "no radio.raw in target_files; skipping install"
49 print "no bootloader.raw in target target_files; skipping install"
63 print "no radio.raw in target_files; skipping install"
  /device/samsung/toro/
releasetools.py 24 print "no bootloader.img in target_files; skipping install"
32 print "no radio.img in target_files; skipping install"
40 print "no radio.img in target_files; skipping install"
73 print "no bootloader.img in target target_files; skipping install"
85 print "no radio.img in target target_files; skipping install"
100 print "no radio-cdma.img in target target_files; skipping install"
  /device/samsung/toroplus/
releasetools.py 24 print "no bootloader.img in target_files; skipping install"
32 print "no radio.img in target_files; skipping install"
40 print "no radio.img in target_files; skipping install"
73 print "no bootloader.img in target target_files; skipping install"
85 print "no radio.img in target target_files; skipping install"
100 print "no radio-cdma.img in target target_files; skipping install"
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 58 def target_files method in class:ANTLR3.CompileTask
60 list.concat( set.target_files )
107 task( 'compile' => target_files )
152 def target_files method in class:ANTLR3.CompileTask.GrammarSet
153 @grammars.map { | gram | gram.target_files }.flatten
325 def target_files( all = true ) method in class:ANTLR3
336 targets.concat( grammar.target_files )
357 for target in target_files
379 target_files.each do | target |
449 def target_files method
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 18 Check the signatures of all APKs in a target_files .zip file. With
20 target_files (usually a previously distributed build for the same
23 Usage: check_target_file_signatures [flags] target_files
356 print "%s [%s]: new APK (not in comparison target_files)" % (
360 print "%s [%s]: removed APK (only in comparison target_files)" % (
412 Push("input target_files:")
414 target_files = TargetFiles()
415 target_files.LoadZipFile(args[0])
421 Push("comparison target_files:")
430 target_files.PrintCerts(
    [all...]
common.py 104 # target_files zip.
340 print "building image from target_files %s..." % (tree_subdir,)
513 """Given a target_files ZipFile, parse the META/apkcerts.txt file
ota_from_target_files 151 # See if the target_files contains a record of what the uid,
158 # used when this target_files was built.
321 common.LoadInfoDict() on the input target_files.
sign_target_files_apks 55 verification with the one specified in the input target_files
  /device/asus/flo/
releasetools.py 15 print "no bootloader.img in target_files; skipping install"
23 print "no radio.img in target_files; skipping install"
29 print "no DDR.bin in target_files; skipping install"
58 print "no bootloader.img in target target_files; skipping install"
62 print "no DDR.bin in target target_files; skipping install"
70 print "no radio.img in target target_files; skipping install"
  /device/samsung/manta/
releasetools.py 24 print "no bootloader.img in target_files; skipping install"
58 print "no bootloader.img in target target_files; skipping install"
  /device/samsung/tuna/
releasetools.py 24 print "no bootloader.img in target_files; skipping install"
31 print "no radio.img in target_files; skipping install"
66 print "no bootloader.img in target target_files; skipping install"
77 print "no radio.img in target target_files; skipping install"
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 35 target_files.any? do |target|
141 def target_files( include_imports = true ) method in class:ANTLR3.Test.Grammar
187 return target_files
192 for target in target_files
220 for f in target_files
functional.rb 50 for file in grammar.target_files
  /device/asus/deb/
releasetools.py 15 print "no bootloader.img in target_files; skipping install"
23 print "no radio.img in target_files; skipping install"
52 print "no bootloader.img in target target_files; skipping install"
57 print "no radio.img in target target_files; skipping install"
  /device/lge/mako/
releasetools.py 15 print "no bootloader.img in target_files; skipping install"
23 print "no radio.img in target_files; skipping install"
52 print "no bootloader.img in target target_files; skipping install"
57 print "no radio.img in target target_files; skipping install"
  /device/common/
generate-factory-images-common.sh 40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC
44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 32 lexer_script = grammar.target_files.first
211 for file in master.target_files
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 11 for file in grammar.target_files( false )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 70 for output_file in @grammar.target_files
  /build/core/
Makefile     [all...]

Completed in 275 milliseconds