/external/gflags/cmake/ |
D | config.cmake.in | 15 set (@PACKAGE_PREFIX@_TARGET_NAMESPACE @PACKAGE_NAME@) 17 include ("${CMAKE_CURRENT_LIST_DIR}/@PACKAGE_NAME@-nonamespace-targets.cmake") 37 if (@PACKAGE_NAME@_FIND_COMPONENTS) 38 foreach (@PACKAGE_NAME@_FIND_COMPONENT IN LISTS @PACKAGE_NAME@_FIND_COMPONENTS) 39 …if (@PACKAGE_NAME@_FIND_REQUIRED_${@PACKAGE_NAME@_FIND_COMPONENT} AND NOT TARGET @PACKAGE_NAME@_${… 40 …message (FATAL_ERROR "Package @PACKAGE_NAME@ was installed without required component ${@PACKAGE_N… 43 list (GET @PACKAGE_NAME@_FIND_COMPONENTS 0 @PACKAGE_NAME@_FIND_COMPONENT) 45 set (@PACKAGE_NAME@_FIND_COMPONENT) 52 # - find_package(@PACKAGE_NAME@ REQUIRED) 53 # - find_package(@PACKAGE_NAME@ COMPONENTS nothreads_static) [all …]
|
D | utils.cmake | 185 …COMMAND reg add \"HKCU\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\" /v \"${REG… 191 …ed HKEY_CURRENT_USER\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\\\\${REGISTRY_… 198 file (WRITE "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-registry-entry" "${CONFIG_DIR}") 200 FILES "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-registry-entry" 201 DESTINATION "$ENV{HOME}/.cmake/packages/${PACKAGE_NAME}"
|
/external/python/asn1crypto/ |
D | setup.py | 12 PACKAGE_NAME = 'asn1crypto' variable 36 tests_require = ['%s_tests' % PACKAGE_NAME] 37 test_suite = '%s_tests.make_suite' % PACKAGE_NAME 45 package_data[PACKAGE_NAME] = [ 58 '%s.egg-info' % PACKAGE_NAME 81 sub_folders = ['build', 'temp', '%s.egg-info' % PACKAGE_NAME] 88 for root, dirs, files in os.walk(os.path.join(PACKAGE_ROOT, PACKAGE_NAME)): 103 name=PACKAGE_NAME, 148 packages=[PACKAGE_NAME],
|
/external/tensorflow/tensorflow/python/tpu/client/pip_package/ |
D | build_pip_package.sh | 26 PACKAGE_NAME="cloud_tpu_client" 43 mkdir ${TMPDIR}/${PACKAGE_NAME} 44 cp -a ${RUNFILES}/. ${TMPDIR}/${PACKAGE_NAME}/ 47 find ${TMPDIR}/${PACKAGE_NAME} -name \*.py | 49 s/^from tensorflow.python.tpu.client/from '${PACKAGE_NAME}'/
|
/external/tensorflow/tensorflow/python/tpu/profiler/pip_package/ |
D | build_pip_package.sh | 26 PACKAGE_NAME="cloud_tpu_profiler" 43 mkdir ${TMPDIR}/${PACKAGE_NAME} 44 cp -a ${RUNFILES}/. ${TMPDIR}/${PACKAGE_NAME}/ 47 find ${TMPDIR}/${PACKAGE_NAME} -name \*.py | 49 s/^from tensorflow.python.tpu.profiler/from '${PACKAGE_NAME}'/
|
/external/ImageMagick/ |
D | Makefile.am | 317 DIST_WINDOWS_SRC_ZIP=$(PACKAGE_NAME)-$(PACKAGE_VERSION)-windows.zip 322 DIST_WINDOWS_SRC_7ZIP=$(PACKAGE_NAME)-$(PACKAGE_VERSION)-windows.7z 327 if test -d $(PACKAGE_NAME)-$(PACKAGE_VERSION) ; then \ 328 chmod -R u+w $(PACKAGE_NAME)-$(PACKAGE_VERSION) ; \ 329 rm -rf $(PACKAGE_NAME)-$(PACKAGE_VERSION) ; \ 331 git clone -b main https://github.com/ImageMagick/ImageMagick.git $(PACKAGE_NAME)-$(PACKAGE_VERSION) 334 $(ZIP) -r -9 -q $(DIST_WINDOWS_SRC_ZIP) $(PACKAGE_NAME)-$(PACKAGE_VERSION) 338 $(P7ZIP) a -t7z -mx=9 $(DIST_WINDOWS_SRC_7ZIP) $(PACKAGE_NAME)-$(PACKAGE_VERSION) 341 rm -rf $(PACKAGE_NAME)-$(PACKAGE_VERSION) 361 …$(RPMDIR)/$(RPMARCH)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_PATCHLEVEL_VERSION).$(RPMARCH).r… [all …]
|
/external/libpcap/rpcapd/ |
D | rpcapd.rc | 2 #undef PACKAGE_NAME 5 #define PACKAGE_NAME PROGRAM_NAME 27 VALUE "InternalName", PACKAGE_NAME 31 VALUE "ProductName", PACKAGE_NAME
|
/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/ |
D | SmartSuggestionsHelperTest.java | 58 private static final String PACKAGE_NAME = "random.app"; field in SmartSuggestionsHelperTest 103 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_notMessageCategory() 139 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_noInlineReply() 152 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_messageCategoryNotification() 183 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_messageStyleNotification() 214 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_lastMessageFromLocalUser() 235 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationEnqueued_messageStyleNotification_missingPerson() 248 createStatusBarNotification(notification, PACKAGE_NAME); in onSuggestedReplySent() 272 createStatusBarNotification(notification, PACKAGE_NAME); in onSuggestedReplySent_noMatchingSession() 289 createStatusBarNotification(notification, PACKAGE_NAME); in onNotificationDirectReply() [all …]
|
/external/libpcap/ |
D | pcap-config.in | 17 PACKAGE_NAME="@PACKAGE_NAME@" 83 echo "-I$includedir -L$libdir $RPATH -l$PACKAGE_NAME" 92 echo "-L$libdir $RPATH -l$PACKAGE_NAME"
|
D | pcap-dll.rc | 24 VALUE "InternalName", PACKAGE_NAME 28 VALUE "ProductName", PACKAGE_NAME
|
/external/gflags/ |
D | CMakeLists.txt | 89 set (PACKAGE_NAME "gflags") variable 91 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") 92 set (PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") 97 project (${PACKAGE_NAME} VERSION ${PACKAGE_VERSION} LANGUAGES CXX) 139 string (TOUPPER "${PACKAGE_NAME}" PACKAGE_PREFIX) 150 …ary namespace (separate multiple options by semicolon)" "google;${PACKAGE_NAME}" "${PACKAGE_NAME}") 206 …e directory of installed header files relative to CMAKE_INSTALL_PREFIX/include/" "${PACKAGE_NAME}") 420 set (CONFIG_INSTALL_DIR "lib/cmake/${PACKAGE_NAME}") 433 set (CONFIG_INSTALL_DIR ${LIBRARY_INSTALL_DIR}/cmake/${PACKAGE_NAME}) 517 set (EXPORT_NAME ${PACKAGE_NAME}-targets) [all …]
|
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/ |
D | GenerateLinksLoggerTest.java | 51 private static final String PACKAGE_NAME = "package.name"; field in GenerateLinksLoggerTest 66 new TextClassificationContext.Builder(PACKAGE_NAME, WIDGET_TYPE).build(); 102 PACKAGE_NAME, in logGenerateLinks_allFieldsAreSet() local 120 .setPackageName(PACKAGE_NAME) in logGenerateLinks_allFieldsAreSet() 135 .setPackageName(PACKAGE_NAME) in logGenerateLinks_allFieldsAreSet() 167 PACKAGE_NAME, in logGenerateLinks_multipleLinks() local
|
/external/igt-gpu-tools/man/ |
D | defs.rst.in | 1 .. |PACKAGE_NAME| replace:: @PACKAGE_NAME@ substdef
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | libffi.pc.in | 5 includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include 7 Name: @PACKAGE_NAME@
|
/external/tensorflow/tensorflow/lite/tools/pip_package/ |
D | setup_with_binary.py | 31 PACKAGE_NAME = 'tflite_runtime' variable 36 name=PACKAGE_NAME.replace('_', '-'),
|
D | setup.py | 42 PACKAGE_NAME = 'tflite_runtime' variable 168 name='%s._pywrap_tensorflow_interpreter_wrapper' % PACKAGE_NAME, 191 name=PACKAGE_NAME.replace('_', '-'),
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_create_pkgconfig_info.m4 | 13 # $1 = $PACKAGE_NAME.pc 20 # PACKAGE_NAME defaults to $PACKAGE if not set. 21 # PACKAGE_LIBS defaults to -l$PACKAGE_NAME if not set. 85 PKGCONFIG_libname="ifelse($1,,${PACKAGE_NAME},`basename $1 .pc`)" 125 AC_MSG_RESULT(${PACKAGE_NAME} / ${PKGCONFIG_suffix}) 215 Name: @PACKAGE_NAME@ 235 s|@PACKAGE_NAME@|${pkgconfig_libname}| 260 s|@PACKAGE_NAME@|${pkgconfig_libname}| 289 s|@PACKAGE_NAME@|\"${pkgconfig_libname}\"| 326 pkgconfig_package='$PACKAGE_NAME'
|
/external/elfutils/src/ |
D | Makefile.am | 111 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
|
/external/python/asn1crypto/tests/ |
D | setup.py | 12 PACKAGE_NAME = 'asn1crypto' variable 14 TEST_PACKAGE_NAME = '%s_tests' % PACKAGE_NAME 149 '%s==%s' % (PACKAGE_NAME, PACKAGE_VERSION),
|
/external/llvm-project/llvm/ |
D | llvm.spec.in | 1 Name: @PACKAGE_NAME@ 9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz 25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
|
/external/llvm/ |
D | llvm.spec.in | 1 Name: @PACKAGE_NAME@ 9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz 25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_code_coverage.m4 | 154 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) 157 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) 167 # The generated report will be titled using the $(PACKAGE_NAME) and 173 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info 174 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage 192 …pture --output-file "$(CODE_COVERAGE_OUTPUT_FILE).tmp" --test-name "$(PACKAGE_NAME)-$(PACKAGE_VERS… 195 …RY) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERS…
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | TemplateCompiler.java | 46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler"; field in TemplateCompiler 113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus)); in translateAstToJavaSource() 134 return templateClassLoader.loadClass(PACKAGE_NAME + "." + CLASS_NAME); in compileAndLoad()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUData.java | 39 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in ICUData 43 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME; 153 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) { in checkStreamForBinaryData()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUData.java | 37 static final String PACKAGE_NAME = "icudt" + VersionInfo.ICU_DATA_VERSION_PATH; field in ICUData 41 public static final String ICU_BUNDLE = "data/" + PACKAGE_NAME; 151 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) { in checkStreamForBinaryData()
|