Searched defs:full (Results 1 - 25 of 99) 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/ImageMagick/coders/
H A Duyvy.c304 full,
339 full=MagickFalse;
348 if (full != MagickFalse)
361 full=full == MagickFalse ? MagickTrue : MagickFalse;
298 full, local
/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/ltp/testcases/open_posix_testsuite/stress/semaphores/
H A Dmulti_con_pro.c4 * This file is licensed under the GPL license. For the full content
32 sem_t full; member in struct:__anon13916
49 if (-1 == sem_wait(&buf->full)) {
53 if (-1 == sem_getvalue(&buf->full, &full_value)) {
57 printf("The value of the full semaphore is %d \n", full_value);
76 if (-1 == sem_wait(&buf->full)) {
80 if (-1 == sem_getvalue(&buf->full, &full_value)) {
84 printf("The value of the full is %d \n", full_value);
130 if (-1 == sem_post(&buf->full)) {
134 if (-1 == sem_getvalue(&buf->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/icu/icu4c/source/common/
H A Duniset_closure.cpp164 // add the result of a full case mapping to the set
167 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { argument
173 // add a string case mapping from full with length result
174 str.setTo((UBool)FALSE, full, result);
209 const UChar *full; local
217 // full case closure
225 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 addCaseMapping(foldSet, result, full, str);
228 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 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/openssh/
H A Dlogintest.c225 char full[17], strip[9], abbrev[5]; local
227 memset(full, '\0', sizeof(full));
231 line_fullname(full, line, sizeof(full)-1);
232 line_stripname(strip, full, sizeof(strip)-1);
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
/external/skia/tests/
H A DCodecPartialTest.cpp321 SkBitmap full; local
322 full.allocPixels(info);
323 result = partialCodec->getPixels(info, full.getPixels(), full.rowBytes());
H A DImageFilterCacheTest.cpp139 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
141 sk_sp<SkSpecialImage> fullImg(SkSpecialImage::MakeFromRaster(full, srcBM));
156 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
159 sk_sp<SkSpecialImage> fullImg(SkSpecialImage::MakeFromImage(full, srcImage, legacyColorSpace));
261 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); local
264 context, full,
/external/strace/tests/
H A Dxstatx.c233 static const char full[] = "/dev/full"; local
255 rc = TEST_SYSCALL_INVOKE(full, st);
256 PRINT_SYSCALL_HEADER(full);
/external/strace/tests-m32/
H A Dxstatx.c233 static const char full[] = "/dev/full"; local
255 rc = TEST_SYSCALL_INVOKE(full, st);
256 PRINT_SYSCALL_HEADER(full);
/external/strace/tests-mx32/
H A Dxstatx.c233 static const char full[] = "/dev/full"; local
255 rc = TEST_SYSCALL_INVOKE(full, st);
256 PRINT_SYSCALL_HEADER(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.c1033 void vp9_model_to_full_probs(const vpx_prob *model, vpx_prob *full) { argument
1034 if (full != model)
1035 memcpy(full, model, sizeof(vpx_prob) * UNCONSTRAINED_NODES);
1036 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/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc268 Primitive full; local
269 full.set_fix32(101);
270 full.set_u32(102);
271 full.set_i32(-103);
272 full.set_sf32(-104);
273 full.set_s32(-105);
274 full.set_fix64(40000000001L);
275 full.set_u64(40000000002L);
276 full.set_i64(-40000000003L);
277 full
368 Primitive full; local
401 Primitive full; local
[all...]
/external/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 1030 milliseconds

1234