| /external/icu/icu4c/source/test/cintltst/ |
| callcoll.c | 232 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { 248 uiter_setString(&sIter, source, sLen); 270 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result) 276 uint32_t sLen = u_strlen(source); 285 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); 288 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1)); 290 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1); 293 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1)); 296 uiter_setString(&sIter, source, sLen); 300 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)) 870 UChar source [100]; local 1108 UChar source[][4] = local [all...] |
| cnormtst.c | 175 UChar *source=NULL; local 181 source=CharsToUChars(cases[x][0]); 182 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status); 183 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2); 193 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, UPRV_LENGTHOF(result), &status); 196 modeStrings[mode], austrdup(source), myErrorName(status)); 200 length2=unorm_normalize(source, -1, mode, 0, result, UPRV_LENGTHOF(result), &status); 203 modeStrings[mode], austrdup(source), myErrorName(status)) [all...] |
| ncnvtst.c | 44 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 46 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, 49 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 51 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 681 const char* source=(const char*)input1; local 1796 const char *source, *sourceLimit; local [all...] |
| usrchtst.c | 2899 UChar source[] = local 2910 UChar source[] = local 2920 UChar source[] = { 0x00c9, 0x0000, 0x0041 }; local [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| numberformat2test.cpp | 3072 double source; local [all...] |
| tmsgfmt.cpp | 1120 UnicodeString source = "abc =sep= def"; local [all...] |
| transrt.cpp | 597 logFails("Source-Target, irrelevants"); 600 logFails("Target-Source, irrelevants"); 640 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); 655 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2); 660 parent->logln("Checking that all source characters convert to target - Singles"); 681 logWrongScript("Source-Target", srcStr, targ); 696 logNotCanonical("Source-Target", srcStr, targ,cs2, targ2); 700 parent->logln("Checking that all source characters convert to target - Doubles"); 731 logWrongScript("Source-Target", srcStr, targ); 744 logNotCanonical("Source-Target", srcStr, targ, cs2,targ2) 1063 UnicodeString source; local [all...] |
| /external/icu/icu4c/source/tools/genrb/ |
| wrtxml.cpp | 594 static const char *source = "<source>"; variable 595 static const char *close_source = "</source>\n"; 601 static const char *bin_source = "<bin-source>\n"; 602 static const char *close_bin_source = "</bin-source>\n"; 632 write_utf8_file(out, UnicodeString(source)); 664 write_utf8_file(out, UnicodeString(source)); 750 write_utf8_file(out, UnicodeString(source)); 781 write_utf8_file(out, UnicodeString(source)); 1013 const char* fileStart = "<file xml:space = \"preserve\" source-language = \"" [all...] |
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationRegressionTest.java | 12 * Source File: $ICU4CRoot/source/test/intltest/regcoll.cpp 169 String source = tests[i]; local 186 logln(source); 189 compareResult = c.compare(source, target); 196 sourceKey = c.getCollationKey(source); 198 errln("Couldn't get collationKey for source"); 210 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); 214 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, 239 logln(msg1 + source + msg2 + target + msg3 + sResult) [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
| TestCharsetDetector.java | 162 "Sure would be nice if our source could contain Unicode directly!"; 183 String source = local 187 byte[] beBytes = source.getBytes("UnicodeBig"); 188 byte[] leBytes = source.getBytes("UnicodeLittle"); [all...] |
| /external/iproute2/include/linux/ |
| tcp.h | 25 __be16 source; member in struct:tcphdr
|
| /external/iproute2/include/netinet/ |
| tcp.h | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 65 u_int16_t th_sport; /* source port */ 92 u_int16_t source; member in struct:tcphdr
|
| /external/iputils/ |
| arping.c | 79 char *source; variable 120 "Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination\n" 135 " -s source : source ip address\n" 1047 source = optarg; 1114 if (source && inet_aton(source, &src) != 1) { 1115 fprintf(stderr, "arping: invalid source %s\n", source); 1200 fprintf(stderr, "arping: no source address in not-DAD mode\n") [all...] |
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSIncoming.java | 186 InetAddress source = packet.getAddress(); local 209 DNSRecord rec = this.readAnswer(source); 219 DNSRecord rec = this.readAnswer(source); 229 DNSRecord rec = this.readAnswer(source); 282 private DNSRecord readAnswer(InetAddress source) { 434 rec.setRecordSource(source);
|
| /external/kernel-headers/original/uapi/linux/ |
| media.h | 276 struct media_pad_desc source; member in struct:media_link_desc
|
| tcp.h | 25 __be16 source; member in struct:tcphdr
|
| /external/libpcap/msdos/ |
| pktdrvr.c | 238 "Source hit"
1366 UCHAR *source; \/* source pointer for copy *\/ local [all...] |
| /external/libxml2/ |
| xinclude.c | 58 xmlNodePtr ref; /* the node making the reference in the source */ 67 xmlDocPtr doc; /* the source document */ 805 xmlDocPtr source, xmlNodePtr elem); 811 * @source: the document source 819 xmlDocPtr source, xmlNodePtr elem) { 822 if ((ctxt == NULL) || (target == NULL) || (source == NULL) || 828 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children); 838 * @source: the document source 1344 xmlDtdPtr target, source; local [all...] |
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| radeon_pair_schedule.c | 465 * their source registers read from before any of the 469 * to one of the committed instruction's source register can be 546 /* If free_source < 0 then there are no free source 568 * source is already in the correct place. */ 573 * presubtract source in the correct place. */ 575 /*If this arg does not read from an rgb source, 582 if (dst_full->RGB.Arg[arg].Source == srcp_src) 583 dst_full->RGB.Arg[arg].Source = free_source; 587 else if(dst_full->RGB.Arg[arg].Source == free_source 589 dst_full->RGB.Arg[arg].Source = srcp_src 633 int source; local [all...] |
| /external/mesa3d/src/glx/ |
| glxcmds.c | 506 ** Copy the source context to the destination context using the 513 struct glx_context *source = (struct glx_context *) source_user; local 520 if(apple_glx_copy_context(gc->driContext, source->driContext, dest->driContext, 543 ** If the source is the current context, send its tag so that the context 546 if (source == gc && dpy == gc->currentDpy) { 558 req->source = source ? source->xid : None; [all...] |
| /external/mesa3d/src/mesa/state_tracker/ |
| st_cb_drawpixels.c | 540 pixels, /* data source */ 887 const GLvoid *source = _mesa_image_address2d(&clippedUnpack, pixels, local 892 type, source, &clippedUnpack, 901 (1 << 24) - 1, type, source, [all...] |
| /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
| JavaApiConverterTest.java | 663 final Buffer source = new Buffer().writeUtf8(bodyText); local 664 final long contentLength = source.size(); 674 @Override public BufferedSource source() { method in class:JavaApiConverterTest 675 return source;
|
| /external/openssh/ |
| scp.c | 21 * Redistribution and use in source and binary forms, with or without 24 * 1. Redistributions of source code must retain the above copyright 48 * Redistribution and use in source and binary forms, with or without 51 * 1. Redistributions of source code must retain the above copyright 364 void source(int, char *[]); 493 source(argc, argv); 686 source(1, argv + i); 745 source(int argc, char **argv) function 899 source(1, vect);
|
| /external/pdfium/third_party/freetype/include/freetype/ |
| ftimage.h | 1010 const void* source; member in struct:FT_Raster_Params_ [all...] |
| /external/ppp/pppd/ |
| options.c | 6 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 86 const char *source; member in struct:option_value 672 opt->name, optopt, mainopt->source); 801 ovp->source = option_source; 829 mainopt->source = option_source; 839 * and source of the option value. Otherwise returns 0. 842 override_value(option, priority, source) 845 const char *source; 857 opt->source = source [all...] |