/toolchain/binutils/binutils-2.27/ |
Makefile.def | 24 // "missing" indicates that that module doesn't supply 45 missing= TAGS; }; 51 // Work around in-tree gmp configure bug with missing flex. 78 missing=mostlyclean; }; 95 // We abuse missing to avoid installing anything for libiconv. 100 missing= pdf; 101 missing= html; 102 missing= info; 103 missing= install-pdf; 104 missing= install-html [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
unwind-bad-1.l | 12 [^:]*:59: Error: missing \.endp before \.cfi_startproc
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
warn1.d | 9 # missing from the construct.
|
warn2.d | 9 # missing from the construct.
|
/build/soong/cc/ |
pgo.go | 27 // Add flags to ignore warnings that profiles are old or missing for 49 func recordMissingProfileFile(ctx BaseModuleContext, missing string) { 50 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFile).Store(missing, true) 135 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName() 136 recordMissingProfileFile(ctx, missing) 199 var missing []string 201 missing = append(missing, "profile kind (either \"instrumentation\" or \"sampling\" property)") 204 missing = append(missing, "profile_file property" [all...] |
/external/python/cpython3/Lib/unittest/ |
util.py | 66 missing = [] 73 missing.append(e) 92 missing.extend(expected[i:]) 95 return missing, unexpected 104 missing = [] 110 missing.append(item) 113 return missing, actual
|
/packages/apps/TV/src/com/android/tv/search/ |
AutoValue_LocalSearchProvider_SearchResult.java | 323 String missing = ""; local 325 missing += " channelId"; 328 missing += " isLive"; 331 missing += " videoWidth"; 334 missing += " videoHeight"; 337 missing += " duration"; 340 missing += " progressPercentage"; 342 if (!missing.isEmpty()) { 343 throw new IllegalStateException("Missing required properties:" + missing); [all...] |
/external/libmojo/mojo/public/tools/bindings/ |
generate_type_mappings.py | 138 missing = [path for path in params.dependency if not os.path.exists(path)] 139 if missing: 140 raise IOError('Missing dependencies: %s' % ', '.join(missing))
|
/external/tensorflow/tensorflow/core/kernels/ |
reshape_op.h | 66 errors::InvalidArgument("Reshape cannot infer the missing input size " 69 const int64 missing = input.NumElements() / product; variable 71 context, product * missing == input.NumElements(), 76 shape.set_dim(unknown_index, missing);
|
/external/tensorflow/tensorflow/tools/test/ |
check_futures_test.py | 80 missing = REQUIRED_FUTURES - futures 81 if missing: 82 raise AssertionError('Missing futures: %s' % ' '.join(missing))
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8460/ |
Android.mk | 30 LOCAL_CFLAGS += -Wno-missing-braces -Wno-missing-field-initializers -Wno-pointer-arith -Wno-pointer-sign -Wno-unused-variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
check.py | 84 Warns if any are missing.
88 missing = []
91 missing.append(attr)
93 if missing:
94 self.warn("missing required meta-data: %s" % ', '.join(missing))
97 self.warn("missing meta-data: if 'author' supplied, " +
101 self.warn("missing meta-data: if 'maintainer' supplied, " +
104 self.warn("missing meta-data: either (author and author_email) " +
|
/external/iptables/libxtables/ |
Android.mk | 16 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror 38 LOCAL_CFLAGS += -Wno-sign-compare -Wno-pointer-arith -Wno-type-limits -Wno-missing-field-initializers -Wno-unused-parameter -Wno-clobbered -Wno-tautological-compare -Werror
|
/external/llvm/test/MC/ARM/ |
symbol-variants-errors.s | 10 @ check for missing closed paren
|
/external/python/cpython2/Lib/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/external/python/cpython3/Lib/distutils/command/ |
check.py | 86 Warns if any are missing. 90 missing = [] 93 missing.append(attr) 95 if missing: 96 self.warn("missing required meta-data: %s" % ', '.join(missing)) 99 self.warn("missing meta-data: if 'author' supplied, " + 103 self.warn("missing meta-data: if 'maintainer' supplied, " + 106 self.warn("missing meta-data: either (author and author_email) " +
|
/hardware/qcom/gps/msm8998/utils/ |
Android.mk | 38 -Wno-missing-braces \ 39 -Wno-missing-field-initializers \
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
SidebarBot.java | 108 List<String> missing = new ArrayList<>(); local 111 missing.add(label); 114 if (!missing.isEmpty()) { 116 "Expected roots " + Arrays.asList(labels) + ", but missing " + missing);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
util_gc.go | 22 // It will crash the current process if VFPv1 is missing. 26 // It will crash the current process if VFPv3 is missing.
|
/prebuilts/go/darwin-x86/src/os/signal/ |
example_test.go | 15 // We must use a buffered channel or risk missing the signal 27 // We must use a buffered channel or risk missing the signal
|
/prebuilts/go/darwin-x86/test/ |
complit1.go | 47 _ = &T{i: 0, f: 0, s: "", next: {}} // ERROR "missing type in composite literal|omit types within composite literal" 48 _ = &T{0, 0, "", {}} // ERROR "missing type in composite literal|omit types within composite literal"
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug324.dir/ |
prog.go | 35 // *Implementation does not implement p.Exported (missing p.private method) 39 // p.Exported does not implement Exported (missing private method)
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
util_gc.go | 22 // It will crash the current process if VFPv1 is missing. 26 // It will crash the current process if VFPv3 is missing.
|