HomeSort by relevance Sort by last modified time
    Searched refs:missing (Results 201 - 225 of 850) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/catapult/third_party/coverage/coverage/
xmlreport.py 176 xline.setAttribute("hits", str(int(line not in analysis.missing)))
188 xline.setAttribute("missing-branches", ",".join(annlines))
192 class_hits = class_lines - len(analysis.missing)
  /external/curl/packages/vms/
compare_curl_source.com 26 $! 2. Files missing in the copy directory.
33 $! If UPDATE is given as a second parameter, files missing or different in the
89 $! Update missing/changed files.
232 $ write sys$output "''wrk_spec' is missing"
312 $! For missing loop, check the latest generation.
345 $ write sys$output "''wrk_spec' is missing"
  /external/dbus/dbus/
Android.mk 78 -Wno-missing-field-initializers \
  /external/expat/
Android.mk 14 -Wno-unused-parameter -Wno-missing-field-initializers \
  /external/jcommander/
Android.mk 27 # Filter out PathConverter since android is missing java.nio.file APIs.
  /external/jemalloc/test/unit/
ckh.c 30 const char *missing = "A string not in the hash table."; local
72 assert_true(ckh_search(&ckh, missing, NULL, NULL),
  /external/libvorbis/
autogen.sh 123 echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
124 $AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
  /external/libxml2/VxWorks/
build.sh 54 rm -fR missing
  /external/llvm/
llvm-host-build.mk 16 -Wno-missing-field-initializers \
  /external/protobuf/
configure.ac 112 AC_MSG_RESULT([headers missing or too old (requires 1.2.0.4)])
  /external/v8/test/mjsunit/compiler/
global-accessors.js 28 // This test tests that no bailouts are missing by not hitting asserts in debug
  /external/v8/test/mjsunit/regress/
regress-3230771.js 28 // Regression test for missing stack-overflow check in
  /hardware/qcom/display/msm8226/
common.mk 22 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /hardware/qcom/display/msm8909/
common.mk 21 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /hardware/qcom/display/msm8994/
common.mk 16 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /hardware/qcom/display/msm8996/
common.mk 20 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /hardware/qcom/display/msmcobalt/
common.mk 5 common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
  /packages/services/Car/service/
Android.mk 19 #disble build in PDK, missing aidl import breaks build
  /system/core/debuggerd/
Android.mk 102 -Wno-missing-field-initializers \
  /system/vold/
Android.mk 73 vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter
  /external/autotest/client/common_lib/test_utils/
unittest.py 857 missing = []
861 missing.append(key)
865 if not (missing or mismatched):
869 if missing:
870 standardMsg = 'Missing: %r' % ','.join(missing)
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 672 float* values, uchar* missing, float* responses, bool get_class_idx=false );
1767 CvMat* missing; member in class:CvGBTrees
2008 CvMat* missing; member in class:CvMLData
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 250 String missing = ""; local
253 if (missing.length() != 0) missing += ", ";
254 missing += RelationName[i];
257 errln("Not all ContainmentRelations checked: " + missing);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 246 String missing = ""; local
249 if (missing.length() != 0) missing += ", ";
250 missing += RelationName[i];
253 errln("Not all ContainmentRelations checked: " + missing);
  /external/libxml2/
gentest.py 729 /* missing type support */
930 for missing in missing_types.keys():
931 if missing == 'va_list' or missing == '...':
934 n = len(missing_types[missing])
935 missing_list.append((n, missing))
941 print "Missing support for %d functions and %d types see missing.lst" % (missing_functions_nr, len(missing_list))
942 lst = open("missing.lst", "w")
943 lst.write("Missing support for %d types" % (len(missing_list))
    [all...]

Completed in 979 milliseconds

1 2 3 4 5 6 7 891011>>