Searched refs:literal (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll235 /*" c string literal */
/frameworks/native/include/input/
H A DInputEventLabels.h34 const char *literal; member in struct:android::InputEventLabel
383 static int lookupValueByLabel(const char* literal, const InputEventLabel *list) { argument
384 while (list->literal) {
385 if (strcmp(literal, list->literal) == 0) {
394 while (list->literal) {
396 return list->literal;
409 return KEYCODES[keyCode].literal;

Completed in 117 milliseconds