Home
last modified time | relevance | path

Searched defs:missing (Results 1 – 25 of 85) sorted by relevance

1234

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py27 missing = lambda x: start if x > maxx else total function
30 missing = lambda x: start if x < minx else total function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java78 Set<AttributeValueSpec> missing = new TreeSet<>(); in TestSingleFile() local
91 Set<AttributeValueSpec> missing = new LinkedHashSet<>(); in TestCoreValidity() local
DStandardCodesTest.java26 EnumSet<Organization> missing = EnumSet.noneOf(Organization.class); in TestCoverage() local
DTestBcp47Numbers.java74 Map<String, String> missing = new TreeMap<String, String>( in TestScripts() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DVerifyAttributeValues.java63 private final Set<AttributeValueSpec> missing; field in VerifyAttributeValues
65 …yAttributeValues(String fileName, Errors file_element_attribute, Set<AttributeValueSpec> missing) { in VerifyAttributeValues()
77 public static void check(String fileName, Errors errors, Set<AttributeValueSpec> missing) { in check()
DCLDRFormat.java89 Set<String> missing = new TreeSet<String>(keys1); in findFirstDifference() local
DGetLanguageData.java65 final double missing = 0.75 * territoryPop - langPop; in findSuspectData() local
DMisc.java966 Set<String> missing = new TreeSet<String>(); in getCities() local
1078 Set<String> missing = new TreeSet<String>(codes); in printSupplementalData() local
1100 Set<String>[] missing = new Set[2]; in printTimezonesToLocalize() local
1158 Map<String, Set<String>> zone_countrySet, Set<String>[] missing) { in printWorldTimezoneCategorization()
1205 private static String getName(CLDRFile localization, String key, Set<String>[] missing) { in getName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java189 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java186 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic() local
/external/python/cpython3/Lib/distutils/
Ddep_util.py54 def newer_group (sources, target, missing='error'): argument
/external/python/cpython2/Lib/distutils/
Ddep_util.py52 def newer_group(sources, target, missing='error'): argument
/external/tensorflow/tensorflow/compiler/jit/
Dtest_util.cc46 std::vector<string> missing; in ShapeAnnotationsMatch() local
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc341 MSSymbolServerConverter::LocatePEFile(const MissingSymbolInfo &missing, in LocatePEFile()
348 MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, in LocateSymbolFile()
433 const MissingSymbolInfo &missing, in LocateAndConvertSymbolFile()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreshape_op.cc77 const int64 missing = input_shape.num_elements() / product; in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dreshape_op.h69 const int64 missing = input.NumElements() / product; in Compute() local
Dreshape_util.cc86 const int64 missing = dense_size / product; in Reshape() local
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodsCheck.java49 Set<ULocale> missing = new TreeSet<>(); in main() local
/external/autotest/server/site_tests/tast/
Dtast.py391 def _get_failure_message(self, failed, missing): argument
495 def _record_missing_tests(self, missing): argument
/external/guice/core/test/com/google/inject/
DErrorHandlingTest.java74 static List<String> missing = null; field in ErrorHandlingTest
/external/cldr/tools/java/org/unicode/cldr/draft/
DGenerateLanguageData.java127 Set<String> missing = new TreeSet<>(info.getLanguages()); in run() local
/external/skia/tools/bookmaker/
DselfCheck.cpp124 for (auto missing : reported) { in checkRelatedFunctions() local
/external/jemalloc_new/test/unit/
Dckh.c28 const char *missing = "A string not in the hash table."; in TEST_BEGIN() local
/external/jemalloc/test/unit/
Dckh.c30 const char *missing = "A string not in the hash table."; in TEST_BEGIN() local
/external/skqp/tools/bookmaker/
DselfCheck.cpp124 for (auto missing : reported) { in checkRelatedFunctions() local

1234