Searched defs:full (Results 1 - 25 of 105) sorted by relevance

12345

/external/valgrind/main/none/tests/s390x/
H A Dmvc.c8 char full[300]; variable
42 memset(full, '-', sizeof full);
43 full[0] = 'x';
44 asm volatile( "mvc 1(256,%0),0(%0)\n\t" // full[1:256] = full[0]
45 :: "a" (full));
48 assert(full[i] == 'x');
49 for ( ; i < sizeof full; ++i)
50 assert(full[
[all...]
/external/chromium_org/net/tools/balsa/
H A Dsplit.cc17 void SplitStringPieceToVector(const base::StringPiece& full, argument
22 if (full.empty() || delim[0] == '\0')
26 base::StringPiece::const_iterator s = full.begin();
28 for (;e != full.end(); ++e) {
44 base::StringPiece::const_iterator s = full.begin();
46 for (;e != full.end(); ++e) {
/external/openfst/src/lib/
H A Dcompat.cc32 void SplitToVector(char* full, const char* delim, vector<char*>* vec, argument
34 char *p = full;
36 if ((p = strpbrk(full, delim)))
38 if (!omit_empty_strings || full[0] != '\0')
39 vec->push_back(full);
41 full = p + 1;
/external/ceres-solver/internal/ceres/
H A Dsplit.cc51 static int CalculateReserveForVector(const string& full, const char* delim) { argument
56 const char* p = full.data();
57 const char* end = p + full.size();
74 void SplitStringToIteratorUsing(const StringType& full, argument
80 const char* p = full.data();
81 const char* end = p + full.size();
97 begin_index = full.find_first_not_of(delim);
99 end_index = full.find_first_of(delim, begin_index);
101 *result++ = full.substr(begin_index);
104 *result++ = full
109 SplitStringUsing(const string& full, const char* delim, vector<string>* result) argument
[all...]
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_url_feature_extractor_unittest.cc23 void SplitStringIntoLongAlphanumTokens(const std::string& full, argument
25 PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(full,
117 std::string full = "This.is/a_pretty\\unusual-!path,indeed"; local
119 SplitStringIntoLongAlphanumTokens(full, &long_tokens);
124 full = "...i-am_re/al&ly\\b,r,o|k=e:n///up%20";
125 SplitStringIntoLongAlphanumTokens(full, &long_tokens);
H A Dphishing_url_feature_extractor.cc108 const std::string& full,
114 Tokenize(full, kTokenSeparators, &raw_splits);
107 SplitStringIntoLongAlphanumTokens( const std::string& full, std::vector<std::string>* tokens) argument
/external/chromium_org/components/autofill/core/browser/
H A Dstate_names.cc101 base::string16 full = GetNameForAbbreviation(value); local
103 if (full.empty()) {
105 full = value;
109 name->swap(full);
H A Dcontact_info.cc239 // Always clear out the full name if we're making a change.
278 void NameInfo::SetFullName(const base::string16& full) { argument
279 full_ = full;
281 // If |full| is empty, leave the other name parts alone. This might occur
283 if (full.empty())
286 NameParts parts = SplitName(full);
/external/dhcpcd/
H A Dbind.c62 sigset_t full; local
69 sigfillset(&full);
70 sigprocmask(SIG_SETMASK, &full, &old);
/external/skia/dm/
H A DDMQuiltTask.cpp27 SkBitmap full; local
28 AllocatePixels(fReference, &full);
29 SkCanvas fullCanvas(full);
36 for (int y = 0; y < tiles_needed(full.height(), tile.height()); y++) {
37 for (int x = 0; x < tiles_needed(full.width(), tile.width()); x++) {
52 if (!BitmapsEqual(full, fReference)) {
54 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, full)));
/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full) argument
66 return ConvertFileTimeToString(localFileTime, true, full);
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DThumbnailRequestCoordinator.java5 * the full size version of the image at the same time.
8 private Request full; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) { argument
21 this.full = full;
27 return parentCanSetImage() && (request == full || !full.isComplete());
36 return parentCanSetPlaceholder() && (request == full && !isAnyRequestComplete());
45 return parentIsAnyRequestComplete() || full.isComplete() || thumb.isComplete();
57 if (!full
[all...]
/external/lldb/source/API/
H A DSBFileSpecList.cpp84 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) argument
86 return m_opaque_ap->FindFileIndex (idx, sb_file.ref(), full);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c374 char* full = info->full_name; local
378 if ( full )
380 while ( *full )
382 if ( *full == *family )
385 full++;
389 if ( *full == ' ' || *full == '-' )
390 full++;
396 cidface->style_name = full;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c382 /* simplistic and might get some things wrong. For a full-featured */
394 char* full = info->full_name; local
398 if ( full )
403 while ( *full )
405 if ( *full == *family )
408 full++;
412 if ( *full == ' ' || *full == '-' )
413 full++;
421 root->style_name = full;
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc274 // Check that the popup is placed full screen.
275 gfx::Rect full = window_positioner()->GetPopupPosition(pop_position); local
278 full); local
/external/chromium_org/third_party/icu/source/common/
H A Duniset_closure.cpp162 // add the result of a full case mapping to the set
165 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { argument
171 // add a string case mapping from full with length result
172 str.setTo((UBool)FALSE, full, result);
207 const UChar *full; local
215 // full case closure
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
224 addCaseMapping(foldSet, result, full, str);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
227 addCaseMapping(foldSet, result, full, st
[all...]
/external/chromium_org/third_party/skia/dm/
H A DDMQuiltTask.cpp89 SkBitmap full; local
90 AllocatePixels(fReference, &full);
94 SkCanvas canvas(full);
100 for (int y = 0; y < tiles_needed(full.height(), FLAGS_quiltTile); y++) {
101 for (int x = 0; x < tiles_needed(full.width(), FLAGS_quiltTile); x++) {
103 tg.add(new Tile(x, y, *recorded, &full));
108 if (!BitmapsEqual(full, fReference)) {
110 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", full)));
/external/icu/icu4c/source/common/
H A Duniset_closure.cpp162 // add the result of a full case mapping to the set
165 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { argument
171 // add a string case mapping from full with length result
172 str.setTo((UBool)FALSE, full, result);
207 const UChar *full; local
215 // full case closure
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
224 addCaseMapping(foldSet, result, full, str);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
227 addCaseMapping(foldSet, result, full, st
[all...]
/external/netperf/
H A Dnetcpu_pstat.c64 long long full; member in union:overlay_u
144 long long full; member in union:overlay_u
180 long long full; member in union:overlay_u
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp110 void SplitToVector(char* full, const char* delim, vector<char*>* vec, argument
112 char* next = full;
113 while((next = strsep(&full, delim)) != NULL) {
117 // Add last element (or full string if no delimeter found):
118 if (full != NULL) {
119 vec->push_back(full);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.c744 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { argument
745 if (full != model)
746 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES);
747 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c23 struct list_head full; member in struct:mm_bucket
199 LIST_ADD(&slab->head, &bucket->full);
253 LIST_INITHEAD(&cache->bucket[i].full);
281 !LIST_IS_EMPTY(&cache->bucket[i].full))
287 nouveau_mm_free_slabs(&cache->bucket[i].full);
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp108 char *path, *comp, *full; local
125 full = JS_smprintf("%s/%s", comp, name);
126 if (!full) {
132 full = (char *)name;
134 found = (access(full, X_OK) == 0);
136 free(full);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluac.c22 static void PrintFunction(const Proto* f, int full);
56 " -l list (use -l -l for full listing)\n"
425 static void PrintFunction(const Proto* f, int full) argument
430 if (full) PrintDebug(f);
431 for (i=0; i<n; i++) PrintFunction(f->p[i],full);

Completed in 4416 milliseconds

12345