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

1 2

  /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 404 @param[in] access_type Desired access type. In the current implementation
415 AdbOpenAccessType access_type,
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,
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/drd/
drd_load_store.h 50 const BmAccessTypeT access_type,
pub_drd_bitmap.h 86 const BmAccessTypeT access_type);
101 const BmAccessTypeT access_type);
110 const Addr address, const BmAccessTypeT access_type);
121 const BmAccessTypeT access_type);
drd_error.h 105 BmAccessTypeT access_type; // Access type: load or store. member in struct:__anon37571
drd_load_store.c 94 const BmAccessTypeT access_type,
103 if (access_type == eStore && size <= sizeof(HWord)) {
108 } else if (access_type == eStore && size > sizeof(HWord)) {
118 access_type == eLoad ? "load "
119 : access_type == eStore ? "store"
120 : access_type == eStart ? "start"
121 : access_type == eEnd ? "end " : "????",
144 const BmAccessTypeT access_type)
166 .access_type = access_type,
    [all...]
drd_bitmap.c 119 * Record an access of type access_type at addresses a .. a + size - 1 in
129 const BmAccessTypeT access_type)
131 tl_assert(access_type == eLoad || access_type == eStore);
133 if (access_type == eLoad)
333 const BmAccessTypeT access_type)
335 tl_assert(access_type == eLoad || access_type == eStore);
337 if (access_type == eLoad)
532 * Report whether an access of type access_type at address a is recorded i
    [all...]
drd_error.c 202 what_prefix, dri->access_type == eStore ? "store" : "load",
240 dri->access_type);
267 return dri1->access_type == dri2->access_type
drd_thread.h 206 const BmAccessTypeT access_type);
drd_thread.c     [all...]
  /system/update_engine/payload_generator/
inplace_generator.cc 683 Vertex::Index Block::*access_type = (field == READER) ? member in class:chromeos_update_engine::Block
689 if ((*blocks)[block].*access_type != Vertex::kInvalidIndex) {
692 << (*blocks)[block].*access_type << "("
693 << graph[(*blocks)[block].*access_type].aop.name
697 (*blocks)[block].*access_type = vertex;
  /external/valgrind/drd/tests/
unit_bitmap.c 76 struct { Addr address; SizeT size; BmAccessTypeT access_type; } member in struct:__anon37595
145 s_test1_args[i].access_type);
156 s_test1_args[i].access_type));
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen.h     [all...]
hydrogen-instructions.cc     [all...]
  /external/v8/src/asmjs/
asm-typer.h 358 AsmType* ValidateHeapAccess(Property* heap, HeapAccessType access_type);

Completed in 327 milliseconds

1 2