Home
last modified time | relevance | path

Searched refs:NOT_AVAILABLE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-exynos/
Dexynos5_setup.h14 #define NOT_AVAILABLE 0 macro
452 #define DPLL_CON1_VAL (NOT_AVAILABLE)
466 #define RPLL_CON1_VAL NOT_AVAILABLE
467 #define RPLL_CON2_VAL NOT_AVAILABLE
473 #define SPLL_CON1_VAL NOT_AVAILABLE
476 #define IPLL_CON1_VAL NOT_AVAILABLE
479 #define KPLL_CON1_VAL NOT_AVAILABLE
482 #define CLK_SRC_ISP_VAL NOT_AVAILABLE
489 #define CLK_DIV_FSYS1_VAL NOT_AVAILABLE
490 #define CLK_DIV_FSYS2_VAL NOT_AVAILABLE
[all …]
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsDeqpTestCases-trimmed.txt19 …: Waiting for device chromeos4-row6-rack11-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
23 …: Waiting for device chromeos4-row6-rack11-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
26 …: Waiting for device chromeos4-row6-rack11-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
29 …: Waiting for device chromeos4-row6-rack11-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
DCtsSecurityTestCases.txt121 …r: Waiting for device chromeos2-row4-rack7-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
125 …r: Waiting for device chromeos2-row4-rack7-host11:22 to be ONLINE; it is currently NOT_AVAILABLE...
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPlurals.java34 …private static final String NOT_AVAILABLE = "<i>Not available.<br>Please <a target='_blank' href='… field in ShowPlurals
167 String sample = counts.size() == 1 ? NO_PLURAL_DIFFERENCES : NOT_AVAILABLE; in printPluralTable()
208 …urals(PluralType.cardinal, locale).getCounts().size() == 1 ? NO_PLURAL_DIFFERENCES : NOT_AVAILABLE; in printPluralTable()