/packages/modules/NeuralNetworks/tools/api/ |
D | generate_api.sh | 27 TOOL=$(dirname $0)/generate_api.py 28 SPECFILE=$(dirname $0)/types.spec 56 doit canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h 57 doit canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h 58 doit canonical $(dirname $0)/OperationTypes.t ${CANONICALDIR}/OperationTypes.h 59 doit ndk $(dirname $0)/NeuralNetworksTypes.t ${NDKDIR}/NeuralNetworksTypes.h 64 doit aidl $(dirname $0)/OperandTypeAidl.t ${AIDLDIR}/OperandType.aidl 65 doit aidl $(dirname $0)/OperationTypeAidl.t ${AIDLDIR}/OperationType.aidl 68 check canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h 69 check canonical $(dirname $0)/OperandTypes.t ${CANONICALDIR}/OperandTypes.h [all …]
|
/packages/modules/Virtualization/microdroid/payload/ |
D | mk_payload.cc | 57 std::string RelativeTo(const std::string& path, const std::string& dirname) { in RelativeTo() argument 59 if (is_absolute || dirname == ".") { in RelativeTo() 62 return dirname + "/" + path; in RelativeTo() 89 std::string dirname; // config file's direname to resolve relative paths in the config member 158 config.dirname = Dirname(config_file); in LoadConfig() 247 std::string apex_path = RelativeTo(apex_config.path, config.dirname); in MakePayload() 255 std::string apk_path = RelativeTo(config.apk->path, config.dirname); in MakePayload() 259 std::string idsig_path = RelativeTo(config.apk->idsig_path, config.dirname); in MakePayload()
|
/packages/modules/Gki/ |
D | preinstall.sh | 17 mydir=$(dirname $(dirname $(realpath "$0"))) 18 if [[ $(dirname $mydir) != "/apex" ]] || [[ $(basename $mydir) != com.android.gki.* ]]; then
|
/packages/apps/ThemePicker/ |
D | Android.bp | 53 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && " 65 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && "
|
/packages/services/Car/cpp/computepipe/runner/graph/proto/ |
D | Android.bp | 11 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l… 27 …cmd: "$(location aprotoc) -I$$(dirname $(in)) -Iexternal/protobuf/src --plugin=protoc-gen-grpc=$(l…
|
/packages/modules/Bluetooth/system/gd/cert/ |
D | set_up_and_run_device_cert.sh | 3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 61 echo $(dirname "$rc")
|
D | run_topshim | 29 def check_dir_exists(dir, dirname): argument 31 print("Couldn't find %s (%s)!" % (dirname, dir))
|
/packages/services/Car/tools/emulator/ |
D | vhal_const_generate.py | 63 script_directory = os.path.join(os.path.dirname(os.path.abspath(__file__))) 90 vhal_location = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
/packages/apps/WallpaperPicker2/ |
D | Android.bp | 97 + "RES_DIR=$$(dirname $$(dirname $${INPUTS[0]})) && "
|
/packages/modules/Bluetooth/system/test/ |
D | run_host_unit_tests.py | 46 def check_dir_exists(dir, dirname): argument 48 print "Couldn't find %s (%s)!" % (dirname, dir)
|
/packages/apps/Car/MessengerPrebuilt/ |
D | update_prebuilt.sh | 25 cd $(dirname $0)
|
/packages/apps/Car/DialerPrebuilt/ |
D | update_prebuilt.sh | 25 cd $(dirname $0)
|
/packages/apps/Car/MediaPrebuilt/ |
D | update_prebuilt.sh | 25 cd $(dirname $0)
|
/packages/modules/NeuralNetworks/tools/systrace_parser/ |
D | run_tests.sh | 4 cd $(dirname $(realpath $0))
|
/packages/services/Telephony/ecc/ |
D | gen_eccdata.sh | 28 ECC_ROOT=`realpath \`dirname $0\``
|
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/ |
D | make_golden.sh | 4 cd $(dirname $(realpath $0))
|
/packages/modules/adb/coverage/ |
D | build.sh | 1 OUTPUT_DIR=$(dirname "$0")
|
D | show.sh | 5 OUTPUT_DIR=$(realpath $(dirname "$0"))
|
D | report.sh | 5 OUTPUT_DIR=$(realpath $(dirname "$0"))
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/_build/ |
D | grpc.py | 23 package_directory = os.path.dirname(os.path.realpath(__file__))
|
/packages/modules/Virtualization/apex/ |
D | sign_virt_apex_test.sh | 21 TEST_DIR=$(dirname $0)
|
/packages/modules/Bluetooth/ |
D | build.py | 472 srcdir = os.path.dirname(__file__) 497 os.makedirs(os.path.dirname(dst), exist_ok=True) 810 bootstrap = Bootstrap(args.bootstrap_dir, os.path.dirname(__file__))
|
/packages/modules/Virtualization/microdroid/ |
D | ueventd.rc | 5 dirname /dev/dma_heap
|
/packages/modules/Bluetooth/system/build/dpkg/modp_b64/ |
D | gen-src-pkg.sh | 12 scriptdir="$( cd "$( dirname "$0" )" && pwd )"
|
/packages/modules/Bluetooth/system/build/dpkg/floss/ |
D | install-dependencies | 10 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|