Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/hash/
DHashTestUtils.java97 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BOOLEAN() method
106 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTE() method
115 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_SHORT() method
124 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_CHAR() method
133 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_INT() method
142 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_LONG() method
151 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_FLOAT() method
160 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_DOUBLE() method
169 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTES() method
179 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTES_INT_INT() method
[all …]
DAbstractNonStreamingHashFunctionTest.java43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
DAbstractStreamingHasherTest.java160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java97 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BOOLEAN() method
106 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTE() method
115 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_SHORT() method
124 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_CHAR() method
133 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_INT() method
142 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_LONG() method
151 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_FLOAT() method
160 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_DOUBLE() method
169 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTES() method
179 void performAction(Random random, Iterable<? extends PrimitiveSink> sinks) { in PUT_BYTES_INT_INT() method
[all …]
DAbstractNonStreamingHashFunctionTest.java43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
DAbstractStreamingHasherTest.java160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
/external/llvm-project/clang/test/Analysis/
Dobjc-radar17039661.m28 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function
50 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/clang/test/Analysis/
Dmethod-arg-decay.m59 … <PBXSelectionTarget> *) performAction:(id)action withSelection:(NSArray *)selection; // expected…
75 @implementation XCPerspectiveModule // expected-warning {{method 'performAction:withSelection:' in …
Dobjc-radar17039661.m27 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function
49 BOOL wasBuiltinTrait = performAction(^(NSNumber *traitValue) {
126 // CHECK: <string>Calling &apos;performAction&apos;</string>
128 // CHECK: <string>Calling &apos;performAction&apos;</string>
251 // CHECK: <string>Entered call from &apos;performAction&apos;</string>
253 // CHECK: <string>Entered call from &apos;performAction&apos;</string>
/external/freetype/src/gxvalid/
Dgxvmorx2.c235 FT_UShort performAction; in gxv_morx_subtable_type2_entry_validate() local
247 performAction = (FT_UShort)( ( flags >> 13 ) & 1 ); in gxv_morx_subtable_type2_entry_validate()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DClassRenameTest.java35 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DMethodRenameTest.java33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DFieldRenameTest.java33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
DClassMoveTest.java38 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfoTest.java149 boolean clickResult = node.performAction(AccessibilityNodeInfo.ACTION_CLICK); in shouldRecordActionsPerformed()
153 boolean longClickResult = node.performAction(AccessibilityNodeInfo.ACTION_LONG_CLICK); in shouldRecordActionsPerformed()
/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh173 static bool performAction (const Entry<EntryData> &entry) in performAction() function
195 static bool performAction (const Entry<EntryData> &entry) in performAction() function
233 return Format1EntryT::performAction (entry); in is_actionable()
252 if (Format1EntryT::performAction (entry) && depth) in transition()
Dhb-aat-layout-morx-table.hh384 static bool performAction (const Entry<EntryData> &entry) in performAction() function
406 static bool performAction (const Entry<EntryData> &entry) in performAction() function
454 return LigatureEntryT::performAction (entry); in is_actionable()
472 if (LigatureEntryT::performAction (entry)) in transition()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java979 protected boolean performAction(int action) { in performAction() method in ShadowAccessibilityNodeInfo
980 return performAction(action, null); in performAction()
984 protected boolean performAction(int action, Bundle arguments) { in performAction() method in ShadowAccessibilityNodeInfo
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py256 performAction = bool(flags & 0x2000)
264 if performAction:
/external/freetype/
DChangeLog.243806 `dontAdvance', `performAction'.