/external/clang/test/SemaObjC/ |
D | special-dep-unavail-warning.m | 33 [c depInA]; // expected-warning {{'depInA' maybe deprecated because receiver type is unknown}} 34 …[c unavailMeth]; // expected-warning {{'unavailMeth' maybe unavailable because receiver type is un… 35 [c depInA1]; // expected-warning {{'depInA1' maybe deprecated because receiver type is unknown}} 36 …[c unavailMeth1]; // expected-warning {{'unavailMeth1' maybe unavailable because receiver type is … 37 [c depInA2]; // expected-warning {{'depInA2' maybe deprecated because receiver type is unknown}} 38 …[c unavailMeth2]; // expected-warning {{'unavailMeth2' maybe unavailable because receiver type is … 39 …[c depunavailInA]; // expected-warning {{'depunavailInA' maybe unavailable because receiver type i… 40 …[c depunavailInA1];// expected-warning {{'depunavailInA1' maybe unavailable because receiver type … 41 …[c FuzzyMeth]; // expected-warning {{'FuzzyMeth' maybe deprecated because receiver type is un… 42 …[c FuzzyMeth1]; // expected-warning {{'FuzzyMeth1' maybe deprecated because receiver type is unkno…
|
D | warn-forward-class-attr-deprecated.m | 19 …ount : 0 filenames :[scope filenames]]; // expected-warning {{'filenames' maybe deprecated because…
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberResolver.java | 81 Method maybe = null; in lookupMethod() local 92 maybe = r; in lookupMethod() 97 argClassNames, maybe != null); in lookupMethod() 101 return maybe; in lookupMethod() 109 Method maybe = null; in lookupMethod() local 125 else if (maybe == null || maybe.notmatch > res) in lookupMethod() 126 maybe = r; in lookupMethod() 133 maybe = null; in lookupMethod() 135 onlyExact = maybe != null; in lookupMethod() 178 return maybe; in lookupMethod()
|
/external/chromium/build/ |
D | install-build-deps.sh | 113 make maybe-all-binutils maybe-all-gold -j4 114 if sudo make maybe-install-binutils maybe-install-gold
|
/external/genext2fs/ |
D | TODO | 8 - mke2fs includes reserved blocks in free blocks, maybe we should too
|
/external/v8/src/ |
D | spaces-inl.h | 198 MemoryChunk* maybe = reinterpret_cast<MemoryChunk*>( in FromAnyPointerAddress() local 200 if (maybe->owner() != NULL) return maybe; in FromAnyPointerAddress()
|
D | objects.cc | 250 MaybeObject* maybe = GetHeap()->Uint32ToString(index); in GetElementWithHandler() local 251 if (!maybe->To<String>(&name)) return maybe; in GetElementWithHandler() 260 MaybeObject* maybe = GetHeap()->Uint32ToString(index); in SetElementWithHandler() local 261 if (!maybe->To<String>(&name)) return maybe; in SetElementWithHandler() 268 MaybeObject* maybe = GetHeap()->Uint32ToString(index); in HasElementWithHandler() local 269 if (!maybe->To<String>(&name)) return maybe; in HasElementWithHandler() 2081 MaybeObject* maybe = GetHeap()->Uint32ToString(index); in SetElementWithCallbackSetterInPrototypes() local 2082 if (!maybe->To<String>(&name)) { in SetElementWithCallbackSetterInPrototypes() 2084 return maybe; in SetElementWithCallbackSetterInPrototypes() 3489 MaybeObject* maybe = SeededNumberDictionary::Allocate(used_elements); in NormalizeElements() local [all …]
|
D | heap.cc | 2818 MaybeObject* maybe = NumberFromUint32(value); in Uint32ToString() local 2819 if (!maybe->To<Object>(&number)) return maybe; in Uint32ToString() 2892 MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE); in AllocateSharedFunctionInfo() local 2893 if (!maybe->To<SharedFunctionInfo>(&share)) return maybe; in AllocateSharedFunctionInfo() 4092 MaybeObject* maybe = AllocateMap(type, size); in ReinitializeJSReceiver() local 4093 if (!maybe->To<Map>(&map)) return maybe; in ReinitializeJSReceiver() 4104 maybe = AllocateFixedArray(prop_size, TENURED); in ReinitializeJSReceiver() 4105 if (!maybe->ToObject(&properties)) return maybe; in ReinitializeJSReceiver() 4111 maybe = LookupAsciiSymbol("<freezing call trap>"); in ReinitializeJSReceiver() 4112 if (!maybe->To<String>(&name)) return maybe; in ReinitializeJSReceiver() [all …]
|
/external/liblzf/cs/ |
D | README | 7 original author (and maybe CC me, Marc Lehmann <liblzf@schmorp.de>).
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | out | 16 /* Last resort, maybe our tty is a usable VT */
|
/external/llvm/test/Transforms/TailCallElim/ |
D | return_constant.ll | 2 ; plunked it into the demo script, so maybe they care about it.
|
/external/qemu/distrib/sdl-1.2.12/ |
D | BUGS | 7 been reported, discussed, and maybe even fixed.
|
/external/icu4c/test/testdata/ |
D | testnorm.txt | 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 114 // This is a switch or maybe some chained branches, but relying 119 // This is a switch or maybe some chained branches, but relying
|
/external/libgsm/ |
D | NOTICE | 20 Since the original terms of 15 years ago maybe do not make our
|
/external/skia/gyp/ |
D | svg.gyp | 76 '../src/svg/SkSVG.cpp', # doesn't compile, maybe this is test code?
|
/external/clang/test/SemaCXX/ |
D | enum-scoped.cpp | 108 enum class scoped_enum { yes, no, maybe }; in PR9333() enumerator
|
/external/dbus/ |
D | README.wince | 78 * _dbus_fd_set_close_on_exec Not supported, maybe we should disable
|
/external/webkit/PerformanceTests/SunSpider/ |
D | TODO | 59 maybe using bar graphs for the output.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | TODO | 20 this way we can give languages a uniform look and maybe even add "themes"
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnbufferedCommonTreeNodeStream.m | 67 … // [markers insertObject:[NSNull null] atIndex:0]; // markers is one based - maybe fix this later 98 … // [markers insertObject:[NSNull null] atIndex:0]; // markers is one based - maybe fix this later
|
D | ANTLRRewriteRuleElementStream.m | 196 - (id) _next // internal: TODO: redesign if necessary. maybe delegate
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | keystone_infobar.mm | 154 // If there is no Keystone glue (maybe because this application isn't
|
/external/libpng/scripts/ |
D | CMakeLists.txt | 48 # maybe needs improving, but currently I don't know when we can enable what :)
|
/external/valgrind/main/ |
D | glibc-2.34567-NPTL-helgrind.supp | 175 # mechanism - maybe to remove some number of frames
|