Home
last modified time | relevance | path

Searched refs:apple (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
Dbuildit38 *-apple-*)
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/
DCREDITS.TXT33 E: hhinnant@apple.com
41 E: kledzik@apple.com
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Denum.pass.cpp30 enum Fruits { apple, pear, grape, mango, cantaloupe }; enumerator
/ndk/sources/host-tools/make-3.81/config/
Dconfig.sub151 -apple | -axis | -knuth | -cray)
1145 basic_machine=m68k-apple
1148 basic_machine=powerpc-apple
1515 *-apple)
1582 vendor=apple
1588 vendor=apple
Dconfig.guess395 echo m68k-apple-machten${UNAME_RELEASE}
398 echo powerpc-apple-machten${UNAME_RELEASE}
1176 echo m68k-apple-aux${UNAME_RELEASE}
1192 echo powerpc-apple-beos
1207 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1210 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1217 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT48 E: hhinnant@apple.com
56 E: kyrtzidis@apple.com
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc614 const FilePath apple("apple"); in TEST() local
616 mac.Set(apple); // Implement Set() since overloading operator= is forbidden. in TEST()
618 EXPECT_EQ("apple", apple.string()); in TEST()
/ndk/build/tools/
Dcommon-build-host-funcs.sh126 darwin-x86) RET=i686-apple-darwin;;
127 darwin-x86_64) RET=x86_64-apple-darwin;;
Dprebuilt-common.sh1018 ABI_CONFIGURE_BUILD=i686-apple-darwin
1021 ABI_CONFIGURE_BUILD=x86_64-apple-darwin
Dbuild-mingw64-toolchain.sh341 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;