/tools/test/connectivity/acts/framework/tests/ |
acts_records_test.py | 29 self.details = "Some details about the test execution." 33 def verify_record(self, record, result, details, extras): 37 self.assertEqual(record.details, details) 47 d[records.TestResultEnums.RECORD_DETAILS] = details 75 details=None, 81 s = signals.TestPass(self.details, self.float_extra) 86 details=self.details, [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_add_long_2addr.S | 2 * See op_add_long.S for details
|
op_sub_long_2addr.S | 2 * See op_sub_long.S for more details
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/development/samples/browseable/XYZTouristAttractions/Application/res/values/ |
wear.xml | 3 <!-- declaring that phone has the capability to show details -->
|
/external/clang/tools/scan-build-py/tests/unit/ |
test_analyze.py | 5 # License. See LICENSE.TXT for details.
|
/external/compiler-rt/lib/builtins/x86_64/ |
floatdisf.c | 2 * License. See LICENSE.TXT for details.
|
/external/iproute2/ip/ |
xdp.h | 8 void xdp_dump(FILE *fp, struct rtattr *tb, bool link, bool details);
|
/external/javassist/src/main/javassist/util/proxy/ |
package.html | 4 See <code>ProxyFactory</code> for more details.
|
/external/syslinux/diag/ |
README | 1 Diagnostic tools and images to assist with troubleshooting Syslinux-related issues. See README in each directory for more details.
|
/external/testng/src/test/java/test/tmp/ |
TestA.java | 20 // Loads the first row (assumed A) and checks some details 25 // Loads the first row (assumed A) and checks some details 30 // Loads the first row (assumed A) and checks some details 35 // Loads the first row (assumed A) and checks some details
|
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/ |
MotionInputHandler.java | 54 final boolean selectItem(@NonNull ItemDetails<K> details) { 55 checkArgument(details != null); 56 checkArgument(hasPosition(details)); 57 checkArgument(hasSelectionKey(details)); 59 if (mSelectionTracker.select(details.getSelectionKey())) { 60 mSelectionTracker.anchorRange(details.getPosition()); 66 mFocusDelegate.focusItem(details); 73 protected final boolean focusItem(@NonNull ItemDetails<K> details) { 74 checkArgument(details != null); 75 checkArgument(hasSelectionKey(details)); [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/ |
freebsd_arm.txt | 1 // freebsd/arm-specific vet whitelist. See readme.txt for details.
|
openbsd_arm.txt | 1 // openbsd/arm-specific vet whitelist. See readme.txt for details.
|
plan9_amd64.txt | 1 // plan9/amd64-specific vet whitelist. See readme.txt for details.
|
plan9_arm.txt | 1 // plan9/arm-specific vet whitelist. See readme.txt for details.
|
/prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/ |
freebsd_arm.txt | 1 // freebsd/arm-specific vet whitelist. See readme.txt for details.
|
openbsd_arm.txt | 1 // openbsd/arm-specific vet whitelist. See readme.txt for details.
|
plan9_amd64.txt | 1 // plan9/amd64-specific vet whitelist. See readme.txt for details.
|
plan9_arm.txt | 1 // plan9/arm-specific vet whitelist. See readme.txt for details.
|
/system/ca-certificates/wfa_certs/ |
README | 3 For details refer to Hotspot 2.0 Technical Specifications.
|
/tools/test/connectivity/wts-acts/ |
README | 4 See ../Android.mk for details.
|
/external/tensorflow/tensorflow/core/protobuf/ |
worker_service.proto | 39 // See worker.proto for details. 42 // See worker.proto for details. 46 // See worker.proto for details. 50 // See worker.proto for details. 53 // See worker.proto for details. 56 // See worker.proto for details. 59 // See worker.proto for details. 62 // See worker.proto for details. 65 // See worker.proto for details. 70 // See worker.proto for details [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
CallLogListItemHelper.java | 34 /** Helper for populating the details of a phone call. */ 44 * @param phoneCallDetailsHelper used to set the details of a phone call 58 * Update phone call details. This is called before any drawing to avoid expensive operation on UI 61 * @param details 64 public void updatePhoneCallDetails(PhoneCallDetails details) { 66 details.callLocationAndDate = phoneCallDetailsHelper.getCallLocationAndDate(details); 67 details.callDescription = getCallDescription(details); 74 * @param details the details of a phone call needed to fill in the dat [all...] |