/external/clang/test/SemaObjC/ |
block-omitted-return-type.m | 13 void (^simpleBlock)() = ^ _Nonnull { //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} 19 void (^simpleBlock3)() = ^ _Nonnull (void) { //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} 23 void (^simpleBlock4)() = ^ const { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} 29 void (^simpleBlock6)() = ^ const (void) { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} 32 void (^simpleBlock7)() = ^ _Nonnull __attribute__((align_value(128))) _Nullable const (void) { // expected-warning {{attribute '_Nullable' ignored, because it cannot be applied to omitted return type}} \ 33 // expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} \ 34 // expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \ 38 void (^simpleBlock9)() = ^ __attribute__ ((align_value(128))) _Nonnull const (void) { // expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} \ 39 // expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
|
/art/test/158-app-image-class-table/ |
info.txt | 1 Regression test for app image class table being erroneously omitted
|
/external/llvm/test/MC/ARM/ |
neon-vld-vst-align.s | 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 23 @ CHECK-ERRORS: error: alignment must be 64 or omitted 35 @ CHECK-ERRORS: error: alignment must be 64 or omitted 38 @ CHECK-ERRORS: error: alignment must be 64 or omitted 42 @ CHECK-ERRORS: error: alignment must be 64 or omitted 45 @ CHECK-ERRORS: error: alignment must be 64 or omitted 57 @ CHECK-ERRORS: error: alignment must be 64 or omitted 60 @ CHECK-ERRORS: error: alignment must be 64 or omitted [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/external/llvm/test/CodeGen/AArch64/ |
regress-bitcast-formals.ll | 4 ; actually capable of that (the test was omitted from LowerFormalArguments).
|
/external/python/cpython2/Lib/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/external/python/cpython3/Lib/test/test_email/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
CollectionStartEvent.java | 26 // omitted when the collection is emitted 50 * <code>true</code> if the tag can be omitted while this collection is 53 * @return True if the tag can be omitted while this collection is emitted.
|
ImplicitTuple.java | 20 * if the tag may be omitted when the scalar is emitted in a plain and non-plain 35 * @return true when tag may be omitted when the scalar is emitted in a 43 * @return true when tag may be omitted when the scalar is emitted in a
|
/external/iproute2/man/man8/ |
rdma-dev.8 | 34 If this argument is omitted all devices are listed.
|
rdma-link.8 | 34 If this argument is omitted all links are listed.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/ |
reloc1.s | 21 movil r2, text2 ; with movil, the %l may be omitted
|
/developers/samples/android/ui/text/.google/ |
packaging.yaml | 18 # May be omitted if unpublished 43 # Default: apache2. May be omitted for most samples.
|
/external/clang/test/Sema/ |
block-args.c | 34 ^(int, double d, char) {}(1, 1.34, 'a'); // expected-error {{parameter name omitted}} \ 35 // expected-error {{parameter name omitted}}
|
/external/python/cpython2/Doc/library/ |
tty.rst | 22 Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it 29 Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it
|
/external/google-breakpad/src/common/ |
dwarf_line_to_module_unittest.cc | 321 // The 'Omitted' tests verify that we correctly omit line information 323 // toolchain omitted sections support" at the top of the 326 TEST(Omitted, DroppedThenGood) { 332 h.AddLine(0, 10, 1, 83816211, 0); // should be omitted 339 TEST(Omitted, GoodThenDropped) { 346 h.AddLine(0, 10, 1, 44793413, 0); // should be omitted 352 TEST(Omitted, Mix1) { 360 h.AddLine(0, 0x78, 1, 23053829, 0); // should be omitted 361 h.AddLine(0x78, 0x6a, 1, 65317783, 0); // should be omitted 362 h.AddLine(0x78 + 0x6a, 0x2a, 1, 77601423, 0); // should be omitted [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
sliceobject.h | 19 let these be any arbitrary python type. Py_None stands for omitted values.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
sliceobject.h | 19 let these be any arbitrary python type. Py_None stands for omitted values.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
makefile | 4 ## (support/genmk/makefile" omitted from 1.33 distribution kit)
|
/external/clang/test/SemaCXX/ |
ambiguous-conversion-show-overload.cpp | 21 // CHECK-NEXT: {{remaining 4 candidates omitted; pass -fshow-overloads=all to show them}}
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
unittest_extension_packed_nano.proto | 27 // Non-packable types omitted.
|