/external/webkit/WebKit/android/nav/ |
D | SelectText.cpp | 627 int checkFlipRect(const SkIRect& full, int fullBase) { in checkFlipRect() argument 635 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase, in checkFlipRect() 640 if (baseLinesAgree(mStart, mStartBase, full, fullBase) in checkFlipRect() 641 && full.fLeft < mStart.fLeft) { in checkFlipRect() 647 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase, in checkFlipRect() 650 mStartExtra.join(full); in checkFlipRect() 654 if (baseLinesAgree(mEnd, mEndBase, full, fullBase) in checkFlipRect() 655 && full.fRight > mEnd.fRight) { in checkFlipRect() 661 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase, in checkFlipRect() 664 mEndExtra.join(full); in checkFlipRect() [all …]
|
/external/chromium/net/tools/flip_server/ |
D | split.cc | 15 void SplitStringPieceToVector(const base::StringPiece& full, in SplitStringPieceToVector() argument 20 if (full.size() == 0 || delim[0] == '\0') in SplitStringPieceToVector() 24 base::StringPiece::const_iterator s = full.begin(); in SplitStringPieceToVector() 26 for (;e != full.end(); ++e) { in SplitStringPieceToVector() 42 base::StringPiece::const_iterator s = full.begin(); in SplitStringPieceToVector() 44 for (;e != full.end(); ++e) { in SplitStringPieceToVector()
|
/external/chromium/third_party/icu/source/common/ |
D | ucase.c | 1059 int32_t full; in ucase_toFullLower() local 1168 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 1169 full&=UCASE_FULL_LOWER; in ucase_toFullLower() 1170 if(full!=0) { in ucase_toFullLower() 1175 return full; in ucase_toFullLower() 1203 int32_t full, idx; in toUpperOrTitle() local 1239 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() 1245 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle() 1246 full>>=4; in toUpperOrTitle() 1247 pe+=full&0xf; in toUpperOrTitle() [all …]
|
D | uresbund.c | 2220 char full[1024] = ""; in ures_getFunctionalEquivalent() local 2343 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent() 2344 if(*full == 0) { in ures_getFunctionalEquivalent() 2345 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent() 2348 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent() 2354 path?path:"ICUDATA", full); in ures_getFunctionalEquivalent() 2361 … path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2363 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent() 2368 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full); in ures_getFunctionalEquivalent() 2385 } while(!full[0] && *found && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() [all …]
|
D | uniset_props.cpp | 1303 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument 1310 str.setTo((UBool)FALSE, full, result); in addCaseMapping() 1346 const UChar *full; in closeOver() local 1362 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1363 addCaseMapping(foldSet, result, full, str); in closeOver() 1365 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1366 addCaseMapping(foldSet, result, full, str); in closeOver() 1368 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1369 addCaseMapping(foldSet, result, full, str); in closeOver() 1371 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver() [all …]
|
/external/icu4c/common/ |
D | ucase.c | 1064 int32_t full; in ucase_toFullLower() local 1173 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 1174 full&=UCASE_FULL_LOWER; in ucase_toFullLower() 1175 if(full!=0) { in ucase_toFullLower() 1180 return full; in ucase_toFullLower() 1208 int32_t full, idx; in toUpperOrTitle() local 1244 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() 1250 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle() 1251 full>>=4; in toUpperOrTitle() 1252 pe+=full&0xf; in toUpperOrTitle() [all …]
|
D | uniset_props.cpp | 1368 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument 1375 str.setTo((UBool)FALSE, full, result); in addCaseMapping() 1411 const UChar *full; in closeOver() local 1427 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1428 addCaseMapping(foldSet, result, full, str); in closeOver() 1430 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1431 addCaseMapping(foldSet, result, full, str); in closeOver() 1433 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 1434 addCaseMapping(foldSet, result, full, str); in closeOver() 1436 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver() [all …]
|
D | uresbund.c | 2340 char full[1024] = ""; in ures_getFunctionalEquivalent() local 2463 uprv_strcpy(full, parent); in ures_getFunctionalEquivalent() 2464 if(*full == 0) { in ures_getFunctionalEquivalent() 2465 uprv_strcpy(full, "root"); in ures_getFunctionalEquivalent() 2468 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent() 2474 path?path:"ICUDATA", full); in ures_getFunctionalEquivalent() 2481 … path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2483 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent() 2488 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full); in ures_getFunctionalEquivalent() 2505 } while(!full[0] && *found && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() [all …]
|
/external/skia/src/xml/ |
D | SkJS.cpp | 116 char *path, *comp, *full; in global_resolve() local 133 full = JS_smprintf("%s/%s", comp, name); in global_resolve() 134 if (!full) { in global_resolve() 140 full = (char *)name; in global_resolve() 142 found = (access(full, X_OK) == 0); in global_resolve() 144 free(full); in global_resolve()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | compat.cpp | 110 void SplitToVector(char* full, const char* delim, vector<char*>* vec, in SplitToVector() argument 112 char* next = full; in SplitToVector() 113 while((next = strsep(&full, delim)) != NULL) { in SplitToVector() 118 if (full != NULL) { in SplitToVector() 119 vec->push_back(full); in SplitToVector()
|
/external/webkit/WebKit/win/ |
D | DefaultDownloadDelegate.cpp | 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength); in decideDestinationWithSuggestedFilename() local 122 if (!full) in decideDestinationWithSuggestedFilename() 125 _tcscpy_s(full, fullLength, pathChars); in decideDestinationWithSuggestedFilename() 126 _tcscat_s(full, fullLength, _T("\\")); in decideDestinationWithSuggestedFilename() 127 _tcscat_s(full, fullLength, filename); in decideDestinationWithSuggestedFilename() 129 fullPath.adoptBSTR(full); in decideDestinationWithSuggestedFilename()
|
/external/qemu/android/utils/ |
D | dirscanner.c | 20 char full[PATH_MAX]; \ 194 p = s->full; in dirScanner_nextFull() 195 end = p + sizeof s->full; in dirScanner_nextFull() 202 return s->full; in dirScanner_nextFull()
|
/external/bluetooth/glib/ |
D | Makefile.decl | 26 test-report perf-report full-report: ${TEST_PROGS} 31 full-report) test_options="-k -m=perf -m=slow";; \ 59 .PHONY: test test-report perf-report full-report
|
/external/chromium/third_party/icu/source/tools/gencase/ |
D | store.c | 422 int32_t length=p->caseFolding->full[0]; in setProps() 423 if(length>1 && u_strHasMoreChar32Than(p->caseFolding->full+1, length, 1)) { in setProps() 424 addUnfolding(p->code, p->caseFolding->full+1, length); in setProps() 806 UChar32 full; in fullMappingEqualsSimple() local 813 U16_NEXT(s, i, length, full); in fullMappingEqualsSimple() 818 return (UBool)(i==length && full==simple); in fullMappingEqualsSimple() 856 length=p->caseFolding->full[0]; in makeException() 867 if(p->caseFolding!=NULL && p->caseFolding->simple==0 && p->caseFolding->full[0]==0) { in makeException() 896 fullMappingEqualsSimple(p->caseFolding->full, p->caseFolding->simple, p->code) in makeException() 898 p->caseFolding->full[0]=0; in makeException() [all …]
|
D | gencase.c | 566 count=caseFoldings[caseFoldingCount].full[0]= in caseFoldingLineFn() 567 …(UChar)u_parseString(fields[2][0], caseFoldings[caseFoldingCount].full+1, 31, (uint32_t *)&caseFol… in caseFoldingLineFn() 574 if(count==0 || count>2 || (count==2 && UTF_IS_SINGLE(caseFoldings[caseFoldingCount].full[1]))) { in caseFoldingLineFn() 581 …t_addAll(caseSensitive, caseFoldings[caseFoldingCount].full+1, caseFoldings[caseFoldingCount].full… in caseFoldingLineFn() 602 …uprv_memcpy(caseFoldings[caseFoldingCount-1].full, caseFoldings[caseFoldingCount].full, 32*U_SIZEO… in caseFoldingLineFn() 615 caseFoldings[caseFoldingCount].full[0]=0; in caseFoldingLineFn()
|
/external/icu4c/tools/gencase/ |
D | store.c | 430 int32_t length=p->caseFolding->full[0]; in setProps() 431 if(length>1 && u_strHasMoreChar32Than(p->caseFolding->full+1, length, 1)) { in setProps() 432 addUnfolding(p->code, p->caseFolding->full+1, length); in setProps() 814 UChar32 full; in fullMappingEqualsSimple() local 821 U16_NEXT(s, i, length, full); in fullMappingEqualsSimple() 826 return (UBool)(i==length && full==simple); in fullMappingEqualsSimple() 865 length=p->caseFolding->full[0]; in makeException() 876 if(p->caseFolding!=NULL && p->caseFolding->simple==0 && p->caseFolding->full[0]==0) { in makeException() 905 fullMappingEqualsSimple(p->caseFolding->full, p->caseFolding->simple, p->code) in makeException() 907 p->caseFolding->full[0]=0; in makeException() [all …]
|
D | gencase.c | 568 count=caseFoldings[caseFoldingCount].full[0]= in caseFoldingLineFn() 569 …(UChar)u_parseString(fields[2][0], caseFoldings[caseFoldingCount].full+1, 31, (uint32_t *)&caseFol… in caseFoldingLineFn() 576 if(count==0 || count>2 || (count==2 && UTF_IS_SINGLE(caseFoldings[caseFoldingCount].full[1]))) { in caseFoldingLineFn() 583 …t_addAll(caseSensitive, caseFoldings[caseFoldingCount].full+1, caseFoldings[caseFoldingCount].full… in caseFoldingLineFn() 604 …uprv_memcpy(caseFoldings[caseFoldingCount-1].full, caseFoldings[caseFoldingCount].full, 32*U_SIZEO… in caseFoldingLineFn() 617 caseFoldings[caseFoldingCount].full[0]=0; in caseFoldingLineFn()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | dtfmttst.cpp | 748 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); in TestBadInput135() local 749 if(full==NULL) { in TestBadInput135() 775 full->format(when, format); in TestBadInput135() 792 delete full; in TestBadInput135() 1092 DateFormat *date=0, *time=0, *full=0; in TestDateFormatCalendar() local 1114 full = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, in TestDateFormatCalendar() 1116 if (full == NULL) { in TestDateFormatCalendar() 1157 full->format(when, str); in TestDateFormatCalendar() 1168 delete full; in TestDateFormatCalendar() 1953 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); in TestRelative() local [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 152 void SplitStringToIteratorUsing(const string& full, in SplitStringToIteratorUsing() argument 158 const char* p = full.data(); in SplitStringToIteratorUsing() 159 const char* end = p + full.size(); in SplitStringToIteratorUsing() 173 begin_index = full.find_first_not_of(delim); in SplitStringToIteratorUsing() 175 end_index = full.find_first_of(delim, begin_index); in SplitStringToIteratorUsing() 177 *result++ = full.substr(begin_index); in SplitStringToIteratorUsing() 180 *result++ = full.substr(begin_index, (end_index - begin_index)); in SplitStringToIteratorUsing() 181 begin_index = full.find_first_not_of(delim, end_index); in SplitStringToIteratorUsing() 185 void SplitStringUsing(const string& full, in SplitStringUsing() argument 189 SplitStringToIteratorUsing(full, delim, it); in SplitStringUsing()
|
/external/v8/test/mjsunit/ |
D | cyrillic.js | 183 var full = (i != 0); variable 184 var mixed = full ? "[a-\uffff]" : "[a-" + cyrillic.LAST + "]"; 185 var f = full ? "f" : "c"; 190 assertEquals(ignore_case || (full && add_non_ascii_character_to_subject), 196 assertEquals(ignore_case || full, re.test(cyrillic.middle), 62 + flag + f);
|
/external/icu4c/test/intltest/ |
D | dtfmttst.cpp | 791 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); in TestBadInput135() local 792 if(full==NULL) { in TestBadInput135() 818 full->format(when, format); in TestBadInput135() 835 delete full; in TestBadInput135() 1138 DateFormat *date=0, *time=0, *full=0; in TestDateFormatCalendar() local 1160 full = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, in TestDateFormatCalendar() 1162 if (full == NULL) { in TestDateFormatCalendar() 1203 full->format(when, str); in TestDateFormatCalendar() 1214 delete full; in TestDateFormatCalendar() 2014 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); in TestRelative() local [all …]
|
/external/netperf/ |
D | netcpu_pstat.c | 64 long long full; in get_cpu_idle() member 144 long long full; in calibrate_idle_rate() member 180 long long full; in calibrate_idle_rate() member
|
/external/srec/srec/cfront/ |
D | himul32.h | 100 __int64 full; 111 result.full = x * y;
|
/external/openssl/patches/ |
D | README | 21 Finished message even when negotiating full-handshakes. With this patch, 23 full-handshakes.
|
/external/quake/quake/src/QW/client/ |
D | r_main.c | 319 qboolean full = false; in R_SetVrect() local 323 full = true; in R_SetVrect() 329 full = true; in R_SetVrect() 335 if (!cl_sbar.value && full) in R_SetVrect() 342 if (full) in R_SetVrect() 353 if (cl_sbar.value || !full) { in R_SetVrect() 363 if (full) in R_SetVrect()
|