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

1 2 3 4 5

  /external/clang/test/Analysis/
uninit-sometimes.cpp 4 bool maybe();
34 if (maybe()) {
64 if (maybe()) {
100 if (maybe()) {
164 maybe() // expected-warning {{whenever '?:' condition is false}} \
177 maybe() // expected-warning {{whenever '?:' condition is true}} \
189 maybe() // expected-warning {{whenever '&&' condition is false}} \
201 maybe() // expected-warning {{whenever '&&' condition is true}} \
215 maybe() // expected-warning {{whenever '||' condition is false}} \
229 maybe() // expected-warning {{whenever '||' condition is true}}
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 251 # check for missing and maybe missing modules
252 bad, maybe = mf.any_missing_maybe()
254 self.assertEqual(maybe, maybe_missing)
test_sort.py 31 maybe = raw[i]
32 if good is not maybe:
34 print "out of order at index", i, good, maybe
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 251 # check for missing and maybe missing modules
252 bad, maybe = mf.any_missing_maybe()
254 self.assertEqual(maybe, maybe_missing)
test_sort.py 31 maybe = raw[i]
32 if good is not maybe:
34 print "out of order at index", i, good, maybe
  /external/skia/tools/
compare_baselines.py 128 raise Exception('cannot find skdiff in paths %s; maybe you need to '
143 raise Exception('cannot find gm_basedir at %s; maybe you need to '
  /external/clang/test/Sema/
outof-range-constant-compare.c 141 maybe enumerator in enum:E
  /external/chromium_org/v8/src/
spaces-inl.h 198 MemoryChunk* maybe = reinterpret_cast<MemoryChunk*>( local
200 if (maybe->owner() != NULL) return maybe;
  /external/v8/src/
spaces-inl.h 198 MemoryChunk* maybe = reinterpret_cast<MemoryChunk*>( local
200 if (maybe->owner() != NULL) return maybe;
  /external/chromium/build/
install-build-deps.sh 113 make maybe-all-binutils maybe-all-gold -j4
114 if sudo make maybe-install-binutils maybe-install-gold
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 508 missing, maybe = self.any_missing_maybe()
516 # Print modules that may be missing, but then again, maybe not...
517 if maybe:
521 for name in maybe:
531 missing, maybe = self.any_missing_maybe()
532 return missing + maybe
544 maybe = []
566 maybe.append(name)
577 maybe.sort()
578 return missing, maybe
    [all...]
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/
modulefinder.py 508 missing, maybe = self.any_missing_maybe()
516 # Print modules that may be missing, but then again, maybe not...
517 if maybe:
521 for name in maybe:
531 missing, maybe = self.any_missing_maybe()
532 return missing + maybe
544 maybe = []
566 maybe.append(name)
577 maybe.sort()
578 return missing, maybe
    [all...]
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/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 52 # (maybe http://code.google.com/p/chromium/issues/detail?id=120355 ?)
  /external/harfbuzz_ng/
git.mk 258 all: $(srcdir)/.gitignore gitignore-recurse-maybe
261 gitignore-recurse-maybe:
265 *) test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse-maybe || echo "Skipping $$subdir");; \
277 .PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 688 missing, maybe = mf.any_missing_maybe()
691 maybe = []
693 self.maybeMissingModules.extend(maybe)
699 maybe = self.maybeMissingModules
701 maybe = [name for name in missing if "." in name]
704 maybe.sort()
705 if maybe:
712 for name in maybe:
    [all...]
  /ndk/build/core/
definitions.mk 186 define list-file-maybe-gen-10
218 define list-file-maybe-gen-100
238 $(call list-file-maybe-gen-10,$15,$2)
239 $(call list-file-maybe-gen-10,$16,$2)
240 $(call list-file-maybe-gen-10,$17,$2)
241 $(call list-file-maybe-gen-10,$18,$2)
242 $(call list-file-maybe-gen-10,$19,$2)
245 $(call list-file-maybe-gen-10,$11,$2)
246 $(call list-file-maybe-gen-10,$12,$2)
247 $(call list-file-maybe-gen-10,$13,$2
    [all...]
  /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/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)
  /external/chromium_org/chrome/renderer/resources/extensions/
last_error.js 55 // chrome.runtime should always be available, but maybe it's disappeared for
  /external/chromium_org/v8/test/cctest/
cctest.h 287 v8::internal::MaybeObject* maybe = space->AllocateRaw(new_linear_size); local
288 v8::internal::FreeListNode* node = v8::internal::FreeListNode::cast(maybe);
  /external/bluetooth/bluedroid/main/
Android.mk 102 LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -Werror -Wno-error=maybe-uninitialized -Wno-error=uninitialized
  /external/clang/test/SemaCXX/
enum-scoped.cpp 108 enum class scoped_enum { yes, no, maybe };

Completed in 2140 milliseconds

1 2 3 4 5