Searched refs:None (Results 76 - 100 of 620) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h47 None = 0, enumerator in enum:blink::SVGGlyph::ArabicForm
57 , arabicForm(None)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dtest-webkit-scripts56 def run_test_script(self, script_title, script_path, args=None):
74 ['--all'] if options.all else None)
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec42 None.
73 None since this is a client-side extension.
77 None.
81 None.
H A DMESA_ycbcr_texture.spec50 None
54 None
58 None
74 None
151 None
155 None
160 None
164 None
168 None
172 None
[all...]
/external/compiler-rt/test/
H A Dlit.common.configured.in6 if not getattr(config, attr, None):
/external/junit/src/org/junit/internal/runners/
H A DTestMethod.java11 import org.junit.Test.None;
43 if (annotation == null || annotation.expected() == None.class)
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec42 None.
73 None since this is a client-side extension.
77 None.
81 None.
H A DMESA_ycbcr_texture.spec50 None
54 None
58 None
74 None
151 None
155 None
160 None
164 None
168 None
172 None
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs67 err = inflate(ref _ztream, (int)FlushTypes.None);
72 err = inflate(ref _ztream, (int)FlushTypes.None);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dweakref.pxd21 # object itself. callback may also be None or NULL. If ob is not
23 # None, or NULL, this will return NULL and raise TypeError.
32 # object itself. callback may also be None or NULL. If ob is not
34 # None, or NULL, this will return NULL and raise TypeError.
38 # referent is no longer live, returns None.
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx103 Return None if None is passed in.
233 self._buffer = None
239 self._handle = None
266 self._buffer = None
268 self._cleanup = None
269 self._handle = None
341 buffer=None,
342 handles=None,
354 cdef _ScopedMemory handles_alloc = None
[all...]
/external/clang/utils/
H A DFuzzTest44 picked_position = None
50 return ('nothing', None, None, picked_position)
57 return ('delete', position, None, picked_position)
109 if test[3] is not None:
130 stdout = None
131 stderr = None
146 if stdout is not None:
219 default=None)
258 type=int, dest="test", default=None, metava
[all...]
/external/chromium_org/build/mac/
H A Dstrip_save_dsym264 dsym_stat = None
271 if dsym_stat is None or dsym_stat.st_mtime < macho_stat.st_mtime:
294 def main(argv=None):
295 if argv is None:
304 macho = None
319 if macho is None:
325 if macho is None:
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc157 None, enumerator in enum:__anon6002::InstructionSet::ArgumentType
177 static std::vector<ArgumentType> Arguments(ArgumentType arg1_type = None, argument
178 ArgumentType arg2_type = None,
179 ArgumentType arg3_type = None) {
181 if (arg1_type != None)
183 if (arg2_type != None)
185 if (arg3_type != None)
/external/llvm/include/llvm/Support/
H A DSourceMgr.h157 ArrayRef<SMRange> Ranges = None,
158 ArrayRef<SMFixIt> FixIts = None,
163 ArrayRef<SMRange> Ranges = None,
164 ArrayRef<SMFixIt> FixIts = None,
180 ArrayRef<SMRange> Ranges = None,
181 ArrayRef<SMFixIt> FixIts = None) const;
251 ArrayRef<SMFixIt> FixIts = None);
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp168 if (TM->getOptLevel() != CodeGenOpt::None && EnableAtomicTidy)
175 if (TM->getOptLevel() != CodeGenOpt::None)
192 if (getOptLevel() != CodeGenOpt::None)
194 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA9())
198 if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().isCortexA15() &&
206 if (getOptLevel() != CodeGenOpt::None) {
218 if (getOptLevel() != CodeGenOpt::None) {
/external/llvm/test/MC/ARM/
H A Darm-elf-symver.s40 @ CHECK-NEXT: Type: None (0x0)
49 @ CHECK-NEXT: Type: None (0x0)
58 @ CHECK-NEXT: Type: None (0x0)
67 @ CHECK-NEXT: Type: None (0x0)
76 @ CHECK-NEXT: Type: None (0x0)
112 @ CHECK-NEXT: Type: None (0x0)
121 @ CHECK-NEXT: Type: None (0x0)
130 @ CHECK-NEXT: Type: None (0x0)
139 @ CHECK-NEXT: Type: None (0x0)
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dnative-messaging-example-host18 Tkinter = None
37 queue.put(None)
76 if message == None:
103 read_thread_func(None)
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dstack69 def UnzipSymbols(symbolfile, symdir=None):
124 zip_arg = None
155 rootdir = None
/external/clang/tools/clang-format/
H A Dgit-clang-format106 default=config.get('clangformat.style', None),
164 def load_git_config(non_string_options=None):
170 if non_string_options is None:
201 if object_type is None:
225 if object_type is None:
234 """Returns a string description of an object's type, or None if it is not
240 return None
320 style=None):
354 style=None):
386 def temporary_index_file(tree=None)
[all...]
/external/clang/tools/scan-view/
H A Dscan-view71 t = SocketServer.TCPServer((kDefaultHost,port),None)
85 '--port', dest="port", default=None, type="int",
112 if options.port is not None:
/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h72 enum class FileLineInfoKind { None, Default, AbsoluteFilePath };
73 enum class FunctionNameKind { None, ShortName, LinkageName };
79 FunctionNameKind FNKind = FunctionNameKind::None)
/external/lldb/scripts/Python/interface/
H A DSBTarget.i327 process = target.Launch(self.dbg.GetListener(), None, None,
328 None, '/tmp/stdout.txt', None,
329 None, 0, False, error)
381 process = target.LaunchSimple(['X', 'Y', 'Z'], None, os.getcwd())
792 return None
808 return None
822 if _newclass: modules = property(get_modules_array, None, doc='''A read only property that returns a list() of lldb.SBModule objects contained in this target. This list is a list all modules that the target currently is tracking (the main executable and all dependent shared libraries).''')
825 if _newclass: module = property(get_modules_access_object, None, do
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringTokenizer.cs48 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringTokenizer.cs49 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );

Completed in 4322 milliseconds

1234567891011>>