HomeSort by relevance Sort by last modified time
    Searched refs:missing (Results 226 - 250 of 799) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 165 @param exact_match: boolean indicating if expected-but-missing CAs
190 missing = expected[store].difference(seen[store])
192 if unexpected or (missing and exact_match):
199 logging.error('Missing')
200 for i in missing:
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
module_unittest.py 81 <link rel="import" href="missing.html">
  /external/curl/lib/
checksrc.pl 217 checkwarn($line, length($1)+1, $file, $l, "missing space after close paren");
271 checkwarn(1, 0, $file, "", "Missing copyright statement", 1);
  /external/ltrace/
Android.mk 172 -Wno-missing-field-initializers \
  /external/selinux/libselinux/utils/
Makefile 20 -Wno-missing-field-initializers -Wno-sign-compare -Wjump-misses-init \
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 71 List<String> missing = new ArrayList<String>(); local
95 // remove from remaining, assert unknown if missing
98 // seems to be missing, but sometimes the same
139 missing.add(className);
149 // assert that we don't have any missing in the implementation
150 assertEquals("Missing algorithms", Collections.EMPTY_MAP, remainingExpected);
152 // assert that we don't have any missing classes
153 Collections.sort(missing); // sort it for readability
154 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);
    [all...]
  /system/connectivity/apmanager/
Android.mk 39 # -Wno-missing-field-initializers: for LAZY_INSTANCE_INITIALIZER.
43 -Wno-missing-field-initializers
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
comment-1.s 4 # combinations are missing, for simplicity, add them to another file.
  /bionic/libdl/
Android.mk 47 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 171 missing = str(self.diff_list.difference(on_now))
172 self.add_failure('Missing connected peripheral(s) '
173 'when plugged: %s ' % missing)
  /external/curl/
buildconf 321 missing \
386 ${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed"
  /external/emma/
test.sh 127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
  /external/libweave/
Android.mk 24 -Wno-char-subscripts -Wno-missing-field-initializers \
  /external/opencv3/3rdparty/jinja2/
debug.py 16 from jinja2.utils import missing, internal_code namespace
211 if name.startswith('l_') and value is not missing:
  /external/v8/test/mjsunit/harmony/
typedarray-species.js 58 // Defaults when constructor or @@species is missing or non-constructor
  /external/v8/test/mjsunit/strong/
load-property-mutate-backing-store.js 149 // After altering the backing store, accessing a missing property should still
  /ndk/build/core/
prebuilt-library.mk 43 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES points to a missing file)
  /external/libpcap/msdos/
makefile.dj 10 VPATH = missing msdos
26 missing/snprintf.c
151 snprintf.o: missing/snprintf.c pcap-int.h pcap.h pcap-bpf.h
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9
95 AMTAR = ${SHELL} /opt/src/make/make-release/config/missing --run tar
97 AUTOCONF = ${SHELL} /opt/src/make/make-release/config/missing --run autoconf
98 AUTOHEADER = ${SHELL} /opt/src/make/make-release/config/missing --run autoheader
99 AUTOMAKE = ${SHELL} /opt/src/make/make-release/config/missing --run automake-1.9
132 MAKEINFO = ${SHELL} /opt/src/make/make-release/config/missing --run makeinfo
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py 540 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]
test_email_renamed.py 496 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py 540 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]
test_email_renamed.py 496 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 540 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]
test_email_renamed.py 496 self.assertRaises(KeyError, msg.replace_header, 'Fourth', 'Missing')
    [all...]

Completed in 1470 milliseconds

1 2 3 4 5 6 7 8 91011>>