HomeSort by relevance Sort by last modified time
    Searched refs:missing (Results 26 - 50 of 850) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 52 def newer_group(sources, target, missing='error'):
58 'missing' controls what we do when a source file is missing; the
60 if it is "ignore", we silently drop any missing source files; if it is
61 "newer", any missing source files make us assume that 'target' is
63 carry out commands that wouldn't work because inputs are missing, but
79 if missing == 'error': # blow up when we stat() the file
81 elif missing == 'ignore': # missing source dropped from
83 elif missing == 'newer': # missing source means target i
    [all...]
  /bionic/libc/tools/
check-symbols.py 68 missing = expected_symbols - actual_symbols
69 if len(missing) > 0:
70 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
71 for miss in sorted(missing):
80 return len(missing) == 0
  /external/llvm/test/MC/AsmParser/
macro-qualifier-diagnostics.s 5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
33 # CHECK: error: missing value for required parameter 'parameter' in macro 'missing_required_parameter'
42 # CHECK: error: missing value for required parameter 'second' in macro 'missing_second_required_argument'
51 # CHECK: error: missing value for required parameter 'second' in macro 'second_third_required'
55 # CHECK: error: missing value for required parameter 'third' in macro 'second_third_required'
61 # CHECK: error: missing value for required parameter 'second' in macro 'second_third_required'
  /external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py 79 missing = self.expected_shm.difference(observed_shm)
81 if missing:
83 logging.error(missing)
91 missing = self.expected_sem.difference(observed_sem)
93 if missing:
95 logging.error(missing)
  /external/e2fsprogs/util/
gcc-wall-cleanup 19 /warning: missing initializer/d
  /hardware/qcom/display/msm8996/sdm/libs/utils/
Android.mk 8 LOCAL_CFLAGS := -Wno-missing-field-initializers \
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /system/extras/memcpy-perf/
Android.mk 6 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -O3
  /system/extras/zram-perf/
Android.mk 6 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter
  /external/chromium-trace/catapult/third_party/webapp2/tests/resources/jinja2_templates_compiled/
tmpl_3a79873b1b49be244fd5444b1258ce348be26de8.py 2 from jinja2.runtime import LoopContext, TemplateReference, Macro, Markup, TemplateRuntimeError, missing, concat, escape, markup_join, unicode_join, to_string, TemplateNotFound namespace
  /system/core/gatekeeperd/tests/
Android.mk 22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
  /system/core/libsync/tests/
Android.mk 22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare
  /system/extras/mmap-perf/
Android.mk 26 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -O3
  /system/gatekeeper/tests/
Android.mk 22 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_fix_v4bx.s 7 # We do not want to run this file. We define _start here to avoid missing
  /external/autotest/client/site_tests/security_SuidBinaries/
security_SuidBinaries.py 67 # Log but not fail if we find missing binaries.
68 missing = baseline_set.difference(observed_set)
69 if len(missing) > 0:
70 for filepath in missing:
71 logging.error('Missing %s binary: %s', baseline, filepath)
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 79 // CodeModule structure relevant to obtaining a missing symbol file. Only
81 // missing file; the other fields are for convenience.
148 // in |missing|, by checking the symbol stores identified when the object
152 LocateResult LocatePEFile(const MissingSymbolInfo &missing, string *pe_file);
155 // |missing|, by checking the symbol stores identified when the object
159 LocateResult LocateSymbolFile(const MissingSymbolInfo &missing,
173 LocateResult LocateAndConvertSymbolFile(const MissingSymbolInfo &missing,
  /external/libpng/
autogen.sh 8 # missing. They are instantiated with autoreconf --force --install.
77 config.sub configure depcomp install-sh ltmain.sh missing\
134 # Presence of one of these does not *invalidate* missing, but absence
147 # Either everything is missing or everything is there, the --maintainer option
171 missing=
174 test -f "$file" || missing=1
177 test -z "$missing" || {
  /external/libpng/scripts/
checksym.awk 24 missing = "error"# log an error on missing symbols
50 FILENAME==master && $1==";missing" && NF==2{
51 # This allows the master file to control how missing symbols
55 missing = $2
130 # missing in export list too, so ok
137 # is an error too (see the setting of 'missing' at the start),
140 if (missing != "ignore") {
142 print "png.h:", missing ": missing symbols:", unexported "-" o-
    [all...]
  /external/curl/tests/
manpage-scan.pl 75 print STDERR "Missing mention of $m in $file\n";
120 print STDERR "Missing $opt.3\n";
263 my $missing;
268 $missing=" tool_getparam.c";
274 $missing.= " curl.1";
280 $missing .= " tool_help.c";
283 print STDERR "$o is not in$missing (but in$exists)\n";
  /external/chromium-trace/catapult/third_party/coverage/coverage/
results.py 22 # Identify missing statements.
25 self.missing = self.statements - executed
34 len(v) for k,v in iitems(mba) if k not in self.missing
47 n_missing=len(self.missing),
54 """The missing line numbers, formatted nicely.
59 return format_lines(self.statements, self.missing)
79 missing = (
84 return sorted(missing)
87 """ The missing branch arcs, formatted nicely.
90 branches from missing lines, so if line 17 is missing, then 17->1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 183 some other encoding is used, or the header is missing, or if the
290 Return None if the header is missing instead of raising an exception.
309 Does not raise an exception if the header is missing.
323 missing = object()
324 return self.get(name, missing) is not missing
360 is missing.
447 missing = object()
448 value = self.get('content-type', missing)
449 if value is missing
    [all...]

Completed in 2801 milliseconds

12 3 4 5 6 7 8 91011>>