/external/valgrind/main/memcheck/tests/ |
D | origin4-many.stderr.exp | 3 Uninitialised value was created by a heap allocation 9 Uninitialised value was created by a heap allocation 15 Uninitialised value was created by a heap allocation 21 Uninitialised value was created by a heap allocation 27 Uninitialised value was created by a heap allocation 33 Uninitialised value was created by a heap allocation 39 Uninitialised value was created by a heap allocation 45 Uninitialised value was created by a heap allocation 51 Uninitialised value was created by a heap allocation
|
D | origin1-yes.stderr.exp | 5 Uninitialised value was created by a stack allocation 12 Uninitialised value was created by a stack allocation 19 Uninitialised value was created by a stack allocation 26 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 42 Uninitialised value was created by a heap allocation 53 Uninitialised value was created by a client request
|
D | origin3-no.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a stack allocation 24 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 44 Uninitialised value was created by a heap allocation 54 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 72 Uninitialised value was created by a client request
|
D | origin5-bz2.stderr.exp-glibc212-s390x | 3 Uninitialised value was created by a client request 12 Uninitialised value was created by a client request 21 Uninitialised value was created by a client request 30 Uninitialised value was created by a client request 41 Uninitialised value was created by a client request 52 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 74 Uninitialised value was created by a client request 85 Uninitialised value was created by a client request 96 Uninitialised value was created by a client request [all …]
|
D | origin5-bz2.stderr.exp-glibc234-s390x | 3 Uninitialised value was created by a client request 12 Uninitialised value was created by a client request 21 Uninitialised value was created by a client request 30 Uninitialised value was created by a client request 41 Uninitialised value was created by a client request 52 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 74 Uninitialised value was created by a client request 85 Uninitialised value was created by a client request 96 Uninitialised value was created by a client request [all …]
|
D | origin5-bz2.stderr.exp-glibc25-x86 | 3 Uninitialised value was created by a client request 12 Uninitialised value was created by a client request 21 Uninitialised value was created by a client request 30 Uninitialised value was created by a client request 41 Uninitialised value was created by a client request 52 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 74 Uninitialised value was created by a client request 85 Uninitialised value was created by a client request 96 Uninitialised value was created by a client request [all …]
|
D | origin5-bz2.stderr.exp-glibc27-ppc64 | 3 Uninitialised value was created by a client request 12 Uninitialised value was created by a client request 21 Uninitialised value was created by a client request 30 Uninitialised value was created by a client request 41 Uninitialised value was created by a client request 52 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 74 Uninitialised value was created by a client request 85 Uninitialised value was created by a client request 96 Uninitialised value was created by a client request [all …]
|
D | origin5-bz2.stderr.exp-glibc25-amd64 | 3 Uninitialised value was created by a client request 12 Uninitialised value was created by a client request 21 Uninitialised value was created by a client request 30 Uninitialised value was created by a client request 41 Uninitialised value was created by a client request 52 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 74 Uninitialised value was created by a client request 85 Uninitialised value was created by a client request 96 Uninitialised value was created by a client request [all …]
|
D | origin2-not-quite.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a heap allocation 26 Uninitialised value was created by a stack allocation
|
/external/chromium/base/ |
D | platform_file_unittest.cc | 75 bool created = false; in TEST() local 79 &created, &error_code); in TEST() 81 EXPECT_TRUE(created); in TEST() 86 created = false; in TEST() 89 &created, &error_code); in TEST() 91 EXPECT_FALSE(created); in TEST() 98 &created, &error_code); in TEST() 100 EXPECT_FALSE(created); in TEST() 107 &created, &error_code); in TEST() 109 EXPECT_TRUE(created); in TEST() [all …]
|
D | platform_file_posix.cc | 34 bool* created, PlatformFileError* error_code) { in CreatePlatformFile() argument 74 if (created) in CreatePlatformFile() 75 *created = false; in CreatePlatformFile() 84 if (created && descriptor > 0) in CreatePlatformFile() 85 *created = true; in CreatePlatformFile() 89 if (created && (descriptor > 0) && in CreatePlatformFile() 91 *created = true; in CreatePlatformFile()
|
/external/chromium/chrome/browser/profiles/ |
D | profile_manager.h | 121 ProfileInfo(Profile* profile, bool created) in ProfileInfo() 122 : profile(profile), created(created) { in ProfileInfo() 129 bool created; member 146 ProfileInfo* RegisterProfile(Profile* profile, bool created);
|
D | profile_manager.cc | 169 if (iter->second->created) { in GetProfileWithId() 186 if (iter->second->created) { in IsValidProfile() 202 if (iter->second->created) in GetLoadedProfiles() 230 if (info->created) { in CreateProfileAsync() 278 bool created) { in RegisterProfile() argument 279 ProfileInfo* info = new ProfileInfo(profile, created); in RegisterProfile() 383 info->created = true; in OnProfileCreated()
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | NullContext.java | 50 protected AtomicBoolean created = new AtomicBoolean(false); field in NullContext 81 created.set(true); in initInThread() 92 created.set(false); in deinitInThread() 149 if (created.get()){ in create() 194 while (created.get() != createdVal){ in waitFor() 204 return created.get(); in isCreated()
|
/external/valgrind/main/drd/ |
D | drd_segment.c | 64 const DrdThreadId created) in sg_init() argument 67 ThreadId vg_created = DRD_(DrdThreadIdToVgThreadId)(created); in sg_init() 80 sg->tid = created; in sg_init() 92 DRD_(vc_increment)(&sg->vc, created); in sg_init() 101 created, vc); in sg_init() 117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) in DRD_() 128 sg_init(sg, creator, created); in DRD_()
|
D | drd_thread.c | 290 DrdThreadId created; in DRD_() local 293 created = DRD_(VgThreadIdToNewDrdThreadId)(vg_created); in DRD_() 294 tl_assert(0 <= (int)created && created < DRD_N_THREADS in DRD_() 295 && created != DRD_INVALID_THREADID); in DRD_() 297 tl_assert(DRD_(g_threadinfo)[created].sg_first == NULL); in DRD_() 298 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL); in DRD_() 300 thread_append_segment(created, DRD_(sg_new)(creator, created)); in DRD_() 302 return created; in DRD_() 317 const DrdThreadId created = DRD_(VgThreadIdToDrdThreadId)(vg_created); in DRD_() local 319 tl_assert(0 <= (int)created && created < DRD_N_THREADS in DRD_() [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | ANTLRFastQueueTest.m | 19 STAssertNotNil(queue, @"Queue was not created and was nil"); 26 STAssertNotNil(queue, @"Queue was not created and was nil"); 39 STAssertNotNil(queue, @"Queue was not created and was nil"); 56 STAssertNotNil(queue, @"Queue was not created and was nil"); 69 STAssertNotNil(queue, @"Queue was not created and was nil"); 82 STAssertNotNil(queue, @"Queue was not created and was nil"); 92 STAssertNotNil(queue, @"Queue was not created and was nil");
|
/external/valgrind/main/drd/tests/ |
D | fp_race_xml.stderr.exp | 31 <trace><text>drd_pre_thread_create creator = 0, created = 1</text></trace> 32 <trace><text>drd_post_thread_create created = 1</text></trace> 33 <trace><text>drd_pre_thread_create creator = 1, created = 2</text></trace> 34 <trace><text>drd_post_thread_create created = 2</text></trace>
|
/external/linux-tools-perf/scripts/perl/ |
D | workqueue-stats.pl | 42 $cpus[$common_cpu]{$thread_pid}{created}++; 90 my $created = $$wqhash{'created'} || 0; 93 if ($created || $destroyed) { 94 printf("%3u %6u %6u\t%-20s\n", $cpu, $created, $destroyed,
|
/external/icu4c/test/testdata/ |
D | wordsegments.txt | 7 # created on: 2011may14 8 # created by: George Rhoten 9 # created by: Nathan Wells
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglDisplay.java | 98 if (created.get() && (pixelFormat.getBitsPerPixel() != pf.getBitsPerPixel() in createContext() 126 if (created.get() && !pixelFormatChanged){ in createContext() 132 if (!created.get() || pixelFormatChanged){ in createContext() 159 if (created.get()){ in create() 187 if (created.get()){ in restart() 199 if (created.get()) in setTitle()
|
D | LwjglContext.java | 57 protected AtomicBoolean created = new AtomicBoolean(false); field in LwjglContext 154 created.set(false); in internalDestroy() 163 created.set(true); in internalCreate() 184 while (created.get() != createdVal){ in waitFor() 194 return created.get(); in isCreated()
|
/external/chromium/net/base/ |
D | transport_security_state.cc | 56 state_copy.created = existing_state.created; in EnableHost() 135 if (i->second.created >= time) { in DeleteSince() 295 state->SetDouble("created", i->second.created.ToDoubleT()); in Serialise() 361 double created; in Deserialise() local 407 if (state->GetDouble("created", &created)) { in Deserialise() 408 created_time = base::Time::FromDoubleT(created); in Deserialise() 430 new_state.created = created_time; in Deserialise() 494 out->created = base::Time::FromTimeT(0); in IsPreloadedSTS() 495 out->expiry = out->created; in IsPreloadedSTS() 628 created(base::Time::Now()), in DomainState()
|
/external/llvm/lib/Support/Unix/ |
D | README.txt | 13 As a rule, only those directories actually needing to be created should be 14 created. Also, further subdirectories could be created to reflect versions of
|
/external/skia/src/svg/ |
D | SkSVGParser.cpp | 356 #define CASE_NEW(type) case SkSVGType_##type : created = new SkSVG##type(); break 359 SkSVGElement* created = NULL; in CreateElement() local 388 created->fParent = parent; in CreateElement() 389 bool isDef = created->fIsDef = created->isDef(); in CreateElement() 390 bool isNotDef = created->fIsNotDef = created->isNotDef(); in CreateElement() 405 return created; in CreateElement()
|