/ndk/build/core/ |
build-module.mk | 25 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_CLASS definition is missing !)
|
/packages/services/Car/car-lib/ |
Android.mk | 17 #disble build in PDK, missing aidl import breaks build
|
/external/autotest/contrib/ |
coverage.py | 348 '-m': 'show-missing', 411 show_missing = settings.get('show-missing') 767 missing = [] 774 missing.append(line) 775 return (filename, statements, excluded, missing, 776 self.format_lines(statements, missing)) 829 header = header + " Missing" 840 _, statements, _, missing, readable = self.analysis2(morf) 842 m = n - len(missing) 879 filename, statements, excluded, missing, _ = self.analysis2(morf [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
sancov.py | 22 " " + prog_name + " missing BINARY < LIST_OF_PCS\n" 207 missing = instrumented - covered 208 print >> sys.stderr, "%s: %d PCs missing from coverage" % (prog_name, len(missing)) 209 if (len(missing) > len(instrumented) - len(covered)): 212 for pc in sorted(missing): 220 if sys.argv[1] == "missing":
|
/external/kernel-headers/original/uapi/linux/ |
auto_fs4.h | 106 /* Indirect mount missing and expire requests. */ 110 /* Direct mount missing and expire requests */ 124 struct autofs_packet_missing missing; member in union:autofs_packet_union
|
/external/llvm/test/MC/ARM/ |
thumb_set-diagnostics.s | 34 @ CHECK: error: missing expression
|
/external/lz4/examples/ |
Makefile | 35 CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wno-missing-braces # Wno-missing-braces required due to GCC <4.8.3 bug
|
/external/wpa_supplicant_8/hs20/server/www/ |
spp.php | 38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
auto_fs4.h | 106 /* Indirect mount missing and expire requests. */ 110 /* Direct mount missing and expire requests */ 124 struct autofs_packet_missing missing; member in union:autofs_packet_union
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
auto_fs4.h | 106 /* Indirect mount missing and expire requests. */ 110 /* Direct mount missing and expire requests */ 124 struct autofs_packet_missing missing; member in union:autofs_packet_union
|
/prebuilts/go/darwin-x86/test/ |
errchk | 100 print STDERR "errchk: $file:$line: missing expected error: '$all'\n";
|
/prebuilts/go/linux-x86/test/ |
errchk | 100 print STDERR "errchk: $file:$line: missing expected error: '$all'\n";
|
/system/core/libziparchive/ |
Android.mk | 38 -Wno-missing-field-initializers \
|
/external/autotest/client/site_tests/platform_FilePerms/ |
platform_FilePerms.py | 287 missing = expected - seen 288 if (missing): 289 logging.error('[%s] "%s" is missing options "%s"', 290 mtab_path, fs, missing)
|
/external/autotest/client/site_tests/security_BundledExtensions/ |
security_BundledExtensions.py | 89 Do set comparison to find the unexpected, and the expected/missing. 119 logging.error('Missing: %s', '; '.join(missing_names)) 154 def _report_attribute_diffs(self, missing, unexpected, rec): 156 if missing: 157 logging.error('It no longer uses: %s', '; '.join(missing))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
modulefinder.py | 491 paths, as well as modules that are missing, or seem to be missing. 507 # Print missing modules 508 missing, maybe = self.any_missing_maybe() 509 if missing: 511 print "Missing modules:" 512 for name in missing: 516 # Print modules that may be missing, but then again, maybe not... 519 print "Submodules thay appear to be missing, but could also be", 527 """Return a list of modules that appear to be missing. Us [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pyclbr.py | 31 missing = (set(l1) ^ set(l2)) - set(ignore) 32 if missing: 34 self.fail("%r missing" % missing.pop()) 138 # Now check for missing stuff.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
modulefinder.py | 491 paths, as well as modules that are missing, or seem to be missing. 507 # Print missing modules 508 missing, maybe = self.any_missing_maybe() 509 if missing: 511 print "Missing modules:" 512 for name in missing: 516 # Print modules that may be missing, but then again, maybe not... 519 print "Submodules thay appear to be missing, but could also be", 527 """Return a list of modules that appear to be missing. Us [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pyclbr.py | 31 missing = (set(l1) ^ set(l2)) - set(ignore) 32 if missing: 34 self.fail("%r missing" % missing.pop()) 138 # Now check for missing stuff.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 491 paths, as well as modules that are missing, or seem to be missing. 507 # Print missing modules 508 missing, maybe = self.any_missing_maybe() 509 if missing: 511 print "Missing modules:" 512 for name in missing: 516 # Print modules that may be missing, but then again, maybe not... 519 print "Submodules thay appear to be missing, but could also be", 527 """Return a list of modules that appear to be missing. Us [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 31 missing = (set(l1) ^ set(l2)) - set(ignore) 32 if missing: 34 self.fail("%r missing" % missing.pop()) 138 # Now check for missing stuff.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 491 paths, as well as modules that are missing, or seem to be missing. 507 # Print missing modules 508 missing, maybe = self.any_missing_maybe() 509 if missing: 511 print "Missing modules:" 512 for name in missing: 516 # Print modules that may be missing, but then again, maybe not... 519 print "Submodules thay appear to be missing, but could also be", 527 """Return a list of modules that appear to be missing. Us [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pyclbr.py | 31 missing = (set(l1) ^ set(l2)) - set(ignore) 32 if missing: 34 self.fail("%r missing" % missing.pop()) 138 # Now check for missing stuff.
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-m68k.c | 175 find the one with the smallest number of missing features. */ 180 unsigned extra = 99, missing = 99; local 199 if (this_missing < missing) 201 missing = this_missing;
|
/external/opencv3/apps/traincascade/ |
old_ml_data.cpp | 72 values = missing = var_types = var_idx_mask = response_out = var_idx_out = var_types_out = 0; 104 cvReleaseMat( &missing ); 248 missing = cvCreateMat( seq->total, cols_count, CV_8U ); 258 uchar* dm = missing->data.ptr + cols_count*i; 268 if ( cvNorm( missing, 0, CV_L1 ) <= FLT_EPSILON ) 269 cvReleaseMat( &missing ); 291 return missing;
|