/external/jemalloc/include/jemalloc/internal/ |
D | rtree.h | 116 bool dependent); 118 unsigned level, bool dependent); 120 bool dependent); 124 bool dependent); 126 bool dependent); 128 extent_node_t *rtree_get(rtree_t *rtree, uintptr_t key, bool dependent); 164 rtree_child_tryread(rtree_node_elm_t *elm, bool dependent) in rtree_child_tryread() argument 170 if (!dependent && !rtree_node_valid(child)) in rtree_child_tryread() 172 assert(!dependent || child != NULL); in rtree_child_tryread() 178 bool dependent) in rtree_child_read() argument [all …]
|
D | chunk.h | 85 extent_node_t *chunk_lookup(const void *chunk, bool dependent); 90 chunk_lookup(const void *ptr, bool dependent) in chunk_lookup() argument 93 return (rtree_get(&chunks_rtree, (uintptr_t)ptr, dependent)); in chunk_lookup()
|
/external/testng/src/test/java/test/dependent/ |
D | ClassDependsOnGroups.java | 1 package test.dependent; 11 addClass(test.dependent.DifferentClassDependsOnGroupsTest1.class.getName()); in verifyDependsOnGroups() 12 addClass(test.dependent.DifferentClassDependsOnGroupsTest2.class.getName()); in verifyDependsOnGroups() 27 addClass(test.dependent.C1.class.getName()); in verifyGroupsAcrossClasses() 28 addClass(test.dependent.C2.class.getName()); in verifyGroupsAcrossClasses()
|
D | Test1.java | 1 package test.dependent;
|
D | DifferentClassDependsOnGroupsTest2.java | 1 package test.dependent;
|
D | C2.java | 1 package test.dependent;
|
D | SampleDependentMethods5.java | 1 package test.dependent;
|
D | MultiGroup2SampleTest.java | 1 package test.dependent;
|
/external/autotest/utils/ |
D | parallel.py | 76 for dependent in self.dependents[fn]: 77 self.functions[dependent].remove(fn) 78 if len(self.functions[dependent]) == 0: 79 self.ready_to_run.append(dependent)
|
/external/clang/test/SemaObjC/ |
D | block-omitted-return-type.m | 23 …const { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no ef… 29 …void) { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no ef… 34 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \ 39 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-legalization-cycle.ll | 5 ; of the extractelement index is dependent on the store, and so after the 6 ; conversion it becomes dependent on the new load, which is dependent on
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 85 bool InterpreterExecutor::CreateStreamDependency(Stream *dependent, in CreateStreamDependency() argument 87 AsExecutorStream(dependent)->EnqueueTask( in CreateStreamDependency() 89 AsExecutorStream(dependent)->BlockUntilDone(); in CreateStreamDependency()
|
/external/clang/test/Modules/Inputs/ |
D | cxx-templates-b.h | 36 typename Identity<DefinedInBImpl, T>::type dependent; 37 FoundByADL(dependent); 39 dependent.f();
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/ |
D | coverage.txt | 6 dependent, the case only will only demo the scheduling 9 4 NO * The related error codes are all implementation dependent
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 17 // and might be dependent, canonical, or non-canonical. All clients 31 // type that is always dependent. Clients that do not need to deal 35 // is non-canonical unless it is dependent. Defaults to TYPE because 36 // it is neither reliably dependent nor reliably non-canonical.
|
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
D | diverge.ll | 26 ; if (threadIdx.x < 5) // divergent: data dependent 28 ; return c; // c is divergent: sync dependent 39 %c = phi i32 [ %a, %bb1 ], [ %b, %bb2 ] ; sync dependent on tid 48 ; // c here is divergent because it is sync dependent on threadIdx.x >= 5 157 ; because sync dependent on (tid / i3).
|
/external/cros/system_api/dbus/ |
D | mtp_storage_info.proto | 52 // A description of the storage. This is device dependent. 55 // The volume label of the storage. This is device dependent.
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 163 bool HostExecutor::CreateStreamDependency(Stream *dependent, Stream *other) { in CreateStreamDependency() argument 164 AsHostStream(dependent)->EnqueueTask( in CreateStreamDependency() 166 AsHostStream(dependent)->BlockUntilDone(); in CreateStreamDependency()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | thunk_schedule.cc | 152 const Thunk* dependent = entry.first; in ToString() local 155 &result, "\t", dependent->hlo_instruction()->name(), " depends on ", in ToString()
|
/external/curl/CMake/ |
D | Macros.cmake | 5 # multiple times with a sequence of possibly dependent libraries in 6 # order of least-to-most-dependent. Some libraries depend on others 18 # possibly dependent header files. Some headers depend on others to be
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 23 ``Attribute::AttrKind`` enum), a string representing a target-dependent 27 * Target-dependent: ``"no-sse"``, ``"thumb2"`` 30 Note: for an attribute value pair, we expect a target-dependent attribute to
|
/external/protobuf/util/ |
D | Protobuf.podspec | 1 # This file describes to Cocoapods how to integrate the Objective-C runtime into a dependent 5 # dependent projects use the :git notation to refer to the library.
|
/external/protobuf/ |
D | Protobuf.podspec | 1 # This file describes to Cocoapods how to integrate the Objective-C runtime into a dependent 5 # dependent projects use the :git notation to refer to the library.
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 60 // The fact that these are all non-dependent is critical. 79 // Same as the previous test, but instantiation-dependent.
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_ballot.txt | 78 a) Calculate color value for primitive dependent on invocation index. 84 primitive dependent on invocation index. Call readInvocationARB with
|