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

<<41424344454647484950>>

  /external/chromium_org/tools/site_compare/operators/
equals_with_mask.py 26 None if the images are identical
30 maskdir = None
57 return None
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
extension_dict_backend.py 40 return None
62 return None
64 def GetExtensionInfoList(self, timeout=None):
inspector_console.py 14 self._message_output_stream = None
15 self._last_message = None
50 enabled = self._message_output_stream != None
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_browser_backend.py 22 self._driver = None
55 self._driver = None
62 return self._driver is not None
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
inspector_importer.py 44 args = None
63 thread = timeline_thread.Thread(None, 0)
69 return None
  /external/linux-tools-perf/scripts/python/
syscall-counts.py 20 for_comm = None
39 if for_comm is not None:
48 if for_comm is not None:
  /external/llvm/include/llvm/ADT/
None.h 1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=//
10 // This file provides None, an enumerator for use in implicit constructors
23 None
  /external/llvm/test/MC/ELF/
alias-reloc.s 33 // CHECK-NEXT: Type: None (0x0)
42 // CHECK-NEXT: Type: None
52 // CHECK-NEXT: Type: None
weakref-reloc.s 23 // CHECK-NEXT: Type: None
32 // CHECK-NEXT: Type: None
41 // CHECK-NEXT: Type: None
  /external/smack/src/org/xbill/DNS/
DClass.java 30 public static final int NONE = 254;
56 classes.add(NONE, "NONE");
  /frameworks/opt/timezonepicker/res/values/
strings.xml 23 <!-- Description of clear icon in the search bar, for accessibility. [CHAR LIMIT=NONE]-->
26 <!-- Item to show when no timezones are found. [CHAR LIMIT=NONE]-->
30 select a timezone. [CHAR LIMIT=NONE]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
money_base.pass.cpp 15 // enum part {none, space, symbol, sign, value};
25 assert(mb.none == 0);
32 p.field[0] = std::money_base::none;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 20 exc_info = None
33 if exc_info is not None:
59 def x3(n, kwd=None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_varsize_struct.py 42 self.assertRaises(IndexError, array.__setitem__, 0, None)
44 self.assertRaises(IndexError, array.__setitem__, 1, None)
46 self.assertRaises(IndexError, array.__setitem__, -1, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 47 return None, None # canceled
58 def askcolor(color = None, **options):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 35 self.sys_import = None
40 if self.sys_import is None:
52 if self.sys_import is None:
fix_itertools_imports.py 32 child.value = None
52 if (not (imports.children or getattr(imports, 'value', None)) or
53 imports.parent is None):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 100 name = None
105 repeat = None
113 if repeat is not None:
135 if name is not None:
139 def compile_basic(self, nodes, repeat=None):
156 type = None
158 type = getattr(self.pysyms, value, None)
159 if type is None:
164 content = None
169 assert repeat is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
18 Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, \xd4Brwz\xd5 browser, \xd4Addr\xd5 addressbook, \xd4Mesg\xd5 messenger, etc., 4 bytes)
24 if _no_object is not None: raise TypeError, 'No direct arg expected'
35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments):
44 if _no_object is not None: raise TypeError, 'No direct arg expected'
55 def Get_workingURL(self, _no_object=None, _attributes={}, **_arguments):
64 if _no_object is not None: raise TypeError, 'No direct arg expected'
121 def Open_Address_Book(self, _no_object=None, _attributes={}, **_arguments):
129 if _no_object is not None: raise TypeError, 'No direct arg expected'
160 def Open_Profile_Manager(self, _no_object=None, _attributes={}, **_arguments)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 20 exc_info = None
33 if exc_info is not None:
59 def x3(n, kwd=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_varsize_struct.py 42 self.assertRaises(IndexError, array.__setitem__, 0, None)
44 self.assertRaises(IndexError, array.__setitem__, 1, None)
46 self.assertRaises(IndexError, array.__setitem__, -1, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkColorChooser.py 47 return None, None # canceled
58 def askcolor(color = None, **options):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 35 self.sys_import = None
40 if self.sys_import is None:
52 if self.sys_import is None:
fix_itertools_imports.py 32 child.value = None
52 if (not (imports.children or getattr(imports, 'value', None)) or
53 imports.parent is None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 100 name = None
105 repeat = None
113 if repeat is not None:
135 if name is not None:
139 def compile_basic(self, nodes, repeat=None):
156 type = None
158 type = getattr(self.pysyms, value, None)
159 if type is None:
164 content = None
169 assert repeat is None
    [all...]

Completed in 925 milliseconds

<<41424344454647484950>>