Home
last modified time | relevance | path

Searched refs:EXPLICIT (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Modules/
Ddependency-gen.modulemap7 …it.pcm -fmodules-cache-path=%t -fmodule-map-file-home-is-cwd | FileCheck %s --check-prefix=EXPLICIT
9 …explicit.pcm -MT main.o -fsyntax-only -dependency-file - | FileCheck %s --check-prefix=EXPLICIT-USE
31 // EXPLICIT: {{^}}explicit.pcm:
32 // EXPLICIT-NOT: dependency-gen-
33 // EXPLICIT: {{.*[/\\]}}dependency-gen.modulemap
34 // EXPLICIT-NOT: dependency-gen-
35 // EXPLICIT: base.pcm
36 // EXPLICIT-NOT: dependency-gen-
37 // EXPLICIT: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
38 // EXPLICIT-NOT: dependency-gen-
[all …]
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java134 assertThat(depsMap(deps)).isEqualTo(ImmutableMap.of(liba, DepsProto.Dependency.Kind.EXPLICIT)); in simple()
160 assertThat(depsMap(deps)).isEqualTo(ImmutableMap.of(libb, DepsProto.Dependency.Kind.EXPLICIT)); in excluded()
190 libb, DepsProto.Dependency.Kind.EXPLICIT, in transitive()
191 liba, DepsProto.Dependency.Kind.EXPLICIT)); in transitive()
233 libi, DepsProto.Dependency.Kind.EXPLICIT, in closure()
234 libb, DepsProto.Dependency.Kind.EXPLICIT, in closure()
235 liba, DepsProto.Dependency.Kind.EXPLICIT)); in closure()
250 libb, DepsProto.Dependency.Kind.EXPLICIT, in closure()
251 liba, DepsProto.Dependency.Kind.EXPLICIT)); in closure()
286 "b.jar", DepsProto.Dependency.Kind.EXPLICIT, in reducedClasspathTest()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/
D1-1.c26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED macro
46 case EXPLICIT: in verify_inheritsched()
47 if (inheritsched != EXPLICIT) { in verify_inheritsched()
74 rc = pthread_attr_setinheritsched(&attr, EXPLICIT); in main()
79 verify_inheritsched(&attr, EXPLICIT); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D1-1.c26 #define EXPLICIT PTHREAD_EXPLICIT_SCHED macro
46 case EXPLICIT: in verify_inheritsched()
47 if (inheritsched != EXPLICIT) { in verify_inheritsched()
74 rc = pthread_attr_setinheritsched(&attr, EXPLICIT); in main()
79 verify_inheritsched(&attr, EXPLICIT); in main()
/external/guava/guava-tests/test/com/google/common/cache/
DRemovalNotificationTest.java33 new RemovalNotification<String, Integer>("one", 1, RemovalCause.EXPLICIT), in testEquals()
36 new RemovalNotification<String, Integer>("1", 1, RemovalCause.EXPLICIT)) in testEquals()
38 new RemovalNotification<String, Integer>("one", 2, RemovalCause.EXPLICIT)) in testEquals()
DLocalCacheTest.java781 assertNotified(listener, one, two, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
785 assertNotified(listener, two, three, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
791 assertNotified(listener, three, four, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
797 assertNotified(listener, four, five, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
803 assertNotified(listener, five, six, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
1728 assertNotified(listener, key, value, RemovalCause.EXPLICIT); in testClear_notification()
DCacheBuilderGwtTest.java264 case EXPLICIT: in testRemovalListener()
/external/llvm/test/Bitcode/
Dinvalid.test16 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP %s
18 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-LOAD %s
20 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-GEP-OPERATOR %s
22 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-CALL %s
24 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-CALL %s
26 RUN: FileCheck --check-prefix=MISMATCHED-EXPLICIT-INVOKE %s
28 RUN: FileCheck --check-prefix=NON-FUNCTION-EXPLICIT-INVOKE %s
37 MISMATCHED-EXPLICIT-GEP: Explicit gep type does not match pointee type of pointer operand
38 MISMATCHED-EXPLICIT-LOAD: Explicit load/store type does not match pointee type of pointer operand
39 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer…
[all …]
/external/turbine/javatests/com/google/turbine/lower/testdata/
Denumstat.test14 Object cause = RemovalCause.EXPLICIT;
25 EXPLICIT {
/external/llvm/test/Transforms/LoopDistribute/
Dmetadata.ll1 …distribute=0 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=EXPLICIT --check-prefix=DE…
2 …distribute=1 -S < %s | FileCheck %s --check-prefix=CHECK --check-prefix=EXPLICIT --check-prefix=DE…
20 ; EXPLICIT: for.body.ldist1:
64 ; EXPLICIT-NOT: for.body.ldist1:
/external/turbine/java/com/google/turbine/deps/
DDependencies.java74 .setKind(DepsProto.Dependency.Kind.EXPLICIT)); in collectDeps()
152 case EXPLICIT: in reduceClasspath()
/external/guava/guava/src/com/google/common/cache/
DRemovalCause.java40 EXPLICIT { enumConstant
DLocalCache.java3086 cause = RemovalCause.EXPLICIT; in remove()
3191 cause = RemovalCause.EXPLICIT; in remove()
3205 return (cause == RemovalCause.EXPLICIT); in remove()
3225 enqueueNotification(e, RemovalCause.EXPLICIT); in clear()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java134 alertListenerIfPresent(key, value, RemovalCause.EXPLICIT); in remove()
154 alertListenerIfPresent(entry.getKey(), entry.getValue().getValue(), RemovalCause.EXPLICIT); in clear()
172 alertListenerIfPresent(key, value, RemovalCause.EXPLICIT); in remove()
/external/libxml2/test/valid/dtds/
Dxhtml1.dcl165 EXPLICIT NO
/external/turbine/proto/
Ddeps.proto26 EXPLICIT = 0; enumerator
/external/v8/src/compiler/
Dinstruction.h45 EXPLICIT, enumerator
47 FIRST_LOCATION_OPERAND_KIND = EXPLICIT
74 INSTRUCTION_OPERAND_PREDICATE(Explicit, EXPLICIT)
535 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT); in NON_EXPORTED_BASE()
659 LocationOperand::EXPLICIT); in GetCanonicalizedValue()
Dinstruction.cc157 case InstructionOperand::EXPLICIT: in operator <<()
301 : LocationOperand(EXPLICIT, kind, rep, index) { in ExplicitOperand()
Dregister-allocator.cc330 case InstructionOperand::EXPLICIT: in HintTypeForOperand()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java294 assertNotified(listener, one, two, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
298 assertNotified(listener, two, three, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
304 assertNotified(listener, three, four, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
310 assertNotified(listener, four, five, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
316 assertNotified(listener, five, six, RemovalCause.EXPLICIT); in testRemovalListener_explicit()
/external/libcxx/include/experimental/
Dpropagate_const63 template <class U> EXPLICIT constexpr propagate_const(propagate_const<_Up>&& pu); // see below
64 template <class U> EXPLICIT constexpr propagate_const(U&& u); // see below
/external/guava/guava/src/com/google/common/collect/
DMapMaker.java690 EXPLICIT { enumConstant
DMapMakerInternalMap.java2751 cause = RemovalCause.EXPLICIT; in remove()
2794 cause = RemovalCause.EXPLICIT; in remove()
2807 return (cause == RemovalCause.EXPLICIT); in remove()
2828 enqueueNotification(e, RemovalCause.EXPLICIT); in clear()
/external/libcxx/include/
Doptional97 constexpr EXPLICIT optional(U &&);
99 constexpr EXPLICIT optional(const optional<U> &);
101 constexpr EXPLICIT optional(optional<U> &&);
/external/guice/extensions/persist/lib/
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...

12