Home
last modified time | relevance | path

Searched refs:WRAPPER (Results 1 – 16 of 16) sorted by relevance

/external/robolectric-shadows/
Dwrapper_test.sh8 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/
Dnode20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py"
22 exec python "$WRAPPER" --path $NODE_DIR node "$@"
Dnpm20 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/
DSpyingOnInterfacesTest.java73 .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/
DSubclassInjectionLoader.java76 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/
DREADME.testing37 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/
DForwardingWrapperTesterTest.java421 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/
DAVRISelLowering.h37 WRAPPER, enumerator
DAVRInstrInfo.td48 def AVRWrapper : SDNode<"AVRISD::WRAPPER", SDT_AVRWrapper>;
/external/python/cpython3/Objects/
Dtypeobject.c6755 #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/
DAVRISelLowering.h38 WRAPPER, enumerator
DAVRISelLowering.cpp246 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()
DAVRInstrInfo.td48 def AVRWrapper : SDNode<"AVRISD::WRAPPER", SDT_AVRWrapper>;
/external/python/cpython2/Objects/
Dtypeobject.c6003 #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/
DNOTICE53 THE C++ WRAPPER FUNCTIONS
/external/fdlibm/
Dreadme112 3. STANDARD CONFORMANCE WRAPPER