HomeSort by relevance Sort by last modified time
    Searched full:details (Results 26 - 50 of 45333) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips/
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/compiler-rt/lib/builtins/x86_64/
floatdisf.c 2 * License. See LICENSE.TXT for details.
  /external/javassist/src/main/javassist/util/proxy/
package.html 4 See <code>ProxyFactory</code> 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
TestB.java 20 // Loads the first row (assumed B) and checks some details
25 // Loads the first row (assumed B) and checks some details
30 // Loads the first row (assumed B) and checks some details
  /ndk/tests/standalone/init-fini-arrays/
foo.cpp 1 /* For details, see README */
  /external/chromium-trace/catapult/dashboard/dashboard/
stats_test.py 232 self.assertEqual(['date'], stat.details.keys())
235 details = may_12.details
238 details['bots'])
240 'octane': 2}, details['test_suites'])
242 'octane/Total': 2}, details['tests'])
243 self.assertEqual({'-1': 1, '-2': 1, '12345': 2}, details['bug_ids'])
245 details['percent_changed_buckets'])
248 details = may_15.details
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 36 /** Helper for populating the details of a phone call. */
45 * @param phoneCallDetailsHelper used to set the details of a phone call
62 * @param details the details of a phone call needed to fill in the data
66 PhoneCallDetails details) {
67 mPhoneCallDetailsHelper.setPhoneCallDetails(views.phoneCallDetailsViews, details);
70 views.quickContactView.setContentDescription(getContactBadgeDescription(details));
73 views.primaryActionView.setContentDescription(getCallDescription(details));
77 views.nameOrNumber = getNameOrNumber(details);
81 views.callTypeOrLocation = mPhoneCallDetailsHelper.getCallTypeOrLocation(details);
    [all...]
  /external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb 14 # fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
20 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr);
28 # fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
36 # fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
42 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
49 # fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
56 # fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
63 # fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
70 # fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 84 MediaDetails details = super.getDetails(); local
85 details.addDetail(MediaDetails.INDEX_PATH, filePath);
86 details.addDetail(MediaDetails.INDEX_TITLE, caption);
88 details.addDetail(MediaDetails.INDEX_DATETIME,
90 details.addDetail(MediaDetails.INDEX_WIDTH, width);
91 details.addDetail(MediaDetails.INDEX_HEIGHT, height);
94 details.addDetail(MediaDetails.INDEX_LOCATION, new double[] {latitude, longitude});
96 if (fileSize > 0) details.addDetail(MediaDetails.INDEX_SIZE, fileSize);
97 return details;
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
32 $details =~ s/^(associated) .*$/$1/i;
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
48 print " $details";
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
  /external/autotest/client/site_tests/network_EthCaps/
control 9 See server/site_tests/network_EthCapsServer/control for details
17 See server/site_tests/network_EthCapsServer/control for details
  /external/libgdx/
ISSUE_TEMPLATE.md 3 #### Issue details
4 _Please provide the details of your issue_
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 9 * A view to show a details about a failure
21 * Shows details of a TestFailure
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 92 properties |= android.telecom.Call.Details.PROPERTY_CONFERENCE;
96 properties |= android.telecom.Call.Details.PROPERTY_ENTERPRISE_CALL;
103 capabilities |= android.telecom.Call.Details.CAPABILITY_RESPOND_VIA_TEXT;
108 capabilities, android.telecom.Call.Details.CAPABILITY_MUTE);
113 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL);
115 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL);
235 android.telecom.Call.Details.CAPABILITY_HOLD,
238 android.telecom.Call.Details.CAPABILITY_SUPPORT_HOLD,
241 android.telecom.Call.Details.CAPABILITY_MERGE_CONFERENCE,
244 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE
    [all...]
  /frameworks/base/docs/html/training/tv/playback/
details.jd 1 page.title=Building a Details View
13 <li><a href="#details-presenter">Build a Details Presenter</a></li>
14 <li><a href="#details-fragment">Extend the Details Fragment</a>
15 <li><a href="#activity">Create a Details Activity</a></li>
29 This lesson discusses how to create a presenter class for media item details, and how to extend
30 the {@link android.support.v17.leanback.app.DetailsFragment} class to implement a details view
46 <h2 id="details-presenter">Build a Details Presenter</h2
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 110 PhoneCallDetails details = local
112 mHelper.setPhoneCallDetails(mViewHolder, details);
117 PhoneCallDetails details = local
119 mHelper.setPhoneCallDetails(mViewHolder, details);
197 PhoneCallDetails details = local
199 CharSequence description = mHelper.getCallDescription(details);
214 PhoneCallDetails details = getPhoneCallDetailsWithTypes( local
216 CharSequence description = mHelper.getCallDescription(details);
226 PhoneCallDetails details = getPhoneCallDetailsWithTypes( local
228 details.features = Calls.FEATURES_VIDEO
264 PhoneCallDetails details = getPhoneCallDetails( local
272 PhoneCallDetails details = new PhoneCallDetails( local
285 PhoneCallDetails details = new PhoneCallDetails( local
    [all...]
  /external/v8/src/
layout-descriptor.cc 43 Handle<Map> map, PropertyDetails details) {
49 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) {
50 DCHECK(details.location() != kField ||
51 layout_descriptor->IsTagged(details.field_index()));
54 int field_index = details.field_index();
56 isolate, layout_descriptor, field_index + details.field_width_in_words());
61 if (details.field_width_in_words() > 1) {
69 Handle<Map> map, PropertyDetails details,
76 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) {
77 DCHECK(details.location() != kField |
264 PropertyDetails details = descriptors->GetDetails(i); local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
NativeCameraManagerTest.java 37 assertTrue("testCameraManagerGetAndClose fail, see log for details",
42 assertTrue("testCameraManagerGetCameraIds fail, see log for details",
47 assertTrue("testCameraManagerAvailabilityCallback fail, see log for details",
52 assertTrue("testCameraManagerCameraCharacteristics fail, see log for details",
  /development/samples/TicTacToeLib/
README.txt 6 Please see the README.txt file in ../TicTacToeMain for more details.
  /external/chromium-trace/catapult/third_party/coverage/coverage/
__main__.py 2 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  /external/chromium-trace/catapult/third_party/coverage/
tox_wheels.ini 2 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt

Completed in 5053 milliseconds

12 3 4 5 6 7 8 91011>>