HomeSort by relevance Sort by last modified time
    Searched refs:vendor (Results 1 - 25 of 1281) 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"
  /system/tools/hidl/test/vendor/1.1/
IVendor.hal 17 package tests.vendor@1.1;
19 import tests.vendor@1.0::IVendor;
  /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.
  /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;
  /build/make/target/board/generic/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_arm64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_x86_64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /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"
  /system/tools/hidl/test/vendor/
update-makefile.sh 7 hidl-gen -Lmakefile $options tests.vendor@1.0;
8 hidl-gen -Landroidbp $options -t tests.vendor@1.0;
9 hidl-gen -Lmakefile $options tests.vendor@1.1;
10 hidl-gen -Landroidbp $options -t tests.vendor@1.1;
  /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/chre/
Android.bp 19 vendor: true,
41 vendor: true,
61 vendor: true,
80 vendor: true,
88 vendor: true,
  /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\.broadcastradio@1\.1-service u:object_r:hal_broadcastradio_default_exec: (…)
    [all...]
  /device/google/wahoo/
init.radio.sh 0 #! /vendor/bin/sh
6 if [ -f /vendor/radio/qcril_database/qcril.db -a ! -f /data/vendor/radio/qcril.db ]; then
7 cp /vendor/radio/qcril_database/qcril.db /data/vendor/radio/qcril.db
8 chown -h radio.radio /data/vendor/radio/qcril.db
10 echo 1 > /data/vendor/radio/db_check_done
15 if [ -f /data/vendor/radio/ver_info.txt ]; then
16 prev_version_info=`cat /data/vendor/radio/ver_info.txt`
23 rm -rf /data/vendor/radio/modem_confi
    [all...]
  /system/chre/apps/wifi_offload/
Android.bp 50 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...]

Completed in 398 milliseconds

1 2 3 4 5 6 7 8 91011>>