Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/external/glide/library/src/main/java/com/bumptech/glide/request/
DThumbnailRequestCoordinator.java8 private Request full; field in ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) { in setRequests() argument
21 this.full = full; in setRequests()
27 return parentCanSetImage() && (request == full || !full.isComplete()); in canSetImage()
36 return parentCanSetPlaceholder() && (request == full && !isAnyRequestComplete()); in canSetPlaceholder()
45 return parentIsAnyRequestComplete() || full.isComplete() || thumb.isComplete(); in isAnyRequestComplete()
57 if (!full.isRunning()) { in run()
58 full.run(); in run()
64 full.clear(); in clear()
70 return full.isRunning(); in isRunning()
[all …]
/external/ceres-solver/internal/ceres/
Dsplit.cc51 static int CalculateReserveForVector(const string& full, const char* delim) { in CalculateReserveForVector() argument
56 const char* p = full.data(); in CalculateReserveForVector()
57 const char* end = p + full.size(); in CalculateReserveForVector()
74 void SplitStringToIteratorUsing(const StringType& full, in SplitStringToIteratorUsing() argument
80 const char* p = full.data(); in SplitStringToIteratorUsing()
81 const char* end = p + full.size(); in SplitStringToIteratorUsing()
97 begin_index = full.find_first_not_of(delim); in SplitStringToIteratorUsing()
99 end_index = full.find_first_of(delim, begin_index); in SplitStringToIteratorUsing()
101 *result++ = full.substr(begin_index); in SplitStringToIteratorUsing()
104 *result++ = full.substr(begin_index, (end_index - begin_index)); in SplitStringToIteratorUsing()
[all …]
/external/valgrind/main/none/tests/s390x/
Dmvc.c8 char full[300]; variable
42 memset(full, '-', sizeof full); in main()
43 full[0] = 'x'; in main()
45 :: "a" (full)); in main()
48 assert(full[i] == 'x'); in main()
49 for ( ; i < sizeof full; ++i) in main()
50 assert(full[i] == '-'); in main()
/external/valgrind/main/gdbserver_tests/
Dmcleak.stdinB.gdb16 monitor leak_check full reachable any
22 monitor leak_check full reachable increased
30 monitor leak_check full reachable increased
38 monitor leak_check full reachable increased
44 monitor leak_check full reachable increased
51 monitor leak_check full reachable increased
58 monitor leak_check full reachable changed
65 monitor leak_check full reachable changed
72 monitor leak_check full reachable changed
74 monitor leak_check full reachable any unlimited
[all …]
/external/openfst/src/lib/
Dcompat.cc32 void SplitToVector(char* full, const char* delim, vector<char*>* vec, in SplitToVector() argument
34 char *p = full; in SplitToVector()
36 if ((p = strpbrk(full, delim))) in SplitToVector()
38 if (!omit_empty_strings || full[0] != '\0') in SplitToVector()
39 vec->push_back(full); in SplitToVector()
41 full = p + 1; in SplitToVector()
/external/chromium_org/third_party/WebKit/Source/core/css/
Dfullscreen.css1 :-webkit-full-screen {
6 :root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full-screen-ancestor {
10 :-webkit-full-screen-ancestor:not(iframe) {
24 video:-webkit-full-screen, audio:-webkit-full-screen {
41 img:-webkit-full-screen {
47 iframe:-webkit-full-screen {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Darith_routines.c50 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
74 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
76 streamData->full = 1; in WebRtcIsacfix_EncTerminate()
80 streamData->full = 0; in WebRtcIsacfix_EncTerminate()
91 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
113 if (streamData->full) { in WebRtcIsacfix_EncTerminate()
123 return (((streamPtr - streamData->stream)<<1) + !(streamData->full)); in WebRtcIsacfix_EncTerminate()
Darith_routines_hist.c85 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti()
105 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti()
107 streamData->full = 1; in WebRtcIsacfix_EncHistMulti()
111 streamData->full = 0; in WebRtcIsacfix_EncHistMulti()
233 if (streamData->full == 0) { in WebRtcIsacfix_DecHistBisectMulti()
236 streamData->full = 1; in WebRtcIsacfix_DecHistBisectMulti()
240 streamData->full = 0; in WebRtcIsacfix_DecHistBisectMulti()
258 return (streamData->stream_index*2 - 3 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti()
260 return (streamData->stream_index*2 - 2 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti()
383 if (streamData->full == 0) { in WebRtcIsacfix_DecHistOneStepMulti()
[all …]
Darith_routines_logist.c168 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2()
188 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2()
191 streamData->full = 1; in WebRtcIsacfix_EncLogisticMulti2()
195 streamData->full = 0; in WebRtcIsacfix_EncLogisticMulti2()
381 if (streamData->full == 0) { in WebRtcIsacfix_DecLogisticMulti2()
383 streamData->full = 1; in WebRtcIsacfix_DecLogisticMulti2()
387 streamData->full = 0; in WebRtcIsacfix_DecLogisticMulti2()
394 if (streamData->full == 0) { in WebRtcIsacfix_DecLogisticMulti2()
396 streamData->full = 1; in WebRtcIsacfix_DecLogisticMulti2()
398 streamData->full = 0; in WebRtcIsacfix_DecLogisticMulti2()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Darith_routines.c50 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
74 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
76 streamData->full = 1; in WebRtcIsacfix_EncTerminate()
80 streamData->full = 0; in WebRtcIsacfix_EncTerminate()
91 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate()
113 if (streamData->full) { in WebRtcIsacfix_EncTerminate()
123 return (((streamPtr - streamData->stream)<<1) + !(streamData->full)); in WebRtcIsacfix_EncTerminate()
Darith_routines_hist.c85 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti()
105 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti()
107 streamData->full = 1; in WebRtcIsacfix_EncHistMulti()
111 streamData->full = 0; in WebRtcIsacfix_EncHistMulti()
233 if (streamData->full == 0) { in WebRtcIsacfix_DecHistBisectMulti()
236 streamData->full = 1; in WebRtcIsacfix_DecHistBisectMulti()
240 streamData->full = 0; in WebRtcIsacfix_DecHistBisectMulti()
258 return (streamData->stream_index*2 - 3 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti()
260 return (streamData->stream_index*2 - 2 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti()
383 if (streamData->full == 0) { in WebRtcIsacfix_DecHistOneStepMulti()
[all …]
Darith_routines_logist.c169 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2()
189 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2()
192 streamData->full = 1; in WebRtcIsacfix_EncLogisticMulti2()
196 streamData->full = 0; in WebRtcIsacfix_EncLogisticMulti2()
381 if (streamData->full == 0) { in WebRtcIsacfix_DecLogisticMulti2()
383 streamData->full = 1; in WebRtcIsacfix_DecLogisticMulti2()
387 streamData->full = 0; in WebRtcIsacfix_DecLogisticMulti2()
401 return (streamData->stream_index*2 - 3 + !streamData->full); in WebRtcIsacfix_DecLogisticMulti2()
403 return (streamData->stream_index*2 - 2 + !streamData->full); in WebRtcIsacfix_DecLogisticMulti2()
/external/skia/dm/
DDMQuiltTask.cpp27 SkBitmap full; in draw() local
28 AllocatePixels(fReference, &full); in draw()
29 SkCanvas fullCanvas(full); in draw()
36 for (int y = 0; y < tiles_needed(full.height(), tile.height()); y++) { in draw()
37 for (int x = 0; x < tiles_needed(full.width(), tile.width()); x++) { in draw()
52 if (!BitmapsEqual(full, fReference)) { in draw()
54 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, full))); in draw()
/external/chromium_org/third_party/skia/dm/
DDMQuiltTask.cpp89 SkBitmap full; in draw() local
90 AllocatePixels(fReference, &full); in draw()
94 SkCanvas canvas(full); in draw()
100 for (int y = 0; y < tiles_needed(full.height(), FLAGS_quiltTile); y++) { in draw()
101 for (int x = 0; x < tiles_needed(full.width(), FLAGS_quiltTile); x++) { in draw()
103 tg.add(new Tile(x, y, *recorded, &full)); in draw()
108 if (!BitmapsEqual(full, fReference)) { in draw()
110 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", full))); in draw()
/external/chromium_org/net/tools/balsa/
Dsplit.cc17 void SplitStringPieceToVector(const base::StringPiece& full, in SplitStringPieceToVector() argument
22 if (full.empty() || delim[0] == '\0') in SplitStringPieceToVector()
26 base::StringPiece::const_iterator s = full.begin(); in SplitStringPieceToVector()
28 for (;e != full.end(); ++e) { in SplitStringPieceToVector()
44 base::StringPiece::const_iterator s = full.begin(); in SplitStringPieceToVector()
46 for (;e != full.end(); ++e) { in SplitStringPieceToVector()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp261 const char *full = m_full.GetCString(); in GetClassName() local
262 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); in GetClassName()
273 const char *space_pos = strchr (full, ' '); in GetClassName()
296 const char *full = m_full.GetCString(); in GetClassNameWithCategory() local
297 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); in GetClassNameWithCategory()
298 const char *space_pos = strchr (full, ' '); in GetClassNameWithCategory()
325 const char *full = m_full.GetCString(); in GetSelector() local
326 const char *space_pos = strchr (full, ' '); in GetSelector()
330 … m_selector.SetCStringWithLength (space_pos, m_full.GetLength() - (space_pos - full) - 1); in GetSelector()
345 const char *full = m_full.GetCString(); in GetCategory() local
[all …]
DCPPLanguageRuntime.cpp297 llvm::StringRef full (m_full.GetCString()); in Parse() local
301 if (ReverseFindMatchingChars (full, parens, arg_start, arg_end)) in Parse()
303 m_arguments = full.substr(arg_start, arg_end - arg_start + 1); in Parse()
304 if (arg_end + 1 < full.size()) in Parse()
305 m_qualifiers = full.substr(arg_end + 1); in Parse()
310 if (basename_end > 0 && full[basename_end-1] == '>') in Parse()
316 … if (ReverseFindMatchingChars (full, lt_gt, template_start, template_end, basename_end)) in Parse()
317 context_end = full.rfind(':', template_start); in Parse()
320 context_end = full.rfind(':', basename_end); in Parse()
323 m_basename = full.substr(0, basename_end); in Parse()
[all …]
/external/icu/icu4c/source/common/
Duniset_closure.cpp165 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument
172 str.setTo((UBool)FALSE, full, result); in addCaseMapping()
207 const UChar *full; in closeOver() local
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
224 addCaseMapping(foldSet, result, full, str); in closeOver()
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
227 addCaseMapping(foldSet, result, full, str); in closeOver()
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
230 addCaseMapping(foldSet, result, full, str); in closeOver()
232 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver()
[all …]
Ducase.cpp409 FullCaseFoldingIterator::next(UnicodeString &full) { in next() argument
421 full.setTo(FALSE, p, length); in next()
816 int32_t full; in ucase_toFullLower() local
925 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
926 full&=UCASE_FULL_LOWER; in ucase_toFullLower()
927 if(full!=0) { in ucase_toFullLower()
932 return full; in ucase_toFullLower()
960 int32_t full, idx; in toUpperOrTitle() local
996 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1002 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle()
[all …]
/external/chromium_org/third_party/icu/source/common/
Duniset_closure.cpp165 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument
172 str.setTo((UBool)FALSE, full, result); in addCaseMapping()
207 const UChar *full; in closeOver() local
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
224 addCaseMapping(foldSet, result, full, str); in closeOver()
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
227 addCaseMapping(foldSet, result, full, str); in closeOver()
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver()
230 addCaseMapping(foldSet, result, full, str); in closeOver()
232 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver()
[all …]
Ducase.cpp409 FullCaseFoldingIterator::next(UnicodeString &full) { in next() argument
421 full.setTo(FALSE, p, length); in next()
816 int32_t full; in ucase_toFullLower() local
925 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower()
926 full&=UCASE_FULL_LOWER; in ucase_toFullLower()
927 if(full!=0) { in ucase_toFullLower()
932 return full; in ucase_toFullLower()
960 int32_t full, idx; in toUpperOrTitle() local
996 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle()
1002 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dthaidict.txt5412 # ดี.ซี. -- TODO: why does this have full stop in it?
15995 # วี.ดี. # TODO: why do these have full stops?
16380 # ส.ธรนินทร์ -- TODO: why do these have full stops?
23338 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
/external/chromium_org/components/autofill/core/browser/
Dstate_names.cc101 base::string16 full = GetNameForAbbreviation(value); in GetNameAndAbbreviation() local
103 if (full.empty()) { in GetNameAndAbbreviation()
105 full = value; in GetNameAndAbbreviation()
109 name->swap(full); in GetNameAndAbbreviation()
/external/chromium_org/chrome/renderer/safe_browsing/
Dphishing_url_feature_extractor_unittest.cc23 void SplitStringIntoLongAlphanumTokens(const std::string& full, in SplitStringIntoLongAlphanumTokens() argument
25 PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(full, in SplitStringIntoLongAlphanumTokens()
117 std::string full = "This.is/a_pretty\\unusual-!path,indeed"; in TEST_F() local
119 SplitStringIntoLongAlphanumTokens(full, &long_tokens); in TEST_F()
124 full = "...i-am_re/al&ly\\b,r,o|k=e:n///up%20"; in TEST_F()
125 SplitStringIntoLongAlphanumTokens(full, &long_tokens); in TEST_F()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
Dcidobjs.c374 char* full = info->full_name; in cid_face_init() local
378 if ( full ) in cid_face_init()
380 while ( *full ) in cid_face_init()
382 if ( *full == *family ) in cid_face_init()
385 full++; in cid_face_init()
389 if ( *full == ' ' || *full == '-' ) in cid_face_init()
390 full++; in cid_face_init()
396 cidface->style_name = full; in cid_face_init()

12345678910>>...53