HomeSort by relevance Sort by last modified time
    Searched full:none (Results 601 - 625 of 18468) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ppapi/generators/
idl_namespace.py 43 verlist = self._name_to_releases.get(name, None)
44 if verlist == None:
48 return None
52 verlist = self._name_to_releases.get(name, None)
53 if verlist == None:
61 verlist = self._name_to_releases.get(name, None)
62 if verlist == None:
112 return self.properties.get(name, None)
185 namespace = IDLNamespace(None)
187 FooXX = MockNode('foo', None, None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 37 def __init__(self, parent, title = None):
61 self.result = None
75 if self.parent is not None:
90 self.initial_focus = None
126 def ok(self, event=None):
140 def cancel(self, event=None):
143 if self.parent is not None:
175 initialvalue=None,
176 minvalue = None, maxvalue = None,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 57 def __init__(self, grammar, convert=None):
77 value is None for symbols and a string for tokens, context is
78 None or an opaque value used for error reporting (typically a
80 symbols, and None for tokens.
89 def setup(self, start=None):
102 if start is None:
106 # where children is a list of nodes or None, and context may be None.
107 newnode = (start, None, None, [])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 37 def __init__(self, parent, title = None):
61 self.result = None
75 if self.parent is not None:
90 self.initial_focus = None
126 def ok(self, event=None):
140 def cancel(self, event=None):
143 if self.parent is not None:
175 initialvalue=None,
176 minvalue = None, maxvalue = None,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 57 def __init__(self, grammar, convert=None):
77 value is None for symbols and a string for tokens, context is
78 None or an opaque value used for error reporting (typically a
80 symbols, and None for tokens.
89 def setup(self, start=None):
102 if start is None:
106 # where children is a list of nodes or None, and context may be None.
107 newnode = (start, None, None, [])
    [all...]
  /external/chromium/testing/gtest/test/
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/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 27 ref_chromedriver=None,
28 chrome=None,
29 chrome_version=None,
30 android_package=None,
59 chrome=None, chrome_version=None,
60 chrome_version_name=None, android_package=None):
77 def RunJavaTests(chromedriver, chrome=None, chrome_version=None,
    [all...]
  /external/chromium_org/testing/gtest/test/
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/chromium_org/third_party/WebKit/ManualTests/
animate-none.html 7 <title>Testing animation-name: none</title>
90 -webkit-animation-name: 'none';
100 -webkit-animation-name: 'none';
136 @-webkit-keyframes none {
152 box2.style.webkitAnimationName = 'none';
154 box3.style.webkitAnimationName = "'none'";
156 box6.style.webkitAnimationName = "none, 'sway6'";
164 <h2>Testing animation: none</h2>
180 will set the animation-name on the element to 'none' (as an identifier).
186 will set the animation-name on the element to 'none' (as a string)
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
POP3_TLS.py 15 username=None, password=None, sharedKey=None,
16 certChain=None, privateKey=None,
17 cryptoID=None, protocol=None,
18 x509Fingerprint=None,
19 x509TrustList=None, x509CommonName=None,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 31 if value is None:
34 value = ' '.join(filter(None, value)) # Filter out empty strings.
41 def rule(self, name, command, description=None, depfile=None,
42 generator=False, pool=None, restat=False, rspfile=None,
43 rspfile_content=None, deps=None):
63 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 27 self.adb_commands = None
28 self.os = None
29 self.subprocess = None
30 self.sys = None
36 self._overrides[module_name] = getattr(base_module, module_name, None)
80 def AdbCommandsStubConstructor(device=None):
99 INTERNAL_BUCKET = None
100 PUBLIC_BUCKET = None
130 def read(self, size=None):
193 self.local_app_data = None
    [all...]
  /external/gtest/test/
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_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/valgrind/main/none/tests/s390x/
cu24_1.stdout.exp 3 UTF32: <none>
9 UTF32: <none>
13 UTF32: <none>
17 UTF32: <none>
21 UTF32: <none>
25 UTF32: <none>
39 UTF32: <none>
53 UTF32: <none>
57 UTF32: <none>
61 UTF32: <none>
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserDict.py 4 def __init__(self, dict=None, **kwargs):
6 if dict is not None:
16 __hash__ = None # Avoid Py3k warning
46 def update(self, dict=None, **kwargs):
47 if dict is None:
58 def get(self, key, failobj=None):
62 def setdefault(self, key, failobj=None):
73 def fromkeys(cls, iterable, value=None):
126 def setdefault(self, key, default=None):
151 def update(self, other=None, **kwargs)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 31 first = None
35 last = None
52 def find_it(self, event=None):
55 def replace_it(self, event=None):
59 def default_command(self, event=None):
73 new = None
78 def replace_all(self, event=None):
96 first = last = None
107 if new is None:
131 res = self.engine.search_text(text, None, ok
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserDict.py 4 def __init__(self, dict=None, **kwargs):
6 if dict is not None:
16 __hash__ = None # Avoid Py3k warning
46 def update(self, dict=None, **kwargs):
47 if dict is None:
58 def get(self, key, failobj=None):
62 def setdefault(self, key, failobj=None):
73 def fromkeys(cls, iterable, value=None):
126 def setdefault(self, key, default=None):
151 def update(self, other=None, **kwargs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 31 first = None
35 last = None
52 def find_it(self, event=None):
55 def replace_it(self, event=None):
59 def default_command(self, event=None):
73 new = None
78 def replace_all(self, event=None):
96 first = last = None
107 if new is None:
131 res = self.engine.search_text(text, None, ok
    [all...]
  /development/scripts/
symbol.py 46 TOOLCHAIN_INFO = None
60 def ToolPath(tool, toolchain_info=None):
72 None
78 if TOOLCHAIN_INFO is not None:
123 return (info and info.get(addr)) or [(None, None, None)]
147 return None
151 return None
155 return None
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 28 given |json_fs|. Returns None if channel information for the API cannot be
32 if feature is None:
33 return None
84 if api_info is None:
85 return None
93 |file_system|, or None if the API is not found. Note that this may be the
114 return None
121 if api_filename is None:
123 return None
132 return matching_schemas or None
    [all...]
  /external/chromium_org/content/
content.gyp 43 'type': 'none',
295 'type': 'none',
300 'type': 'none',
305 'type': 'none',
310 'type': 'none',
315 'type': 'none',
322 'type': 'none',
327 'type': 'none',
332 'type': 'none',
337 'type': 'none',
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest_unittest.py 47 def __init__(self, custom_run_test=None):
95 self.assertTrue(test._run_with_driver(None, None))
111 """, image=None, image_hash=None, audio=None)
137 """, image=None, image_hash=None, audio=None)
143 self.assertFalse(test._run_with_driver(None, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
main.py 70 failfast = catchbreak = buffer = progName = None
72 def __init__(self, module='__main__', defaultTest=None, argv=None,
73 testRunner=None, testLoader=loader.defaultTestLoader,
74 exit=True, verbosity=1, failfast=None, catchbreak=None,
75 buffer=None):
82 if argv is None:
97 def usageExit(self, msg=None):
128 if self.failfast is None
    [all...]

Completed in 1547 milliseconds

<<21222324252627282930>>