HomeSort by relevance Sort by last modified time
    Searched defs:missing (Results 26 - 50 of 489) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/opencv/ml/src/
mlboost.cpp 452 // compensate for missing values
1056 uchar* missing = data->buf->data.ptr + data->buf->step*2; local
1061 data->get_vectors( subsample_mask, values, missing, 0 );
1062 //data->get_vectors( 0, values, missing, 0 );
1072 _mask.data.ptr = missing;
1074 missing += _mask.cols;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 515 String missing = ""; local
517 missing += adb.getAbsolutePath() + " ";
520 missing += hprofConverter.getAbsolutePath() + " ";
523 missing += traceview.getAbsolutePath() + " ";
526 if (missing.length() > 0) {
527 String msg = String.format("DDMS files not found: %1$s", missing);
    [all...]
  /build/make/core/
main.mk 792 link-type-missing :=
794 # Print an error message if the linked-to module is missing
796 # $(2): the prefix of the missing module
797 define link-type-missing
798 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call link-type-name-variant,$(2))"))\
807 define link-type-missing
808 $(eval $$(1).MISSING := true)
824 verify-link-type = $(eval $$(1).MISSING := true)
830 $(call link-type-missing,$(lt),$(d)))))
858 ifeq ($($(1).MISSING),true
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java 309 List<T> missing = frequencyTableToValues(missingFreq); local
316 if (!missing.isEmpty()) {
317 result.append(delimiter).append("missing: " + missing);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 1183 PyObject *missing, *res; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 1158 PyObject *missing, *res; local
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 1213 PyObject *missing, *res; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 98 List<String> missing = new ArrayList<String>(); local
136 // remove from remaining, assert unknown if missing
139 // seems to be missing, but sometimes the same
180 missing.add(className);
207 // assert that we don't have any missing in the implementation
211 // assert that we don't have any missing classes
212 Collections.sort(missing); // sort it for readability
213 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 919 Set<Integer> missing = new HashSet<Integer>(); local
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-profile-2.2.1.jar 
maven-settings-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/
maven-profile-2.2.1.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 518 Fixed a missing \n in an output line; thanks Leonid Broukhis again
712 Void missing ARGS((char *s));
1449 missing(char *s) function
    [all...]
  /external/python/cpython3/Objects/
dictobject.c 2139 PyObject *missing, *res; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 3389 UnicodeSet missing = new UnicodeSet(empirical).removeAll(actual); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 3386 UnicodeSet missing = new UnicodeSet(empirical).removeAll(actual); local
    [all...]
  /external/python/cpython3/Python/
ceval.c 4009 Py_ssize_t missing = 0; local
4034 Py_ssize_t missing = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar 
  /external/libxml2/
relaxng.c 5736 int missing = 0; local
5856 int missing = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 

Completed in 1872 milliseconds

12 3 4 5 6 7 8 91011>>