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

  /system/core/toolbox/
getevent.c 195 const char *type_label, *code_label, *value_label; local
199 code_label = NULL;
204 code_label = get_label(syn_labels, code);
207 code_label = get_label(key_labels, code);
211 code_label = get_label(rel_labels, code);
214 code_label = get_label(abs_labels, code);
221 code_label = get_label(msc_labels, code);
224 code_label = get_label(led_labels, code);
227 code_label = get_label(snd_labels, code);
230 code_label = get_label(sw_labels, code)
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.cpp 42 const char *code_label = "code"; local
240 strm.Printf(" (%s=%s", code_label, code_desc);
242 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 415 static int code_label (FuncState *fs, int A, int b, int jump) { function
478 p_f = code_label(fs, reg, 0, 1);
479 p_t = code_label(fs, reg, 1, 0);

Completed in 168 milliseconds