HomeSort by relevance Sort by last modified time
    Searched full:version1 (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/skia/src/sfnt/
SkOTTable_gasp.h 25 static const SK_OT_USHORT version1 = SkTEndian_SwapBE16(1); member in struct:SkOTTableGridAndScanProcedure
SkOTTable_head.h 24 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000); member in struct:SkOTTableHead
SkOTTable_OS_2_V1.h 382 //version1
SkOTTable_OS_2_V2.h 398 //version1
  /external/webrtc/webrtc/base/
versionparsing.h 29 int CompareVersions(const int version1[],
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 162 case 1: return u.version1.get_face_count ();
170 case 1: return u.version1.get_face (i);
181 case 1: return_trace (u.version1.sanitize (c));
193 TTCHeaderVersion1 version1; member in union:OT::TTCHeader::__anon19888
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 181 * @param version1 The old database version
185 public void onUpgrade(SQLiteDatabase db, int version1, int version2) {
187 "Upgrading database from version " + version1 + " to "
200 * @param version1 The old database version
204 public void onDowngrade(SQLiteDatabase db, int version1, int version2) {
206 "Downgrading database from version " + version1 + " to "
  /cts/hostsidetests/shortcuts/deviceside/upgrade/
Android.mk 35 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/version1/res
  /external/icu/icu4c/source/test/intltest/
restest.cpp 274 const char* version1; local
277 version1 = test1.getVersionNumber();
280 char *versionID1 = new char[1+strlen(version1)]; // + 1 for zero byte
287 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1);
290 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0)
restsnew.cpp 275 const char* version1; local
278 version1 = test1.getVersionNumber();
281 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte
288 logln(UnicodeString("getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1);
291 if (strcmp(version1, versionID1) != 0) {
292 errln("getVersionNumber(version1) failed. %s != %s", version1, versionID1);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java 42 * P-Asserted-Service: urn:urn-7:3gpp-service.exampletelephony.version1
PPreferredServiceParser.java 43 * P-Preferred-Service: urn:urn-7:3gpp-service.exampletelephony.version1
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 17 only if you add the secret element "<version1/>" to the SVG element in the TTF file.
178 if hasattr(self, "version1"):
  /external/google-breakpad/src/processor/
stackwalker_address_list_unittest.cc 79 module1(kModule1Base, kModule1Size, "module1", "version1"),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 1071 public static class Version1
1074 public Version1()
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 578 Version1 = 0,
592 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 502 case CovMapVersion::Version1:
504 CovMapVersion::Version1, IntPtrT, Endian>>(P, R, F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 600 Version1 = 0,
614 template <class IntPtrT> struct CovMapTraits<CovMapVersion::Version1, IntPtrT> {

Completed in 5972 milliseconds

12 3 4 5