Home
last modified time | relevance | path

Searched refs:BUNDLE_NAME (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/ios/
Dhide_symbols_with_allowlist.sh54 executable_file="${BUNDLE_NAME}.framework/${BUNDLE_NAME}"
139 merge_cmd+=(-create -output "${BUNDLE_NAME}")
142 chmod +x "${BUNDLE_NAME}"
144 mv "${BUNDLE_NAME}" "${executable_file}"
145 ( TZ=UTC find "${BUNDLE_NAME}.framework/" -exec touch -h -t 198001010000 {} \+ )
146 zip --compression-method store --symlinks --recurse-paths --quiet "${OUTPUT}" "${BUNDLE_NAME}.frame…
Dios.bzl60 "BUNDLE_NAME=\"" + bundle_name + "\" " +
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.c90 BUNDLE_NAME, enumerator
156 options[BUNDLE_NAME].value = DATA_NAME; in main()
177 bundleName = options[BUNDLE_NAME].value; in main()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp77 BUNDLE_NAME, enumerator
141 options[BUNDLE_NAME].value = "LocaleElements"; in main()
170 if((options[JAVA_PACKAGE].doesOccur || options[BUNDLE_NAME].doesOccur) && in main()
736 options[JAVA_PACKAGE].value, options[BUNDLE_NAME].value, &status); in processFile()
/external/tflite-support/third_party/
Dtensorflow_lite_ios_build.patch23 "BUNDLE_NAME=\"" + bundle_name + "\" " +
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
DUOption.java83 public static UOption BUNDLE_NAME() { return create("bundle-name", 'b', REQUIRES_ARG); } in BUNDLE_NAME() method in UOption