Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/node/deps/cares/
Daminclude_static.am14 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
17 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
40 # The generated report will be titled using the $(PACKAGE_NAME) and
48 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
49 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
87 …VERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERS…
90 …Y)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERS…
/third_party/elfutils/src/
DMakefile.am110 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
/third_party/node/deps/cares/m4/
Dax_code_coverage.m489 # \$(PACKAGE_NAME)-\$(PACKAGE_VERSION)-coverage.info)
92 # \$(PACKAGE_NAME)-\$(PACKAGE_VERSION)-coverage)
115 # The generated report will be titled using the \$(PACKAGE_NAME) and
123 CODE_COVERAGE_OUTPUT_FILE ?= \$(PACKAGE_NAME)-\$(PACKAGE_VERSION)-coverage.info
124 CODE_COVERAGE_OUTPUT_DIRECTORY ?= \$(PACKAGE_NAME)-\$(PACKAGE_VERSION)-coverage
165 …GE_OUTPUT_FILE).tmp\" --test-name \"\$(call code_coverage_sanitize,\$(PACKAGE_NAME)-\$(PACKAGE_VER…
168 …-output-directory \"\$(CODE_COVERAGE_OUTPUT_DIRECTORY)\" --title \"\$(PACKAGE_NAME)-\$(PACKAGE_VER…
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_code_coverage.m4144 …VERAGE_OUTPUT_FILE).tmp" --test-name "$(call code_coverage_sanitize,$(PACKAGE_NAME)-$(PACKAGE_VERS…
147 …Y)) --output-directory "$(CODE_COVERAGE_OUTPUT_DIRECTORY)" --title "$(PACKAGE_NAME)-$(PACKAGE_VERS…
175 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
178 # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
201 # The generated report will be titled using the $(PACKAGE_NAME) and
207 CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
208 CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUData.java39 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()
DICUBinary.java83 int length = ICUData.PACKAGE_NAME.length() - 1; in startsWithPackageName()
85 if (bytes.get(start + i) != ICUData.PACKAGE_NAME.charAt(i)) { in startsWithPackageName()
135 nameOffset += ICUData.PACKAGE_NAME.length() + 1; in binarySearch()
175 offset += ICUData.PACKAGE_NAME.length() + 1;
/third_party/libsnd/src/
Dstrings.c92 { if (strstr (str, PACKAGE_NAME) == NULL) in psf_store_string()
98 snprintf (new_str, sizeof (new_str), "%s-%s", PACKAGE_NAME, PACKAGE_VERSION) ; in psf_store_string()
100 snprintf (new_str, sizeof (new_str), "%s (%s-%s)", str, PACKAGE_NAME, PACKAGE_VERSION) ; in psf_store_string()
Dconfig.h.cmake206 #define PACKAGE "@PACKAGE_NAME@"
212 #define PACKAGE_NAME "@PACKAGE_NAME@"
215 #define PACKAGE_STRING "@PACKAGE_NAME@ @CPACK_PACKAGE_VERSION_FULL@"
218 #define PACKAGE_TARNAME "@PACKAGE_NAME@"
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUData.java37 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()
DICUBinary.java79 int length = ICUData.PACKAGE_NAME.length() - 1; in startsWithPackageName()
81 if (bytes.get(start + i) != ICUData.PACKAGE_NAME.charAt(i)) { in startsWithPackageName()
131 nameOffset += ICUData.PACKAGE_NAME.length() + 1; in binarySearch()
171 offset += ICUData.PACKAGE_NAME.length() + 1;
/third_party/node/deps/cares/src/lib/
Dares_setup.h219 #ifdef PACKAGE_NAME
220 # undef PACKAGE_NAME
/third_party/elfutils/
DMakefile.am51 COVERAGE_OUTPUT_FILE = $(PACKAGE_NAME).lcov
54 COVERAGE_TITLE = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
/third_party/skia/third_party/externals/expat/expat/
Dexpat_config.h.cmake61 #define PACKAGE "@PACKAGE_NAME@"
67 #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
/third_party/libcoap/examples/lwip/config/
Dcoap_config.h.in59 #define PACKAGE_NAME "@PACKAGE_NAME@" macro
Dcoap_config.h59 #define PACKAGE_NAME "libcoap" macro
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
DREADME.md104 export PACKAGE_NAME=com.rovio.baba
121 adb shell settings put global angle_gl_driver_selection_pkgs $PACKAGE_NAME
155 adb shell mkdir -p /sdcard/Android/data/$PACKAGE_NAME/angle_capture
186 adb shell ls -la /sdcard/Android/data/$PACKAGE_NAME/angle_capture
191 $ adb shell ls -s -w 1 /sdcard/Android/data/$PACKAGE_NAME/angle_capture
218 adb pull /sdcard/Android/data/$PACKAGE_NAME/angle_capture/. $LABEL/
/third_party/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake152 set(PACKAGE_NAME ${PROJECT_NAME}) variable
178 set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
179 set(PACKAGE_TARNAME ${PACKAGE_NAME})
/third_party/elfutils/lib/
Dprintversion.c38 fprintf (stream, "%s (%s) %s\n", state->name, PACKAGE_NAME, PACKAGE_VERSION); in print_version()
/third_party/libexif/
Dconfig.h64 #define PACKAGE_NAME "EXIF library" macro
/third_party/alsa-utils/include/
Daconfig.h152 #define PACKAGE_NAME "alsa-utils" macro
/third_party/libcoap/
Dlibcoap-3.pc.in6 Name: @PACKAGE_NAME@
/third_party/libcoap/examples/contiki/
Dcoap_config.h83 #define PACKAGE_NAME "libcoap" macro
/third_party/libusb/windows/
Dconfig.h112 #define PACKAGE_NAME "libusb-1.0" macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djconfigint.h26 #define PACKAGE_NAME "libjpeg-turbo" macro
/third_party/libjpeg-turbo/
Djconfigint.h37 #define PACKAGE_NAME "libjpeg-turbo" macro

12345678910