HomeSort by relevance Sort by last modified time
    Searched refs:True (Results 151 - 175 of 3194) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/test/functional/ap_lab/
ap_configurator_test.py 35 self.ap.SetRadio(True)
38 self.ap.SetRadio(True)
43 self.ap.SetRadio(True)
57 self.ap.SetVisibility(True)
75 self.ap.SetVisibility(True)
82 self.ap.SetVisibility(True)
113 self.ap.SetRadio(True)
121 self.ap.SetRadio(True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xcodeproj.py 40 """Returns True when developmentRegion is detected."""
48 return True
54 development_region_is_detected = True
  /external/chromium_org/third_party/android_testrunner/
run_command.py 32 def SetAbortOnError(abort=True):
38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
46 return_output: if True return output of command as string. Otherwise,
53 while True:
66 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
72 return_output: if True return output of command as string. Otherwise,
102 shell=True, close_fds=True,
120 error_occurred = True
124 error_occurred = True
    [all...]
  /external/chromium_org/tools/cr/cr/base/
host.py 33 true if the plugin matches the machine it is running on.
62 the status if return_status is true, or the output if capture is true,
111 return self._Execute(context, [command], shell=True)
120 shell=True, capture=True, ignore_dry_run=True)
124 return self._Execute(context, command, capture=True, ignore_dry_run=True)
129 ignore_dry_run=True, return_status=True
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
buckets.py 21 bucket_set = SubCommand.load_basic_files(dump_path, True, True)
  /external/chromium_org/tools/metrics/histograms/
diffutil.py 28 True is user accepted the changes or there were no changes, False otherwise.
33 return True
36 todesc='Updated', context=True, numlines=5)
  /external/chromium_org/tools/perf_expectations/
PRESUBMIT.py 18 run_tests = True
32 run_tests = True
  /external/chromium_org/tools/python/google/
process_utils.py 40 def RunCommandFull(command, verbose=True, collect_output=False,
41 print_output=True):
52 verbose: if True, combines all output (stdout and stderr) into stdout.
54 collect_output: if True, collects the output of the command as a list of
56 print_output: if True, prints the output of the command
115 def RunCommand(command, verbose=True):
125 verbose: if True, combines all output (stdout and stderr) into stdout.
136 def RunCommandsInParallel(commands, verbose=True, collect_output=False,
137 print_output=True):
145 verbose: if True, combines stdout and stderr into stdout
    [all...]
  /external/valgrind/main/helgrind/
hg_basics.c 73 Bool HG_(clo_track_lockorders) = True;
87 Bool HG_(clo_check_stack_refs) = True;
  /external/valgrind/unittest/
match_output.py 18 match = True
24 return True
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
types.py 43 """Return True if a type has the specified field.
51 True if the field is present either in type_ or any baseclass.
64 return True
68 return True
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 43 """Return True if a type has the specified field.
51 True if the field is present either in type_ or any baseclass.
64 return True
68 return True
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
types.py 43 """Return True if a type has the specified field.
51 True if the field is present either in type_ or any baseclass.
64 return True
68 return True
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 43 """Return True if a type has the specified field.
51 True if the field is present either in type_ or any baseclass.
64 return True
68 return True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 14 explicit = True # The user must ask for this fixers
32 comma = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 32 return True if it succeeded."""
34 self.locked = True
35 return True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
test_mutex.py 4 mutex = test.test_support.import_module("mutex", deprecated=True)
25 ready_for_2 = True
test_richcmp.py 126 self.checkequal("lt", a, b, [True, True, False, False, False])
127 self.checkequal("le", a, b, [True, True, True, False, False])
128 self.checkequal("eq", a, b, [False, False, True, False, False])
129 self.checkequal("ne", a, b, [True, True, False, True, True ])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 14 explicit = True # The user must ask for this fixers
32 comma = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 32 return True if it succeeded."""
34 self.locked = True
35 return True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
test_mutex.py 4 mutex = test.test_support.import_module("mutex", deprecated=True)
25 ready_for_2 = True
test_richcmp.py 126 self.checkequal("lt", a, b, [True, True, False, False, False])
127 self.checkequal("le", a, b, [True, True, True, False, False])
128 self.checkequal("eq", a, b, [False, False, True, False, False])
129 self.checkequal("ne", a, b, [True, True, False, True, True ])
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 38 # define to true if you want to remove all defined(CONFIG_FOO) tests
41 kernel_remove_config_macros = True

Completed in 1257 milliseconds

1 2 3 4 5 67 8 91011>>