/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | ThumbnailRequestCoordinator.java | 8 private Request full; field in ThumbnailRequestCoordinator 20 public void setRequests(Request full, Request thumb) { in setRequests() argument 21 this.full = full; in setRequests() 34 return parentCanSetImage() && (request.equals(full) || !full.isResourceSet()); in canSetImage() 49 return parentCanNotifyStatusChanged() && request.equals(full) && !isAnyResourceSet(); in canNotifyStatusChanged() 73 if (!full.isRunning()) { in begin() 74 full.begin(); in begin() 80 full.pause(); in pause() 90 full.clear(); in clear() 95 return full.isPaused(); in isPaused() [all …]
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.cc | 253 DumpAnalysis full(full_dump_file); in TEST_F() local 257 EXPECT_TRUE(full.HasStream(ThreadListStream)); in TEST_F() 259 EXPECT_TRUE(full.HasStream(ModuleListStream)); in TEST_F() 261 EXPECT_TRUE(full.HasStream(ExceptionStream)); in TEST_F() 263 EXPECT_TRUE(full.HasStream(SystemInfoStream)); in TEST_F() 265 EXPECT_TRUE(full.HasStream(MiscInfoStream)); in TEST_F() 267 EXPECT_TRUE(full.HasStream(HandleDataStream)); in TEST_F() 270 EXPECT_TRUE(mini.HasTebs() || full.HasTebs()); in TEST_F() 271 EXPECT_TRUE(mini.HasPeb() || full.HasPeb()); in TEST_F() 277 EXPECT_FALSE(full.HasStream(MemoryListStream)); in TEST_F() [all …]
|
D | minidump_test.cc | 280 DumpAnalysis full(full_dump_file_); in TEST_F() local 286 EXPECT_TRUE(full.HasStream(ThreadListStream)); in TEST_F() 288 EXPECT_TRUE(full.HasStream(ModuleListStream)); in TEST_F() 290 EXPECT_TRUE(full.HasStream(ExceptionStream)); in TEST_F() 292 EXPECT_TRUE(full.HasStream(SystemInfoStream)); in TEST_F() 294 EXPECT_TRUE(full.HasStream(UnloadedModuleListStream)); in TEST_F() 296 EXPECT_TRUE(full.HasStream(MiscInfoStream)); in TEST_F() 298 EXPECT_TRUE(full.HasStream(HandleDataStream)); in TEST_F() 302 EXPECT_TRUE(full.HasMemory(this)); in TEST_F() 305 EXPECT_TRUE(mini.HasTebs() || full.HasTebs()); in TEST_F() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | mvc.c | 8 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/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 16 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/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/ |
D | fileutil_unittest.py | 39 full = os.path.join(temp_dir, "foo", "bar") 40 self.assertFalse(os.path.exists(full)) 43 fileutil.EnsureDirectoryExists(full) 44 self.assertTrue(os.path.exists(full)) 47 fileutil.EnsureDirectoryExists(full) 48 self.assertTrue(os.path.exists(full)) 52 fileutil.EnsureDirectoryExists(full, always_try_to_create=True) 53 self.assertTrue(os.path.exists(full))
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | LZDecoder.java | 21 private int full = 0; field in LZDecoder 31 full = pos; in LZDecoder() 40 full = 0; in reset() 75 if (full < pos) in putByte() 76 full = pos; in putByte() 80 if (dist < 0 || dist >= full) in repeat() 97 if (full < pos) in repeat() 98 full = pos; in repeat() 112 if (full < pos) in copyUncompressed() 113 full = pos; in copyUncompressed()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | no-wrap-add-exprs.ll | 13 ; CHECK-NEXT: --> %len_norange U: full-set S: full-set 32 ; CHECK-NEXT: --> (1 + %len_norange) U: full-set S: full-set 34 ; CHECK-NEXT: --> (2 + %len_norange) U: full-set S: full-set 39 ; CHECK-NEXT: --> (-1 + %len_norange) U: full-set S: full-set 41 ; CHECK-NEXT: --> (-2 + %len_norange) U: full-set S: full-set 54 ; CHECK-NEXT: --> %len_norange U: full-set S: full-set 73 ; CHECK-NEXT: --> (1 + %len_norange) U: full-set S: full-set 75 ; CHECK-NEXT: --> (2 + %len_norange) U: full-set S: full-set 95 ; CHECK-NEXT: --> %len_norange U: full-set S: full-set
|
D | constant_condition.ll | 15 ; CHECK-NEXT: --> (%x + %y) U: full-set S: full-set 31 ; CHECK-NEXT: --> %x U: full-set S: full-set 40 ; CHECK-NEXT: --> %x U: full-set S: full-set 49 ; CHECK-NEXT: --> %y U: full-set S: full-set
|
D | smax-br-phi-idioms.ll | 16 ; CHECK-NEXT: --> ((0 smax %y) + %x) U: full-set S: full-set 33 ; CHECK-NEXT: --> ((0 smax %y) + %x) U: full-set S: full-set 50 ; CHECK-NEXT: --> %v U: full-set S: full-set 72 ; CHECK-NEXT: --> ((0 smax {%init,+,1}<%loop>) + %x) U: full-set S: full-set 102 ; CHECK-NEXT: --> %v U: full-set S: full-set 122 ; CHECK-NEXT: --> %init U: full-set S: full-set
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | arith_routines_hist.c | 85 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti() 105 if (streamData->full == 0) { in WebRtcIsacfix_EncHistMulti() 107 streamData->full = 1; in WebRtcIsacfix_EncHistMulti() 110 streamData->full = 0; in WebRtcIsacfix_EncHistMulti() 232 if (streamData->full == 0) { in WebRtcIsacfix_DecHistBisectMulti() 234 streamData->full = 1; in WebRtcIsacfix_DecHistBisectMulti() 237 streamData->full = 0; in WebRtcIsacfix_DecHistBisectMulti() 255 return (streamData->stream_index*2 - 3 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti() 257 return (streamData->stream_index*2 - 2 + !streamData->full); in WebRtcIsacfix_DecHistBisectMulti() 380 if (streamData->full == 0) { in WebRtcIsacfix_DecHistOneStepMulti() [all …]
|
D | arith_routines.c | 50 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate() 74 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate() 76 streamData->full = 1; in WebRtcIsacfix_EncTerminate() 79 streamData->full = 0; in WebRtcIsacfix_EncTerminate() 90 if (streamData->full == 0) { in WebRtcIsacfix_EncTerminate() 112 if (streamData->full) { in WebRtcIsacfix_EncTerminate() 121 return (((streamPtr - streamData->stream)<<1) + !(streamData->full)); in WebRtcIsacfix_EncTerminate()
|
D | arith_routines_logist.c | 168 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2() 188 if (streamData->full == 0) { in WebRtcIsacfix_EncLogisticMulti2() 191 streamData->full = 1; in WebRtcIsacfix_EncLogisticMulti2() 194 streamData->full = 0; in WebRtcIsacfix_EncLogisticMulti2() 379 if (streamData->full == 0) { in WebRtcIsacfix_DecLogisticMulti2() 381 streamData->full = 1; in WebRtcIsacfix_DecLogisticMulti2() 384 streamData->full = 0; in WebRtcIsacfix_DecLogisticMulti2() 391 if (streamData->full == 0) { in WebRtcIsacfix_DecLogisticMulti2() 393 streamData->full = 1; in WebRtcIsacfix_DecLogisticMulti2() 395 streamData->full = 0; in WebRtcIsacfix_DecLogisticMulti2() [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/semaphores/ |
D | multi_con_pro.c | 32 sem_t full; member 49 if (-1 == sem_wait(&buf->full)) { in producer() 53 if (-1 == sem_getvalue(&buf->full, &full_value)) { in producer() 76 if (-1 == sem_wait(&buf->full)) { in producer() 80 if (-1 == sem_getvalue(&buf->full, &full_value)) { in producer() 130 if (-1 == sem_post(&buf->full)) { in consumer() 134 if (-1 == sem_getvalue(&buf->full, &full_value)) { in consumer() 175 if (-1 == sem_init(&buf->full, shared, full_value)) { in main() 179 if (-1 == sem_getvalue(&buf->full, &full_value)) { in main() 209 sem_destroy(&buf->full); in main()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCaseProps.java | 836 int full; in toFullLower() local 952 full=(int)value&FULL_LOWER; in toFullLower() 953 if(full!=0) { in toFullLower() 959 out.append(exceptions, excOffset, excOffset+full); in toFullLower() 962 return full; in toFullLower() 994 int full, index; in toUpperOrTitle() local 1029 full=(int)value&0xffff; in toUpperOrTitle() 1035 excOffset+=full&FULL_LOWER; in toUpperOrTitle() 1036 full>>=4; in toUpperOrTitle() 1037 excOffset+=full&0xf; in toUpperOrTitle() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 832 int full; in toFullLower() local 948 full=(int)value&FULL_LOWER; in toFullLower() 949 if(full!=0) { in toFullLower() 955 out.append(exceptions, excOffset, excOffset+full); in toFullLower() 958 return full; in toFullLower() 990 int full, index; in toUpperOrTitle() local 1025 full=(int)value&0xffff; in toUpperOrTitle() 1031 excOffset+=full&FULL_LOWER; in toUpperOrTitle() 1032 full>>=4; in toUpperOrTitle() 1033 excOffset+=full&0xf; in toUpperOrTitle() [all …]
|
/external/icu/icu4c/source/common/ |
D | uniset_closure.cpp | 167 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() argument 174 str.setTo((UBool)FALSE, full, result); in addCaseMapping() 209 const UChar *full; in closeOver() local 225 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 226 addCaseMapping(foldSet, result, full, str); in closeOver() 228 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 229 addCaseMapping(foldSet, result, full, str); in closeOver() 231 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache); in closeOver() 232 addCaseMapping(foldSet, result, full, str); in closeOver() 234 result = ucase_toFullFolding(csp, cp, &full, 0); in closeOver() [all …]
|
D | ucase.cpp | 410 FullCaseFoldingIterator::next(UnicodeString &full) { in next() argument 422 full.setTo(FALSE, p, length); in next() 830 int32_t full; in ucase_toFullLower() local 939 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in ucase_toFullLower() 940 full&=UCASE_FULL_LOWER; in ucase_toFullLower() 941 if(full!=0) { in ucase_toFullLower() 946 return full; in ucase_toFullLower() 976 int32_t full, idx; in toUpperOrTitle() local 1012 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); in toUpperOrTitle() 1018 pe+=full&UCASE_FULL_LOWER; in toUpperOrTitle() [all …]
|
/external/openssh/ |
D | logintest.c | 225 char full[17], strip[9], abbrev[5]; in testLineName() local 227 memset(full, '\0', sizeof(full)); in testLineName() 231 line_fullname(full, line, sizeof(full)-1); in testLineName() 232 line_stripname(strip, full, sizeof(strip)-1); in testLineName() 233 line_abbrevname(abbrev, full, sizeof(abbrev)-1); in testLineName() 234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_convolution.cpp | 105 Tensor<float, 1, DataLayout> full(5); in test_modes() local 106 full = input.pad(padding).convolve(kernel, dims); in test_modes() 107 VERIFY_IS_EQUAL(full.dimension(0), 5); in test_modes() 108 VERIFY_IS_APPROX(full(0), 0.0f); in test_modes() 109 VERIFY_IS_APPROX(full(1), 1.0f); in test_modes() 110 VERIFY_IS_APPROX(full(2), 2.5f); in test_modes() 111 VERIFY_IS_APPROX(full(3), 4.0f); in test_modes() 112 VERIFY_IS_APPROX(full(4), 1.5f); in test_modes()
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | thaidict.txt | 5414 # ดี.ซี. -- TODO: why does this have full stop in it? 15997 # วี.ดี. # TODO: why do these have full stops? 16382 # ส.ธรนินทร์ -- TODO: why do these have full stops? 23343 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 268 Primitive full; in TEST_P() local 269 full.set_fix32(101); in TEST_P() 270 full.set_u32(102); in TEST_P() 271 full.set_i32(-103); in TEST_P() 272 full.set_sf32(-104); in TEST_P() 273 full.set_s32(-105); in TEST_P() 274 full.set_fix64(40000000001L); in TEST_P() 275 full.set_u64(40000000002L); in TEST_P() 276 full.set_i64(-40000000003L); in TEST_P() 277 full.set_sf64(-40000000004L); in TEST_P() [all …]
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 5 ifindex 55, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 17 ifindex 56, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 29 ifindex 57, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 41 ifindex 60, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 53 ifindex 61, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 65 ifindex 62, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 77 ifindex 63, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 91 ifindex 1, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 103 ifindex 2, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 115 ifindex 3, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) [all …]
|
/external/autotest/site_utils/admin/scripts/ |
D | check_db.out | 36 1818 x86-agz-full-chromeos 38 1143 x86-dogfood-full-chromeos 43 2954 x86-mario-full-chromeos 117 851439 x86-agz-full-chromeos 119 345050 x86-dogfood-full-chromeos 124 2402467 x86-mario-full-chromeos
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidobjs.c | 375 char* full = info->full_name; in cid_face_init() local 379 if ( full ) in cid_face_init() 381 while ( *full ) in cid_face_init() 383 if ( *full == *family ) in cid_face_init() 386 full++; in cid_face_init() 390 if ( *full == ' ' || *full == '-' ) in cid_face_init() 391 full++; in cid_face_init() 397 cidface->style_name = full; in cid_face_init()
|