/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | neon-complex-thumb.txt | 2 …,+fullfp16 -disassemble < %s 2>&1 | FileCheck %s --check-prefix=MISSING --check-prefix=MISSING-FP16 3 …,+fullfp16 -disassemble < %s 2>&1 | FileCheck %s --check-prefix=MISSING --check-prefix=MISSING-FP16 5 # RUN: FileCheck %s < %t --check-prefix=MISSING-FP16 9 # MISSING-FP16: warning: invalid instruction encoding 12 # MISSING-FP16: warning: invalid instruction encoding 15 # MISSING: warning: invalid instruction encoding 18 # MISSING: warning: invalid instruction encoding 21 # MISSING: warning: invalid instruction encoding 24 # MISSING: warning: invalid instruction encoding 27 # MISSING: warning: invalid instruction encoding [all …]
|
D | neon-complex-arm.txt | 2 …,+fullfp16 -disassemble < %s 2>&1 | FileCheck %s --check-prefix=MISSING --check-prefix=MISSING-FP16 3 …,+fullfp16 -disassemble < %s 2>&1 | FileCheck %s --check-prefix=MISSING --check-prefix=MISSING-FP16 5 # RUN: FileCheck %s < %t --check-prefix=MISSING-FP16 9 # MISSING-FP16: warning: invalid instruction encoding 12 # MISSING-FP16: warning: invalid instruction encoding 15 # MISSING: warning: invalid instruction encoding 18 # MISSING: warning: invalid instruction encoding 21 # MISSING: warning: invalid instruction encoding 24 # MISSING: warning: invalid instruction encoding 27 # MISSING: warning: invalid instruction encoding [all …]
|
/external/python/cpython3/Lib/ |
D | dataclasses.py | 169 MISSING = _MISSING_TYPE() variable 309 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, 325 if default is not MISSING and default_factory is not MISSING: 365 return_type=MISSING): 377 if return_type is not MISSING: 407 if f.default_factory is not MISSING: 435 if f.default is MISSING: 438 elif f.default is not MISSING: 461 if f.default is MISSING and f.default_factory is MISSING: 465 elif f.default is not MISSING: [all …]
|
/external/doclava/src/com/google/doclava/ |
D | TodoFile.java | 26 public static final String MISSING = "No description text"; field in TodoFile 89 setHDF(data, base + errors, cl.position(), "<class comment>", MISSING); in writeTodoFile() 99 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING); in writeTodoFile() 113 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING); in writeTodoFile() 128 setHDF(data, base + errors, f.position(), f.name(), MISSING); in writeTodoFile() 142 setHDF(data, base + errors, f.position(), f.name(), MISSING); in writeTodoFile()
|
/external/e2fsprogs/debian/ |
D | libblkid1.symbols | 10 #MISSING: 1.41.1# blkid_devdirs@Base 1.34 40 #MISSING: 1.40.7# check_for_modules@Base 1.40.6 41 #MISSING: 1.40.7# fs_proc_check@Base 1.40.6
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-find.s | 4 # RUN: llvm-dwarfdump -find=missing - <%t | FileCheck --check-prefix=MISSING %s 14 # MISSING-NOT: foo 15 # MISSING-NOT: bar 16 # MISSING-NOT: baz 17 # MISSING-NOT: bazz
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/ |
D | include-paths.test | 19 ; RUN: | FileCheck --check-prefix=MISSING %s 48 MISSING: llvm-rc: Error in BITMAP statement (ID foo): 49 MISSING-NEXT: error : file not found : nested_bitmap.bmp
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | syntax.ll | 2 …%s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 11 …ses=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 24 ; MISSING-FILE: missing.prof: Could not open profile:
|
/external/compiler-rt/lib/msan/ |
D | msan_report.cc | 167 case MISSING: in asChar() 176 static const int MISSING = -2; member in __msan::OriginSet 228 int id = OriginSet::MISSING; in DescribeMemoryRange()
|
/external/llvm/test/Transforms/SampleProfile/ |
D | syntax.ll | 2 …%s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 11 …ses=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 24 ; MISSING-FILE: missing.prof: Could not open profile:
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBcp47Transforms.java | 109 for (Entry<String, Set<R2<Type, String>>> entry : MISSING in TestNames() 129 …static Relation<String, Row.R2<Type, String>> MISSING = Relation.<String, Row.R2<Type, String>> of( field in TestBcp47Transforms 189 MISSING.put(source, Row.of(type, id)); in getStandard() 221 MISSING.put(source, Row.of(type, id)); in getStandard()
|
/external/tensorflow/tensorflow/contrib/framework/testdata/ |
D | keyword.txt | 3 MISSING
|
D | keyword_new.txt | 1 MISSING
|
/external/clang/test/Driver/ |
D | output-file-cleanup.c | 22 #elif defined(MISSING)
|
/external/llvm/test/Object/ |
D | archive-extract.test | 55 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o | FileCheck %s --check-prefix=MISSING 56 MISSING: {{N|n}}o such file or directory.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 324 private enum RootType { MISSING, ICU, JAVA } enumConstant 342 rootType = RootType.MISSING; in getRootType() 381 case MISSING: in instantiateBundle()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 311 private enum RootType { MISSING, ICU, JAVA } enumConstant 329 rootType = RootType.MISSING; in getRootType() 367 case MISSING: in instantiateBundle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | archive-extract.test | 60 RUN: not llvm-ar p %p/Inputs/thin-path.a t/test2.o 2>&1 | FileCheck %s --check-prefix=MISSING 61 MISSING: {{N|n}}o such file or directory.
|
/external/compiler-rt/test/profile/ |
D | instrprof-shared.test | 49 …1-no-instr1.profdata %t-no-instr1-no-instr1.profraw 2>&1 | FileCheck %s --check-prefix=MISSING-FILE 50 …2-no-instr1.profdata %t-no-instr2-no-instr1.profraw 2>&1 | FileCheck %s --check-prefix=MISSING-FILE 51 MISSING-FILE: profraw
|
/external/stressapptest/ |
D | aclocal.m4 | 93 # and then we would define $MISSING as 94 # MISSING="\${SHELL} $am_aux_dir/missing" 95 # This will work as long as MISSING is not called from configure, because 663 # Define MISSING if not defined so far and test if it supports --run. 668 if test x"${MISSING+set}" != xset; then 671 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 673 MISSING="\${SHELL} $am_aux_dir/missing" ;; 677 if eval "$MISSING --run true"; then 678 am_missing_run="$MISSING --run "
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | aclocal.m4 | 93 # and then we would define $MISSING as 94 # MISSING="\${SHELL} $am_aux_dir/missing" 95 # This will work as long as MISSING is not called from configure, because 619 # Define MISSING if not defined so far and test if it supports --run. 624 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 626 if eval "$MISSING --run true"; then 627 am_missing_run="$MISSING --run "
|
/external/libexif/ |
D | aclocal.m4 | 93 # and then we would define $MISSING as 94 # MISSING="\${SHELL} $am_aux_dir/missing" 95 # This will work as long as MISSING is not called from configure, because 703 # Define MISSING if not defined so far and test if it supports --run. 708 if test x"${MISSING+set}" != xset; then 711 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 713 MISSING="\${SHELL} $am_aux_dir/missing" ;; 717 if eval "$MISSING --run true"; then 718 am_missing_run="$MISSING --run "
|
/external/libnfnetlink/ |
D | aclocal.m4 | 99 # and then we would define $MISSING as 100 # MISSING="\${SHELL} $am_aux_dir/missing" 101 # This will work as long as MISSING is not called from configure, because 711 # Define MISSING if not defined so far and test if it supports --run. 716 if test x"${MISSING+set}" != xset; then 719 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 721 MISSING="\${SHELL} $am_aux_dir/missing" ;; 725 if eval "$MISSING --run true"; then 726 am_missing_run="$MISSING --run "
|
/external/llvm/test/DebugInfo/ |
D | llvm-symbolizer.test | 137 RUN: llvm-symbolizer < %t.input2 2>&1 | FileCheck %s --check-prefix=MISSING-FILE 139 MISSING-FILE: LLVMSymbolizer: error reading file: {{[Nn]}}o such file or directory
|
/external/google-breakpad/ |
D | aclocal.m4 | 114 # and then we would define $MISSING as 115 # MISSING="\${SHELL} $am_aux_dir/missing" 116 # This will work as long as MISSING is not called from configure, because 768 # Define MISSING if not defined so far and test if it is modern enough. 773 if test x"${MISSING+set}" != xset; then 776 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 778 MISSING="\${SHELL} $am_aux_dir/missing" ;; 782 if eval "$MISSING --is-lightweight"; then 783 am_missing_run="$MISSING "
|