/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 86 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_BOOLEAN() method 94 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_BYTE() method 102 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_SHORT() method 110 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_CHAR() method 118 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_INT() method 126 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_LONG() method 134 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_FLOAT() method 142 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_DOUBLE() method 150 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_BYTES() method 159 @Override void performAction(Random random, Iterable<? extends Sink> sinks) { in PUT_BYTES_INT_INT() method [all …]
|
D | AbstractNonStreamingHashFunctionTest.java | 33 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in test()
|
D | AbstractStreamingHasherTest.java | 136 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
|
/external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/ |
D | AccessibilityScrollAction.java | 50 return node.performAction(AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD); in perform() 53 return node.performAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD); in perform()
|
D | AccessibilityClickAction.java | 59 return node.performAction(AccessibilityNodeInfo.ACTION_LONG_CLICK); in perform() 74 return node.performAction(AccessibilityNodeInfo.ACTION_CLICK); in perform()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
D | JellyBeanBrowserAccessibilityManager.java | 42 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in JellyBeanBrowserAccessibilityManager() 43 return delegate.performAction(virtualViewId, action, arguments); in JellyBeanBrowserAccessibilityManager()
|
D | JellyBeanAccessibilityInjector.java | 148 return mCallback.performAction(mContentViewCore, jsCode); in sendActionToAndroidVox() 184 private boolean performAction(ContentViewCore contentView, String code) { in performAction() method in JellyBeanAccessibilityInjector.CallbackHandler
|
D | BrowserAccessibilityManager.java | 157 protected boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in BrowserAccessibilityManager
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | abstract_shifter.js | 154 cvox.AbstractShifter.prototype.performAction = function(name, sel) { method in cvox.AbstractShifter 155 return this.currentWalker_.performAction(name, sel);
|
D | abstract_walker.js | 166 cvox.AbstractWalker.prototype.performAction = function(name, sel) { method in cvox.AbstractWalker
|
/external/clang/test/Analysis/ |
D | objc-radar17039661.m | 27 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function 49 BOOL wasBuiltinTrait = performAction(^(NSNumber *traitValue) {
|
D | method-arg-decay.m | 59 … <PBXSelectionTarget> *) performAction:(id)action withSelection:(NSArray *)selection; // expected… 75 @implementation XCPerspectiveModule // expected-warning {{method 'performAction:withSelection:' in …
|
/external/chromium_org/chrome/common/extensions/api/ |
D | automation_internal.idl | 64 // Arguments required for all actions supplied to performAction. 72 // Arguments for the set_selection action supplied to performAction. 95 static void performAction(PerformActionRequiredParams args,
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | user_commands.js | 430 cvox.ChromeVox.navigationManager.performAction('enterShifterSilently'); 431 cvox.ChromeVox.navigationManager.performAction(cmd); 609 !cvox.ChromeVox.navigationManager.performAction(cmd)) { 617 cvox.ChromeVox.navigationManager.performAction(cmd);
|
D | navigation_manager.js | 493 cvox.NavigationManager.prototype.performAction = function(name) { method in cvox.NavigationManager 525 this.updateSel(this.shifter_.performAction(name, this.curSel_)); 533 this.shifter_.performAction(name, this.curSel_));
|
/external/chromium_org/content/shell/browser/ |
D | shell_mac.mm | 50 - (void)performAction:(id)sender { 105 [button setAction:@selector(performAction:)];
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
D | handlebars-1.0.0.beta.6.js | 108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) { 275 … r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack); 382 …token = this.performAction.call(this, this.yy, this, rules[i],this.conditionStack[this.conditionSt… 417 lexer.performAction = function anonymous(yy,yy_,$avoiding_name_collisions,YY_START) {
|
/external/chromium_org/chrome/renderer/resources/extensions/automation/ |
D | automation_node.js | 199 automationInternal.performAction({ processID: this.rootImpl.processID,
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1000 …on(a){return"function"==typeof this[a]};cvox.AbstractWalker.prototype.performAction=function(a,b){… method in cvox.AbstractWalker 1106 …Action(a)};cvox.AbstractShifter.prototype.performAction=function(a,b){return this.currentWalker_.p… method in cvox 1226 cvox.NavigationManager.prototype.performAction=function(a){switch(a){case "enterShifter":case "ente… method in cvox 1227 …performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||this.shifter_;this.sync();t… 1378 …xtCol";case "nextRow":case "nextCol":cvox.ChromeVox.navigationManager.performAction("enterShifterS… 1379 cvox.ChromeVox.navigationManager.performAction(b);break;case "moveToStartOfLine":case "moveToEndOfL… 1386 …onManager.performAction(b)||(c="not_inside_table");break;case "enterShifter":case "exitShifter":cv…
|
D | chromeVoxChromeOptionsScript.js | 1221 …on(a){return"function"==typeof this[a]};cvox.AbstractWalker.prototype.performAction=function(a,b){… method in cvox 1312 …Action(a)};cvox.AbstractShifter.prototype.performAction=function(a,b){return this.currentWalker_.p… method in cvox 1409 cvox.NavigationManager.prototype.performAction=function(a){switch(a){case "enterShifter":case "ente… method in cvox 1410 …performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||this.shifter_;this.sync();t… 1474 …xtCol";case "nextRow":case "nextCol":cvox.ChromeVox.navigationManager.performAction("enterShifterS… 1475 cvox.ChromeVox.navigationManager.performAction(b);break;case "moveToStartOfLine":case "moveToEndOfL… 1482 …onManager.performAction(b)||(c="not_inside_table");break;case "enterShifter":case "exitShifter":cv…
|
D | chromeVoxChromeBackgroundScript.js | 1286 …on(a){return"function"==typeof this[a]};cvox.AbstractWalker.prototype.performAction=function(a,b){… 1377 …Action(a)};cvox.AbstractShifter.prototype.performAction=function(a,b){return this.currentWalker_.p… 1474 cvox.NavigationManager.prototype.performAction=function(a){switch(a){case "enterShifter":case "ente… method in cvox 1475 …performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||this.shifter_;this.sync();t… 1538 …xtCol";case "nextRow":case "nextCol":cvox.ChromeVox.navigationManager.performAction("enterShifterS… 1539 cvox.ChromeVox.navigationManager.performAction(b);break;case "moveToStartOfLine":case "moveToEndOfL… 1546 …onManager.performAction(b)||(c="not_inside_table");break;case "enterShifter":case "exitShifter":cv…
|