Home
last modified time | relevance | path

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

12345

/external/llvm-project/lld/test/ELF/Inputs/
Dsymbol-ordering-file-warnings2.s2 .global missing symbol
3 missing: label
/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py30 missing = lambda x: start if x > maxx else total function
33 missing = lambda x: start if x < minx else total function
/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.java88 Set<String> missing = new TreeSet<>(keys1); in findFirstDifference() local
DGetLanguageData.java65 final double missing = 0.75 * territoryPop - langPop; in findSuspectData() local
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc396 MSSymbolServerConverter::LocatePEFile(const MissingSymbolInfo &missing, in LocatePEFile()
403 MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, in LocateSymbolFile()
489 const MissingSymbolInfo &missing,
637 const MissingSymbolInfo &missing,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java187 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java190 LinkedHashSet<String> missing = new LinkedHashSet(KeyTypeData.getBcp47Keys()); in testBasic() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt105 private fun missing(): Nothing { in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
/external/python/pybind11/tools/
Dmake_changelog.py31 missing = [] variable
/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java355 Set<String> missing = new TreeSet<>(codeToStatus.keySet()); in show() local
424 Set<AttributeValueSpec> missing = new TreeSet<>(); in oldTestSingleFile() local
437 Set<AttributeValueSpec> missing = new LinkedHashSet<>(); in oldTestCoreValidity() 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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelSelectStressTest.kt35 val missing = ArrayList<Int>() in <lambda>() constant
/external/tensorflow/tensorflow/core/kernels/
Dreshape_op.h84 const int64 missing = input_num_elements / product; in Compute() local
/external/rust/crates/syn/tests/repo/
Dmod.rs88 let mut missing = String::new(); in clone_rust() localVariable
/external/cldr/tools/java/org/unicode/cldr/util/
DDayPeriodsCheck.java49 Set<ULocale> missing = new TreeSet<>(); in main() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreshape_op.cc94 const int64 missing = input_num_elements / product; in Compile() local
/external/autotest/server/site_tests/tast/
Dtast.py530 def _get_failure_message(self, failed, missing): argument
634 def _record_missing_tests(self, missing): argument
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp132 std::string missing; in checkSupport() local
156 std::string missing; in checkSupport() local
/external/guice/core/test/com/google/inject/
DErrorHandlingTest.java74 static List<String> missing = null; field in ErrorHandlingTest
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py581 def print_all_configs(configs, missing, warning): argument

12345