Home
last modified time | relevance | path

Searched refs:performAction (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java86 @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 …]
DAbstractNonStreamingHashFunctionTest.java33 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in test()
DAbstractStreamingHasherTest.java136 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
/external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
DAccessibilityScrollAction.java50 return node.performAction(AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD); in perform()
53 return node.performAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD); in perform()
DAccessibilityClickAction.java59 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/
DJellyBeanBrowserAccessibilityManager.java42 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in JellyBeanBrowserAccessibilityManager()
43 return delegate.performAction(virtualViewId, action, arguments); in JellyBeanBrowserAccessibilityManager()
DJellyBeanAccessibilityInjector.java148 return mCallback.performAction(mContentViewCore, jsCode); in sendActionToAndroidVox()
184 private boolean performAction(ContentViewCore contentView, String code) { in performAction() method in JellyBeanAccessibilityInjector.CallbackHandler
DBrowserAccessibilityManager.java157 protected boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in BrowserAccessibilityManager
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dabstract_shifter.js154 cvox.AbstractShifter.prototype.performAction = function(name, sel) { method in cvox.AbstractShifter
155 return this.currentWalker_.performAction(name, sel);
Dabstract_walker.js166 cvox.AbstractWalker.prototype.performAction = function(name, sel) { method in cvox.AbstractWalker
/external/clang/test/Analysis/
Dobjc-radar17039661.m27 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function
49 BOOL wasBuiltinTrait = performAction(^(NSNumber *traitValue) {
Dmethod-arg-decay.m59 … <PBXSelectionTarget> *) performAction:(id)action withSelection:(NSArray *)selection; // expected…
75 @implementation XCPerspectiveModule // expected-warning {{method 'performAction:withSelection:' in …
/external/chromium_org/chrome/common/extensions/api/
Dautomation_internal.idl64 // 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/
Duser_commands.js430 cvox.ChromeVox.navigationManager.performAction('enterShifterSilently');
431 cvox.ChromeVox.navigationManager.performAction(cmd);
609 !cvox.ChromeVox.navigationManager.performAction(cmd)) {
617 cvox.ChromeVox.navigationManager.performAction(cmd);
Dnavigation_manager.js493 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/
Dshell_mac.mm50 - (void)performAction:(id)sender {
105 [button setAction:@selector(performAction:)];
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
Dhandlebars-1.0.0.beta.6.js108 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/
Dautomation_node.js199 automationInternal.performAction({ processID: this.rootImpl.processID,
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1000 …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
1227performAction(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…
DchromeVoxChromeOptionsScript.js1221 …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
1410performAction(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…
DchromeVoxChromeBackgroundScript.js1286 …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
1475performAction(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…