Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/external/jemalloc/include/jemalloc/internal/
Drtree.h116 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 …]
Dchunk.h85 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/
DClassDependsOnGroups.java1 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()
DTest1.java1 package test.dependent;
DDifferentClassDependsOnGroupsTest2.java1 package test.dependent;
DC2.java1 package test.dependent;
DSampleDependentMethods5.java1 package test.dependent;
DMultiGroup2SampleTest.java1 package test.dependent;
/external/autotest/utils/
Dparallel.py76 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/
Dblock-omitted-return-type.m23 …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/
Dextractelement-legalization-cycle.ll5 ; 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/
Dexecutor.cc85 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/
Dcxx-templates-b.h36 typename Identity<DefinedInBImpl, T>::type dependent;
37 FoundByADL(dependent);
39 dependent.f();
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
Dcoverage.txt6 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/
DTypeNodes.def17 // 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/
Ddiverge.ll26 ; 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/
Dmtp_storage_info.proto52 // 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/
Dhost_gpu_executor.cc163 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/
Dthunk_schedule.cc152 const Thunk* dependent = entry.first; in ToString() local
155 &result, "\t", dependent->hlo_instruction()->name(), " depends on ", in ToString()
/external/curl/CMake/
DMacros.cmake5 # 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/
DHowToUseAttributes.rst23 ``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/
DProtobuf.podspec1 # 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/
DProtobuf.podspec1 # 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/
Dproperty-reference.mm60 // 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/
DCTS_ARB_shader_ballot.txt78 a) Calculate color value for primitive dependent on invocation index.
84 primitive dependent on invocation index. Call readInvocationARB with

12345678910>>...28