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

1 2 3 4

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mode.h 11 #define ACTIONS 10
  /system/sepolicy/tests/
sepolicy_tests.py 28 ACTIONS = Option.ACTIONS + ("extend",)
treble_sepolicy_tests.py 264 ACTIONS = Option.ACTIONS + ("extend",)
  /external/v8/tools/dev/
gm.py 50 ACTIONS = {
222 impact = ACTIONS[action]
235 actions = []
240 if word in ACTIONS:
258 elif word in ACTIONS:
259 actions.append(word)
263 # Process actions.
264 for action in actions:
265 impact = ACTIONS[action]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 481 # The set of actions allowed by option parsers. Explicitly listed
483 ACTIONS = ("store",
494 # The set of actions that involve storing a value somewhere;
505 # The set of actions for which it makes sense to supply a value
511 # The set of actions which *require* a value type, ie. that
516 # The set of actions which take a 'const' attribute.
633 elif self.action not in self.ACTIONS:
787 # subclasses to add new actions.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py 480 # The set of actions allowed by option parsers. Explicitly listed
482 ACTIONS = ("store",
493 # The set of actions that involve storing a value somewhere;
504 # The set of actions for which it makes sense to supply a value
510 # The set of actions which *require* a value type, ie. that
515 # The set of actions which take a 'const' attribute.
632 elif self.action not in self.ACTIONS:
786 # subclasses to add new actions.
    [all...]
  /external/python/cpython2/Lib/
optparse.py 481 # The set of actions allowed by option parsers. Explicitly listed
483 ACTIONS = ("store",
494 # The set of actions that involve storing a value somewhere;
505 # The set of actions for which it makes sense to supply a value
511 # The set of actions which *require* a value type, ie. that
516 # The set of actions which take a 'const' attribute.
633 elif self.action not in self.ACTIONS:
787 # subclasses to add new actions.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 480 # The set of actions allowed by option parsers. Explicitly listed
482 ACTIONS = ("store",
493 # The set of actions that involve storing a value somewhere;
504 # The set of actions for which it makes sense to supply a value
510 # The set of actions which *require* a value type, ie. that
515 # The set of actions which take a 'const' attribute.
632 elif self.action not in self.ACTIONS:
786 # subclasses to add new actions.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 480 # The set of actions allowed by option parsers. Explicitly listed
482 ACTIONS = ("store",
493 # The set of actions that involve storing a value somewhere;
504 # The set of actions for which it makes sense to supply a value
510 # The set of actions which *require* a value type, ie. that
515 # The set of actions which take a 'const' attribute.
632 elif self.action not in self.ACTIONS:
786 # subclasses to add new actions.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 480 # The set of actions allowed by option parsers. Explicitly listed
482 ACTIONS = ("store",
493 # The set of actions that involve storing a value somewhere;
504 # The set of actions for which it makes sense to supply a value
510 # The set of actions which *require* a value type, ie. that
515 # The set of actions which take a 'const' attribute.
632 elif self.action not in self.ACTIONS:
786 # subclasses to add new actions.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 480 # The set of actions allowed by option parsers. Explicitly listed
482 ACTIONS = ("store",
493 # The set of actions that involve storing a value somewhere;
504 # The set of actions for which it makes sense to supply a value
510 # The set of actions which *require* a value type, ie. that
515 # The set of actions which take a 'const' attribute.
632 elif self.action not in self.ACTIONS:
786 # subclasses to add new actions.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_optparse.py     [all...]
  /external/python/cpython2/Lib/test/
test_optparse.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py     [all...]
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/
sdkmanager-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/
sdkmanager-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/
sdkmanager-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar 

Completed in 365 milliseconds

1 2 3 4