Home
last modified time | relevance | path

Searched refs:mloc (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/
Dddr_spd.h63 unsigned char mloc; /* 72 Manufacturing Location */ member
166 unsigned char mloc; /* 72 Manufacturing Location */ member
271 unsigned char mloc; /* 119 Mfg Location */ member
486 uint8_t mloc; /* 322 Mfg Location */ member
Dspd.h66 unsigned char mloc; /* 72 Manufacturing Location */ member
/external/u-boot/drivers/ddr/fsl/
Dinteractive.c1009 printf("%-3d : %02x %s\n", 72, spd->mloc, in ddr1_spd_dump()
1201 printf("%-3d : %02x %s\n", 72, spd->mloc, in ddr2_spd_dump()
1387 PRINT_NXS(119, spd->mloc, "Mfg Location"); in ddr3_spd_dump()
1658 PRINT_NXS(322, spd->mloc, "Mfg Location"); in ddr4_spd_dump()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2421 UnicodeString pat, tok, mloc, str, out, where, currAmt; in TestCases() local
2510 mloc = tok; in TestCases()
2514 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases()
2516 errln("FAIL: " + where + "Loc \"" + mloc + "\": " + u_errorName(ec)); in TestCases()
2524 …errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureF… in TestCases()
2535 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()
2546 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
/external/flatbuffers/tests/
Dtest.cpp178 auto mloc = CreateMonster(builder, &vec, 150, 80, name, inventory, Color_Blue, in CreateFlatBufferTest() local
187 FinishMonsterBuffer(builder, mloc); in CreateFlatBufferTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java2089 String pat = null, str = null, mloc = null; in TestCases() local
2213 mloc = tok; in TestCases()
2214 ULocale l = new ULocale(mloc); in TestCases()
2233 … assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()
2237 … assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2086 String pat = null, str = null, mloc = null; in TestCases() local
2210 mloc = tok; in TestCases()
2211 ULocale l = new ULocale(mloc); in TestCases()
2230 … assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")", in TestCases()
2234 … assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")", in TestCases()