HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 1 - 25 of 960) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz/src/
harfbuzz-indic.cpp 479 None,
493 None, Above, Above, Post,
494 None, None, None, None,
495 None, None, None, None,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command_unittest.py 37 eliza.execute("tom", "hi", None, None)
38 eliza.execute("tom", "bye", None, None)
43 whois.execute("tom", [], None, None))
45 whois.execute("tom", ["Adam", "Barth"], None, None))
47 whois.execute("tom", ["unknown@example.com"], None, None))
    [all...]
commitqueuetask_unittest.py 67 return None
81 def _run_through_task(self, commit_queue, expected_stderr, expected_exception=None, expect_retry=False):
117 None,
129 None,
130 None,
144 None,
145 None,
146 None,
164 None,
165 None,
    [all...]
  /external/chromium/testing/gtest/test/
gtest_color_test.py 48 """Sets the env variable to 'value'; unsets it when 'value' is None."""
50 if value is not None:
62 if color_flag is None:
75 self.assert_(not UsesColor('dumb', None, None))
76 self.assert_(not UsesColor('emacs', None, None))
77 self.assert_(not UsesColor('xterm-mono', None, None))
78 self.assert_(not UsesColor('unknown', None, None)
    [all...]
gtest_list_tests_unittest.py 109 None if the flag should not be present.
115 None if the flag should not be present.
118 if flag_value is None:
130 if other_flag is not None:
138 if expected_output is not None:
146 self.RunAndVerify(flag_value=None,
147 expected_output=None,
148 other_flag=None)
154 expected_output=None,
155 other_flag=None)
    [all...]
gtest_break_on_failure_unittest.py 77 given value is None.
80 if value is not None:
111 variable; None if the variable should be unset.
113 None if the flag should not be present.
120 if env_var_value is None:
125 if flag_value is None:
143 SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, None)
153 self.RunAndVerify(env_var_value=None,
154 flag_value=None,
161 flag_value=None,
    [all...]
  /external/gtest/test/
gtest_color_test.py 48 """Sets the env variable to 'value'; unsets it when 'value' is None."""
50 if value is not None:
62 if color_flag is None:
75 self.assert_(not UsesColor('dumb', None, None))
76 self.assert_(not UsesColor('emacs', None, None))
77 self.assert_(not UsesColor('xterm-mono', None, None))
78 self.assert_(not UsesColor('unknown', None, None)
    [all...]
gtest_list_tests_unittest.py 109 None if the flag should not be present.
115 None if the flag should not be present.
118 if flag_value is None:
130 if other_flag is not None:
138 if expected_output is not None:
146 self.RunAndVerify(flag_value=None,
147 expected_output=None,
148 other_flag=None)
154 expected_output=None,
155 other_flag=None)
    [all...]
gtest_break_on_failure_unittest.py 77 given value is None.
80 if value is not None:
111 variable; None if the variable should be unset.
113 None if the flag should not be present.
120 if env_var_value is None:
125 if flag_value is None:
143 SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, None)
153 self.RunAndVerify(env_var_value=None,
154 flag_value=None,
161 flag_value=None,
    [all...]
  /external/protobuf/gtest/test/
gtest_color_test.py 48 """Sets the env variable to 'value'; unsets it when 'value' is None."""
50 if value is not None:
62 if color_flag is None:
75 self.assert_(not UsesColor('dumb', None, None))
76 self.assert_(not UsesColor('emacs', None, None))
77 self.assert_(not UsesColor('xterm-mono', None, None))
78 self.assert_(not UsesColor('unknown', None, None)
    [all...]
gtest_list_tests_unittest.py 109 None if the flag should not be present.
115 None if the flag should not be present.
118 if flag_value is None:
130 if other_flag is not None:
138 if expected_output is not None:
146 self.RunAndVerify(flag_value=None,
147 expected_output=None,
148 other_flag=None)
154 expected_output=None,
155 other_flag=None)
    [all...]
gtest_break_on_failure_unittest.py 74 given value is None.
77 if value is not None:
108 variable; None if the variable should be unset.
110 None if the flag should not be present.
117 if env_var_value is None:
122 if flag_value is None:
140 SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, None)
150 self.RunAndVerify(env_var_value=None,
151 flag_value=None,
158 flag_value=None,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning.py 34 def compare_version(sysmodule=None, target_version=None):
68 if sysmodule is None:
70 if target_version is None:
100 def check_version(log=None, sysmodule=None, target_version=None):
117 if log is None:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath.py 34 # returning None on paths not contained in abs_start_path.
35 def relpath(path, start_path, os_path_abspath=None, sep=None):
36 """Return a path relative to the given start path, or None.
38 Returns None if the path is not contained in the directory start_path.
50 if os_path_abspath is None:
65 return None
83 return None
  /external/junit/src/org/junit/
Test.java 52 static class None extends Throwable {
54 private None() {
62 Class<? extends Throwable> expected() default None.class;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 39 if username not in (None, ''):
42 return None
46 if username not in (None, ''):
49 return None
53 if username not in (None, ''):
56 return None
60 if username not in (None, ''):
63 return None
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 65 return None
72 consumed bytes. If there's not enough bytes to consume, returns None.
76 return None
134 """Consumes a token from the head. Returns the token or None if no token
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
144 return None
153 string. If no token or quoted-string was found, returns None.
171 if c is None:
174 return None
182 return None
    [all...]
  /device/ti/panda/audio/test/
run-tests.py 38 'args': None,
39 'timeout': None,
42 'args': None,
43 'timeout': None,
46 'args': None,
47 'timeout': None,
80 g_tcase = None
85 if g_tcase is not None:
142 g_tcase = None
  /external/webkit/Tools/QueueStatusServer/model/
queuepropertymixin_unittest.py 37 self.queue_name = None
47 test_object.queue = None
48 self.assertEquals(test_object.queue_name, None)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
close_wsh.py 43 if line is None:
46 if code is None or reason is None:
64 code = None
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py 38 multiprocessing = None
51 or None if a valid port object cannot be constructed on the specified
60 return None
122 self.assertFalse(port.diff_image(None, None, None))
123 self.assertFalse(port.diff_image(None, '', None))
124 self.assertFalse(port.diff_image('', None, None))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
main.py 33 def change_directory(checkout_root, paths, mock_os=None):
37 the paths parameter is empty or None), this method changes the current
44 If the checkout root is None or the empty string, this method returns
56 This argument can be None or the empty list if a git commit
58 checkout_root: The path to the root of the WebKit checkout, or None or
63 os_module = os if mock_os is None else mock_os
65 if paths is not None:
101 if rel_path is None:
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 109 makeNamesInput = None
110 tagInput = None
111 attrInput = None
120 assert makeNamesInput == None
124 assert tagInput == None
128 assert attrInput == None
133 assert makeNamesInput != None
134 assert tagInput != None or attrInput != None
147 if tagInput != None
    [all...]
  /development/scripts/
add-accounts 40 return None
57 if result is None: return None
69 gmail = None
70 dasher = None
82 if db is None:
105 dasher = None
112 gmail = None
add-accounts-sdk 40 return None
54 if result is None: return None
66 gmail = None
67 hosted = None
79 if db is None:
102 hosted = None
109 gmail = None

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>