/external/clang/lib/Sema/ |
SemaOpenMP.cpp | 34 Sema &Actions; 36 VarDeclFilterCCC(Sema &S) : Actions(S) { } 41 Actions.isDeclInScope(ND, Actions.getCurLexicalContext(), 42 Actions.getCurScope());
|
/external/icu4c/i18n/ |
regexcst.pl | 168 # for the names of the actions that appeared. 179 if ($actions{$state_action_name[$state]} == 0) { 180 $actions{$state_func_name[$state]} = 1; 248 # Emit the enum for the actions to be performed. 251 foreach $act (keys %actions) {
|
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 449 ** Description: Perform any vendor-specific pre-discovery actions (if needed) 450 ** If any actions were performed TRUE will be returned, and 451 ** HAL_PRE_DISCOVER_CPLT_EVT will notify when actions are 454 ** Returns: TRUE if vendor-specific pre-discovery actions initialized 455 ** FALSE if no vendor-specific pre-discovery actions are needed.
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs.py | 397 """Merge action into an existing list of actions. 399 Care must be taken so that actions which have overlapping inputs either don't 404 dicts describing the actions attached to that input file. 460 """Add actions accumulated into an actions_dict, merging as needed. 466 dicts describing the actions attached to that input file. 595 actions_to_add: The list of actions we will add to. 827 actions_to_add: deferred list of actions to add in 863 """Take inputs with actions attached out of the list of exclusions. 867 actions_to_add: dict of actions keyed on source file they're attached to. 869 excluded_sources with files that have actions attached removed [all...] |
cmake.py | 246 def WriteActions(target_name, actions, extra_sources, extra_deps, 248 """Write CMake for the 'actions' in the target. 252 actions: the Gyp 'actions' dict for this target. 258 for action in actions: 338 actions: the Gyp 'actions' dict for this target. 451 actions: the Gyp 'actions' dict for this target. 651 # Actions must come first, since they can generate more OBJs for use below [all...] |
/external/bison/data/xslt/ |
xml2text.xsl | 239 <xsl:apply-templates select="actions/transitions"> 242 <xsl:apply-templates select="actions/errors"/> 243 <xsl:apply-templates select="actions/reductions"/> 244 <xsl:apply-templates select="actions/transitions"> 250 <xsl:template match="actions/transitions"> 264 <xsl:template match="actions/errors"> 277 <xsl:template match="actions/reductions">
|
/external/bison/lib/ |
spawn.in.h | 102 /* Data structure to contain information about the actions to be 169 Before running the process perform the actions described in FILE-ACTIONS. 745 /* Free resources associated with FILE-ACTIONS. */ 775 /* Add an action to FILE-ACTIONS which tells the implementation to call [all...] |
spawni.c | 137 Before running the process perform the actions described in FILE-ACTIONS. */ 237 /* Execute the file actions. */
|
/external/chromium_org/build/ |
java_apk.gypi | 216 'actions': [ 337 'actions': [ 369 'actions': [ 396 'actions': [ 417 'actions': [ 431 'actions': [ 471 'actions': [
|
/external/iproute2/doc/actions/ |
actions-general | 23 The new extensions allow for more than just policing actions to be added. 26 but older kernel, the actions are not installed. Likewise if you 43 1) new additional syntax and actions enabled. Note old syntax is still valid. 50 You can have as many actions as you want (within sensible reasoning). 64 " generic Actions" (gact) at the moment are: 166 Now lets see the actions installed with 193 Note the ordering of the actions is based on the order in which we entered
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalActions.java | 76 * Helper to show the global actions dialog. Each item is an {@link Action} that 142 * Show the global actions dialog (creating if necessary) 183 * Create the global actions dialog. 441 * The adapter used for the list within the global actions dialog, taking 493 + " out of range of showable actions" 511 // 8 different things in the global actions dialog. seems overkill with 517 * What each item in the global actions dialog must be able to support. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKB.h | 240 * LockControls key actions. 398 * Action flags: Reported in the 'flags' field of most key actions. 399 * Interpretation depends on the type of the action; not all actions 402 * Option Used for Actions 479 * type field of all key actions. 508 * Specifies the key actions that clear latched groups or modifiers. 517 * Macros to classify key actions
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKB.h | 240 * LockControls key actions. 398 * Action flags: Reported in the 'flags' field of most key actions. 399 * Interpretation depends on the type of the action; not all actions 402 * Option Used for Actions 479 * type field of all key actions. 508 * Specifies the key actions that clear latched groups or modifiers. 517 * Macros to classify key actions
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKB.h | 240 * LockControls key actions. 398 * Action flags: Reported in the 'flags' field of most key actions. 399 * Interpretation depends on the type of the action; not all actions 402 * Option Used for Actions 479 * type field of all key actions. 508 * Specifies the key actions that clear latched groups or modifiers. 517 * Macros to classify key actions
|
/system/core/adb/ |
usb_linux.c | 704 struct sigaction actions; local 706 memset(&actions, 0, sizeof(actions)); 707 sigemptyset(&actions.sa_mask); 708 actions.sa_flags = 0; 709 actions.sa_handler = sigalrm_handler; 710 sigaction(SIGALRM,& actions, NULL);
|
/cts/tools/dasm/src/java_cup/ |
emit.java | 20 * <dd> this non-public class contains code to invoke all the user actions 64 emit_action_code - emit the class containing the user's actions 160 /** List of imports (Strings containing class names) to go with actions. */ 316 out.println("class " + pre("actions") + " {"); 328 out.println(" " + pre("actions") + "() { }"); 343 out.println(" /* object for return from actions */"); 528 /* reduce actions get negated entries of production# + 1 */ 668 out.println(" protected " + pre("actions") + " action_obj;"); 675 out.println(" action_obj = new " + pre("actions") + "();");
|
/external/bison/src/ |
tables.c | 67 If VECTOR is a state, TOS[VECTOR] is the array of actions to do on 347 actions that match the default are replaced with zero, 391 /* Number of non default actions in S. */ 400 /* Allocate non defaulted actions. */ 406 /* Store non defaulted actions. */ 422 | Figure out the actions for the specified state, indexed by | 588 | pack the actions and gotos information into yytable. | 621 /* If VECTOR is a state which actions (reflected by FROMS, TOS, TALLY 786 /* A new set of state actions, or a nonterminal. */
|
/external/chromium/chrome/browser/resources/ |
flags.html | 157 .experiment-actions { 163 html[dir=rtl] .experiment-actions { 329 <div class="experiment-actions">
|
/external/chromium_org/chrome/browser/chromeos/ |
external_metrics.cc | 112 // Register user actions external to the browser. 113 // tools/metrics/actions/extract_actions.py won't understand these lines, so 115 // TODO(derat): We shouldn't need to verify actions before reporting them;
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.h | 9 // File tasks are representatiosn of actions that can be performed over the 88 // <task-action-id> is an ID string used for identifying actions provided 213 // could add any actions that the drive app supports.
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_rules_registry.cc | 84 (*it)->actions().Apply((*it)->extension_id(), base::Time(), &apply_info); 89 (*it)->actions().Revert((*it)->extension_id(), base::Time(), &apply_info); 240 rule->actions().Revert(rule->extension_id(), base::Time(), &apply_info);
|
/external/chromium_org/chrome/common/extensions/api/ |
events.json | 32 "description": "List of conditions that can trigger the actions." 34 "actions": { 37 "description": "List of actions that are triggered if one of the condtions is fulfilled."
|
/external/chromium_org/chromeos/display/ |
output_configurator_unittest.cc | 24 // actions that were performed. 34 // String returned by TestDelegate::GetActionsAndClear() if no actions were 81 // Joins a sequence of strings describing actions (e.g. kScreenDim) such 83 // TestDelegate::GetActionsAndClear(). The list of actions must be 86 std::string actions; local 91 if (!actions.empty()) 92 actions += ","; 93 actions += action; 97 return actions; 123 // Returns a comma-separated string describing the actions that wer 127 std::string actions = actions_; local [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_drag_dest_gtk.cc | 154 GdkDragActionToWebDragOp(context->actions), 249 GdkDragActionToWebDragOp(context->actions)); 279 GdkDragActionToWebDragOp(context->actions),
|
/external/chromium_org/media/filters/ |
decrypting_video_decoder_unittest.cc | 45 // Use anonymous namespace here to prevent the actions to be defined multiple 123 // Sets up expectations and actions to put DecryptingVideoDecoder in an 134 // Sets up expectations and actions to put DecryptingVideoDecoder in an end
|