Searched refs:maybe (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/test/Analysis/
H A Duninit-sometimes.cpp4 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() // expecte
[all...]
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java81 Method maybe = null;
92 maybe = r;
97 argClassNames, maybe != null);
101 return maybe;
109 Method maybe = null;
125 else if (maybe == null || maybe.notmatch > res)
126 maybe = r;
133 maybe = null;
135 onlyExact = maybe !
[all...]
/external/v8/src/
H A Dspaces-inl.h198 MemoryChunk* maybe = reinterpret_cast<MemoryChunk*>( local
200 if (maybe->owner() != NULL) return maybe;
H A Dobjects.cc250 MaybeObject* maybe = GetHeap()->Uint32ToString(index); local
251 if (!maybe->To<String>(&name)) return maybe;
260 MaybeObject* maybe = GetHeap()->Uint32ToString(index); local
261 if (!maybe->To<String>(&name)) return maybe;
268 MaybeObject* maybe = GetHeap()->Uint32ToString(index); local
269 if (!maybe->To<String>(&name)) return maybe;
2081 MaybeObject* maybe local
3489 MaybeObject* maybe = SeededNumberDictionary::Allocate(used_elements); local
3533 MaybeObject* maybe = GetElementsTransitionMap(GetIsolate(), local
3573 MaybeObject* maybe = SetHiddenProperty(GetHeap()->identity_hash_symbol(), local
4161 { MaybeObject* maybe = NormalizeElements(); local
4171 { MaybeObject* maybe = map()->CopyDropTransitions(); local
8467 { MaybeObject* maybe = heap->AllocateFixedArrayWithHoles(capacity); local
8484 MaybeObject* maybe = GetElementsTransitionMap(GetIsolate(), elements_kind); local
9132 MaybeObject* maybe = EnsureWritableFastElements(); local
9178 MaybeObject* maybe = local
9204 { MaybeObject* maybe = local
9309 MaybeObject* maybe = dictionary->AddNumberEntry(index, value, details); local
[all...]
H A Dheap.cc2818 MaybeObject* maybe = NumberFromUint32(value); local
2819 if (!maybe->To<Object>(&number)) return maybe;
2892 MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE); local
2893 if (!maybe->To<SharedFunctionInfo>(&share)) return maybe;
4092 MaybeObject* maybe = AllocateMap(type, size); local
4093 if (!maybe->To<Map>(&map)) return maybe;
4104 maybe
[all...]
H A Delements.cc698 MaybeObject* maybe = obj->EnsureWritableFastElements(); local
699 if (!maybe->ToObject(&writable)) return maybe;
H A Dlog.cc721 MaybeObject* maybe = args->GetElement(format[i] - '0'); local
723 if (!maybe->ToObject(&obj)) {
H A Dspaces.cc2157 MaybeObject* maybe = AllocateRaw(bytes); local
2159 if (!maybe->ToObject(&object)) return false;
H A Dobjects-inl.h846 MaybeObject* maybe = GetElementWithReceiver(this, index); local
847 ASSERT(!maybe->IsFailure());
849 maybe->ToObject(&result);
/external/chromium/build/
H A Dinstall-build-deps.sh113 make maybe-all-binutils maybe-all-gold -j4
114 if sudo make maybe-install-binutils maybe-install-gold
/external/libvpx/examples/includes/geshi/geshi/
H A Dm68k.php13 * MC68HC908GP32 Microcontroller (and maybe others).
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp108 enum class scoped_enum { yes, no, maybe };
/external/bluetooth/bluedroid/main/
H A DAndroid.mk95 LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -Werror -Wno-error=maybe-uninitialized -Wno-error=uninitialized
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php7 head: 1.1 //maybe store, could be calculated based on tags table?
/external/fdlibm/
H A Dconfigure656 cross_compiling=maybe
1687 if test "$cross_compiling" = maybe; then
/external/elfutils/
H A Dconfigure1222 cross_compiling=maybe
2992 if test "$cross_compiling" = maybe; then
/external/genext2fs/
H A Dconfigure1115 cross_compiling=maybe
2664 if test "$cross_compiling" = maybe; then
/external/liblzf/
H A Dconfigure1073 cross_compiling=maybe
2139 if test "$cross_compiling" = maybe; then
/external/stressapptest/
H A Dconfigure1170 cross_compiling=maybe
3345 if test "$cross_compiling" = maybe; then
/external/libvorbis/
H A Dconfigure668 # maybe with a smaller string...
1332 cross_compiling=maybe
3106 if test "$cross_compiling" = maybe; then
9362 # Supported since Solaris 2.6 (maybe 2.5.1?)
11817 bad=maybe
11823 if test ${bad} = "maybe" ;then
/external/grub/
H A Dconfigure693 cross_compiling=maybe
2491 if test "$cross_compiling" = maybe; then
/external/icu4c/
H A Dconfigure1243 cross_compiling=maybe
3312 if test "$cross_compiling" = maybe; then
H A Dconfigure.orig1241 cross_compiling=maybe
3303 if test "$cross_compiling" = maybe; then
/external/libpcap/
H A Dconfigure1115 cross_compiling=maybe
2425 if test "$cross_compiling" = maybe; then
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1325 * @todo Re-think about how this method works (maybe make it private and/or make it
2194 // if we have a "maybe" strict language, this should be handled as highlightable code
3610 // $language data is a valid thing but maybe not
3639 // it's either true or false and maybe is true as well

Completed in 645 milliseconds

12