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

  /development/host/windows/usb/api/
adb_object_handle.h 194 template<class obj_class>
195 obj_class* LookupObject(ADBAPIHANDLE adb_handle) {
200 if (!adb_object->IsObjectOfType(obj_class::Type())) {
208 return (adb_object != NULL) ? reinterpret_cast<obj_class*>(adb_object) :
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 192 String obj_class, String perm) {
197 if (obj_class.equals("filesystem") && perm.equals("associate")) {
199 } else if(obj_class.equals("process") || obj_class.endsWith("socket")) {
  /cts/tools/selinux/src/
SELinux_CTS.py 117 obj_class = c
119 ret_list.append((source, target, obj_class, permission))
180 c_elem = SubElement(rule_xml, 'obj_class')
323 def expand_permissions(self, obj_class, permission_set):
329 if real_p in self.classes[obj_class]:
335 if p in self.classes[obj_class]:
338 ret_set |= self.classes[obj_class] #All of the permissions
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.c 307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class)
359 if (obj_class >= NVE4_3D_CLASS) {
406 uint32_t obj_class; local
461 obj_class = NVE4_P2MF_CLASS;
464 obj_class = NVC0_M2MF_CLASS;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
503 obj_class = NVE4_3D_CLASS;
511 obj_class = NVC8_3D_CLASS;
514 obj_class = NVC1_3D_CLASS;
517 obj_class = NVC0_3D_CLASS
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class)
359 if (obj_class >= NVE4_3D_CLASS) {
406 uint32_t obj_class; local
461 obj_class = NVE4_P2MF_CLASS;
464 obj_class = NVC0_M2MF_CLASS;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
503 obj_class = NVE4_3D_CLASS;
511 obj_class = NVC8_3D_CLASS;
514 obj_class = NVC1_3D_CLASS;
517 obj_class = NVC0_3D_CLASS
    [all...]
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);
  /art/oatdump/
oatdump.cc 1243 mirror::Class* obj_class = obj->GetClass(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lpmapi.h 27 UCHAR obj_class; member in struct:__anon50045
33 #define ObjClass(x) ((RsvpObjHdr *)x)->obj_class
  /external/chromium_org/content/child/webcrypto/
platform_crypto_nss.cc     [all...]

Completed in 495 milliseconds