Searched
full:actions (Results
301 -
325 of
3546) sorted by null
<<11121314151617181920>>
/external/valgrind/main/drd/ |
drd_vc.h | 40 * new actions of the current thread are executed after the actions of the 43 * - A vector clock is incremented during actions such as 44 * pthread_create(), pthread_mutex_unlock(), sem_post(). (Actions where
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cprolog.h | 21 /* If the platform provides any specific prolog actions,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
EditTextRule.java | 63 public void addContextMenuActions(@NonNull List<RuleAction> actions, 65 super.addContextMenuActions(actions, selectedNode); 92 actions.add(RuleAction.createAction("_setfocus", label, onChange, //$NON-NLS-1$ 94 actions.add(RuleAction.createSeparator(7));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 70 * layout actions (as well as zooming controls on the right). 88 * @param parent the parent composite to add the actions bar to 148 List<RuleAction> actions = new ArrayList<RuleAction>(); local 149 engine.callAddLayoutActions(actions, parent, selectedNodes); 151 // Place actions in the correct order (the actions may come from different 153 Collections.sort(actions); 155 // Add in actions for the child as well, if there is exactly one. 156 // These are not merged into the parent list of actions; they are appended 168 actions.add(RuleAction.createSeparator(0)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/ |
AvdManagerAction.java | 17 package com.android.ide.eclipse.monitor.actions;
|
/system/core/init/ |
init.h | 37 /* node in list of all actions */ 39 /* node in the queue of pending actions */ 41 /* node in list of actions for a trigger */ 104 struct action onrestart; /* Actions to execute on restart. */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTParser.stg | 66 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 104 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <createNodeFromToken(...)>);}, ...)> 120 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);}, ...)> 128 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <label>.Tree); 137 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0); 162 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 172 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 188 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTParser.stg | 70 <if(backtracking)><\n>if (<actions.(actionScope).synpredgate>) {<endif> 109 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <createNodeFromToken(...)>);<endif>}, ...)> 125 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);<endif>}, ...)> 134 <\n><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <label>.Tree); 144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0); 170 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 199 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
|
/external/chromium/testing/ |
gmock.gyp | 16 'gmock/include/gmock/gmock-actions.h', 18 'gmock/include/gmock/gmock-generated-actions.h',
|
/external/chromium_org/apps/ |
app_load_service.h | 25 // Monitors apps being reloaded and performs app specific actions (like launch 26 // or restart) on them. Also provides an interface to schedule these actions.
|
/external/chromium_org/build/android/ |
setup.gyp | 31 'actions': [ 57 'actions': [
|
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_model_unittest.cc | 54 // Actions should be enabled. 61 // Now the actions are disabled.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.html | 16 <select id=capture-status-view-actions aria-label="Capture Actions">
|
/external/chromium_org/chrome/common/extensions/api/extension_action/ |
action_info.h | 27 // The types of extension actions. 73 // action id -- only used with legacy page actions API.
|
/external/chromium_org/content/browser/tracing/ |
tracing_resources.gyp | 17 'actions': [ 49 'actions': [
|
/external/chromium_org/testing/ |
gmock.gyp | 15 'gmock/include/gmock/gmock-actions.h', 17 'gmock/include/gmock/gmock-generated-actions.h',
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-all.py | 18 test.run_gyp('actions.gyp', chdir='src') 22 test.build('actions.gyp', test.ALL, chdir='relocate/src')
|
gyptest-default.py | 15 test.run_gyp('actions.gyp', chdir='src') 19 test.build('actions.gyp', chdir='relocate/src')
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
loop.py | 18 from telemetry.page.actions import media_action 19 from telemetry.page.actions import page_action
|
pinch.py | 6 from telemetry.page.actions import gesture_action 7 from telemetry.page.actions import page_action
|
Completed in 512 milliseconds
<<11121314151617181920>>