HomeSort by relevance Sort by last modified time
    Searched defs:wrk (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 278 const char* wrk; local
290 wrk = strstr(frame, "pc");
291 if (wrk == NULL) {
292 wrk = strstr(frame, "eip");
293 if (wrk == NULL) {
294 wrk = strstr(frame, "ip");
295 if (wrk == NULL) {
304 wrk = get_next_token(wrk, pc_address, sizeof(pc_address));
310 get_next_token(wrk, module_path, sizeof(module_path))
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 1014 const char* wrk = new_par; local
    [all...]
  /external/qemu/android/
hw-qemud.c 1874 QemudPipeMessage* wrk; local
1995 uint8_t* msg, *wrk; local
    [all...]

Completed in 302 milliseconds