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

1 2

  /test/vts/agents/hal/
SocketClientToDriver.h 43 int32_t LoadHal(const string& file_path, int target_class, int target_type,
53 string ReadSpecification(const string& component_name, int target_class,
SocketClientToDriver.cpp 68 int target_class, int target_type,
77 command_message.set_target_class(target_class);
114 int target_class,
124 command_message.set_target_class(target_class);
AgentRequestHandler.cpp 121 int target_class = command_msg.target_class(); local
266 file_path, target_class, target_type, target_version,
316 command_message.service_name(), command_message.target_class(),
  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 53 virtual int32_t LoadHal(const string& path, int target_class, int target_type,
73 int32_t LoadHal(const string& path, int target_class, int target_type,
  /test/vts/drivers/hal/server/
SocketServer.h 45 int32_t LoadHal(const string& path, int target_class, int target_type,
51 string ReadSpecification(const string& name, int target_class,
BinderServer.cpp 69 const int target_class = data.readInt32(); local
73 int32_t result = LoadHal(string(path), target_class, target_type,
143 int32_t LoadHal(const string& path, int target_class, int target_type,
147 path.c_str(), lib_path_, target_class, target_type, target_version, "",
SocketServer.cpp 61 int32_t VtsDriverHalSocketServer::LoadHal(const string& path, int target_class,
69 path.c_str(), lib_path_, target_class, target_type, target_version,
82 const string& name, int target_class, int target_type, float target_version,
86 driver_manager_->FindComponentSpecification(target_class, target_type,
150 command_message.file_path(), command_message.target_class(),
187 command_message.module_name(), command_message.target_class(),
  /external/selinux/libsepol/src/
avtab.c 76 mix(keyp->target_class);
150 key->target_class == cur->key.target_class &&
164 key->target_class < cur->key.target_class)
194 key->target_class == cur->key.target_class &&
204 key->target_class < cur->key.target_class)
226 key->target_class == cur->key.target_class &
    [all...]
hierarchy.c 109 avtab_key.target_class = class;
139 n->key.target_class, n->datum.data);
164 k->target_class, d->data);
275 new->key.target_class = class;
297 avtab_key.target_class = class;
343 key->target_type, key->target_class,
372 k->target_class, d->data, &a->bad, &a->numbad);
453 p->p_class_val_to_name[cur->key.target_class - 1],
454 sepol_av_to_string(p, cur->key.target_class,
  /system/media/camera/docs/
CameraMetadataEnums.mako 27 <%def name="generate_enum(entry, target_class)">\
29 // Enumeration values for ${target_class}#${entry.name | jkey_identifier}
37 * @see ${target_class}#${entry.name | jkey_identifier}
51 <%def name="single_kind_keys(xml_name, target_class)">\
63 ${generate_enum(entry, target_class)}\
73 ${generate_enum(entry, target_class)}\
  /system/sepolicy/tools/sepolicy-analyze/
typecmp.c 28 k->target_class <= c->key.target_class)
35 k->target_class == c->key.target_class) {
134 l1->key.target_class <= c->key.target_class)
141 l1->key.target_class == c->key.target_class) {
226 if (l1->key.target_class != l2->key.target_class
    [all...]
utils.c 20 policydb->p_class_val_to_name[key->target_class - 1],
22 (policydb, key->target_class, perms));
dups.c 30 avkey.target_class = k->target_class;
  /system/sepolicy/tools/
sepolicy-check.c 65 int c_op, uint32_t target_class,
88 match &= check(c_op, target_class, cur->key.target_class);
128 key.source_type = key.target_type = key.target_class = 0;
171 key.target_class = cls->s.value;
176 c_op, key.target_class,
184 c_op, key.target_class,
  /test/vts/utils/python/mirror/
hal_mirror.py 225 target_class,
240 target_class: string, the target class name (e.g., hal).
269 if target_class == "hal_conventional" or target_class == "hal_legacy":
290 elif target_class == "hal_hidl":
297 target_class_id = COMPONENT_CLASS_DICT[target_class.lower()]
303 }.get(target_class)
310 target_class=target_class_id,
lib_mirror.py 96 target_class,
108 target_class: string, the target class name (e.g., lib).
162 target_class_id = hal_mirror.COMPONENT_CLASS_DICT[target_class.lower()]
169 target_class=target_class_id,
  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 31 DriverBase(int target_class);
  /test/vts/drivers/hal/common/binder/
VtsFuzzerBinderService.cpp 50 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class,
57 target_class, target_type, target_version, module_name.c_str());
60 data.writeInt32(target_class);
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 144 target_class=None,
161 target_class=target_class,
412 target_class,
427 target_class=target_class,
452 # TODO(yim): derive target_class and
455 if target_class is None else target_class,
468 target_class=None
    [all...]
  /test/vts/drivers/hal/common/include/component_loader/
HalDriverLoader.h 78 int target_class, int target_type, float target_version,
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 297 const char* spec_lib_file_path, int target_class,
303 if (!FindComponentSpecification(target_class, target_package, target_version,
307 << target_class << " type " << target_type << " version "
355 if (FindComponentSpecification(target_class, "", target_version, "",
  /cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/
JvmtiRedefineClassesTest.java 746 Class<?> target_class = new InMemoryDexClassLoader( local
    [all...]
  /external/autotest/server/site_tests/cheets_CTS/
cheets_CTS.py 259 target_class=None,
269 3. Run all the test cases of class named |target_class|.
271 |target_class|.
275 @param target_class: the name of the class to be tested.
307 elif target_class is not None:
308 test_name = 'testcase.%s' % target_class
312 test_class=target_class, test_method=target_method)
  /external/autotest/server/site_tests/cheets_CTS_N/
cheets_CTS_N.py 269 target_class=None,
282 3. Run all the test cases of class named |target_class|.
284 |target_class|.
289 @param target_class: the name of the class to be tested.
325 elif target_class is not None:
326 test_name = 'testcase.%s' % target_class
330 test_class=target_class,
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 53 uint16_t target_class; member in struct:avtab_key

Completed in 430 milliseconds

1 2