HomeSort by relevance Sort by last modified time
    Searched refs:missing (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/chromium/third_party/libevent/
autogen.sh 11 automake --add-missing --copy
  /external/libpng/
autogen.sh 19 automake --force-missing --foreign -a -c
  /bionic/libc/tools/
check-symbols.py 51 missing = expected_symbols - actual_symbols
52 if len(missing) > 0:
53 sys.stderr.write('%d missing %s in %s for %s:\n' % (len(missing), functions_or_variables, library, arch))
54 for miss in sorted(missing):
57 return len(missing) == 0
  /external/e2fsprogs/util/
gcc-wall-cleanup 19 /warning: missing initializer/d
  /external/clang/test/Sema/
invalid-struct-init.c 6 expected-warning {{type specifier missing, defaults to 'int'}}
  /external/ipsec-tools/
Android.mk 58 $(LOCAL_PATH)/src/racoon/missing \
67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
Makefile 3 -Isrc/racoon -Isrc/racoon/missing -DHAVE_CONFIG_H -lcrypto \
  /bionic/libc/kernel/tools/
find_headers.py 106 missing = [] variable
109 missing.append(arch)
110 if len(missing) > 0:
112 for a in missing:
  /development/host/windows/prebuilt/usb/
Android.mk 18 @adb kill-server || echo "adb appears to be missing"
  /external/tcpdump/
Android.mk 119 missing/strlcat.c\
120 missing/strlcpy.c
126 $(LOCAL_PATH)/missing\
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 66 char const * const * domains, *missing, *separator; local
75 missing = separator = ",";
82 missing = "";
119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing,
120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing,
121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing,
122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing,
123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing,
124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing,
  /external/strace/
strace-graph 156 print STDERR "$0: $ARGV: $.: missing comma in array.\n";
178 print STDERR "$0: $ARGV: $.: missing comma in struct.\n";
189 print STDERR "$0: $ARGV: $.: missing comma.\n";
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 72 * [1]: map { missing class FQCN => set of FQCN class that uses it. }
83 Map<String, Set<String>> missing = findMissingClasses(deps, zipClasses.keySet()); local
87 result.add(missing);
92 * Prints dependencies to the current logger, found stuff and missing stuff.
97 Map<String, Set<String>> missing = result.get(1); local
116 // Now print all missing dependences in the format:
117 // -Missing <FQCN>:
121 mLog.info("------ %d Entries missing from source JARs", missing.size());
124 for (Entry<String, Set<String>> entry : missing.entrySet())
140 Map<String, Set<String>> missing = result.get(1); local
243 Map<String, Set<String>> missing = new TreeMap<String, Set<String>>(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 56 List<String> missing = new ArrayList(); local
80 // remove from remaining, assert unknown if missing
83 // seems to be missing, but sometimes the same
105 missing.add(className);
115 // assert that we don't have any missing in the implementation
116 assertEquals("Missing algorithms", Collections.EMPTY_MAP, remaining);
118 // assert that we don't have any missing classes
119 Collections.sort(missing); // sort it for readability
120 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auto_fs4.h 46 /* Indirect mount missing and expire requests. */
50 /* Direct mount missing and expire requests */
64 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 46 /* Indirect mount missing and expire requests. */
50 /* Direct mount missing and expire requests */
64 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 46 /* Indirect mount missing and expire requests. */
50 /* Direct mount missing and expire requests */
64 struct autofs_packet_missing missing; member in union:autofs_packet_union
  /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/dhcpcd/mk/
cc.mk 14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
  /external/srtp/
Android.mk 36 -Wno-missing-field-initializers
  /hardware/qcom/display/
common.mk 14 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /ndk/build/core/
build-module.mk 25 $(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_CLASS definition is missing !)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 511 String missing = ""; local
513 missing += adb.getAbsolutePath() + " ";
516 missing += hprofConverter.getAbsolutePath() + " ";
519 missing += traceview.getAbsolutePath() + " ";
522 if (missing.length() > 0) {
523 String msg = String.format("DDMS files not found: %1$s", missing);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 130 echo ${prog}: missing root-dir parameter.
134 echo ${prog}: missing info-file parameter.

Completed in 2524 milliseconds

1 2 3 4 5 6