Home
last modified time | relevance | path

Searched refs:apple (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c609 FT_Int *apple ) in sfnt_get_name_id()
615 *apple = -1; in sfnt_get_name_id()
627 if ( IS_APPLE( name ) && ( name->languageID == 0 || *apple == -1 ) ) in sfnt_get_name_id()
628 *apple = n; in sfnt_get_name_id()
632 return ( *win >= 0 ) || ( *apple >= 0 ); in sfnt_get_name_id()
794 FT_Int found, win, apple; in sfnt_get_var_ps_name() local
810 &apple ); in sfnt_get_var_ps_name()
817 &apple ); in sfnt_get_var_ps_name()
828 &apple ); in sfnt_get_var_ps_name()
845 if ( !result && apple ! in sfnt_get_var_ps_name()
1047 FT_Int found, win, apple; sfnt_get_ps_name() local
[all...]
/third_party/libexif/libexif/apple/
H A Dmnote-apple-entry.h1 /* mnote-apple-entry.h
26 #include <libexif/apple/mnote-apple-tag.h>
H A Dexif-mnote-data-apple.h1 /* mnote-apple-data.h
28 #include <libexif/apple/mnote-apple-entry.h>
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-kern-table.hh36 * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6kern.html
137 case 1: return_trace (u.header.apple ? c->dispatch (u.format1, std::forward<Ts> (ds)...) : c->default_return_value ()); in dispatch()
141 case 3: return_trace (u.header.apple ? c->dispatch (u.format3, std::forward<Ts> (ds)...) : c->default_return_value ()); in dispatch()
172 static constexpr bool apple = false; member
227 static constexpr bool apple = true; member
/third_party/python/Tools/unicode/
H A DMakefile18 codecs: misc windows iso apple ebcdic custom-mappings cjk
50 apple: build/
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs36 "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> in package_as_simulator_app()
75 .arg("com.apple.CoreSimulator.SimDeviceType.iPhone-SE") in start_simulator()
76 .arg("com.apple.CoreSimulator.SimRuntime.iOS-10-2") in start_simulator()
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js28 apple: {channels: 3, labels: ['r16', 'g16', 'b16']},
798 convert.apple.rgb = function (apple) {
799 return [(apple[0] / 65535) * 255, (apple[1] / 65535) * 255, (apple[2] / 65535) * 255];
802 convert.rgb.apple = function (rgb) {
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess436 echo m68k-apple-machten${UNAME_RELEASE}
439 echo powerpc-apple-machten${UNAME_RELEASE}
1206 echo m68k-apple-aux${UNAME_RELEASE}
1222 echo powerpc-apple-beos
1252 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1255 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1284 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
/third_party/libevdev/build-aux/
H A Dconfig.guess511 GUESS=m68k-apple-machten$UNAME_RELEASE
514 GUESS=powerpc-apple-machten$UNAME_RELEASE
1357 GUESS=m68k-apple-aux$UNAME_RELEASE
1373 GUESS=powerpc-apple-beos
1382 GUESS=powerpc-apple-haiku
1409 GUESS=powerpc-apple-rhapsody$UNAME_RELEASE
1412 GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE
1415 GUESS=aarch64-apple-darwin$UNAME_RELEASE
1452 GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE
/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc590 const FilePath apple("apple"); in TEST()
592 mac.Set(apple); // Implement Set() since overloading operator= is forbidden. in TEST()
593 EXPECT_EQ("apple", mac.string()); in TEST()
594 EXPECT_EQ("apple", apple.string()); in TEST()
/third_party/node/deps/cares/
H A Dconfig.guess511 GUESS=m68k-apple-machten$UNAME_RELEASE
514 GUESS=powerpc-apple-machten$UNAME_RELEASE
1346 GUESS=m68k-apple-aux$UNAME_RELEASE
1362 GUESS=powerpc-apple-beos
1395 GUESS=powerpc-apple-rhapsody$UNAME_RELEASE
1398 GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE
1401 GUESS=aarch64-apple-darwin$UNAME_RELEASE
1438 GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE
/third_party/node/deps/cares/config/
H A Dconfig.guess511 GUESS=m68k-apple-machten$UNAME_RELEASE
514 GUESS=powerpc-apple-machten$UNAME_RELEASE
1346 GUESS=m68k-apple-aux$UNAME_RELEASE
1362 GUESS=powerpc-apple-beos
1395 GUESS=powerpc-apple-rhapsody$UNAME_RELEASE
1398 GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE
1401 GUESS=aarch64-apple-darwin$UNAME_RELEASE
1438 GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE
/third_party/python/
H A Dconfig.guess511 GUESS=m68k-apple-machten$UNAME_RELEASE
514 GUESS=powerpc-apple-machten$UNAME_RELEASE
1343 GUESS=m68k-apple-aux$UNAME_RELEASE
1359 GUESS=powerpc-apple-beos
1392 GUESS=powerpc-apple-rhapsody$UNAME_RELEASE
1395 GUESS=$UNAME_MACHINE-apple-rhapsody$UNAME_RELEASE
1398 GUESS=aarch64-apple-darwin$UNAME_RELEASE
1435 GUESS=$UNAME_PROCESSOR-apple-darwin$UNAME_RELEASE
H A Dconfigure6874 x86_64-apple-darwin*/clang) :
6881 aarch64-apple-darwin*/clang) :
8701 # https://apple.stackexchange.com/questions/197053/
/third_party/eudev/
H A Dconfig.guess460 echo m68k-apple-machten${UNAME_RELEASE}
463 echo powerpc-apple-machten${UNAME_RELEASE}
1236 echo m68k-apple-aux${UNAME_RELEASE}
1252 echo powerpc-apple-beos
1285 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1288 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1324 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
/third_party/lame/
H A Dconfig.guess465 echo m68k-apple-machten"$UNAME_RELEASE"
468 echo powerpc-apple-machten"$UNAME_RELEASE"
1235 echo m68k-apple-aux"$UNAME_RELEASE"
1251 echo powerpc-apple-beos
1284 echo powerpc-apple-rhapsody"$UNAME_RELEASE"
1287 echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
1323 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess467 echo m68k-apple-machten"$UNAME_RELEASE"
470 echo powerpc-apple-machten"$UNAME_RELEASE"
1232 echo m68k-apple-aux"$UNAME_RELEASE"
1248 echo powerpc-apple-beos
1281 echo powerpc-apple-rhapsody"$UNAME_RELEASE"
1284 echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
1320 echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java103 ByteString apple = ByteString.copyFromUtf8("apple"); in testCompare_byteStringsSortLexicographically()
108 assertTrue("ByteString(app) < ByteString(apple)", comparator.compare(app, apple) < 0); in testCompare_byteStringsSortLexicographically()
110 assertTrue("ByteString(apple) < ByteString(banana)", comparator.compare(apple, banana) < 0); in testCompare_byteStringsSortLexicographically()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dsfnt.h779 * apple ::
784 * 1 if there is either a win or apple entry (or both), 0 otheriwse.
790 FT_Int *apple );
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs905 mod apple; modules
906 pub use self::apple::*;
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak382 fate-filter-fps-cfr: CMD = framecrc -auto_conversion_filters -i $(TARGET_SAMPLES)/qtrle/apple-animation-variable-fps-bug.mov -r 30 -vsync cfr -pix_fmt yuv420p
383 fate-filter-fps-r: CMD = framecrc -auto_conversion_filters -i $(TARGET_SAMPLES)/qtrle/apple-animation-variable-fps-bug.mov -r 30 -vf fps -pix_fmt yuv420p
384 fate-filter-fps: CMD = framecrc -auto_conversion_filters -i $(TARGET_SAMPLES)/qtrle/apple-animation-variable-fps-bug.mov -vf fps=30 -pix_fmt yuv420p
/third_party/libexif/libexif/
H A Dexif-data.c33 #include <libexif/apple/exif-mnote-data-apple.h>
/third_party/icu/icu4c/source/
H A Dconfigure5336 *-apple-rhapsody*) icu_cv_host_frag=mh-darwin ;;
5337 *-apple-darwin*) icu_cv_host_frag=mh-darwin ;;
7949 *-apple-darwin*|*-apple-rhapsody*) platform=U_DARWIN ;;
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure5322 *-apple-rhapsody*) icu_cv_host_frag=mh-darwin ;;
5323 *-apple-darwin*) icu_cv_host_frag=mh-darwin ;;
7940 *-apple-darwin*|*-apple-rhapsody*) platform=U_DARWIN ;;
/third_party/python/Lib/test/
H A Dtest_argparse.py740 argument_signatures = [Sig('--apple', action='store_true')]
741 failures = ['a', '--apple=b', '--apple b']
743 ('', NS(apple=False)),
744 ('--apple', NS(apple=True)),

Completed in 94 milliseconds

12