/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 60 const std::vector<Action>& actions() const { return actions_; } in actions() function in base::InjectionTracer 72 EXPECT_EQ(0u, tracer.actions().size()); in TEST() 81 EXPECT_EQ(0u, tracer.actions().size()); in TEST() 90 EXPECT_EQ(0u, tracer.actions().size()); in TEST() 99 ASSERT_EQ(1u, tracer.actions().size()); in TEST() 100 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST() 110 ASSERT_EQ(2u, tracer.actions().size()); in TEST() 111 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1)); in TEST() 112 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3)); in TEST() 121 ASSERT_EQ(2u, tracer.actions().size()); in TEST() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Interpreter.java | 125 DebugEventListener actions, in scan() argument 149 actions, visitedStates); in scan() 162 LexerActionGetTokenType actions = new LexerActionGetTokenType(grammar); in scan() local 163 scan(startRule, actions, visitedStates); in scan() 164 return actions.token; in scan() 168 DebugEventListener actions, in parse() argument 186 actions, visitedStates); in parse() 198 ParseTreeBuilder actions = new ParseTreeBuilder(grammar.name); in parse() local 200 parse(startRule, actions, visitedStates); in parse() 207 return actions.getTree(); in parse() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
D | ProviderConfigurationPermission.java | 44 private final String actions; field in ProviderConfigurationPermission 50 this.actions = "all"; in ProviderConfigurationPermission() 54 public ProviderConfigurationPermission(String name, String actions) in ProviderConfigurationPermission() argument 56 super(name, actions); in ProviderConfigurationPermission() 57 this.actions = actions; in ProviderConfigurationPermission() 58 this.permissionMask = calculateMask(actions); in ProviderConfigurationPermission() 62 String actions) in calculateMask() argument 64 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,"); in calculateMask() 103 return actions; in getActions()
|
/external/libunwind/src/unwind/ |
D | unwind-internal.h | 69 _Unwind_Action actions; in _Unwind_Phase2() local 78 actions = _UA_CLEANUP_PHASE; in _Unwind_Phase2() 80 actions |= _UA_FORCE_UNWIND; in _Unwind_Phase2() 89 actions |= _UA_END_OF_STACK; in _Unwind_Phase2() 100 reason = (*stop) (_U_VERSION, actions, exception_class, in _Unwind_Phase2() 130 actions |= _UA_HANDLER_FRAME; in _Unwind_Phase2() 133 reason = (*personality) (_U_VERSION, actions, exception_class, in _Unwind_Phase2() 146 if (actions & _UA_HANDLER_FRAME) in _Unwind_Phase2()
|
/external/bison/lib/ |
D | spawn-pipe.c | 255 posix_spawn_file_actions_t actions; in create_pipe() 284 if ((err = posix_spawn_file_actions_init (&actions)) != 0 in create_pipe() 287 && (err = posix_spawn_file_actions_adddup2 (&actions, in create_pipe() 291 && (err = posix_spawn_file_actions_adddup2 (&actions, in create_pipe() 295 && (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) in create_pipe() 298 && (err = posix_spawn_file_actions_addclose (&actions, ifd[1])) in create_pipe() 301 && (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) in create_pipe() 304 && (err = posix_spawn_file_actions_addclose (&actions, ifd[0])) in create_pipe() 307 && (err = posix_spawn_file_actions_addopen (&actions, in create_pipe() 314 && (err = posix_spawn_file_actions_addopen (&actions, in create_pipe() [all …]
|
D | fatal-signal.c | 123 static actions_entry_t * volatile actions = static_actions; variable 163 action = actions[n].action; in fatal_signal_handler() 221 actions_entry_t *old_actions = actions; in at_fatal_signal() 233 actions = new_actions; in at_fatal_signal() 243 actions[actions_count].action = action; in at_fatal_signal()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowIntentFilter.java | 17 List<String> actions = new ArrayList<String>(); field in ShadowIntentFilter 22 actions.add(action); in __constructor__() 27 actions.add(action); in addAction() 32 return actions.get(index); in getAction() 37 return actions.size(); in countActions() 42 return actions.iterator(); in actionsIterator() 47 return actions.contains(action); in matchAction()
|
/external/vogar/src/vogar/ |
D | ActionFinder.java | 28 private final Map<String, Action> actions; field in ActionFinder 31 public ActionFinder(Log log, Map<String, Action> actions, Map<String, Outcome> outcomes) { in ActionFinder() argument 33 this.actions = actions; in ActionFinder() 43 int size = actions.size(); in findActionsRecursive() 48 log.verbose("found " + (actions.size() - size) + " actions in " + file); in findActionsRecursive() 60 actions.put(action.getName(), action); in findActionsRecursive() 64 actions.put(actionName, action); in findActionsRecursive()
|
D | Driver.java | 53 private final Map<String, Action> actions = Collections.synchronizedMap( field in Driver 63 if (!actions.isEmpty()) { in buildAndRun() 72 if (actions.isEmpty()) { in buildAndRun() 77 run.console.info("Actions: " + actions.size()); in buildAndRun() 87 for (Action action : actions.values()) { in buildAndRun() 203 actions.put(action.getName(), action); in classesToActions() 209 new ActionFinder(run.console, actions, outcomes).findActions(file); in filesToActions()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | action_runner.py | 9 from telemetry.internal.actions.drag import DragAction 10 from telemetry.internal.actions.javascript_click import ClickElementAction 11 from telemetry.internal.actions.load_media import LoadMediaAction 12 from telemetry.internal.actions.loop import LoopAction 13 from telemetry.internal.actions.mouse_click import MouseClickAction 14 from telemetry.internal.actions.navigate import NavigateAction 15 from telemetry.internal.actions.page_action import GESTURE_SOURCE_DEFAULT 16 from telemetry.internal.actions.page_action import SUPPORTED_GESTURE_SOURCES 17 from telemetry.internal.actions.pinch import PinchAction 18 from telemetry.internal.actions.play import PlayAction [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CSharp3Target.java | 88 Map<String, Object> actions = rootGrammar.getActions().get(actionScope); in genRecognizerFile() local 89 Object rootNamespace = actions != null ? actions.get("namespace") : null; in genRecognizerFile() 90 if (actions != null && rootNamespace != null) in genRecognizerFile() 92 actions = grammar.getActions().get(actionScope); in genRecognizerFile() 93 if (actions == null) in genRecognizerFile() 95 actions = new HashMap<String, Object>(); in genRecognizerFile() 96 grammar.getActions().put(actionScope, actions); in genRecognizerFile() 99 actions.put("namespace", rootNamespace); in genRecognizerFile()
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 545 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() argument 557 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 560 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) in scan_eh_tab() 568 else if (actions & _UA_CLEANUP_PHASE) in scan_eh_tab() 570 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) in scan_eh_tab() 677 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 710 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scan_eh_tab() 720 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab() 746 if (actions & _UA_SEARCH_PHASE) in scan_eh_tab() 756 else if (!(actions & _UA_FORCE_UNWIND)) in scan_eh_tab() [all …]
|
/external/bison/src/ |
D | InadequacyList.c | 30 bitset actions, in InadequacyList__new_conflict() argument 38 result->contributionCount = bitset_count (actions); in InadequacyList__new_conflict() 40 result->inadequacy.conflict.actions = actions; in InadequacyList__new_conflict() 51 bitset_free (node->inadequacy.conflict.actions); in InadequacyList__delete() 59 if (!bitset_test (self->inadequacy.conflict.actions, in InadequacyList__getShiftContributionIndex()
|
/external/webrtc/ |
D | setup_links.py | 280 actions = [] 283 actions += self._ActionForPath( 286 actions += self._ActionForPath( 296 actions.append(Remove(entries_file, dangerous=True)) 298 actions.sort() 301 for action in actions: 306 if any(a.dangerous for a in actions): 308 for action in (a for a in actions if a.dangerous): 343 for action in actions: 414 actions = [] [all …]
|
/external/bison/m4/ |
D | posix_spawn.m4 | 152 posix_spawn_file_actions_t actions; 177 if ((err = posix_spawn_file_actions_init (&actions)) != 0 179 (err = posix_spawn_file_actions_adddup2 (&actions, ofd[0], STDIN_FILENO)) != 0 180 || (err = posix_spawn_file_actions_addclose (&actions, ofd[0])) != 0 181 || (err = posix_spawn_file_actions_addclose (&actions, ofd[1])) != 0 186 … || (err = posix_spawnp (&child, CHILD_PROGRAM_FILENAME, &actions, &attrs, argv, environ)) != 0)) 189 posix_spawn_file_actions_destroy (&actions); 202 posix_spawn_file_actions_destroy (&actions); 279 posix_spawn_file_actions_t actions; 306 if ((err = posix_spawn_file_actions_init (&actions)) != 0 [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | ASTParser.stg | 23 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 35 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 73 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <e… 89 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <e… 97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>this.adaptor.addChild(root_0, <… 106 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = this.adaptor.becomeRoo… 131 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 157 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
|
D | ASTTreeParser.stg | 25 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 35 * add tree construction actions. 48 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 89 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 98 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 114 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 137 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 182 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif> 201 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_<treeLevel> = this.adaptor… [all …]
|
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/ |
D | AccessibilityAction.java | 17 package io.appium.droiddriver.actions.accessibility; 22 import io.appium.droiddriver.actions.Action; 23 import io.appium.droiddriver.actions.BaseAction;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ASTTreeParser.stg | 53 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 63 * add tree construction actions. 76 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 117 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 142 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 180 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 206 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTTreeParser.stg | 52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 62 * add tree construction actions. 75 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 116 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 168 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 179 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 205 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTTreeParser.stg | 56 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 66 * add tree construction actions. 79 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 129 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 145 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 167 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 172 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 183 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 209 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTTreeParser.stg | 55 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 65 * add tree construction actions. 78 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 119 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 128 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 166 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 171 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 208 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> [all …]
|