HomeSort by relevance Sort by last modified time
    Searched refs:sku (Results 1 - 9 of 9) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Product.java 19 public String sku; field in class:Product
26 return "Product: " + sku;
  /device/google/marlin/
init.mid.sh 3 # Convert ro.boot.mid to ro.boot.hardware.sku format
5 SKU=`getprop ro.boot.mid`
6 if [ -z "$SKU" ]; then
7 SKU=unknown
9 setprop ro.boot.hardware.sku ${SKU//-/}
  /packages/apps/Settings/src/com/android/settings/
RegulatoryInfoDisplayActivity.java 42 * of the required regulatory info (If ro.bootloader.hardware.sku property is set use
43 * "regulatory_info_<sku>.png where sku is ro.bootloader.hardware.sku property value in lowercase"),
126 // When hardware sku property exists, use regulatory_info_<sku> resource if valid.
127 final String sku = getSku(); local
128 if (!TextUtils.isEmpty(sku)) {
129 String regulatory_info_res = REGULATORY_INFO_RESOURCE + "_" + sku.toLowerCase();
146 return SystemProperties.get("ro.boot.hardware.sku", "");
151 final String sku = getSku(); local
    [all...]
  /system/update_engine/
hardware_android.cc 58 const char kPropBootHardwareSKU[] = "ro.boot.hardware.sku";
156 auto sku = GetProperty(kPropBootHardwareSKU, ""); local
159 return manufacturer + ":" + sku + ":" + revision;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 80 # Value : offset in different SKU such as [sku1_offset, sku2_offset]
88 # @param offset integer value for VPD's offset in specific SKU.
110 # If there is no Vpd instance in dict, that imply this offset for a given SKU is a new one
115 # If there is an offset for a specific SKU in dict, then append this offset for other sku to array.
186 for sku in VpdObject.SkuInfoList.keys():
187 if VpdObject.TokenSpaceGuidCName == TokenSpaceName and VpdObjectTokenCName == PcdTokenName.strip() and sku == SkuId:
188 if self._VpdArray[VpdObject][VpdObject.SkuInfoList.keys().index(sku)] == "*":
191 self._VpdArray[VpdObject][VpdObject.SkuInfoList.keys().index(sku)] = Offset
208 # Because BPDG only support one Sku, so only return offset for SKU default.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
DdrMemoryController.h 241 UINT8 sku; /**< Detected QuarkNcSocId SKU */ member in struct:__anon11355
  /external/autotest/site_utils/
balance_pools.py 34 --sku SKU The specific SKU we intend to swap with
572 parser.add_argument('--sku', type=str,
573 help='Optional name of sku to restrict to.')
622 if arguments.sku:
623 labels['sku'] = arguments.sku
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py 536 EdkLogger.error('build', FORMAT_INVALID, 'No Sku ID number',
539 EdkLogger.error('build', FORMAT_INVALID, 'No Sku ID name',
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump 6 ??pjjn|{twon?????hn????}????kg}???ot?pfw????~???t???plv???????o`f???]^???i\i??utm???fZg????|?vpo??????{??????????????????mhs???}q{???u_^kv?q\Z]s?tiZ\dejjicy??????????W?9J?4????pj???????????qr???nfiu??yno|nka]Y[^m~n???nolci???b_bp?????????|lojm?????????????~?????{pz?}y??rox{vhip}q|v???lkz????????ot????o{toixph_bl???ofk???xdk????{?????ro??k?9K?4?J??pjctt{~y?zs?im?vf[]`^kmy??????????????kdek??fdaoonym|??~yviv????v?????????????????kt????}f`ho???mge\[_ckhidr?????zo????rk???????xsu????u?~q????xot|qlgx~zmlnlgl~???~?9L?4???pj?oz???~p???pjs?ohgj????rjl????mu{???????mkpzi^]ghc\Y[ep??????????????????{{ok??????vejhhyxb\bn??no???ynfu??wn????n????????????l????ngem}jh]hilfkfhijgtjghoobY????9M?4????pjY`l???zii{????????????????????vht????mek?og|??z?p??????lj}???|st????ttlxspe^\j??h_g???g^^q??ppt???????????y??????????????????hhu????yimv????n_h???o_`ekon??iZX`????9N?4?*??pjt?ujhm???gp????x?????????}?snps?????{????|cdgmp???????????{???s????odhhnodbasjlbem{o???ynv??}m^^[dg`i~???z?????????????????s?????uce????~?????sef_emooxjwykho?s????9O?4???pjhcjk???????????????????|}uwr??sku??{????sel?xh]]_kkd\\c_fns{?yn???qu????pmm~?xp??????|??????????|soq?{?????|o]^dofon^\l???fct??mm??zsw?????????????????????skk????9P?4?j??pj????x???t????mfo?w^[htljdioq??zuz{qpius{???????z???w???????}mo}?????jmr?xobjllno??}wohx??tpo???wbdn?????|yy???yz???{mx??|a_r??ud^empun{??x???????}xlo???tp?|??????9Q?4?
    [all...]

Completed in 442 milliseconds