/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 97 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 …]
|
D | AbstractNonStreamingHashFunctionTest.java | 43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
|
D | AbstractStreamingHasherTest.java | 160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 97 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 …]
|
D | AbstractNonStreamingHashFunctionTest.java | 43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
|
D | AbstractStreamingHasherTest.java | 160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
|
/external/llvm-project/clang/test/Analysis/ |
D | objc-radar17039661.m | 28 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function 50 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/clang/test/Analysis/ |
D | method-arg-decay.m | 59 … <PBXSelectionTarget> *) performAction:(id)action withSelection:(NSArray *)selection; // expected… 75 @implementation XCPerspectiveModule // expected-warning {{method 'performAction:withSelection:' in …
|
D | objc-radar17039661.m | 27 static inline BOOL performAction(NSNumber *(^action)(NSNumber *traitValue)) { function 49 BOOL wasBuiltinTrait = performAction(^(NSNumber *traitValue) { 126 // CHECK: <string>Calling 'performAction'</string> 128 // CHECK: <string>Calling 'performAction'</string> 251 // CHECK: <string>Entered call from 'performAction'</string> 253 // CHECK: <string>Entered call from 'performAction'</string>
|
/external/freetype/src/gxvalid/ |
D | gxvmorx2.c | 235 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/ |
D | ClassRenameTest.java | 35 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
|
D | MethodRenameTest.java | 33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
|
D | FieldRenameTest.java | 33 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
|
D | ClassMoveTest.java | 38 public void performAction(VirtualFile rootDir, VirtualFile rootAfter) throws Exception { in doTest()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAccessibilityNodeInfoTest.java | 149 boolean clickResult = node.performAction(AccessibilityNodeInfo.ACTION_CLICK); in shouldRecordActionsPerformed() 153 boolean longClickResult = node.performAction(AccessibilityNodeInfo.ACTION_LONG_CLICK); in shouldRecordActionsPerformed()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-kerx-table.hh | 173 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()
|
D | hb-aat-layout-morx-table.hh | 384 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/ |
D | ShadowAccessibilityNodeInfo.java | 979 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/ |
D | otTables.py | 256 performAction = bool(flags & 0x2000) 264 if performAction:
|
/external/freetype/ |
D | ChangeLog.24 | 3806 `dontAdvance', `performAction'.
|