HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 1 - 25 of 748) 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...]
gtest_throw_on_failure_test.py 60 given value is None.
64 if value is not None:
89 variable; None if the variable should be unset.
91 None if the flag should not be present.
97 if env_var_value is None:
102 if flag_value is None:
120 SetEnvVar(THROW_ON_FAILURE, None)
131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False)
137 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/gtest/test/
gtest_color_test.py 49 """Sets the env variable to 'value'; unsets it when 'value' is None."""
51 if value is not None:
63 if color_flag is not None:
72 self.assert_(not UsesColor('dumb', None, None))
73 self.assert_(not UsesColor('emacs', None, None))
74 self.assert_(not UsesColor('xterm-mono', None, None))
75 self.assert_(not UsesColor('unknown', None, None)
    [all...]
gtest_list_tests_unittest.py 103 None if the flag should not be present.
109 None if the flag should not be present.
112 if flag_value is None:
124 if other_flag is not None:
132 if expected_output is not None:
140 self.RunAndVerify(flag_value=None,
141 expected_output=None,
142 other_flag=None)
148 expected_output=None,
149 other_flag=None)
    [all...]
gtest_break_on_failure_unittest.py 70 given value is None.
73 if value is not None:
104 variable; None if the variable should be unset.
106 None if the flag should not be present.
113 if env_var_value is None:
118 if flag_value is None:
136 SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, None)
146 self.RunAndVerify(env_var_value=None,
147 flag_value=None,
154 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
  /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/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/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...]
webkit_unittest.py 37 def __init__(self, symbol_list=None, feature_list=None,
38 expectations_file=None, skips_file=None, **kwargs):
83 result_directories = set(TestWebKitPort(supported_symbols, None)._skipped_tests_for_unsupported_features())
89 result_directories = set(TestWebKitPort(None, supported_features)._skipped_tests_for_unsupported_features())
93 self.assertEqual(TestWebKitPort(None, None).skipped_layout_tests(),
  /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
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug_unittest.py 37 bug = Bug({"assigned_to_email": email}, bugzilla=None)
39 bug = Bug({"assigned_to_email": "test@test.com"}, bugzilla=None)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries_unittest.py 41 self.assert_execute_outputs(BugsToCommit(), None, "42\n77\n", expected_stderr)
46 self.assert_execute_outputs(PatchesInCommitQueue(), None, expected_stdout, expected_stderr)
53 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
57 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
62 self.assert_execute_outputs(PatchesToReview(), None, expected_stdout, expected_stderr)
66 self.assert_execute_outputs(TreeStatus(), None, expected_stdout)
85 self.assertEquals(command._blame_line_for_revision(None), "FAILED to fetch CommitInfo for rNone, likely missing ChangeLog")
90 self.assertEquals(command._blame_line_for_revision(None), "FAILED to fetch CommitInfo for rNone, exception: MESSAGE")

Completed in 1437 milliseconds

1 2 3 4 5 6 7 8 91011>>