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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 78 instance, const_bool(1) is equivalent to const_bool(True).
170 assign_x('execute_flag', const_bool(True))
202 return result + assign_x('return_flag', const_bool(True))
223 return assign_x('break_flag', const_bool(True))
234 execute_flag is True.
317 lower_main_return=True)
334 lower_sub_return=True)
350 lower_main_return=True)
361 lower_sub_return=True)
384 lower_sub_return=True)
    [all...]
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 78 instance, const_bool(1) is equivalent to const_bool(True).
170 assign_x('execute_flag', const_bool(True))
202 return result + assign_x('return_flag', const_bool(True))
223 return assign_x('break_flag', const_bool(True))
234 execute_flag is True.
317 lower_main_return=True)
334 lower_sub_return=True)
350 lower_main_return=True)
361 lower_sub_return=True)
384 lower_sub_return=True)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder_test.py 75 return True
237 lookup_result(True, self._branch_utility.GetChannelInfo('trunk')),
241 lookup_result(True, self._branch_utility.GetChannelInfo('dev')),
246 lookup_result(True, self._branch_utility.GetChannelInfo('dev')),
250 lookup_result(True, self._branch_utility.GetChannelInfo('beta')),
253 lookup_result(True, self._branch_utility.GetChannelInfo('beta')),
257 lookup_result(True, self._branch_utility.GetChannelInfo('stable')),
261 lookup_result(True, self._branch_utility.GetChannelInfo('stable')),
265 lookup_result(True, self._branch_utility.GetStableChannelInfo(25)),
271 lookup_result(True, self._branch_utility.GetStableChannelInfo(22))
    [all...]
api_list_data_source_test.py 154 'last': True,
162 'last': True,
180 'last': True,
210 'last': True,
218 'last': True,
237 'last': True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
networktransaction_unittest.py 49 did_throw_exception = True
54 did_process_exception = True
79 transaction = NetworkTransaction(convert_404_to_None=True)
86 did_throw_exception = True
91 did_process_exception = True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
crash_service_unittest.py 57 host.platform.is_win = lambda: True
61 server._check_that_all_ports_are_available = lambda: True
62 server._is_server_running_on_all_ports = lambda: True
69 return True
77 host.executive.check_running_pid = mock_returns([True, False])
http_server_unittest.py 74 host.platform.is_win = lambda: True
81 server._check_that_all_ports_are_available = lambda: True
82 server._is_server_running_on_all_ports = lambda: True
89 return True
97 host.executive.check_running_pid = mock_returns([True, False])
  /external/skia/gm/
display_json_results.py 49 """Returns true if this result type is serious (self._do_fail is True)
52 return True
77 Returns True if the results are free of any significant failures.
84 do_list=True, do_fail=True),
87 do_list=True, do_fail=False),
96 success = True
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 58 the string will end up unmodified. (*func) should return True if it
61 This routine will return True if (*func) returns True and False if
84 return True;
116 if (VG_(access)(buf, True/*r*/, False/*w*/, True/*x*/) == 0) {
119 return True; // Stop looking
120 } else if (VG_(access)(buf, True/*r*/, False/*w*/, False/*x*/) == 0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 64 def __init__(self, filenames=(), strict=True):
72 self.add_type(type, ext, True)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
95 def guess_type(self, url, strict=True):
142 types_map = self.types_map[True]
157 def guess_all_extensions(self, type, strict=True):
169 extensions = self.types_map_inv[True].get(type, [])
176 def guess_extension(self, type, strict=True):
194 def read(self, filename, strict=True)
    [all...]
webbrowser.py 58 def open(url, new=0, autoraise=True):
62 return True
108 return True
111 return True
118 return True
122 """Return True if cmd is executable or can be found on the executable
125 return True
132 return True
147 def open(self, url, new=0, autoraise=True):
171 def open(self, url, new=0, autoraise=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 64 def __init__(self, filenames=(), strict=True):
72 self.add_type(type, ext, True)
78 def add_type(self, type, ext, strict=True):
86 If strict is true, information will be added to
95 def guess_type(self, url, strict=True):
142 types_map = self.types_map[True]
157 def guess_all_extensions(self, type, strict=True):
169 extensions = self.types_map_inv[True].get(type, [])
176 def guess_extension(self, type, strict=True):
194 def read(self, filename, strict=True)
    [all...]
webbrowser.py 58 def open(url, new=0, autoraise=True):
62 return True
108 return True
111 return True
118 return True
122 """Return True if cmd is executable or can be found on the executable
125 return True
132 return True
147 def open(self, url, new=0, autoraise=True):
171 def open(self, url, new=0, autoraise=True)
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
tr_html_unittest.py 28 self.VerifyChunking(True)
52 (False, '<p>', ''), (True, 'Hello <b>dear</b> how <i>are</i>you?', ''),
53 (False, '<p>', ''), (True, 'Fine!', '')])
58 (False, '<p> ', ''), (True, 'Hello <b>dear</b> how <i>are</i>you?', ''),
59 (False, ' <p>', ''), (True, 'Fine!', '')])
64 (False, '<p> ', ''), (True, 'Hello <b>dear how <i>are you?', ''),
65 (False, ' <p> ', ''), (True, 'Fine!', '')])
72 (True, '<b>Hello!</b> how are you?', ''), (False, '<p>', ''),
73 (True, '<i>I am fine.</i>', '')])
80 (True, 'Hello! How are <b>you?</b>', ''), (False, '<p>', '')
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
demangle.c 63 If do_cxx_demangle == True, does all the above stages:
157 so[soLen-1] = 0; oflow = True; \
166 fn[fnLen-1] = 0; oflow = True; \
239 while (True) {
246 error = True;
271 default: error = True; goto out;
283 while (True) {
294 while (True) {
320 default: error = True; goto out;
342 return True;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
generate-inspector-protocol-version 207 json_string = re.sub(":\s*true", ": True", json_string)
248 { "name": "becameRequired", "$ref": "Headers", "optional": True },
249 { "name": "removedOptional", "$ref": "Headers", "optional": True },
255 { "name": "becameRequired", "type": "string", "optional": True },
256 { "name": "removedOptional", "type": "string", "optional": True },
264 { "name": "frameId", "type": "string", "hidden": True },
268 { "name": "becameRequired", "type": "string", "optional": True },
269 { "name": "removedOptional", "type": "string", "optional": True },
276 { "name": "canceled", "type": "boolean", "optional": True }
    [all...]
  /development/scripts/
divide_and_compress_test.py 77 test_file_size - 1, True)
81 'returned false, but returned true'))
84 test_file_size + 1, True)
85 self.assertEqual(True, test_target.ArchiveIsValid(),
87 ' returned true, but returned false'))
100 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True)
198 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True)
231 ''.join([os.getcwd(), '/']), 'dummy', 1024*1024, True)
243 self.assertEqual(True, test_target.FixArchive('SIZE'))
283 1024*1024, True)
    [all...]
  /external/chromium_org/chrome/test/functional/
prefetch.py 47 while True:
52 self.log[queueval] = True
130 self.assertEqual(True, server_log.isRetrieved("prefetch-origin.html"))
132 self.assertEqual(True, server_log.isRetrieved(
134 self.assertEqual(True, server_log.isRetrieved(
139 web_server.daemon = True
  /external/chromium_org/chrome/test/functional/gtalk/
test_basic.py 66 self.WaitUntilResult(True,
72 self.WaitUntilResult(True,
86 self.WaitUntilResult(True,
97 self.RunInLoginPage('document.forms[0].submit() || true')
106 self.WaitUntilResult(True,
111 self.WaitUntilResult(True,
121 self.WaitUntilResult(True,
127 self.WaitUntilResult(True,
145 self.WaitUntilResult(True,
151 self.WaitUntilResult(True,
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
parse_dsc.py 16 'DISABLE': (bool, [True, False], False),
17 'SEL_LDR': (bool, [True, False], False),
19 'DISABLE_PACKAGE': (bool, [True, False], False),
22 'NO_PACKAGE_FILES': (bool, [True, False], False),
23 'TOOLS' : (list, VALID_TOOLCHAINS, True),
27 'NAME': (str, '', True),
33 True),
34 'SOURCES': (list, '', True),
45 'FILES': (list, '', True),
46 'DEST': (str, '', True),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_print.py 23 (False, False, True):
25 (False, True, False):
27 (False, True, True):
29 (True, False, False):
31 (True, False, True):
33 (True, True, False):
35 (True, True, True)
    [all...]
test_tokenize.py 17 ... " True = False # NEWLINE\\n")
25 NAME 'True' (3, 4) (3, 8)
63 True
66 True
75 True
79 True
85 ... "after_if = True\\n")
86 True
91 True
99 True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_print.py 23 (False, False, True):
25 (False, True, False):
27 (False, True, True):
29 (True, False, False):
31 (True, False, True):
33 (True, True, False):
35 (True, True, True)
    [all...]
test_tokenize.py 17 ... " True = False # NEWLINE\\n")
25 NAME 'True' (3, 4) (3, 8)
63 True
66 True
75 True
79 True
85 ... "after_if = True\\n")
86 True
91 True
99 True
    [all...]
  /development/testrunner/
run_command.py 31 def SetAbortOnError(abort=True):
37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
45 return_output: if True return output of command as string. Otherwise,
52 while True:
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
71 return_output: if True return output of command as string. Otherwise,
104 shell=True)
114 error_occurred = True
118 error_occurred = True
126 break_loop = True
    [all...]

Completed in 1111 milliseconds

1 2 3 4 56 7 8 91011>>