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

  /packages/apps/TimeZoneData/oem_template/xts/
Android.mk 21 # OEM-INSTRUCTION: OEMs should change this.
24 # OEM-INSTRUCTION: OEMs should change this
  /packages/apps/TimeZoneData/oem_template/data_app/
build_oem_data_app.mk 16 # test, OEM-specific Time Zone Data apps.
19 # OEM_APP_PATH - the location of the OEM directory for the app, e.g. one that
45 # OEM-INSTRUCTION: Modify the name, s/oemcorp/<Your company name>/
49 # OEM-INSTRUCTION: Configure your own certificate.
Android.mk 26 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy.
  /packages/apps/TimeZoneData/oem_template/data_app_prebuilt/testing/
include_test_prebuilt.mk 16 # OEM-specific Time Zone Data app prebuilts.
28 # OEM-INSTRUCTION: Change this to match your OEM-specific test suite.
30 # test suite build, e.g. if there is an oem-specific tradefed suite called "OTS",
33 # signed OEM-specific apks available to work.
  /packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
include_app_prebuilt.mk 16 # test, OEM-specific Time Zone Data app prebuilts.
29 # OEM-INSTRUCTION: Change this
35 # OEM-INSTRUCTION: Change this to match your app-specific signing certificate.
  /system/iot/attestation/at-factory-tool/
fastbootsubp.py 94 def Oem(self, oem_command, err_to_out):
95 """"Run an OEM command.
98 oem_command: The OEM command to run.
101 The result message for the OEM command.
112 'oem', oem_command
  /build/make/core/
local_vndk.mk 8 # Note: no need to check LOCAL_MODULE_PATH* since LOCAL_[VENDOR|ODM|OEM]_MODULE is already
envsetup.mk 180 TARGET_COPY_OUT_OEM := oem
243 # Real boards should always be associated with an OEM vendor.
633 # We don't expect Java libraries in the oem.img.
  /hardware/interfaces/neuralnetworks/1.0/
types.hal 58 /** OEM specific scalar value. */
59 OEM = 10000,
61 /** A tensor of OEM specific values. */
    [all...]
  /packages/apps/TimeZoneData/oem_template/data_app/testing/
build_oem_test_data_app.mk 16 # OEM-specific Time Zone Data apps.
Android.mk 28 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
44 # OEM-INSTRUCTION: OEMs should come up with a suitable versioning strategy and this version should
  /frameworks/ml/nn/common/
GraphDump.cpp 36 case OperandType::OEM: return "OEM";
ValidateHal.cpp 68 case OperandType::OEM: {
127 // No validation for the OEM types.
156 // No validation for the OEM types.
203 // expect the length to be 0. Don't validate for OEM types.
206 if (operand.type != OperandType::OEM &&
  /hardware/interfaces/renderscript/1.0/
types.hal 72 OEM = 0x8000,
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
ValidateModel.cpp 119 static_cast<int32_t>(OperandType::OEM) - 1, // lower bound OEM
120 static_cast<int32_t>(OperandType::TENSOR_OEM_BYTE) + 1, // upper bound OEM
259 case OperandType::OEM:
287 // Do not test OEM types
289 invalidOperandType == OperandType::OEM ||
308 static_cast<int32_t>(OperationType::OEM_OPERATION) - 1, // lower bound OEM
309 static_cast<int32_t>(OperationType::OEM_OPERATION) + 1, // upper bound OEM
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateModel.cpp 135 static_cast<int32_t>(OperandType::OEM) - 1, // lower bound OEM
136 static_cast<int32_t>(OperandType::TENSOR_OEM_BYTE) + 1, // upper bound OEM
275 case OperandType::OEM:
303 // Do not test OEM types
305 invalidOperandType == OperandType::OEM ||
324 static_cast<int32_t>(OperationType::OEM_OPERATION) - 1, // lower bound OEM
325 static_cast<int32_t>(OperationType::OEM_OPERATION) + 1, // upper bound OEM
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 223 // (0..7) does the device support; does the device support the OEM
237 enum OEM { OEMNo, OEMYes };
240 uint32_t operationMask, OEM oem = OEMNo) :
242 mOperationMask(operationMask), mOEM(oem) {}
287 OEM mOEM;
323 // Create an OEM operation with one input and one output,
440 PartitioningDriver::OEM oem = PartitioningDriver::OEMNo) :
442 mOperationMask(operationMask), mOEM(oem) { }
    [all...]
  /frameworks/ml/nn/runtime/
ModelBuilder.cpp 104 if (operand.type != OperandType::OEM && neededLength != valueLength) {
ExecutionBuilder.cpp 52 if (operand.type != OperandType::OEM && neededLength != length) {
71 if (operand.type != OperandType::OEM && neededLength != length) {
NeuralNetworks.cpp 134 static_assert(static_cast<int32_t>(OperandType::OEM) == ANEURALNETWORKS_OEM_SCALAR,
135 "OEM != ANEURALNETWORKS_OEM");
ExecutionPlan.cpp     [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 58 & ~(uint32_t)AllocationUsageType::OEM),
  /system/sepolicy/
Android.mk 129 # 'contexts' file. This will allow OEM policy configuration files without a
    [all...]

Completed in 493 milliseconds