/external/pixman/ |
config.sub | 55 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 57 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1228 # Here we handle the default manufacturer of certain CPU types. It is in 1229 # some cases the only manufacturer, in others, it is the most popular. 1303 # Decode manufacturer-specific aliases for certain operating systems. 1508 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1510 # that MANUFACTURER isn't an operating system. Otherwise, code above 1511 # will signal an error saying that MANUFACTURER isn't an operating [all...] |
/external/protobuf/ |
config.sub | 52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1104 # Here we handle the default manufacturer of certain CPU types. It is in 1105 # some cases the only manufacturer, in others, it is the most popular. 1179 # Decode manufacturer-specific aliases for certain operating systems. 1374 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1376 # that MANUFACTURER isn't an operating system. Otherwise, code above 1377 # will signal an error saying that MANUFACTURER isn't an operating 1545 # manufacturer. We pick the logical manufacturer [all...] |
/external/protobuf/gtest/build-aux/ |
config.sub | 52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1104 # Here we handle the default manufacturer of certain CPU types. It is in 1105 # some cases the only manufacturer, in others, it is the most popular. 1179 # Decode manufacturer-specific aliases for certain operating systems. 1374 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1376 # that MANUFACTURER isn't an operating system. Otherwise, code above 1377 # will signal an error saying that MANUFACTURER isn't an operating 1545 # manufacturer. We pick the logical manufacturer [all...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
config.sub | 55 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 57 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1174 # Here we handle the default manufacturer of certain CPU types. It is in 1175 # some cases the only manufacturer, in others, it is the most popular. 1249 # Decode manufacturer-specific aliases for certain operating systems. 1448 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1450 # that MANUFACTURER isn't an operating system. Otherwise, code above 1451 # will signal an error saying that MANUFACTURER isn't an operating [all...] |
/external/qemu-pc-bios/bochs/ |
config.sub | 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 969 # Here we handle the default manufacturer of certain CPU types. It is in 970 # some cases the only manufacturer, in others, it is the most popular. 1048 # Decode manufacturer-specific aliases for certain operating systems. 1215 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1217 # that MANUFACTURER isn't an operating system. Otherwise, code above 1218 # will signal an error saying that MANUFACTURER isn't an operating 1368 # manufacturer. We pick the logical manufacturer [all...] |
/external/srtp/ |
config.sub | 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1048 # Here we handle the default manufacturer of certain CPU types. It is in 1049 # some cases the only manufacturer, in others, it is the most popular. 1126 # Decode manufacturer-specific aliases for certain operating systems. 1315 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1317 # that MANUFACTURER isn't an operating system. Otherwise, code above 1318 # will signal an error saying that MANUFACTURER isn't an operating 1474 # manufacturer. We pick the logical manufacturer [all...] |
/external/stressapptest/ |
config.sub | 52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1104 # Here we handle the default manufacturer of certain CPU types. It is in 1105 # some cases the only manufacturer, in others, it is the most popular. 1179 # Decode manufacturer-specific aliases for certain operating systems. 1374 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1376 # that MANUFACTURER isn't an operating system. Otherwise, code above 1377 # will signal an error saying that MANUFACTURER isn't an operating 1545 # manufacturer. We pick the logical manufacturer [all...] |
/external/tcpdump/ |
config.sub | 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1034 # Here we handle the default manufacturer of certain CPU types. It is in 1035 # some cases the only manufacturer, in others, it is the most popular. 1109 # Decode manufacturer-specific aliases for certain operating systems. 1294 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1296 # that MANUFACTURER isn't an operating system. Otherwise, code above 1297 # will signal an error saying that MANUFACTURER isn't an operating 1450 # manufacturer. We pick the logical manufacturer [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
config.sub | 52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1096 # Here we handle the default manufacturer of certain CPU types. It is in 1097 # some cases the only manufacturer, in others, it is the most popular. 1171 # Decode manufacturer-specific aliases for certain operating systems. 1366 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1368 # that MANUFACTURER isn't an operating system. Otherwise, code above 1369 # will signal an error saying that MANUFACTURER isn't an operating 1528 # manufacturer. We pick the logical manufacturer [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
config.sub | 52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 1167 # Here we handle the default manufacturer of certain CPU types. It is in 1168 # some cases the only manufacturer, in others, it is the most popular. 1242 # Decode manufacturer-specific aliases for certain operating systems. 1441 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1443 # that MANUFACTURER isn't an operating system. Otherwise, code above 1444 # will signal an error saying that MANUFACTURER isn't an operating [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 51 ev->manufacturer = sta->manufacturer; 79 os_free(sta->manufacturer); 139 evap->manufacturer = ap->manufacturer; 161 os_free(ap->manufacturer); 560 ap->manufacturer = xml_get_first_item(data, "manufacturer"); 561 wpa_printf(MSG_DEBUG, "WPS ER: manufacturer='%s'", ap->manufacturer); [all...] |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 145 public static final String NODE_MANUFACTURER = "manufacturer"; 186 Element manufacturer = doc.createElement(PREFIX + NODE_MANUFACTURER); local 187 device.appendChild(manufacturer); 188 manufacturer.appendChild(doc.createTextNode(android.os.Build.MANUFACTURER));
|
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 295 string16 manufacturer = LoadLocalString(IDS_GOOGLE); local 296 driver_info.pszMfgName = const_cast<LPWSTR>(manufacturer.c_str()); 297 driver_info.pszProvider = const_cast<LPWSTR>(manufacturer.c_str());
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 47 sendString(addr, ACCESSORY_STRING_MANUFACTURER, manufacturer); 191 send the manufacturer and model names to the Android device. If these strings are not provided to
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_detail.html | 161 <td class="option-name" i18n-content="manufacturer"></td> 162 <td id="manufacturer" class="option-value"></td>
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareUltralight.java | 40 * 4 pages are for the OTP area, manufacturer data, and locking bits. They are 45 * are for OTP, manufacturer data, and locking bits. The next 36 pages are the
|
/frameworks/base/docs/html/sdk/ |
exploring.jd | 129 <p>For example, a mobile carrier or device manufacturer might offer additional 134 <p>If a carrier or device manufacturer has hosted an SDK add-on repository file
|
/hardware/ti/wlan/mac80211/ti-utils/ |
README | 85 0 and fem_manuf should be 0 or 1, depends on FEM manufacturer. 249 Set FEM manufacturer
|
/docs/source.android.com/src/compatibility/ |
index.jd | 34 <p>No device manufacturer can hope to write all the software that a person could
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
privet_http_server.h | 47 std::string manufacturer; member in struct:PrivetHttpServer::DeviceInfo
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-head-table.hh | 62 FixedVersion fontRevision; /* Set by font manufacturer. */
|
/external/harfbuzz_ng/src/ |
hb-ot-head-table.hh | 62 FixedVersion fontRevision; /* Set by font manufacturer. */
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 398 * NAND Flash Manufacturer ID Codes 430 * struct nand_manufacturers - NAND Flash Manufacturer ID Structure 431 * @name: Manufacturer name 432 * @id: manufacturer ID code of device.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 32 * United States. Contractor/manufacturer is Silicon Graphics,
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
swim.c | 32 * United States. Contractor/manufacturer is Silicon Graphics,
|