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

  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 282 #define CASE_TYPE(type) case type: endpoint_type_desc = #type; break
283 CASE_TYPE(AdbEndpointTypeInvalid);
284 CASE_TYPE(AdbEndpointTypeControl);
285 CASE_TYPE(AdbEndpointTypeIsochronous);
286 CASE_TYPE(AdbEndpointTypeBulk);
287 CASE_TYPE(AdbEndpointTypeInterrupt);
288 #undef CASE_TYPE
  /external/v8/src/wasm/
wasm-interpreter.cc     [all...]

Completed in 1157 milliseconds