/build/blueprint/tests/ |
bootstrap.bash | 5 export WRAPPER="../blueprint.bash"
|
/external/perfetto/ui/ |
node | 20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py" 22 exec python "$WRAPPER" --path $NODE_DIR node "$@"
|
npm | 20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py" 22 exec python "$WRAPPER" --path $NODE_DIR npm "$@"
|
/build/blueprint/ |
bootstrap.bash | 13 # WRAPPER 33 # WRAPPER should only be set if you want a ninja wrapper script to be 35 # only if BOOTSTRAP and WRAPPER are unset. 36 [ -z "$WRAPPER" ] && WRAPPER="`dirname "${BOOTSTRAP}"`/blueprint.bash" 128 if [ ! -z "$WRAPPER" ]; then 129 cp $WRAPPER $BUILDDIR/
|
/external/robolectric-shadows/ |
wrapper_test.sh | 3 # Tests for wrapper.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/mockito/src/test/java/org/mockitousage/spies/ |
SpyingOnInterfacesTest.java | 73 .load(getClass().getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) 94 .load(getClass().getClassLoader(), ClassLoadingStrategy.Default.WRAPPER) 100 .load(iFace.getClassLoader(), ClassLoadingStrategy.Default.WRAPPER)
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
SubclassInjectionLoader.java | 76 return ClassLoadingStrategy.Default.WRAPPER.with(mockedType.getProtectionDomain()); 84 return ClassLoadingStrategy.Default.WRAPPER.with(mockedType.getProtectionDomain());
|
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
ForwardingWrapperTesterTest.java | 421 private static Function<Equals, Equals> WRAPPER = new Function<Equals, Equals>() { 440 .testForwarding(Equals.class, NoDelegateToEquals.WRAPPER); 447 .testForwarding(Equals.class, NoDelegateToEquals.WRAPPER);
|
/external/llvm/lib/Target/AVR/ |
AVRISelLowering.h | 35 /// A wrapper node for TargetConstantPool, 37 WRAPPER,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
AVRISelLowering.h | 36 /// A wrapper node for TargetConstantPool, 38 WRAPPER,
|
AVRISelLowering.cpp | 246 NODE(WRAPPER); 400 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); 410 return DAG.getNode(AVRISD::WRAPPER, SDLoc(Op), getPointerTy(DL), Result); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
typeobject.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
typeobject.c | [all...] |
/external/python/cpython2/Objects/ |
typeobject.c | [all...] |
/external/python/cpython3/Objects/ |
typeobject.c | [all...] |
/external/mockito/lib/ |
byte-buddy-1.8.15.jar | |