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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 54 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /build/soong/cc/
gen_test.go 36 t.Errorf("missing aidl includes in global flags")
59 t.Errorf("missing aidl includes in global flags")
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestLocaleValidity.java 189 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); local
190 missing.removeAll(foundKeys);
191 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) {
192 // print out template for missing cases for adding
193 for (String key : missing) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestLocaleValidity.java 186 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); local
187 missing.removeAll(foundKeys);
188 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) {
189 // print out template for missing cases for adding
190 for (String key : missing) {
  /external/skia/infra/bots/recipe_modules/isolate/
api.py 59 them. If some expected targets are missing, will abort the build.
83 # Some expected targets are missing? Fail the step.
85 step_result.presentation.logs['missing.isolates'] = (
211 missing = sorted(
213 if missing:
216 missing +
219 for k in missing:
  /external/skqp/infra/bots/recipe_modules/isolate/
api.py 59 them. If some expected targets are missing, will abort the build.
83 # Some expected targets are missing? Fail the step.
85 step_result.presentation.logs['missing.isolates'] = (
211 missing = sorted(
213 if missing:
216 missing +
219 for k in missing:
  /packages/services/BuiltInPrintService/jni/
Android.mk 28 -Wno-sign-compare -Wno-missing-field-initializers \
29 -Wno-implicit-function-declaration -Wno-format -Wno-missing-braces
  /prebuilts/go/darwin-x86/test/
map1.go 64 delete() // ERROR "missing arguments"
65 delete(m) // ERROR "missing second \(key\) argument"
  /prebuilts/go/linux-x86/test/
map1.go 64 delete() // ERROR "missing arguments"
65 delete(m) // ERROR "missing second \(key\) argument"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
allinsn16.s 2 # missing 'for' loop and nested limits
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-bad-1.s 58 # missing .endp before .cfi_startproc
  /external/opencv/ml/src/
mlrtrees.cpp 361 CvMat sample, missing; local
378 missing = cvMat( 1, dims, CV_8UC1, missing_ptr );
382 sample.data.fl += dims, missing.data.ptr += dims )
391 CV_CALL(predicted_node = tree->predict(&sample, &missing, true));
460 missing = cvMat( 1, dims, CV_8UC1, missing_ptr );
462 sample.data.fl += dims, missing.data.ptr += dims )
469 predct_resp = tree->predict(&sample, &missing, true)->value;
535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const
551 CvDTreeNode* predicted_node = trees[k]->predict( sample, missing );
568 result += trees[k]->predict( sample, missing )->value
    [all...]
  /external/libogg/win32/
Makefile 41 ACLOCAL = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoheader
68 AMTAR = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run tar
  /external/python/cpython3/
setup.py 203 missing = self.detect_modules()
288 if missing:
293 print_three_column(missing)
560 missing = []
681 missing.append('spwd')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 347 missing = object()
348 tmsg = self._catalog.get(message, missing)
349 if tmsg is missing:
361 missing = object()
362 tmsg = self._catalog.get(message, missing)
363 if tmsg is missing:
402 missing = object()
403 tmsg = self._catalog.get(message, missing)
404 if tmsg is missing:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
  /external/python/cpython2/Lib/
gettext.py 420 missing = object()
421 tmsg = self._catalog.get(message, missing)
422 if tmsg is missing:
434 missing = object()
435 tmsg = self._catalog.get(message, missing)
436 if tmsg is missing:
475 missing = object()
476 tmsg = self._catalog.get(message, missing)
477 if tmsg is missing:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 344 missing = object()
345 tmsg = self._catalog.get(message, missing)
346 if tmsg is missing:
358 missing = object()
359 tmsg = self._catalog.get(message, missing)
360 if tmsg is missing:
399 missing = object()
400 tmsg = self._catalog.get(message, missing)
401 if tmsg is missing:
  /prebuilts/go/darwin-x86/src/go/parser/
short_test.go 104 `package p; func f() { go func() { func() { f(x func /* ERROR "missing ','" */ (){}) } } }`,
105 `package p; func f(x func(), u v func /* ERROR "missing ','" */ ()){}`,
108 `package p; func f() (a b string /* ERROR "missing ','" */ , ok bool)`,
111 `package p; var x /* ERROR "missing variable type or initialization" */ , y, z;`,
112 `package p; const x /* ERROR "missing constant value" */ ;`,
113 `package p; const x /* ERROR "missing constant value" */ int;`,
114 `package p; const (x = 0; y; z /* ERROR "missing constant value" */ int);`,
  /prebuilts/go/linux-x86/src/go/parser/
short_test.go 104 `package p; func f() { go func() { func() { f(x func /* ERROR "missing ','" */ (){}) } } }`,
105 `package p; func f(x func(), u v func /* ERROR "missing ','" */ ()){}`,
108 `package p; func f() (a b string /* ERROR "missing ','" */ , ok bool)`,
111 `package p; var x /* ERROR "missing variable type or initialization" */ , y, z;`,
112 `package p; const x /* ERROR "missing constant value" */ ;`,
113 `package p; const x /* ERROR "missing constant value" */ int;`,
114 `package p; const (x = 0; y; z /* ERROR "missing constant value" */ int);`,
  /external/vboot_reference/utility/
dev_debug_vboot 121 local missing
123 missing=
126 missing="$missing $tool"
129 if [ -n "$missing" ]; then
130 logdie "can't find these programs: $missing"
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
QueryMethodProcessor.kt 92 ParsedQuery.MISSING
149 val missing = queryMethod.sectionToParamMapping
152 if (missing.isNotEmpty()) {
154 ProcessorErrors.missingParameterForBindVariable(missing))

Completed in 1830 milliseconds

1 2 3 4 5 6 7 8 91011>>