/external/robolectric-shadows/ |
D | wrapper_test.sh | 8 readonly WRAPPER="$(realpath "$(dirname "$0")/wrapper.sh")" 84 "$WRAPPER" module "$PWD/output" "$PWD/retval" 'wrap' "$@" \ 90 "$WRAPPER" module "$PWD/output" "$PWD/retval" 'eval' "$@" \
|
/external/perfetto/ui/ |
D | node | 20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py" 22 exec python "$WRAPPER" --path $NODE_DIR node "$@"
|
D | npm | 20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py" 22 exec python "$WRAPPER" --path $NODE_DIR npm "$@"
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
D | SpyingOnInterfacesTest.java | 73 .load(getClass().getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) in shouldAllowDelegatingToDefaultMethod() 94 .load(getClass().getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) in shouldAllowSpyingOnDefaultMethod() 100 .load(iFace.getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) in shouldAllowSpyingOnDefaultMethod()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | SubclassInjectionLoader.java | 76 return ClassLoadingStrategy.Default.WRAPPER.with(mockedType.getProtectionDomain()); in resolveStrategy() 84 … return ClassLoadingStrategy.Default.WRAPPER.with(mockedType.getProtectionDomain()); in resolveStrategy()
|
/external/toolchain-utils/binary_search_tool/ |
D | README.testing | 37 If you are testing with the ANDROID COMPILER WRAPPER, you need to to some 58 If you are testing with the CHROMEOS COMPILER WRAPPER, you MUST run the
|
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
D | ForwardingWrapperTesterTest.java | 421 private static Function<Equals, Equals> WRAPPER = new Function<Equals, Equals>() { field in ForwardingWrapperTesterTest.NoDelegateToEquals 440 .testForwarding(Equals.class, NoDelegateToEquals.WRAPPER); in testExplicitEqualsAndHashCodeNotDelegatedByDefault() 447 .testForwarding(Equals.class, NoDelegateToEquals.WRAPPER); in testExplicitEqualsAndHashCodeDelegatedWhenExplicitlyAsked()
|
/external/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 37 WRAPPER, enumerator
|
D | AVRInstrInfo.td | 48 def AVRWrapper : SDNode<"AVRISD::WRAPPER", SDT_AVRWrapper>;
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 6755 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6756 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6758 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 6759 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6761 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6762 {NAME, offsetof(PyHeapTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6764 #define AMSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6765 ETSLOT(NAME, as_async.SLOT, FUNCTION, WRAPPER, DOC) 6766 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6767 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 38 WRAPPER, enumerator
|
D | AVRISelLowering.cpp | 246 NODE(WRAPPER); in getTargetNodeName() 400 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); in LowerGlobalAddress() 410 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); in LowerBlockAddress()
|
D | AVRInstrInfo.td | 48 def AVRWrapper : SDNode<"AVRISD::WRAPPER", SDT_AVRWrapper>;
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 6003 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6004 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6006 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument 6007 {NAME, offsetof(PyTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6009 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6010 {NAME, offsetof(PyHeapTypeObject, SLOT), (void *)(FUNCTION), WRAPPER, \ 6012 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6013 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC) 6014 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument 6015 ETSLOT(NAME, as_mapping.SLOT, FUNCTION, WRAPPER, DOC) [all …]
|
/external/pcre/ |
D | NOTICE | 53 THE C++ WRAPPER FUNCTIONS
|
/external/fdlibm/ |
D | readme | 112 3. STANDARD CONFORMANCE WRAPPER
|