Searched defs:full (Results 51 - 75 of 99) sorted by relevance

1234

/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1842 * general categories, for the full possible set of extended names.
3354 const UChar *full, int32_t fullLength,
3370 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) {
3412 UChar full[32]; local
3445 count=u_parseString(fields[2][0], full, 32, (uint32_t *)&simple, pErrorCode);
3452 if(count==0 || count>2 || (count==2 && U16_IS_SINGLE(full[1]))) {
3486 u_memcpy(pData->prevFull, full, count);
3495 u_memcpy(pData->prevFull, full, count);
3506 testFold(c, which, simple, simple, full, count, full, coun
3352 testFold(UChar32 c, int which, UChar32 simple, UChar32 turkic, const UChar *full, int32_t fullLength, const UChar *turkicFull, int32_t turkicFullLength) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp169 UBool full; member in class:LegalGreek
171 LegalGreek(UBool _full) { full = _full; }
187 if (full == FALSE) {
1635 /* "full test" */
H A Ddtfmttst.cpp250 * Instantiate a SimpleDateFormat set up to produce a full time
987 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local
988 if(full==NULL) {
1019 full->format(when, format);
1036 delete full;
1280 UnicodeString("full format: "), UnicodeString("Friday, April 4, 1997 11:00:00 o'clock PM GMT"),
1399 DateFormat *date=0, *time=0, *full=0; local
1420 /* Create a full format for output */
1421 full = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull,
1423 if (full
2403 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local
2502 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local
2532 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local
[all...]
H A Dnumfmtst.cpp3206 LocalPointer<NumberFormat> full(NumberFormat::createInstance(loc, k, status));
3214 if (full.isNull() || U_FAILURE(status)) {
3221 full->format(number, result1, status);
3227 full->parse(result1, formattable, status);
3245 NumberFormat *full = NumberFormat::createInstance(loc, status); local
3246 if (full == NULL || U_FAILURE(status)) {
3251 full->format(now, result1, status);
3252 Format *fullClone = full->clone();
3253 delete full;
3254 full
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java985 // If we have full matches, return the longest one.
3765 * match all except 'a', 'A', 'b', and 'B'. This performs a full
3771 * full case folding strings for the code points, and reduces strings of
3772 * the original set to their full case folding equivalents.
3775 * in regular expressions. The full code point case closure allows checking of
3811 // add the result of a full case mapping to the set
3813 private static final void addCaseMapping(UnicodeSet set, int result, StringBuilder full) { argument
3819 // add a string case mapping from full with length result
3820 set.add(full.toString());
3821 full
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4943 StrT full() const {return first + second;} function in struct:__cxxabiv1::__anon10305::string_pair
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp547 void SIScheduleBlock::printDebug(bool full) { argument
549 if (!full)
/external/lz4/lib/
H A Dlz4.c387 typedef enum { full = 0, partial = 1 } earlyEnd_directive; enumerator in enum:__anon13948
1096 int partialDecoding, /* full, partial */
1253 return LZ4_decompress_generic(source, dest, compressedSize, maxDecompressedSize, endOnInputSize, full, 0, noDict, (BYTE*)dest, NULL, 0);
1263 return LZ4_decompress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)(dest - 64 KB), NULL, 64 KB);
1317 endOnInputSize, full, 0,
1326 endOnInputSize, full, 0,
1343 endOnOutputSize, full, 0,
1352 endOnOutputSize, full, 0,
1373 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest, NULL, 0);
1376 return LZ4_decompress_generic(source, dest, compressedSize, maxOutputSize, safe, full,
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc179 void SplitStringToIteratorUsing(const string& full, argument
185 const char* p = full.data();
186 const char* end = p + full.size();
200 begin_index = full.find_first_not_of(delim);
202 end_index = full.find_first_of(delim, begin_index);
204 *result++ = full.substr(begin_index);
207 *result++ = full.substr(begin_index, (end_index - begin_index));
208 begin_index = full.find_first_not_of(delim, end_index);
212 void SplitStringUsing(const string& full, argument
216 SplitStringToIteratorUsing(full, deli
232 SplitStringToIteratorAllowEmpty(const StringType& full, const char* delim, int pieces, ITR& result) argument
251 SplitStringAllowEmpty(const string& full, const char* delim, vector<string>* result) argument
[all...]
/external/icu/icu4c/source/common/
H A Duresbund.cpp1772 Like res_getTableItemByKey but accepts full paths like "NumberElements/latn/patternsShort".
2519 char full[1024] = ""; local
2642 uprv_strcpy(full, parent);
2643 if(*full == 0) {
2644 uprv_strcpy(full, "root");
2647 if(uprv_strlen(defLoc) > uprv_strlen(full)) {
2653 path?path:"ICUDATA", full);
2660 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2662 uprv_strcpy(defLoc, full);
2667 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full);
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp488 // arguments. 'full' will go to true when enough args have been seen. If we loop
493 bool full = false; local
503 if (full)
506 full = true;
/external/toybox/toys/pending/
H A Dxzcat.c57 * there is no new input available, or the output buffer is full while at
863 * case where the output buffer is full and the next filter has no
900 * We have unfiltered data in temp. If the output buffer isn't full
1206 * start <= pos <= full <= end
1227 * How full dictionary is. This is used to detect corrupt input that
1230 size_t full; member in struct:dictionary
1240 * together with "full" to detect corrupt input that would make us
1450 dict->full = 0;
1481 return dict->full > 0 ? dict->buf[offset] : 0;
1491 if (dict->full < dic
[all...]
/external/valgrind/callgrind/
H A Dglobal.h321 * To get a unique number for a full execution context, use
472 * we only need a subset of a full thread state:
663 EventSet *base, *full; member in struct:event_sets
666 #define fullOffset(group) (CLG_(sets).full->offset[group])
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1505 int full)
1518 if (match_len > len || (full && match_len != len))
1529 return 1; /* full label match completes suffix match */
1537 static int tls_match_suffix(X509 *cert, const char *match, int full) argument
1551 full ? "": "suffix ", match);
1564 gen->d.dNSName->length, match, full) ==
1567 full ? "Match" : "Suffix match");
1596 if (domain_suffix_match(cn->data, cn->length, match, full) == 1)
1599 full ? "Match" : "Suffix match");
1605 full
1504 domain_suffix_match(const u8 *val, size_t len, const char *match, int full) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1505 int full)
1518 if (match_len > len || (full && match_len != len))
1529 return 1; /* full label match completes suffix match */
1537 static int tls_match_suffix(X509 *cert, const char *match, int full) argument
1551 full ? "": "suffix ", match);
1564 gen->d.dNSName->length, match, full) ==
1567 full ? "Match" : "Suffix match");
1596 if (domain_suffix_match(cn->data, cn->length, match, full) == 1)
1599 full ? "Match" : "Suffix match");
1605 full
1504 domain_suffix_match(const u8 *val, size_t len, const char *match, int full) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1505 int full)
1518 if (match_len > len || (full && match_len != len))
1529 return 1; /* full label match completes suffix match */
1537 static int tls_match_suffix(X509 *cert, const char *match, int full) argument
1551 full ? "": "suffix ", match);
1564 gen->d.dNSName->length, match, full) ==
1567 full ? "Match" : "Suffix match");
1596 if (domain_suffix_match(cn->data, cn->length, match, full) == 1)
1599 full ? "Match" : "Suffix match");
1605 full
1504 domain_suffix_match(const u8 *val, size_t len, const char *match, int full) argument
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c3378 static int index_file(int argc, const char **argv, int full) { argument
3401 if (full)
3408 if (full) {
4246 " c-index-test -index-file-full [-check-prefix=<FileCheck prefix>] <compiler arguments>\n"
4319 return index_file(argc - 2, argv + 2, /*full=*/0);
4320 if (argc > 2 && strcmp(argv[1], "-index-file-full") == 0)
4321 return index_file(argc - 2, argv + 2, /*full=*/1);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1352 static void show_IE_page(unsigned char *resp, int len, int full) argument
1363 if (full)
1374 if (full)
1378 if (full)
1390 } else if (full) {
2590 "output file probably full, seek=%d ",
2807 printf("[full version=0x%02x]\n",
4777 /* we rely on rand() giving full range of int */
5262 intfield(pagestart + 2, 1, "Buffer full ratio");
6671 "output file probably full, see
[all...]
/external/emma/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c37 static bool upb_isident(const char *str, size_t len, bool full, upb_status *s) { argument
43 if (start || !full) {
7729 /* We hit end-of-buffer before we could parse a full value.
8714 /* Call to indicate the start of delimited region for which the full length is
10186 * we have to wait for the next escape to get the full code point). */
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c38 static bool upb_isident(const char *str, size_t len, bool full, upb_status *s) { argument
44 if (start || !full) {
97 /* No '.' in the name, return the full string. */
8441 /* We hit end-of-buffer before we could parse a full value.
9425 /* Call to indicate the start of delimited region for which the full length is
10882 * we have to wait for the next escape to get the full code point). */
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js733 // check for full engine support (use string 'subarray' to avoid closure compiler confusion)
1038 var full = base + '/' + relative; variable
1039 var parts = full.split('/').reverse();
2450 var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"No message of desired type",36:"Identifier removed",37:"Channel number out of range",38:"Level 2 not synchronized",39:"Level 3 halted",40:"Level 3 reset",41:"Link number out of range",42:"Protocol driver not attached",43:"No CSI structure available",44:"Level 2 halted",45:"Deadlock condition",46:"No record locks available",50:"Invalid exchange",51:"Invalid request descriptor",52:"Exchange full",53:"No anode",54:"Invalid request code",55:"Invalid slot",56:"File locking deadlock error",57:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",74:"Multihop attempted",75:"Inode is remote (not really error)",76:"Cross mount point (not really error)",77:"Trying to read unreadable message",79:"Inappropriate file type or format",80:"Given log. name not unique",81:"f.d. invalid for this operation",82:"Remote address changed",83:"Can\t access a needed shared lib",84:"Accessing a corrupted shared lib",85:".lib section in a.out corrupted",86:"Attempting to link in too many libs",87:"Attempting to exec a shared library",88:"Function not implemented",89:"No more files",90:"Directory not empty",91:"File or path name too long",92:"Too many symbolic links",95:"Operation not supported on transport endpoint",96:"Protocol family not supported",104:"Connection reset by peer",105:"No buffer space available",106:"Address family not supported by protocol family",107:"Protocol wrong type for socket",108:"Socket operation on non-socket",109:"Protocol not available",110:"Can't send after socket shutdown",111:"Connection refused",112:"Address already in use",113:"Connection aborted",114:"Network is unreachable",115:"Network interface is not configured",116:"Connection timed out",117:"Host is down",118:"Host is unreachable",119:"Connection already in progress",120:"Socket already connected",121:"Destination address required",122:"Message too long",123:"Unknown protocol",124:"Socket type not supported",125:"Address not available",126:"ENETRESET",127:"Socket is already connected",128:"Socket is not connected",129:"TOOMANYREFS",130:"EPROCLIM",131:"EUSERS",132:"EDQUOT",133:"ESTALE",134:"Not supported",135:"No medium (in tape drive)",136:"No such host or network path",137:"Filename exists with different case",138:"EILSEQ",139:"Value too large for defined data type",140:"Operation canceled",141:"State not recoverable",142:"Previous owner died",143:"Streams pipe error"};function _strerror_r(errnum, strerrbuf, buflen) {
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 5217 milliseconds

1234