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

1 2 3 4 5 6 7 8 91011>>

  /external/sfntly/
COPYING.android 1 See cpp/COPYING for license details.
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 19 import static android.telecom.Call.Details.*;
27 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD));
28 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE));
29 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
31 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
34 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO));
35 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
37 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
38 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
45 Call.Details.capabilitiesToString(CAPABILITY_HOLD))
    [all...]
  /external/pcre/dist/
COPYING 3 Please see the file LICENCE in the PCRE distribution for licensing details.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
README 3 Licensed under an ISC-style license. See LICENSE for details.
6 halloc/halloc.h for details.
  /external/v8/src/
property.cc 25 explicit FastPropertyDetails(const PropertyDetails& v) : details(v) {}
26 const PropertyDetails details; member in struct:v8::internal::FastPropertyDetails
30 // Outputs PropertyDetails as a dictionary details.
31 std::ostream& operator<<(std::ostream& os, const PropertyDetails& details) {
33 if (details.location() == kDescriptor) {
36 os << (details.kind() == kData ? "data" : "accessor");
37 return os << ", dictionary_index: " << details.dictionary_index()
38 << ", attrs: " << details.attributes() << ")";
42 // Outputs PropertyDetails as a descriptor array details.
45 const PropertyDetails& details = details_fast.details local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java 105 final StringBuilder details = new StringBuilder(); local
108 details.append(res.getString(R.string.message_type_label));
109 details.append(res.getString(R.string.text_message));
115 details.append('\n');
116 details.append(res.getString(R.string.from_label));
117 details.append(rawSender);
122 details.append('\n');
123 details.append(res.getString(R.string.to_address_label));
124 details.append(rawRecipients);
130 details.append('\n')
162 final StringBuilder details = new StringBuilder(); local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java 87 /** Fills the call details views with content. */
88 public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details) {
91 int count = details.callTypes.length;
94 views.callTypeIcons.add(details.callTypes[index]);
96 isVoicemail = details.callTypes[index] == Calls.VOICEMAIL_TYPE;
102 (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO);
115 setDetailText(views, callCount, details);
118 String accountLabel = mCallLogCache.getAccountLabel(details.accountHandle);
119 if (!TextUtils.isEmpty(details.viaNumber)) {
122 accountLabel, details.viaNumber)
    [all...]
  /art/test/126-miranda-multidex/
info.txt 2 See b/18193682 for details.
  /external/javassist/src/main/javassist/expr/
package.html 5 See <code>ExprEditor</code> (expression editor) for more details.
  /external/skia/
README 3 See full details, and build instructions, at https://skia.org.
  /external/valgrind/memcheck/tests/
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
  /frameworks/av/include/private/
README 3 These include files are part of the private implementation details of
  /frameworks/base/include/private/
README 3 These include files are part of the private implementation details of
  /prebuilts/gdb/darwin-x86/lib/python2.7/site-packages/
README 2 here. Read the source for site.py for more details.
  /prebuilts/gdb/linux-x86/lib/python2.7/site-packages/
README 2 here. Read the source for site.py for more details.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/site-packages/
README 2 here. Read the source for site.py for more details.
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
NOTICE 4 See LICENSE file for details.
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
NOTICE 4 See the LICENSE.txt for more details
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java 243 PhoneCallDetails details = getPhoneCallDetails(); local
244 details.features = Calls.FEATURES_VIDEO;
245 mHelper.setPhoneCallDetails(mViews, details);
254 PhoneCallDetails details = getPhoneCallDetails(); local
255 details.features = 0;
256 mHelper.setPhoneCallDetails(mViews, details);
342 PhoneCallDetails details = getPhoneCallDetails( local
346 mHelper.setCallDetailsHeader(mNameView, details);
362 PhoneCallDetails details = getPhoneCallDetails(); local
363 details.geocode = null
370 PhoneCallDetails details = getPhoneCallDetails("", Calls.PRESENTATION_ALLOWED, local
461 PhoneCallDetails details = getPhoneCallDetails(number, presentation, formattedNumber); local
468 PhoneCallDetails details = getPhoneCallDetails(); local
476 PhoneCallDetails details = getPhoneCallDetails(); local
483 PhoneCallDetails details = getPhoneCallDetails(); local
491 PhoneCallDetails details = getPhoneCallDetails(); local
499 PhoneCallDetails details = getPhoneCallDetails( local
507 PhoneCallDetails details = getPhoneCallDetails(); local
513 PhoneCallDetails details = getPhoneCallDetails(); local
521 PhoneCallDetails details = getPhoneCallDetails(); local
529 PhoneCallDetails details = getPhoneCallDetails(); local
540 PhoneCallDetails details = getPhoneCallDetails(); local
546 PhoneCallDetails details = new PhoneCallDetails( local
559 PhoneCallDetails details = new PhoneCallDetails( local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 19 | NAME [Details] [Repeater]
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
PatternGrammar.txt 19 | NAME [Details] [Repeater]
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 19 | NAME [Details] [Repeater]
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 19 | NAME [Details] [Repeater]
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
  /tools/test/connectivity/acts/framework/tests/
acts_records_test.py 28 self.details = "Some details about the test execution."
32 def verify_record(self, record, result, details, extras):
36 self.assertEqual(record.details, details)
46 d[records.TestResultEnums.RECORD_DETAILS] = details
69 details=None,
75 s = signals.TestPass(self.details, self.float_extra)
79 details=self.details,
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_add_long_2addr.S 2 * See op_add_long.S for details

Completed in 1730 milliseconds

1 2 3 4 5 6 7 8 91011>>