/third_party/skia/platform_tools/android/bin/ |
D | android_build_universal_viewer | 53 mkdir -p out/${APP}-universal 54 cp platform_tools/android/apps/$APP/build/outputs/apk/${APP}-universal-debug.apk \ 55 out/${APP}-universal/$APP-universal-debug.apk 56 ls -l out/${APP}-universal/$APP-universal-debug.apk
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
D | constructors.js | 4 exports.universal = exports.tag = exports.string = exports.selector = exports.root = exports.pseudo… 62 var universal = function universal(opts) { function 65 exports.universal = universal;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/ |
D | TimeScaleDataTest.java | 81 long universal = UniversalTimeScale.from(-epochOffset, scale); in epochOffsetTest() local 83 if (universal != 0) { in epochOffsetTest() 85 ", result = " + universal); in epochOffsetTest() 88 universal = UniversalTimeScale.from(0, scale); in epochOffsetTest() 90 if (universal != universalEpoch) { in epochOffsetTest() 91 errln("from(0, scale): scale = " + scale + ", result = " + universal); in epochOffsetTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleDataTest.java | 78 long universal = UniversalTimeScale.from(-epochOffset, scale); in epochOffsetTest() local 80 if (universal != 0) { in epochOffsetTest() 82 ", result = " + universal); in epochOffsetTest() 85 universal = UniversalTimeScale.from(0, scale); in epochOffsetTest() 87 if (universal != universalEpoch) { in epochOffsetTest() 88 errln("from(0, scale): scale = " + scale + ", result = " + universal); in epochOffsetTest()
|
/third_party/astc-encoder/ |
D | CMakeLists.txt | 117 … message(FATAL_ERROR "For macOS universal binaries only one backend per architecture is allowed.") 122 # User requested explicit multi-architecture universal build 124 … message(FATAL_ERROR "For macOS universal binaries only x86_64 and arm64 builds are allowed.") 128 … message(FATAL_ERROR "For macOS universal binaries only x86_64 and arm64 builds are allowed.") 132 … message(FATAL_ERROR "For macOS universal binaries only one backend per architecture is allowed.") 147 # Else is this a implicit multi-architecture universal build? 149 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. " 150 "For universal binaries only one backend per architecture is allowed.") 154 … string(CONCAT MSG "For macOS setting multiple architecture backends builds a universal binary. " 155 "For universal binaries only one backend per architecture is allowed.")
|
/third_party/python/Mac/ |
D | README.rst | 41 Create a universal binary build of Python. This can be used with both 56 * ``--with-universal-archs=VALUE`` 58 Specify the kind of universal binary that should be created. This option is 61 to ``intel``. Note that ``intel`` means a universal build of both 32-bit 65 values for ``--with-universal-archs``: 67 ``--enable-universalsdk --with-universal-archs=intel-64`` 72 Building and using a universal binary of Python on macOS 75 1. What is a universal binary 78 A universal binary build of Python contains object code for more than one 79 CPU architecture. A universal macOS executable file or library combines the [all …]
|
/third_party/icu/docs/userguide/datetime/ |
D | universaltimescale.md | 73 ICU implements a universal time scale that is similar to the 75 The universal time scale is a 64-bit integer that holds ticks since midnight, 79 The universal time scale always measures time according to the proleptic 87 allowing datetimes in any time scale to be converted to the universal time 92 So how did we decide what to use for the universal time scale? Java time has 120 ICU provides routines to convert from other timescales to the universal time 121 scale, to convert from the universal time scale to other timescales, and to get 155 * Epoch offset -- the distance from the universal timescale's epoch to the timescale's epoch, in th… 156 * Minimum "from" value -- the minimum timescale value that can safely be converted to the universal… 157 * Maximum "from" value -- the maximum timescale value that can safely be converted to the universal… [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utmstest.c | 126 int64_t universal = 0; in epochOffsetTest() local 140 universal = utmscale_fromInt64(-epochOffset, scale, &status); in epochOffsetTest() 142 if (universal != 0) { in epochOffsetTest() 143 …hOffest, scale): scale = %d, epochOffset = %lld, result = %lld.\n", scale, epochOffset, universal); in epochOffsetTest() 146 universal = utmscale_fromInt64(0, scale, &status); in epochOffsetTest() 148 if (universal != universalEpoch) { in epochOffsetTest() 149 log_err("utmscale_fromInt64(0, scale): scale = %d, result = %lld.\n", scale, universal); in epochOffsetTest()
|
/third_party/skia/tools/skqp/ |
D | test_apk.sh | 18 $0 skqp-universal-debug.apk 20 $0 skqp-universal-debug.apk vk_hairmodes gles_gammatext gles_aarectmodes
|
D | README_GENERATING_MODELS.md | 48 tools/skqp/test_apk.sh (LOCATION)/skqp-universal-debug.apk 52 tools/skqp/upload_apk HEAD (LOCATION)/skqp-universal-debug.apk
|
D | docker_build_universal_apk.sh | 39 if [ -f "$OUT"/skqp-universal-debug.apk ]; then
|
/third_party/skia/site/docs/dev/testing/ |
D | skqp.md | 13 These are universal APKs that contain native libraries for armeabi-v7a, 24 adb install -r skqp-universal-{APK_SHA_HERE}.apk
|
/third_party/protobuf/python/ |
D | setup.cfg | 2 universal = 1
|
/third_party/css-what/ |
D | readme.md | 39 | `universal` | - | `*` | `{ type: 'univers…
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UniversalTimeScale.java | 521 BigDecimal universal = new BigDecimal(universalTime); in toBigDecimal() local 525 return universal.divide(units, BigDecimal.ROUND_HALF_UP).subtract(epochOffset); in toBigDecimal()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | UniversalTimeScale.java | 473 BigDecimal universal = new BigDecimal(universalTime); in toBigDecimal() local 477 return universal.divide(units, BigDecimal.ROUND_HALF_UP).subtract(epochOffset); in toBigDecimal()
|
/third_party/python/Modules/_io/ |
D | _iomodule.c | 241 int text = 0, binary = 0, universal = 0; in _io_open_impl() local 300 universal = 1; in _io_open_impl() 325 if (universal) { in _io_open_impl()
|
/third_party/astc-encoder/Source/ |
D | cmake_core.cmake | 208 # Suppress unused argument for macOS universal build behavior 226 # Suppress unused argument for macOS universal build behavior 243 # Suppress unused argument for macOS universal build behavior
|
/third_party/skia/platform_tools/android/apps/skqp/ |
D | build.gradle | 27 productFlavors { universal{}; arm {}; arm64 {}; x86 {}; x64 {}; arm64vulkan{}; }
|
/third_party/skia/platform_tools/android/apps/viewer/ |
D | build.gradle | 28 productFlavors { universal{}; arm {}; arm64 {}; x86 {}; x64 {}; arm64vulkan{}; }
|
/third_party/astc-encoder/Docs/ |
D | Building.md | 87 # macOS universal binary build 97 For macOS, we additionally support the ability to build a universal binary, 100 built binary. To build a universal binary select a single x86 variant and a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 139 auto universal = cast<MachOUniversalBinary>(unwrap(BR)); in LLVMMachOUniversalBinaryCopyObjectForArch() local 141 universal->getMachOObjectForArch({Arch, ArchLen})); in LLVMMachOUniversalBinaryCopyObjectForArch()
|
/third_party/python/Modules/_decimal/ |
D | README.txt | 30 7) universal - Mac OS only (multi-arch)
|
/third_party/lz4/contrib/snap/ |
D | README.md | 5 of lz4. Snaps are universal Linux packages that allow you to easily
|
/third_party/python/Mac/BuildScript/ |
D | build-installer.py | 1060 universal = os.path.join(WORKDIR, 'libraries') 1061 os.mkdir(universal) 1062 os.makedirs(os.path.join(universal, 'usr', 'local', 'lib')) 1063 os.makedirs(os.path.join(universal, 'usr', 'local', 'include')) 1066 buildRecipe(recipe, universal, ARCHLIST)
|