HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 1 - 25 of 1155) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/testvendor/src/q/z/
z.go 3 import _ "q/vendor/x"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/testvendor/src/q/z/
z.go 3 import _ "q/vendor/x"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/dupload/p2/
p2.go 2 import _ "dupload/vendor/p"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/dupload/p2/
p2.go 2 import _ "dupload/vendor/p"
  /system/tools/hidl/test/vendor/1.0/
update-base.sh 3 # WARNING: vendor-base is placed here only for testing.
12 -o system/tools/hidl/test/vendor/1.0/vendor-base.h \
13 tests.vendor@1.
update-makefile.sh 7 hidl-gen -Lmakefile $options tests.vendor@1.0;
8 hidl-gen -Landroidbp $options tests.vendor@1.0;
  /external/syslinux/gpxe/src/drivers/bus/
isa_ids.c 11 char * isa_id_string ( unsigned int vendor, unsigned int product ) {
15 /* Vendor ID is a compressed ASCII string */
16 vendor = bswap_16 ( vendor );
18 buf[i] = ( 'A' - 1 + ( vendor & 0x1f ) );
19 vendor >>= 5;
  /device/google/dragon/bluetooth/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/google/gce_x86/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 5 FwPatchFilePath = /vendor/firmware/
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/x/invalid/
invalid.go 3 import "vend/x/invalid/vendor/foo"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/x/invalid/
invalid.go 3 import "vend/x/invalid/vendor/foo"
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 24 vendor=Apache Software Foundation
25 vendor-url=http://xml.apache.org/xalan-j
  /system/sepolicy/vendor/
file_contexts 4 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
5 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
6 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
7 /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0
8 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_ex (…)
    [all...]
  /system/chre/
Android.bp 19 vendor: true,
39 vendor: true,
59 vendor: true,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor)
50 *vendor = m->vendor;
    [all...]
  /external/elfutils/libebl/
eblcheckobjattr.c 38 ebl_check_object_attribute (Ebl *ebl, const char *vendor, int tag,
42 if (ebl->check_object_attribute (ebl, vendor, tag, value,
46 if (strcmp (vendor, "gnu"))
  /device/google/dragon/self-extractors/nvidia/staging/
device-partial.mk 17 vendor/nvidia/dragon/proprietary/acr_ucode.bin:root/vendor/firmware/nouveau/acr_ucode.bin:nvidia \
18 vendor/nvidia/dragon/proprietary/fecs.bin:root/vendor/firmware/nouveau/fecs.bin:nvidia \
19 vendor/nvidia/dragon/proprietary/fecs_sig.bin:root/vendor/firmware/nouveau/fecs_sig.bin:nvidia \
20 vendor/nvidia/dragon/proprietary/gpmu_ucode_desc.bin:root/vendor/firmware/nouveau/gpmu_ucode_desc.bin:nvidia \
21 vendor/nvidia/dragon/proprietary/gpmu_ucode_image.bin:root/vendor/firmware/nouveau/gpmu_ucode_image.bin:nvidia
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_strings.c 52 const char *vendor = screen->get_vendor( screen ); local
53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor);
54 return (GLubyte *) st->vendor;
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
printenv.c 9 EFI_GUID vendor; local
15 vendor = NullGuid;
23 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor);
27 val = LibGetVariable(name, &vendor);
28 Print(fmt, &vendor, name, val);
  /toolchain/binutils/binutils-2.25/gold/
attributes.h 166 arg_type(int vendor, int tag)
168 switch (vendor)
204 // This class contains attributes of a particular vendor.
212 Vendor_object_attributes(int vendor)
213 : vendor_(vendor), other_attributes_()
231 // Name of this written vendor subsection.
276 // Vendor of the object attributes.
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST;
298 vendor <= Object_attribute::OBJ_ATTR_LAST;
299 ++vendor)
    [all...]
  /device/asus/fugu/
AndroidBoard.mk 21 -include vendor/intel/prebuilts/$(TARGET_PRODUCT)/prebuilts.mk
  /device/linaro/hikey/self-extractors/root/
device-vendor.mk 19 $(call inherit-product-if-exists, vendor/linaro/$(LOCAL_STEM))

Completed in 1531 milliseconds

1 2 3 4 5 6 7 8 91011>>