/cts/tools/dasm/src/java_cup/ |
action_production.java | 18 * @param action_str the trailing reduce action for this production. 25 String action_str) 28 super(lhs_sym, rhs_parts, rhs_len, action_str);
|
production.java | 60 String action_str) 80 action_str = translate_labels( 81 rhs_parts, rhs_l, action_str, lhs_sym.stack_type()); 107 if (action_str == null) action_str = ""; 109 action_str = tail_action.code_string() + action_str; 112 _action = new action_part(action_str);
|
/external/dnsmasq/src/ |
dbus.c | 398 char *action_str, *addr, *mac = daemon->namebuff; local 413 action_str = "DhcpLeaseDeleted"; 415 action_str = "DhcpLeaseAdded"; 417 action_str = "DhcpLeaseUpdated"; 423 if (!(message = dbus_message_new_signal(DNSMASQ_PATH, DNSMASQ_SERVICE, action_str)))
|
helper.c | 113 char *p, *action_str, *hostname = NULL; local 122 action_str = "del"; 124 action_str = "add"; 126 action_str = "old"; 282 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*)NULL);
|
/external/dnsmasq/contrib/lease-access/ |
lease.access.patch | 327 action_str = "del"; 329 action_str = "add"; 331 + action_str = "access"; 333 action_str = "old";
|
/external/qemu/ |
block.c | 1518 const char *action_str; local [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 141 private static final String ACTION_STR = "action"; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.cc | 1059 std::string action_str; local [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |