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

<<31323334353637383940>>

  /packages/providers/CalendarProvider/res/values/
strings.xml 22 <!-- [CHAR LIMIT=NONE] Boot message while upgrading calendar. -->
46 <!-- Debug tool - dialog - delete file now [CHAR LIMIT=NONE] -->
49 <!-- Debug tool - dialog - start copying [CHAR LIMIT=NONE] -->
52 <!-- Debug tool - Main message shown to the user when starting up the debug tool [CHAR LIMIT=NONE] -->
55 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
58 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
61 <!-- Debug tool - email body [CHAR LIMIT=NONE] -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 23 None,
27 None,
29 None,
36 None,
41 None,
74 None,
78 None,
AutoComplete.py 41 def __init__(self, editwin=None):
43 if editwin is None: # subprocess and test
46 self.autocompletewindow = None
49 # call was issued. If _delayed_completion_id is None, there is no
51 self._delayed_completion_id = None
52 self._delayed_completion_index = None
57 def _remove_autocomplete_window(self, event=None):
60 self.autocompletewindow = None
99 if self._delayed_completion_id is not None:
106 self._delayed_completion_id = None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 14 def warnpy3k(message, category=None, stacklevel=1):
20 if category is None:
24 def _show_warning(message, category, filename, lineno, file=None, line=None):
26 if file is None:
36 def formatwarning(message, category, filename, lineno, line=None):
39 line = linecache.getline(filename, lineno) if line is None else line
88 item = (action, None, category, None, lineno)
162 m = __import__(module, None, None, [klass]
    [all...]
compileall.py 21 def compile_dir(dir, maxlevels=10, ddir=None,
22 force=0, rx=None, quiet=0):
47 if ddir is not None:
50 dfile = None
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
76 if ddir is not None:
79 dfile = None
80 if rx is not None:
101 ok = py_compile.compile(fullname, None, dfile, True
    [all...]
symtable.py 32 obj = self.__memo.get(key, None)
33 if obj is None:
102 if sym is None:
124 __params = None
125 __locals = None
126 __frees = None
127 __globals = None
134 if self.__params is None:
139 if self.__locals is None:
146 if self.__globals is None
    [all...]
code.py 37 def __init__(self, locals=None):
43 "__doc__" set to None.
46 if locals is None:
47 locals = {"__name__": "__console__", "__doc__": None}
63 compile_command() returned None. Nothing happens.
82 if code is None:
112 def showsyntaxerror(self, filename=None):
161 tblist = tb = None
182 def __init__(self, locals=None, filename="<console>"):
200 def interact(self, banner=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 23 None,
27 None,
29 None,
36 None,
41 None,
74 None,
78 None,
AutoComplete.py 41 def __init__(self, editwin=None):
43 if editwin is None: # subprocess and test
46 self.autocompletewindow = None
49 # call was issued. If _delayed_completion_id is None, there is no
51 self._delayed_completion_id = None
52 self._delayed_completion_index = None
57 def _remove_autocomplete_window(self, event=None):
60 self.autocompletewindow = None
99 if self._delayed_completion_id is not None:
106 self._delayed_completion_id = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 14 def warnpy3k(message, category=None, stacklevel=1):
20 if category is None:
24 def _show_warning(message, category, filename, lineno, file=None, line=None):
26 if file is None:
36 def formatwarning(message, category, filename, lineno, line=None):
39 line = linecache.getline(filename, lineno) if line is None else line
88 item = (action, None, category, None, lineno)
162 m = __import__(module, None, None, [klass]
    [all...]
compileall.py 21 def compile_dir(dir, maxlevels=10, ddir=None,
22 force=0, rx=None, quiet=0):
47 if ddir is not None:
50 dfile = None
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
76 if ddir is not None:
79 dfile = None
80 if rx is not None:
101 ok = py_compile.compile(fullname, None, dfile, True
    [all...]
symtable.py 32 obj = self.__memo.get(key, None)
33 if obj is None:
102 if sym is None:
124 __params = None
125 __locals = None
126 __frees = None
127 __globals = None
134 if self.__params is None:
139 if self.__locals is None:
146 if self.__globals is None
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/Images/src/
statusbarButtonGlyphs.svg 714 style="fill:#424242;fill-opacity:1;fill-rule:nonzero;stroke:none"
736 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
745 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
749 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
753 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
757 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
763 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
771 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
776 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
783 style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 97 def rewind(self, marker=None):
107 If marker is None:
121 def release(self, marker=None):
298 def toString(self, start=None, stop=None):
365 self.lastMarker = None
369 self.name = None
456 def rewind(self, marker=None):
457 if marker is None:
468 def release(self, marker=None)
    [all...]
  /external/chromium_org/
.DEPS.git 172 None,
174 None,
183 None,
185 None,
187 None,
189 None,
191 None,
193 None,
195 None,
197 None,
    [all...]
DEPS 355 "src/build/util/support": None,
356 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
357 "src/chrome/test/data/perf/canvas_bench": None,
358 "src/chrome/test/data/perf/frame_rate/content": None,
359 "src/chrome/test/data/perf/third_party/octane": None,
360 "src/media/cdm/ppapi/api": None,
361 "src/native_client": None,
362 "src/native_client/src/third_party/ppapi": None,
363 "src/third_party/angle": None,
364 "src/third_party/bidichecker": None,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 154 <None Include="BuildOptions\ProfileGrammar.g3">
157 </None>
158 <None Include="BuildOptions\ProfileGrammarLexerHelper.cs">
160 </None>
161 <None Include="BuildOptions\ProfileGrammarParserHelper.cs">
163 </None>
176 <None Include="Composition\VecMath_Lexer.g3" />
177 <None Include="Composition\VecMath_Parser.g3" />
178 <None Include="TestExpressionFeatures.g3">
180 </None>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 47 doc = libxml2.readFile(filename, None,
72 def AllSpecials(notused=None):
117 valid_values.append((val, None, None, [], desc.error, None))
132 convert = None if dep_desc.convert else "noconvert"
140 """Return the destination type of the conversion, or None."""
147 return (None, "none")
167 conversion = "none"
    [all...]
  /external/llvm/test/Analysis/DependenceAnalysis/
Coupled.ll 16 ; CHECK: da analyze - none!
17 ; CHECK: da analyze - none!
19 ; CHECK: da analyze - none!
21 ; CHECK: da analyze - none!
52 ; CHECK: da analyze - none!
55 ; CHECK: da analyze - none!
57 ; CHECK: da analyze - none!
88 ; CHECK: da analyze - none!
91 ; CHECK: da analyze - none!
93 ; CHECK: da analyze - none!
    [all...]
  /external/mesa3d/src/mesa/main/
APIspecutil.py 47 doc = libxml2.readFile(filename, None,
72 def AllSpecials(notused=None):
117 valid_values.append((val, None, None, [], desc.error, None))
132 convert = None if dep_desc.convert else "noconvert"
140 """Return the destination type of the conversion, or None."""
147 return (None, "none")
167 conversion = "none"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 214 Make sure that None is a valid return value
216 >>> list(None for i in xrange(10))
217 [None, None, None, None, None, None, None, None, None, None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 214 Make sure that None is a valid return value
216 >>> list(None for i in xrange(10))
217 [None, None, None, None, None, None, None, None, None, None
    [all...]
  /system/media/camera/docs/
metadata_validate.py 75 A BeautifulSoup element corresponding to the matched parent, or None.
92 return None
131 An instance of a Tag, or None if there was no matches.
148 return None
158 a BeautifulSoup tag, or None if there was no matches
162 InnerNamespace XML types. It will always return 'None' for other nodes.
201 if matching_entry is None:
229 if entry_container is not None:
232 if container_tag is None:
241 if entry.enum is None
    [all...]
  /external/clang/utils/analyzer/
CmpRuns.py 38 def __init__(self, path, root="", verboseLog=None):
78 if self._htmlReport is None:
113 def get(self, key, default=None):
117 def __init__(self, verboseLog=None, rootA="", rootB=""):
136 self.clang_version = None
148 if self.clang_version == None:
168 htmlFiles = [None] * len(data['diagnostics'])
215 each element {a,b} is None or an element from the respective run, and
217 and None is used if either element is None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 21 def __init__(self, type=None, name=None):
26 self.parent = None
50 subp = None
63 subp = None
104 def reduce_tree(node, parent=None):
112 new_node = None
131 if reduced is not None:
142 # delete the group if all of the children were reduced to None
143 new_node = None
    [all...]

Completed in 2279 milliseconds

<<31323334353637383940>>