/external/clang/test/Modules/Inputs/ |
incomplete_mod_missing.h | 1 extern int *missing;
|
/external/netperf/ |
autogen.sh | 3 aclocal -I src/missing/m4 \ 4 && automake --add-missing \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
missing.d | 1 #name: missing operands 3 #error-output: missing.l
|
missing.l | 2 [^:]*:1: Error: missing expression -- `bl' 3 [^:]*:2: Error: missing expression -- `blx'
|
/hardware/qcom/audio/msm8909/mm-audio/ |
autogen.sh | 9 automake --add-missing --copy
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/ |
symver3.l | 2 .*:6: Error: missing version name in `foo' for symbol `foo'
|
symver4.l | 2 .*:6: Error: missing version name in `foo@' for symbol `foo'
|
symver5.l | 2 .*:6: Error: missing version name in `foo@@@' for symbol `foo'
|
/external/libevent/ |
autogen.sh | 15 automake --add-missing --force-missing --copy
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
ehdr_start-missing.d | 2 #ld: -e _start -T ehdr_start-missing.t
|
ehdr_start-weak.d | 2 #ld: -e _start -T ehdr_start-missing.t
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
config_undef.hpp | 24 # error missing or nested #include config_def
|
/build/kati/testcase/ |
include_var.mk | 1 foo=foo.d missing.d
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/ |
start.d | 1 #name: missing entry symbol
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
annotate.py | 61 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]:
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.cc | 110 // SymSrv will create it if it is missing - any creation failures will occur 341 MSSymbolServerConverter::LocatePEFile(const MissingSymbolInfo &missing, 343 return LocateFile(missing.code_file, missing.code_identifier, 344 missing.version, pe_file); 348 MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, 350 return LocateFile(missing.debug_file, missing.debug_identifier, 351 missing.version, symbol_file); 433 const MissingSymbolInfo &missing, [all...] |
/external/autotest/tko/parsers/test/ |
inspect_parser_result_store.py | 34 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/ |
script_common.py | 21 missing = requested.difference(available) 22 if missing: 23 raise device_errors.DeviceUnreachableError(next(iter(missing)))
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
illegal.l | 4 .*illegal.s:8: Error: missing argument 7 .*illegal.s:10: Error: missing argument 9 .*illegal.s:11: Error: missing argument
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
tls-ill.l | 7 .*:8: Error: missing '\)' 10 .*:9: Error: missing '\)'
|
/external/libxml2/python/ |
setup.py | 22 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(dir + "/libxslt/xsltconfig.h") [all...] |
setup.py.in | 22 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(dir + "/libxslt/xsltconfig.h") [all...] |
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/prebuilts/python/darwin-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...] |