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

1234

/external/valgrind/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/parameter-framework/asio/include/asio/detail/
H A Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator in enum:asio::detail::null_fenced_block::half_or_full_t
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dnull_fenced_block.hpp24 enum half_or_full_t { half, full }; enumerator in enum:asio::detail::null_fenced_block::half_or_full_t
/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/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;
28 * full size image has not yet completed.
34 return parentCanSetImage() && (request.equals(full) || !full.isResourceSet());
42 * Returns true if the request is the request loading the fullsize image and if neither the full nor the thumbnail
49 return parentCanNotifyStatusChanged() && request.equals(full)
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidobjs.c375 char* full = info->full_name; local
379 if ( full )
381 while ( *full )
383 if ( *full == *family )
386 full++;
390 if ( *full == ' ' || *full == '-' )
391 full++;
397 cidface->style_name = full;
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.c379 /* simplistic and might get some things wrong. For a full-featured */
391 char* full = info->full_name; local
395 if ( full )
400 while ( *full )
402 if ( *full == *family )
405 full++;
409 if ( *full == ' ' || *full == '-' )
410 full++;
418 root->style_name = full;
[all...]
/external/snakeyaml/src/test/java/org/pyyaml/
H A DPyStructureTest.java49 private void compareEvents(List<Event> events1, List<Event> events2, boolean full) { argument
57 if (event1 instanceof AliasEvent && full) {
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dname_expansion.py368 def full(self): member in class:NameExpansionIteratorQueue
370 'NameExpansionIteratorQueue.full() not implemented')
/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/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
H A DLZDecoder.java21 private int full = 0; field in class:LZDecoder
31 full = pos;
40 full = 0;
75 if (full < pos)
76 full = pos;
80 if (dist < 0 || dist >= full)
97 if (full < pos)
98 full = pos;
112 if (full < pos)
113 full
[all...]
/external/netperf/src/
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/opencv3/samples/gpu/
H A Dgeneralized_hough.cpp32 "{ full | | estimate scale and rotation }"
61 const bool full = cmd.has("full"); local
89 if (!full)
/external/skia/tests/
H A DImageFilterCacheTest.cpp136 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
138 SkAutoTUnref<SkSpecialImage> fullImg(SkSpecialImage::NewFromRaster(nullptr, full, srcBM));
153 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
155 SkAutoTUnref<SkSpecialImage> fullImg(SkSpecialImage::NewFromImage(full, srcImage));
219 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
222 nullptr, full,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java292 * @param full
295 public static String failureMessage(double[] resultStats, boolean full) { argument
300 if (full) {
/external/gemmlowp/test/
H A Dbenchmark_meta_gemm.cc113 void print_summary(std::vector<double>* times, bool full) { argument
144 if (full) {
/external/iw/
H A Diw.c94 static void __usage_cmd(const struct cmd *cmd, char *indent, bool full) argument
151 if (!full || !cmd->help)
186 bool full = argc >= 0; local
208 __usage_cmd(section, "\t", full);
217 __usage_cmd(cmd, "\t", full);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.c750 void vp9_model_to_full_probs(const vpx_prob *model, vpx_prob *full) { argument
751 if (full != model)
752 memcpy(full, model, sizeof(vpx_prob) * UNCONSTRAINED_NODES);
753 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]);
/external/mesa3d/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/opencv3/modules/flann/include/opencv2/flann/
H A Dresult_set.h71 virtual bool full() const = 0;
112 bool full() const function in class:cvflann::KNNSimpleResultSet
179 bool full() const function in class:cvflann::KNNResultSet
258 bool full() const function in class:cvflann::RadiusResultSet
313 inline bool full() const function in class:cvflann::UniqueResultSet
373 /** Flag to say if the set is full */
480 inline bool full() const function in class:cvflann::RadiusUniqueResultSet
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h175 LIBPROTOBUF_EXPORT void SplitStringUsing(const string& full, const char* delim,
184 // If "full" is the empty string, yields an empty string as the only value.
186 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,
195 const string& full, const char* delim, bool skip_empty = true) {
198 SplitStringUsing(full, delim, &result);
200 SplitStringAllowEmpty(full, delim, &result);
194 Split( const string& full, const char* delim, bool skip_empty = true) argument
/external/skia/src/core/
H A DSkImageCacherator.cpp97 // need to handle subsetting, so we first generate the full size version, and then
100 SkBitmap full; local
101 if (!generator->tryGenerateBitmap(&full, genInfo, allocator)) {
104 if (!bitmap->tryAllocPixels(fInfo, nullptr, full.getColorTable())) {
107 return full.readPixels(bitmap->info(), bitmap->getPixels(), bitmap->rowBytes(),
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h137 pthread_cond_t full; member in struct:queue
/external/v8/src/
H A Dstring-stream.h175 bool full() const { return (capacity_ - length_) == 1; } function in class:v8::internal::final
/external/zlib/src/examples/
H A Dgzappend.c261 int ret, lastbit, left, full; local
296 have = full = 0;
322 full = 1;
362 if (full) {

Completed in 1230 milliseconds

1234