OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_text
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c
201
char
action_text
[MAXLINE];
local
216
sprintf(
action_text
, "case %d:\n", num_rules );
217
add_action(
action_text
);
248
sprintf(
action_text
, "%s = %s + %d;\n",
250
add_action(
action_text
);
255
sprintf(
action_text
, "%s -= %d;\n",
257
add_action(
action_text
);
parse.y
785
char
action_text
[MAXLINE];
797
sprintf(
action_text
, "case YY_STATE_EOF(%s):\n",
799
add_action(
action_text
);
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c
411
char
action_text
[MAXLINE];
local
423
sprintf(
action_text
, "case YY_STATE_EOF(%s):\n",
425
add_action(
action_text
);
[
all
...]
/packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java
138
return context.getString(R.string.
action_text
, PhoneNumberUtils.formatNumber(ssp));
Completed in 476 milliseconds