/frameworks/base/tools/layoutlib/rename_font/ |
build_font.py | 5 # Licensed under the Apache License, Version 2.0 (the 'License'); 46 version = None variable in class:FontInfo 160 font.version = get_version(namerecord.text) 185 valid version, it's sanitized and appended to the font family name. The 191 if font.version is not None: 192 new_family = font.family + font.version 212 # The string must begin with 'Version n.nn ' 215 if not string.startswith('Version '): 216 raise InvalidFontException('mal-formed font version')
|
build_font_single.py | 5 # Licensed under the Apache License, Version 2.0 (the 'License'); 44 version = None variable in class:FontInfo 144 font.version = get_version(namerecord.text) 169 valid version, it's sanitized and appended to the font family name. The 175 if font.version is not None: 176 new_family = font.family + font.version 196 # The string must begin with 'Version n.nn ' 199 if not string.startswith('Version '): 200 raise InvalidFontException('mal-formed font version')
|
/frameworks/base/tools/split-select/ |
RuleGenerator.cpp | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 44 sp<Rule> version = new Rule(); local 45 version->op = Rule::LESS_THAN; 46 version->key = Rule::SDK_VERSION; 47 version->longArgs.add((long) SDK_LOLLIPOP); 48 densityRule->subrules.add(version);
|
/frameworks/native/include/ui/ |
ANativeObjectBase.h | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 31 int32_t version; /* must be 32 */ member in struct:egl_native_pixmap_t
|
/frameworks/support/v4/java/android/support/v4/content/ |
IntentCompat.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 85 final int version = Build.VERSION.SDK_INT; typedefs 86 if (version >= 15) { 88 } else if (version >= 11) {
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmeth.h | 96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.h | 33 int version; member in struct:__anon19808
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_rmnet.h | 50 unsigned char version; member in struct:QMI_QOS_HDR_S
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_rmnet.h | 4 * it under the terms of the GNU General Public License version 2 and 5 * only version 2 as published by the Free Software Foundation. 51 unsigned char version; member in struct:QMI_QOS_HDR_S
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_rmnet.h | 50 unsigned char version; member in struct:QMI_QOS_HDR_S
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_rmnet.h | 38 unsigned char version; member in struct:QMI_QOS_HDR_S
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
domimplementationhasfeature01.java | 34 * The method "hasFeature(feature,version)" tests if the DOMImplementation implements 39 * "1.0" and if the version is not specified, supporting any version of the feature 69 String version = ""; local 87 success = domImpl.hasFeature(featureXML, version); 94 success = domImpl.hasFeature(featureCore, version);
|
nodeissupported01.java | 34 * The method "isSupported(feature,version)" Tests whether the DOM implementation 39 * "2.0", "1.0" and if the version is not specified, supporting any version of the feature 69 String version = ""; local 87 success = element.isSupported(featureXML, version); 94 success = element.isSupported(featureCore, version);
|
nodeissupported02.java | 34 * The method "isSupported(feature,version)" Tests whether the DOM implementation 39 * "2.0", "1.0" and if the version is not specified, supporting any version of the feature 69 String version = ""; local 87 success = attribute.isSupported(featureXML, version); 94 success = attribute.isSupported(featureCore, version);
|
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/ |
CertificationRequestInfo.java | 5 * The ASF licenses this file to You under the Apache License, Version 2.0 34 * version Version, 39 * Version ::= INTEGER 44 private final int version; field in class:CertificationRequestInfo 58 private CertificationRequestInfo(int version, Name subject, 60 this.version = version; 72 return version; 89 res.append("\n version: ") [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
TimeStampReq.java | 6 * to you under the Apache License, Version 2.0 (the 38 * version INTEGER { v1(1) }, 51 private final int version; field in class:TimeStampReq 65 public TimeStampReq(int version, MessageImprint messageImprint, 68 this.version = version; 76 private TimeStampReq(int version, MessageImprint messageImprint, 79 this (version, messageImprint, reqPolicy, nonce, certReq, extensions); 87 res.append(version); 149 * @return Returns the version [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMImplementationHasFeature.java | 12 * The "feature" parameter in the "hasFeature(feature,version)" method is the 18 * version)" method is invoked with feature equal to "core". The method should 76 String version = ""; local 94 success = domImpl.hasFeature(featureXML, version); 101 success = domImpl.hasFeature(featureCore, version);
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetEncoder.java | 62 String version = System.getProperty("java.specification.version");
typedefs 64 useUglyHackToForceCallToFlushInJava5 = "1.4".equals(version) || "1.5".equals(version);
130 * to indicate if a broken java version is used.
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PackagesMonitor.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 30 public static final String KEY_PACKAGES_VERSION = "packages-version"; 58 int version = prefs.getInt(KEY_PACKAGES_VERSION, 1); local 59 prefs.edit().putInt(KEY_PACKAGES_VERSION, version + 1).commit();
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
ComboAlbum.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 87 long version = mSets[i].reload(); local 88 if (version > mDataVersion) changed = true;
|
ComboAlbumSet.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 80 long version = mSets[i].reload(); local 81 if (version > mDataVersion) changed = true;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
dlm_plock.h | 27 __u32 version[3]; member in struct:dlm_plock_info
|
ncp_mount.h | 27 int version; member in struct:ncp_mount_data 47 int version; member in struct:ncp_mount_data_v4
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
nfnetlink.h | 29 __u8 version; /* nfnetlink version */ member in struct:nfgenmsg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ulog.h | 20 int version; member in struct:ebt_ulog_packet_msg
|