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

  /development/host/windows/usb/api/
adb_legacy_interface.h 105 @param[in] access_type Desired access type. In the current implementation
116 AdbOpenAccessType access_type,
129 @param[in] access_type Desired access type. In the current implementation
142 AdbOpenAccessType access_type,
adb_helper_routines.h 29 @param[in] access_type Enumerated access type
38 bool GetSDKComplientParam(AdbOpenAccessType access_type,
adb_legacy_endpoint_object.h 105 @param access_type[in] Desired access type. In the current implementation
117 AdbOpenAccessType access_type,
adb_interface.h 95 @param[in] access_type Desired access type. In the current implementation
106 AdbOpenAccessType access_type,
adb_api.h 423 @param[in] access_type Desired access type. In the current implementation
434 AdbOpenAccessType access_type,
442 @param[in] access_type Desired access type. In the current implementation
453 AdbOpenAccessType access_type,
461 @param[in] access_type Desired access type. In the current implementation
472 AdbOpenAccessType access_type,
adb_api.cpp 322 AdbOpenAccessType access_type,
331 adb_object->OpenEndpoint(endpoint_index, access_type, sharing_mode);
341 AdbOpenAccessType access_type,
345 access_type,
350 AdbOpenAccessType access_type,
354 access_type,
adb_legacy_interface.cpp 214 AdbOpenAccessType access_type,
242 access_type, sharing_mode);
249 AdbOpenAccessType access_type,
273 access_type,
adb_helper_routines.cpp 28 bool GetSDKComplientParam(AdbOpenAccessType access_type,
33 switch (access_type) {
adb_legacy_endpoint_object.cpp 193 AdbOpenAccessType access_type,
199 if (!GetSDKComplientParam(access_type, share_mode,
  /development/host/windows/usb/winusb/
adb_winusb_interface.h 135 @param[in] access_type Desired access type. In the current implementation
146 AdbOpenAccessType access_type,
adb_winusb_interface.cpp 297 AdbOpenAccessType access_type,
  /external/valgrind/main/drd/
drd_load_store.h 50 const BmAccessTypeT access_type);
drd_load_store.c 87 const BmAccessTypeT access_type)
96 access_type == eLoad
98 : access_type == eStore
100 : access_type == eStart
102 : access_type == eEnd
128 const BmAccessTypeT access_type)
135 drei.access_type = access_type;
pub_drd_bitmap.h 85 const BmAccessTypeT access_type);
100 const BmAccessTypeT access_type);
108 const Addr address, const BmAccessTypeT access_type);
119 const BmAccessTypeT access_type);
drd_error.h 106 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon12624
drd_bitmap.c 107 * Record an access of type access_type at addresses a .. a + size - 1 in
117 const BmAccessTypeT access_type)
119 tl_assert(access_type == eLoad || access_type == eStore);
121 if (access_type == eLoad)
321 const BmAccessTypeT access_type)
323 tl_assert(access_type == eLoad || access_type == eStore);
325 if (access_type == eLoad)
497 * Report whether an access of type access_type at address a is recorded i
    [all...]
drd_error.c 139 dri->access_type == eStore ? "store" : "load",
181 dri->access_type);
207 return dri1->access_type == dri2->access_type
drd_thread.c     [all...]
drd_thread.h 186 const BmAccessTypeT access_type);
  /external/valgrind/main/drd/tests/
unit_bitmap.c 64 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon12646
132 s_test1_args[i].access_type);
143 s_test1_args[i].access_type));
  /external/qemu/target-arm/
helper.c 967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type,
975 if (access_type == 1)
982 if (access_type == 1)
1029 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type,
1589 int access_type = op2 & 1; local
    [all...]
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 145 const char *access_type = "w"; local
151 dbus_message_append_args(msg, DBUS_TYPE_STRING, &access_type,
1320 const char *access_type = "w"; local
    [all...]
  /external/v8/src/
runtime.cc 706 v8::AccessType access_type) {
712 (access_type == v8::ACCESS_HAS &&
714 (access_type == v8::ACCESS_GET && info->all_can_read()) ||
715 (access_type == v8::ACCESS_SET && info->all_can_write());
727 v8::AccessType access_type) {
735 !isolate->MayNamedAccess(current, name, access_type)) {
752 if (CheckAccessException(result, access_type)) {
762 if (CheckAccessException(result, access_type)) {
772 isolate->ReportFailedAccessCheck(current, access_type);
780 v8::AccessType access_type) {
    [all...]

Completed in 1033 milliseconds