Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 100) sorted by relevance

1234

/device/mediatek/wembley-sepolicy/non_plat/
Dfactory.te2 # Policy File of /system/bin/factory Executable File
11 type factory, domain;
13 init_daemon_domain(factory)
15 #============= factory ==============
16 allow factory MTK_SMI_device:chr_file r_file_perms;
17 allow factory ashmem_device:chr_file execute;
18 allow factory ebc_device:chr_file rw_file_perms;
19 allow factory stpbt_device:chr_file rw_file_perms;
24 allow factory eemcs_device:chr_file rw_file_perms;
25 allow factory ccci_device:chr_file rw_file_perms;
[all …]
/device/mediatek/wembley-sepolicy/r_non_plat/
Dfactory.te2 # Policy File of /system/bin/factory Executable File
11 type factory, domain;
13 init_daemon_domain(factory)
15 #============= factory ==============
16 allow factory MTK_SMI_device:chr_file r_file_perms;
17 allow factory ashmem_device:chr_file execute;
18 allow factory ebc_device:chr_file rw_file_perms;
19 allow factory stpbt_device:chr_file rw_file_perms;
24 allow factory eemcs_device:chr_file rw_file_perms;
25 allow factory ccci_device:chr_file rw_file_perms;
[all …]
/device/google/atv/audio_proxy/service/
DAudioProxyDevicesManagerImpl.cpp49 sp<DevicesFactoryImpl> factory = mDevicesFactory.promote(); in ensureDevicesFactory() local
50 if (factory) { in ensureDevicesFactory()
54 factory = new DevicesFactoryImpl(mBusDeviceProvider); in ensureDevicesFactory()
55 status_t status = factory->registerAsService("audio_proxy"); in ensureDevicesFactory()
60 mDevicesFactory = factory; in ensureDevicesFactory()
/device/linaro/hikey/factory-images/
DREADME1 How to build factory images:
7 $ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh
12 $ device/linaro/hikey/factory-images/generate-factory-images-package.sh
Dgenerate-factory-images-package.sh17 source $ANDROID_BUILD_TOP/device/common/clear-factory-images-variables.sh
19 source $ANDROID_BUILD_TOP/device/linaro/hikey/factory-images/generate-factory-images-$TARGET_PRODUC…
Dgenerate-factory-images-hikey.sh109 (cd tmp ; zip -r ../$PRODUCT-$VERSION-factory.zip $PRODUCT-$VERSION)
110 mv $PRODUCT-$VERSION-factory.zip $PRODUCT-$VERSION-factory-$(sha256sum < $PRODUCT-$VERSION-factory.…
Dgenerate-factory-images-hikey960.sh95 (cd tmp ; zip -r ../$PRODUCT-$VERSION-factory.zip $PRODUCT-$VERSION)
96 mv $PRODUCT-$VERSION-factory.zip $PRODUCT-$VERSION-factory-$(sha256sum < $PRODUCT-$VERSION-factory.…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c60 PyObject* factory; in pysqlite_cache_init() local
63 self->factory = NULL; in pysqlite_cache_init()
65 if (!PyArg_ParseTuple(args, "O|i", &factory, &size)) { in pysqlite_cache_init()
82 Py_INCREF(factory); in pysqlite_cache_init()
83 self->factory = factory; in pysqlite_cache_init()
95 if (!self->factory) { in pysqlite_cache_dealloc()
109 Py_DECREF(self->factory); in pysqlite_cache_dealloc()
184 data = PyObject_CallFunction(self->factory, "O", key); in pysqlite_cache_get()
Dmodule.c57 PyObject* factory = NULL; in module_connect() local
65 …atabase, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statemen… in module_connect()
70 if (factory == NULL) { in module_connect()
71 factory = (PyObject*)&pysqlite_ConnectionType; in module_connect()
74 result = PyObject_Call(factory, args, kwargs); in module_connect()
/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp38 auto factory = cvd::NetlinkClientFactory::Default(); in main() local
39 std::unique_ptr<cvd::NetlinkClient> nl(factory->New(NETLINK_ROUTE)); in main()
41 cvd::NetworkInterfaceManager::New(factory)); in main()
/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.cpp21 static MonotonicTimePointFactory factory; in GetInstance() local
23 return &factory; in GetInstance()
/device/google/crosshatch/factory-images_blueline/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/sunfish/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/crosshatch/factory-images_crosshatch/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/coral/factory-images_coral/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/coral/factory-images_flame/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/taimen/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/muskie/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/bonito/factory-images_bonito/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/bonito/factory-images_sargo/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sqlite.py7 factory, transactions, hooks, regression,
12 py25tests.suite(), factory.suite(), transactions.suite(),
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/
DIntelFspWrapperPkg.dec62 ## Indicates the base address of the factory FSP binary.
66 # one factory version (default) and updatable version (updatable).
67 # TempRamInit, FspMemoryInit and TempRamExit are always executed from factory version.
69 …# FspSiliconInit and NotifyPhase are executed from factory version if there is no updateable vers…
70 # PcdFlashFvFspBase is base address of factory FSP, and PcdFlashFvSecondFspBase
74 ## Provides the size of the factory FSP binary.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Ddomreg.py21 def registerDOMImplementation(name, factory): argument
30 registered[name] = factory
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Ddomreg.py21 def registerDOMImplementation(name, factory): argument
30 registered[name] = factory
/device/google/cuttlefish/guest/commands/ip_link_add/
Dmain.cpp42 auto factory = cvd::NetlinkClientFactory::Default(); in main() local
43 std::unique_ptr<cvd::NetlinkClient> nl(factory->New(NETLINK_ROUTE)); in main()

1234