Searched refs:needs (Results 1 – 25 of 1129) sorted by relevance
12345678910>>...46
/external/bison/m4/ |
D | vasnprintf.m4 | 92 [Define if the vasnprintf implementation needs special code for 108 [Define if the vasnprintf implementation needs special code for 129 [Define if the vasnprintf implementation needs special code for 146 [Define if the vasnprintf implementation needs special code for 162 [Define if the vasnprintf implementation needs special code for 177 [Define if the vasnprintf implementation needs special code for 192 [Define if the vasnprintf implementation needs special code for the 207 [Define if the vasnprintf implementation needs special code for the 222 [Define if the vasnprintf implementation needs special code for the 237 [Define if the vasnprintf implementation needs special code for [all …]
|
/external/chromium_org/tools/gyp/test/mac/objc-gc/ |
D | test.gyp | 15 'needs-gc-mm.mm', 16 'needs-gc.m', 25 'needs-gc-mm.mm', 26 'needs-gc.m', 38 'needs-gc-mm.mm', 39 'needs-gc.m',
|
/external/clang/test/Analysis/ |
D | objc_invalidation.m | 176 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated}} 177 // expected-warning@-3 {{Instance variable MultipleProtocols needs to be invalidated}} 178 // expected-warning@-4 {{Instance variable MultInheritance needs to be invalidated}} 179 // expected-warning@-5 {{Property SynthIvarProp needs to be invalidated or set to nil}} 180 // expected-warning@-6 {{Instance variable _Ivar3 needs to be invalidated}} 181 // expected-warning@-7 {{Instance variable _Ivar4 needs to be invalidated}} 182 // expected-warning@-8 {{Instance variable Ivar5 needs to be invalidated or set to nil}} 183 // expected-warning@-9 {{Instance variable Ivar13 needs to be invalidated or set to nil}} 254 // expected-warning@-2 {{Property foobar15_warn needs to be invalidated; no invalidation method is … 263 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated; no invalidation method is… [all …]
|
/external/mesa3d/docs/ |
D | RELNOTES-4.0.2 | 43 GGI needs updating 44 BeOS needs updating 45 Allegro needs updating 46 D3D needs updating
|
D | RELNOTES-4.0 | 142 GGI needs updating 143 DOS/DJGPP needs updating 144 BeOS needs updating 145 Allegro needs updating 146 D3D needs updating 147 DOS needs updating
|
D | RELNOTES-4.0.3 | 46 BeOS needs updating 47 Allegro needs updating 48 D3D needs updating
|
D | RELNOTES-5.0 | 76 BeOS needs updating (underway) 77 Allegro needs updating 78 D3D needs updating
|
D | RELNOTES-6.3.2 | 32 Allegro needs updating 33 D3D needs updating
|
D | RELNOTES-6.3.1 | 44 Allegro needs updating 45 D3D needs updating
|
D | RELNOTES-6.2.1 | 45 Allegro needs updating 46 D3D needs updating
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-4.0.2 | 43 GGI needs updating 44 BeOS needs updating 45 Allegro needs updating 46 D3D needs updating
|
D | RELNOTES-4.0 | 142 GGI needs updating 143 DOS/DJGPP needs updating 144 BeOS needs updating 145 Allegro needs updating 146 D3D needs updating 147 DOS needs updating
|
D | RELNOTES-4.0.3 | 46 BeOS needs updating 47 Allegro needs updating 48 D3D needs updating
|
D | RELNOTES-5.0 | 76 BeOS needs updating (underway) 77 Allegro needs updating 78 D3D needs updating
|
D | RELNOTES-6.3.2 | 32 Allegro needs updating 33 D3D needs updating
|
D | RELNOTES-6.3.1 | 44 Allegro needs updating 45 D3D needs updating
|
D | RELNOTES-6.2 | 47 Allegro needs updating 48 D3D needs updating
|
D | RELNOTES-6.2.1 | 45 Allegro needs updating 46 D3D needs updating
|
/external/valgrind/main/coregrind/ |
D | m_tooliface.c | 85 VgNeeds VG_(needs) = { 210 VG_(needs).need = True; \ 222 VG_(needs).superblock_discards = True; in NEEDS() 239 VG_(needs).tool_errors = True; in VG_() 258 VG_(needs).command_line_options = True; in VG_() 268 VG_(needs).client_requests = True; in VG_() 277 VG_(needs).syscall_wrapper = True; in VG_() 287 VG_(needs).sanity_checks = True; in VG_() 306 VG_(needs).malloc_replacement = True; in VG_() 322 VG_(needs).xml_output = True; in VG_() [all …]
|
/external/chromium_org/tools/clang/plugins/tests/ |
D | missing_ctor.txt | 2 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line… 5 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line…
|
/external/openssl/crypto/des/ |
D | typemap | 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ); 22 croak(\"$var needs to be at least %u bytes long\",
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | typemap | 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ); 22 croak(\"$var needs to be at least %u bytes long\",
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
D | org.chromium.LibCrosService.conf | 22 <!-- tlsdate needs to query proxy config. --> 27 <!-- powerd needs to change display power states. -->
|
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.cpp | 375 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getLineInfoForAddress() 387 if (Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getLineInfoForAddress() 390 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getLineInfoForAddress() 408 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getLineInfoForAddressRange() 425 if (!Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getLineInfoForAddressRange() 434 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getLineInfoForAddressRange() 478 if (Specifier.needs(DILineInfoSpecifier::FunctionName)) { in getInliningInfoForAddress() 482 if (Specifier.needs(DILineInfoSpecifier::FileLineInfo)) { in getInliningInfoForAddress() 484 Specifier.needs(DILineInfoSpecifier::AbsoluteFilePath); in getInliningInfoForAddress()
|
/external/chromium_org/build/ |
D | chrome_settings.gypi | 18 # The policy .grd file also needs the bundle id. 23 # The policy .grd file also needs the bundle id.
|
12345678910>>...46