Searched refs:DATA (Results 51 - 75 of 227) sorted by relevance

12345678910

/external/icu4c/test/intltest/
H A Dtranstst.h70 const char* DATA[], int32_t DATA_length);
H A Dnumrgts.cpp1835 UnicodeString DATA [] = { local
1847 DecimalFormat *df = new DecimalFormat(DATA[i], status);
1851 if (result != DATA[i+1]) {
1852 errln("Fail: 1.2 x " + DATA[i] + " = " + result +
1853 "; want " + DATA[i+1]);
1856 logln("Ok: 1.2 x " + DATA[i] + " = " + result);
2217 const char* DATA[] = { local
2228 int DATA_length = (int)(sizeof(DATA) / sizeof(DATA[0]));
2232 DecimalFormat df(DATA[
2250 const char* DATA[] = { local
2483 int32_t DATA[] = { INT32_MIN, INT32_MAX, -100000000, 100000000 }; local
[all...]
H A Dtransapi.cpp852 void TransliteratorAPITest::keyboardAux(Transliterator *t, UnicodeString DATA[], UnicodeString& s, int32_t begin, int32_t end) { argument
857 if (DATA[i+0] != "") {
858 log = s + " + " + DATA[i] + " -> ";
859 index.contextStart=getInt(DATA[i+2]);
860 index.contextLimit=index.limit=getInt(DATA[i+3]);
861 index.start=getInt(DATA[i+4]);
862 t->transliterate(s, index, DATA[i+0], status);
871 displayOutput(s, DATA[i+1], log, index);
H A Dusettest.cpp882 static const char* const DATA[] = { local
1061 static const int32_t DATA_LEN = sizeof(DATA)/sizeof(DATA[0]);
1064 expectContainment(UnicodeString(DATA[i], -1, US_INV), CharsToUnicodeString(DATA[i+1]),
1065 CharsToUnicodeString(DATA[i+2]));
1209 const char* DATA[] = { local
1284 for (int32_t i=0; DATA[i]!=NULL; i+=3) {
1285 int32_t selector = DATA[i][0];
1286 UnicodeString pat(DATA[
1459 const UChar32 DATA[] = { local
1634 const char* DATA[] = { local
1695 const char* DATA[] = { local
[all...]
H A Dmsfmrgts.cpp925 UnicodeString DATA [] = { local
935 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status);
941 if (out != DATA[i+1+j])
942 errln("Fail: Pattern \"" + DATA[i] + "\" x "+j+" -> " +
943 out + "; want \"" + DATA[i+1+j] + "\"");
951 errln("Fail: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + "\"");
953 logln("Ok: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + "\"");
956 errln("Fail: Pattern \"" + DATA[i] + "\" -> " + e);
H A Ddtfmttst.cpp604 const char* DATA[] = { local
613 expect(DATA, ARRAY_SIZE(DATA), Locale("en", "", ""));
1225 UnicodeString DATA [] = { local
1237 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
1240 DateFormat *fmt = new SimpleDateFormat(DATA[i+2], Locale::getEnglish(), status);
1248 logln(DATA[i] + result);
1249 if (result != DATA[i+1])
1250 errln("FAIL: Expected " + DATA[
1391 const char* DATA[] = { local
1437 const char* DATA[] = { local
1458 const char* DATA[] = { local
3562 const char* DATA[] = { local
[all...]
/external/libffi/src/pa/
H A Dhpux32.S34 .IMPORT $global$,DATA
36 .SUBSPA $DATA$
301 .SUBSPA $DATA$
304 .EXPORT _GLOBAL__F_ffi_call_pa32,DATA
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp1831 UnicodeString DATA [] = { local
1843 DecimalFormat *df = new DecimalFormat(DATA[i], status);
1847 if (result != DATA[i+1]) {
1848 errln("Fail: 1.2 x " + DATA[i] + " = " + result +
1849 "; want " + DATA[i+1]);
1852 logln("Ok: 1.2 x " + DATA[i] + " = " + result);
2213 const char* DATA[] = { local
2224 int DATA_length = (int)(sizeof(DATA) / sizeof(DATA[0]));
2228 DecimalFormat df(DATA[
2246 const char* DATA[] = { local
2479 int32_t DATA[] = { INT32_MIN, INT32_MAX, -100000000, 100000000 }; local
[all...]
H A Dtransapi.cpp852 void TransliteratorAPITest::keyboardAux(Transliterator *t, UnicodeString DATA[], UnicodeString& s, int32_t begin, int32_t end) { argument
857 if (DATA[i+0] != "") {
858 log = s + " + " + DATA[i] + " -> ";
859 index.contextStart=getInt(DATA[i+2]);
860 index.contextLimit=index.limit=getInt(DATA[i+3]);
861 index.start=getInt(DATA[i+4]);
862 t->transliterate(s, index, DATA[i+0], status);
871 displayOutput(s, DATA[i+1], log, index);
H A Dusettest.cpp882 static const char* const DATA[] = { local
1061 static const int32_t DATA_LEN = sizeof(DATA)/sizeof(DATA[0]);
1064 expectContainment(UnicodeString(DATA[i], -1, US_INV), CharsToUnicodeString(DATA[i+1]),
1065 CharsToUnicodeString(DATA[i+2]));
1209 const char* DATA[] = { local
1284 for (int32_t i=0; DATA[i]!=NULL; i+=3) {
1285 int32_t selector = DATA[i][0];
1286 UnicodeString pat(DATA[
1459 const UChar32 DATA[] = { local
1634 const char* DATA[] = { local
1695 const char* DATA[] = { local
[all...]
H A Dmsfmrgts.cpp914 UnicodeString DATA [] = { local
924 ChoiceFormat *cf = new ChoiceFormat(DATA[i], status);
930 if (out != DATA[i+1+j])
931 errln("Fail: Pattern \"" + DATA[i] + "\" x "+j+" -> " +
932 out + "; want \"" + DATA[i+1+j] + '"');
940 errln("Fail: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + '"');
942 logln("Ok: Pattern \"" + DATA[i] + "\" x toPattern -> \"" + pat + '"');
945 errln("Fail: Pattern \"" + DATA[i] + "\" -> " + e);
/external/chromium/android/
H A DgenerateAndroidForwardingHeader.pl20 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
49 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
/external/chromium_org/third_party/codesighs/
H A Dmaptsvdifftool.c145 DATA enumerator in enum:__enum_SegmentClass
419 SegmentClass segmentClass = DATA;
427 else if(0 == strcmp(segClass, "DATA"))
429 segmentClass = DATA;
613 else if(DATA == segmentClass)
630 else if(DATA == segmentClass)
885 else if(DATA == theSegment->mClass)
900 else if(DATA == theSegment->mClass)
993 else if(DATA == theSegment->mClass)
995 segmentType = "DATA";
[all...]
H A Dcodesighs.c125 static Switch gMatchClass = {"--match-class", "-mcla", 1, NULL, "Only consider classes that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify a range of classes," DESC_NEWLINE "though CODE and DATA are your only choices."};
178 DATA enumerator in enum:__enum_SegmentClass
279 if(0 == strcmp(segClass, "DATA"))
281 segmentClass = DATA;
463 else if(DATA == segmentClass)
523 else if(DATA == segmentClass)
/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js140 for (var i=0; i<DATA.length; i++) {
141 var s = DATA[i];
/external/smali/deodexerant/
H A DAndroid.mk25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/iputils/
H A Dtftpd.c27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
366 dp->th_opcode = htons((u_short)DATA);
455 if (dp->th_opcode == DATA) {
486 dp->th_opcode == DATA && /* and got a data block */
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb28 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A DInFilesCompiler.pm20 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
143 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
/external/tremolo/Tremolo/
H A Dfloor1LARM.s29 @ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/ceres-solver/jni/
H A DApplication.mk23 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dfloatnum.pxi20 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
H A Dvalue.pxi20 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/external/chromium_org/v8/tools/gcmole/
H A Dgccause.lua23 -- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h394 template <typename LOC, typename DATA>
397 const DATA *d);

Completed in 1832 milliseconds

12345678910