/external/autotest/client/tests/kvm/ |
D | tests.cfg.sample | 43 # (for example, the cdrom share can be read only) 52 # fully commented, the following ones have comments only on noteworthy points 62 # Only qcow2 file format 63 only qcow2 64 # Only rtl8139 for nw card (default on qemu-kvm) 65 only rtl8139 66 # Only ide hard drives 67 only ide 68 # qemu-kvm will start only with -smp 2 (2 processors) 69 only smp2 [all …]
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 74 …+ Gallium supports fixed function user clip planes, D3D10/D3D11 only support using the vertex shad… 80 + Gallium supports subrectangle fills of surfaces, D3D10 only supports full clears of views 84 AbandonCommandList (D3D11 only) 100 CalcDeferredContextHandleSize (D3D11 only) 101 CalcPrivateCommandListSize (D3D11 only) 102 CalcPrivateDeferredContextSize (D3D11 only) 103 CalcPrivateTessellationShaderSize (D3D11 only) 104 CalcPrivateUnorderedAccessViewSize (D3D11 only) 108 CheckDeferredContextHandleSizes (D3D11 only) 119 CommandListExecute (D3D11 only) [all …]
|
/external/iproute2/man/man8/ |
D | ip-address.8.in | 154 - (IPv6 only, deprecated) the address is site local, i.e. it is 158 - the address is link local, i.e. it is valid only on this device. 161 - the address is valid only inside this host. 180 (IPv6 only) designates this address the "home address" as defined in 185 (IPv6 only) make the kernel manage temporary addresses created from this one as 194 (IPv6 only) do not perform Duplicate Address Detection (RFC 4862) when 219 only list addresses with this scope. 223 only list addresses matching this prefix. 227 only list addresses with labels matching the 234 only list running interfaces. [all …]
|
D | ip-route.8.in | 285 table (ID 254) and the kernel only uses this table when calculating routes. 427 .BI rttvar " TIME " "(2.3.15+ only)" 433 .BI rto_min " TIME " "(2.6.23+ only)" 440 .BI ssthresh " NUMBER " "(2.3.15+ only)" 444 .BI cwnd " NUMBER " "(2.3.15+ only)" 450 .BI initcwnd " NUMBER " "(2.5.70+ only)" 457 .BI initrwnd " NUMBER " "(2.6.33+ only)" 463 .BI features " FEATURES " (3.18+ only) 464 Enable or disable per-route features. Only available feature at this 475 .BI quickack " BOOL " "(3.11+ only)" [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p6.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions 5 struct only { struct 6 only(T); 7 template<typename U> only(U) = delete; 14 only<const char [16]> testA = a; 15 only<const char **> testP = p; 20 only<unsigned long long> testB = b; in h() 23 only<int> testC = c; in h() 32 only<int> testX = x; in p3example() [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wthread-safety %s 112 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions}} in noanal_testfn() 117 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions}} 122 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions}} 127 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions}} 131 // expected-warning {{'no_thread_safety_analysis' attribute only applies to functions}} 155 // expected-warning {{'guarded_var' attribute only applies to fields and global variables}} 159 // expected-warning {{'guarded_var' attribute only applies to fields and global variables}} 162 // expected-warning {{'guarded_var' attribute only applies to fields and global variables}} 166 // expected-warning {{'guarded_var' attribute only applies to fields and global variables}} in gv_testfn() [all …]
|
D | gnu-flags.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wno-gnu 2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s -DNONE -Wno-gnu 3 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s -DNONE -Wno-gnu 5 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wgnu 6 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s -DALL -Wgnu 7 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s -DALL -Wgnu 9 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wno-gnu \ 13 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++98 %s -DALL -Wno-gnu \ 17 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s -DALL -Wno-gnu \ 22 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wgnu \ [all …]
|
/external/clang/test/Lexer/ |
D | keywords_test.cpp | 1 // RUN: %clang_cc1 -std=c++03 -fsyntax-only %s 2 // RUN: %clang_cc1 -std=c++11 -DCXX11 -fsyntax-only %s 3 // RUN: %clang_cc1 -std=c++14 -fconcepts-ts -DCXX11 -DCONCEPTS -fsyntax-only %s 4 // RUN: %clang_cc1 -std=c++03 -fdeclspec -DDECLSPEC -fsyntax-only %s 5 // RUN: %clang_cc1 -std=c++03 -fms-extensions -DDECLSPEC -fsyntax-only %s 6 // RUN: %clang_cc1 -std=c++03 -fborland-extensions -DDECLSPEC -fsyntax-only %s 7 // RUN: %clang_cc1 -std=c++03 -fms-extensions -fno-declspec -fsyntax-only %s 8 // RUN: %clang_cc1 -std=c++03 -fborland-extensions -fno-declspec -fsyntax-only %s 9 // RUN: %clang_cc1 -std=c++03 -fno-declspec -fdeclspec -DDECLSPEC -fsyntax-only %s 10 // RUN: %clang_cc1 -std=c++03 -fdeclspec -fno-declspec -fsyntax-only %s [all …]
|
/external/clang/test/Misc/ |
D | diag-format.c | 1 // RUN: %clang -fsyntax-only %s 2>&1 | FileCheck %s -check-prefix=DEFAULT 2 // RUN: %clang -fsyntax-only -fdiagnostics-format=clang %s 2>&1 | FileCheck %s -check-prefix=DEFAULT 3 // RUN: %clang -fsyntax-only -fdiagnostics-format=clang -target x86_64-pc-win32 %s 2>&1 | FileCheck… 5 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 %s 2>&1 | FileCheck %s -… 6 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 %s 2>&1 | … 7 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc %s 2>&1 | FileCheck %s -check-prefix=MSVC 8 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 %… 9 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 -target x86… 10 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 %s 2>&1 | FileCheck … 11 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 -… [all …]
|
/external/llvm/test/Linker/ |
D | only-needed-named-metadata.ll | 1 ; Without -only-needed we should lazy link linkonce globals, and the 3 ; RUN: llvm-link -S %S/Inputs/only-needed-named-metadata.ll %S/only-needed-named-metadata.ll | File… 7 ; With -only-needed the metadata references should not cause any of the 11 ; Note that doing -only-needed with the comdat shown below leads to a only 13 ; RUN: llvm-link -S -only-needed %S/Inputs/only-needed-named-metadata.ll %S/only-needed-named-metad… 14 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/only-needed-named-metadata.ll %S/only-neede… 26 ; Test -only-needed link with the modules preserved instead of freeing to 29 ; RUN: llvm-link -preserve-modules -o %t3.bc -only-needed %S/Inputs/only-needed-named-metadata.ll %…
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.h | 137 #define EAP_SIM_AT_AUTN 2 /* only AKA */ 138 #define EAP_SIM_AT_RES 3 /* only AKA, only peer->server */ 139 #define EAP_SIM_AT_AUTS 4 /* only AKA, only peer->server */ 140 #define EAP_SIM_AT_PADDING 6 /* only encrypted */ 141 #define EAP_SIM_AT_NONCE_MT 7 /* only SIM, only send */ 146 #define EAP_SIM_AT_IDENTITY 14 /* only send */ 147 #define EAP_SIM_AT_VERSION_LIST 15 /* only SIM */ 148 #define EAP_SIM_AT_SELECTED_VERSION 16 /* only SIM */ 150 #define EAP_SIM_AT_COUNTER 19 /* only encrypted */ 151 #define EAP_SIM_AT_COUNTER_TOO_SMALL 20 /* only encrypted */ [all …]
|
/external/clang/test/SemaObjC/ |
D | attr-cf_returns.m | 1 // RUN: %clang_cc1 -verify -fsyntax-only -fobjc-arc -fblocks %s 13 int x CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to fun… 14 int y CF_RETURNS_NOT_RETAINED; // expected-warning{{'cf_returns_not_retained' attribute only applie… 18 int invalid1() CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only appli… 19 void invalid2() CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only appl… 25 - (int)invalid1 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only appl… 26 - (void)invalid2 CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only app… 31 …CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properti… 32 …CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properti… 38 …CF_RETURNS_RETAINED, // expected-warning{{'cf_returns_retained' attribute only applies to pointer-… [all …]
|
/external/llvm/test/MC/MachO/ARM/ |
D | version-min-diagnostics2.s | 7 // WATCHOS: version-min-diagnostics2.s:[[@LINE-1]]:1: warning: .ios_version_min should only be used… 8 // TVOS: version-min-diagnostics2.s:[[@LINE-2]]:1: warning: .ios_version_min should only be used fo… 9 // MACOSX: version-min-diagnostics2.s:[[@LINE-3]]:1: warning: .ios_version_min should only be used … 10 // IOS-NOT: warning: .ios_version_min should only be used for ios targets 13 // WATCHOS: version-min-diagnostics2.s:[[@LINE-1]]:1: warning: .macosx_version_min should only be u… 14 // TVOS: version-min-diagnostics2.s:[[@LINE-2]]:1: warning: .macosx_version_min should only be used… 15 // IOS: version-min-diagnostics2.s:[[@LINE-3]]:1: warning: .macosx_version_min should only be used … 16 // MACOSX-NOT: warning: .macosx_version_min should only be used for macosx targets 21 // WATCHOS: version-min-diagnostics2.s:[[@LINE-1]]:1: warning: .tvos_version_min should only be use… 22 // MACOSX: version-min-diagnostics2.s:[[@LINE-2]]:1: warning: .tvos_version_min should only be used… [all …]
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
D | p2.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST1 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST2 3 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST3 4 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST4 5 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST5 6 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST6 7 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST7 8 // RUN: %clang_cc1 -fsyntax-only -verify %s -DTEST8 11 // RUN: %clang_cc1 -x c++ %s -std=c++11 -fsyntax-only -verify -DTEST9 13 // RUN: %clang_cc1 -x c++ %t -std=c++11 -fsyntax-only -DTEST9 [all …]
|
/external/dbus/bus/ |
D | test-main.c | 89 const char *only; in main() local 100 only = argv[2]; in main() 102 only = NULL; in main() 115 if (only == NULL || strcmp (only, "expire-list") == 0) in main() 124 if (only == NULL || strcmp (only, "config-parser") == 0) in main() 133 if (only == NULL || strcmp (only, "signals") == 0) in main() 142 if (only == NULL || strcmp (only, "dispatch-sha1") == 0) in main() 151 if (only == NULL || strcmp (only, "dispatch") == 0) in main() 160 if (only == NULL || strcmp (only, "activation-service-reload") == 0) in main() 170 if (only == NULL || strcmp (only, "unix-fds-passing") == 0) in main()
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 15 …t bool D2() { return true; } // expected-error {{concept declarations may only appear in namespace… in D2() 19 …atic concept bool D3 = true; // expected-error {{concept declarations may only appear in namespace… 22 concept bool D4() { return true; } // expected-error {{'concept' can only appear on the definition … in D4() 24 concept bool D5 = true; // expected-error {{'concept' can only appear on the definition of a functi… 33 concept class CC1 {}; // expected-error {{'concept' can only appear on the definition of a function… 34 concept struct CS1 {}; // expected-error {{'concept' can only appear on the definition of a functio… 35 concept union CU1 {}; // expected-error {{'concept' can only appear on the definition of a function… 36 concept enum CE1 {}; // expected-error {{'concept' can only appear on the definition of a function … 37 template <typename T> concept class TCC1 {}; // expected-error {{'concept' can only appear on the d… 38 template <typename T> concept struct TCS1 {}; // expected-error {{'concept' can only appear on the … [all …]
|
/external/clang/test/Modules/ |
D | macro-reexport.cpp | 2 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 3 // RUN: %clang_cc1 -fsyntax-only -DC1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 4 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 5 // RUN: %clang_cc1 -fsyntax-only -DD1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 6 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 7 // RUN: %clang_cc1 -fsyntax-only -DD2 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 8 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport %s -fmodules-cache-path=%t -verify 9 // RUN: %clang_cc1 -fsyntax-only -DF1 -I%S/Inputs/macro-reexport -fmodules -fimplicit-module-maps %… 11 // RUN: %clang_cc1 -fmodules-local-submodule-visibility -fsyntax-only -DC1 -I%S/Inputs/macro-reexpo… 12 // RUN: %clang_cc1 -fmodules-local-submodule-visibility -fsyntax-only -DC1 -I%S/Inputs/macro-reexpo… [all …]
|
/external/clang/test/Sema/ |
D | gnu-flags.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wno-gnu 2 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wgnu 3 // RUN: %clang_cc1 -fsyntax-only -verify %s -DALL -Wno-gnu \ 9 // RUN: %clang_cc1 -fsyntax-only -verify %s -DNONE -Wgnu \ 16 // %clang_cc1 -fsyntax-only -verify %s -DALIGNOF -Wno-gnu -Wgnu-alignof-expression 17 // %clang_cc1 -fsyntax-only -verify %s -DCASERANGE -Wno-gnu -Wgnu-case-range 18 // %clang_cc1 -fsyntax-only -verify %s -DCOMPLEXINT -Wno-gnu -Wgnu-complex-integer 19 // %clang_cc1 -fsyntax-only -verify %s -DOMITTEDOPERAND -Wno-gnu -Wgnu-conditional-omitted-operand 20 // %clang_cc1 -fsyntax-only -verify %s -DEMPTYINIT -Wno-gnu -Wgnu-empty-initializer 21 // %clang_cc1 -fsyntax-only -verify %s -DLABELVALUE -Wno-gnu -Wgnu-label-as-value [all …]
|
D | tls.c | 5 // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fsyntax-only %s 6 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fsyntax-only %s 9 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only %s 10 // RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -fsyntax-only %s 12 // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only %s 13 // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s 16 // RUN: not %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s 17 // RUN: not %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s 20 // RUN: not %clang_cc1 -triple i586-pc-haiku -fsyntax-only %s 23 // RUN: %clang_cc1 -triple x86_64-pc-bitrig -fsyntax-only %s [all …]
|
/external/clang/test/SemaObjCXX/ |
D | objc-decls-inside-namespace.mm | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}} 7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}} 9 @compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global … 11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}} 14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}} 17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}} 20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}} [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 50 "'abs' only accept floating-point and integer scalar or vector inputs"); 63 "'abs' only accept floating-point and integer scalar or vector inputs"); 73 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 96 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 116 …GLM_STATIC_ASSERT(std::numeric_limits<U>::is_iec559, "'mix' only accept floating-point inputs for … 154 …IType>::is_signed && std::numeric_limits<genFIType>::is_integer), "'sign' only accept signed input… 174 "'floor' only accept floating-point inputs"); 187 "'trunc' only accept floating-point inputs"); 201 "'round' only accept floating-point inputs"); 214 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'roundEven' only accept floating-point… [all …]
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 10 /* %if-c-only */ 25 /* %if-c++-only */ 28 /* %if-c-only */ 32 /* %if-c-only */ 39 /* %if-c-only */ 117 /* %if-c++-only */ 208 /* %if-c-only */ 240 /* %if-c-only */ 244 /* %if-c++-only */ 306 /* %if-c-only Standard (non-C++) definition */ [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_resource.h | 60 /* FMASK and CMASK can only be used with MSAA textures for now. 94 unsigned cb_color_size; /* R600 only */ 95 unsigned cb_color_dim; /* EG only */ 96 unsigned cb_color_pitch; /* EG only */ 97 unsigned cb_color_slice; /* EG only */ 98 unsigned cb_color_attrib; /* EG only */ 100 unsigned cb_color_fmask_slice; /* EG only */ 102 unsigned cb_color_cmask_slice; /* EG only */ 103 unsigned cb_color_mask; /* R600 only */ 104 struct r600_resource *cb_buffer_fmask; /* Used for FMASK relocations. R600 only */ [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | GenderInfo.java | 24 * @deprecated This API is ICU internal only. 25 * @hide Only a subset of ICU is exposed in Android 35 * @deprecated This API is ICU internal only. 41 * @deprecated This API is ICU internal only. 47 * @deprecated This API is ICU internal only. 53 * @deprecated This API is ICU internal only. 63 * @deprecated This API is ICU internal only. 74 * @deprecated This API is ICU internal only. 83 * Enum only meant for use in CLDR and in testing. Indicates the category for the locale. 84 * This only affects gender for lists more than one. For lists of 1 item, the gender [all …]
|
/external/guice/core/test/com/google/inject/matcher/ |
D | MatcherTest.java | 27 import static com.google.inject.matcher.Matchers.only; 103 assertTrue(only(1000).matches(1000)); in testOnly() 104 assertFalse(only(1).matches(1000)); in testOnly() 105 assertEquals("only(1)", only(1).toString()); in testOnly() 106 assertEqualsBothWays(only(1), only(1)); in testOnly() 107 assertFalse(only(1).equals(only(2))); in testOnly() 141 Matcher<Method> predicate = returns(only(String.class)); in testReturns() 146 assertEquals("returns(only(class java.lang.String))", returns(only(String.class)).toString()); in testReturns() 147 assertEqualsBothWays(predicate, returns(only(String.class))); in testReturns() 148 assertFalse(predicate.equals(returns(only(Integer.class)))); in testReturns() [all …]
|