HomeSort by relevance Sort by last modified time
    Searched defs:maybe (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/clang/test/Sema/
outof-range-constant-compare.c 141 maybe enumerator in enum:E
  /prebuilts/go/darwin-x86/test/chan/
select5.go 63 func (a *arg) Maybe() bool {
64 return maybe()
71 a.def = maybe()
150 {{if .Maybe}}
162 {{if .Maybe}}
164 {{else}}{{if .Maybe}}
166 {{else}}{{if .Maybe}}
169 {{else}}{{if .Maybe}}
182 {{if .Maybe}}
186 {{if .Maybe}}
441 func maybe() bool { func
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select5.go 63 func (a *arg) Maybe() bool {
64 return maybe()
71 a.def = maybe()
150 {{if .Maybe}}
162 {{if .Maybe}}
164 {{else}}{{if .Maybe}}
166 {{else}}{{if .Maybe}}
169 {{else}}{{if .Maybe}}
182 {{if .Maybe}}
186 {{if .Maybe}}
441 func maybe() bool { func
    [all...]
  /external/toybox/lib/
interestingtimes.c 151 int maybe, i, j; local
159 maybe = 0;
173 } else for (i=0; i<6; i++) if (pos[i]==*scratch) maybe = 1;
180 maybe = 1;
190 if (!maybe) break;
196 if (maybe || miliwait != -1)
197 if (!xpoll(&pfd, 1, maybe ? 30 : miliwait)) break;
  /external/python/cpython3/Misc/
coverity_model.c 52 int maybe; local
59 if (maybe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 47 def maybe(*choices): return group(*choices) + '?' function
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
60 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 46 def maybe(*choices): return group(*choices) + '?' function
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /external/python/cpython2/Lib/
tokenize.py 47 def maybe(*choices): return group(*choices) + '?' function
51 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
60 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 102 maybe(failed, "failed", ", "),
103 maybe(skipped, "skipped", ", "),
104 maybe(passed, "passed", ""));
156 private static String maybe(int count, String s, String sep) { method in class:NavigatorPanel
  /external/v8/src/runtime/
runtime-object.cc 129 Maybe<bool> Runtime::DeleteObjectProperty(Isolate* isolate,
170 Maybe<bool> maybe = JSReceiver::HasProperty(&it); local
171 if (maybe.IsNothing()) return isolate->heap()->exception();
173 if (maybe.FromJust()) return isolate->heap()->true_value();
189 Maybe<bool> maybe = JSReceiver::HasProperty(&it); local
190 if (maybe.IsNothing()) return isolate->heap()->exception();
192 return isolate->heap()->ToBoolean(maybe.FromJust());
200 Maybe<bool> result
354 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); local
380 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); local
484 Maybe<bool> maybe = JSReceiver::HasProperty(receiver, name); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 46 def maybe(*choices): return group(*choices) + '?' function
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 46 def maybe(*choices): return group(*choices) + '?' function
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 46 def maybe(*choices): return group(*choices) + '?' function
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 50 def maybe(*choices): return group(*choices) + '?' function
54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 46 def maybe(*choices): return group(*choices) + '?' function
50 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
59 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 81 Method maybe = null; local
92 maybe = r;
97 argClassNames, maybe != null);
101 return maybe;
109 Method maybe = null; local
125 else if (maybe == null || maybe.notmatch > res)
126 maybe = r;
133 maybe = null;
135 onlyExact = maybe != null
    [all...]
  /external/python/cpython3/Lib/
tokenize.py 114 def maybe(*choices): return group(*choices) + '?' function
120 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
130 r'\.[0-9](?:_?[0-9])*') + maybe(Exponent)
  /external/v8/src/debug/
debug-scopes.cc 670 Maybe<bool> maybe = JSReceiver::HasOwnProperty(ext, variable_name); local
671 DCHECK(maybe.IsJust());
672 if (maybe.FromJust()) {
  /external/v8/src/
i18n.cc 428 Maybe<bool> maybe = JSReceiver::HasOwnProperty(resolved, key); local
429 CHECK(maybe.IsJust());
430 if (maybe.FromJust()) {
438 maybe = JSReceiver::HasOwnProperty(resolved, key);
439 CHECK(maybe.IsJust());
440 if (maybe.FromJust()) {
    [all...]

Completed in 1326 milliseconds

1 2 3