Searched refs:missing (Results 1 - 25 of 212) sorted by relevance

123456789

/external/clang/test/Modules/Inputs/
H A Dincomplete_mod_missing.h1 extern int *missing;
/external/netperf/
H A Dautogen.sh3 aclocal -I src/missing/m4 \
4 && automake --add-missing \
/external/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/external/lldb/test/unittest2/
H A Dutil.py34 missing = []
41 missing.append(e)
60 missing.extend(expected[i:])
63 return missing, unexpected
72 missing = []
79 missing.append(item)
96 return missing, unexpected
99 return missing, actual
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dannotate.py61 missing = sorted(analysis.missing)
80 while j < len(missing) and missing[j] < lineno:
83 covered = j >= len(missing) or missing[j] > lineno
88 if i >= len(statements) and j >= len(missing):
90 elif i >= len(statements) or j >= len(missing):
92 elif statements[i] == missing[j]:
H A Dresults.py22 # 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 line
[all...]
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.cc110 // SymSrv will create it if it is missing - any creation failures will occur
341 MSSymbolServerConverter::LocatePEFile(const MissingSymbolInfo &missing, argument
343 return LocateFile(missing.code_file, missing.code_identifier,
344 missing.version, pe_file);
348 MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, argument
350 return LocateFile(missing.debug_file, missing.debug_identifier,
351 missing.version, symbol_file);
433 const MissingSymbolInfo &missing,
432 LocateAndConvertSymbolFile( const MissingSymbolInfo &missing, bool keep_symbol_file, bool keep_pe_file, string *converted_symbol_file, string *symbol_file, string *out_pe_file) argument
[all...]
H A Dms_symbol_server_converter.h79 // 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/autotest/tko/parsers/test/
H A Dinspect_parser_result_store.py34 missing = set([left_tag, right_tag]).difference(sto.keys())
35 if missing:
36 print 'Store does not have the following tag(s): ', ','.join(missing)
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dscript_common.py22 missing = requested.difference(available)
23 if missing:
24 raise device_errors.DeviceUnreachableError(next(iter(missing)))
/external/libxml2/python/
H A Dsetup.py22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
H A Dsetup.py.in22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
/external/chromium-trace/catapult/third_party/webapp2/tests/resources/jinja2_templates_compiled/
H A Dtmpl_3a79873b1b49be244fd5444b1258ce348be26de8.py2 from jinja2.runtime import LoopContext, TemplateReference, Macro, Markup, TemplateRuntimeError, missing, concat, escape, markup_join, unicode_join, to_string, TemplateNotFound namespace
/external/llvm/test/MC/AsmParser/
H A Dmacro-qualifier-diagnostics.s5 # 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/
H A Dsecurity_SysVIPC.py79 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/
H A Dgcc-wall-cleanup19 /warning: missing initializer/d
/external/curl/tests/
H A Dmanpage-scan.pl263 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/autotest/client/site_tests/security_SuidBinaries/
H A Dsecurity_SuidBinaries.py67 # 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:
/external/libpng/
H A Dautogen.sh8 # 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/
H A Dchecksym.awk24 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 symbol
[all...]
/external/v8/tools/gyp/test/lib/
H A DTestCommon.py196 missing = []
201 missing.append(f)
202 return existing, missing
241 existing, missing = separate_files(files)
243 if missing:
244 print "Missing files: `%s'" % string.join(missing, "', `")
247 self.fail_test(missing + unwritable)
275 missing = []
278 missing.append(line)
280 if missing
[all...]
/external/clang/test/Sema/
H A Dinvalid-struct-init.c6 expected-warning {{type specifier missing, defaults to 'int'}}
/external/libutf/
H A DAndroid.mk25 utf_cflags := -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch
/external/libvterm/
H A DAndroid.mk23 -Wno-missing-field-initializers \
/external/tcpdump/win32/prj/
H A DGNUmakefile35 ../../missing/inet_aton.o \
36 ../../missing/inet_ntop.o \
37 ../../missing/strlcpy.o \
38 ../../missing/dlnames.o \
39 ../../missing/datalinks.o \
40 ../../missing/strsep.o \
41 ../../missing/inet_pton.o \
42 ../../missing/getopt_long.o \

Completed in 1288 milliseconds

123456789