/prebuilts/go/linux-x86/src/runtime/race/ |
doc.go | 7 // For details about the race detector see
|
/system/libhidl/adapter/include/hidladapter/ |
HidlBinderAdapter.h | 25 namespace details { namespace in namespace:android::hardware 39 } // namespace details 43 return details::adapterMain( 46 return details::adaptWithDefault(
|
/system/libvintf/ |
VintfObjectRecovery.cpp | 27 namespace details { namespace in namespace:android::vintf 78 } // namespace details 83 static details::RecoveryPartitionMounter mounter; 84 return details::checkCompatibility(xmls, true /* mount */, mounter, error);
|
/compatibility/cdd/5_multimedia/ |
5_7_network-protocols.md | 41 See <a href="#5_1_3_video_codecs">section 5.1.3</a> for details on H264 AVC, MPEG2-4 SP,<br/> 47 See <a href="#5_1_1_audio_codecs">section 5.1.1 </a> for details on AAC and its variants. 55 for details on AAC and its variants</td> 79 for details on H264 AVC</td> 86 for details on AAC and its variants</td> 97 for details on H263 107 for details on H263 117 for details on AMR-NB 127 for details on AMR-WB 137 for details on MPEG-4 S [all...] |
5_1_media-codecs.md | 5 See more details in [5.1.3. Audio Codecs Details](#5_1_3_audio_codecs_details). 15 See more details in [5.1.3. Audio Codecs Details](#5_1_3_audio_codecs_details). 50 ### 5.1.3\. Audio Codecs Details 55 <th>Details</th> 146 See more details in [5.1.6. Image Codecs Details](#5_1_6_image_codecs_details). 156 See more details in [5.1.6. Image Codecs Details](#5_1_6_image_codecs_details) [all...] |
/external/libnl/src/ |
genl-ctrl-list.c | 23 "Usage: genl-ctrl-list [--details]\n" 26 " -d, --details Include detailed information in the list\n" 49 { "details", 0, 0, 'd' },
|
/frameworks/support/buildSrc/ |
build.gradle | 23 eachDependency { details -> 24 if (details.requested.group == 'org.jetbrains.kotlin') { 25 details.useVersion build_versions.kotlin
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/res/values/ |
strings.xml | 20 <!-- Option shown in call log menu to navigate the user to the call details screen where the user 21 can view details for the call log entry. [CHAR LIMIT=30] --> 22 <string name="call_details_menu_label">Call details</string>
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
DefaultBandPredicate.java | 41 @Nullable ItemDetails details = mDetailsLookup.getItemDetails(e); local 42 return (details != null) 43 ? !details.inDragRegion(e)
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
InCallServiceImpl.java | 25 import android.telecom.Call.Details; 223 Call call, Details details) { 229 new CallEvent<Details>(mCallId, details)); 785 public static Call.Details callGetDetails(String callId) { 796 Call.Details details = callGetDetails(callId); local 798 if (details == null) { 802 return getCallPropertiesString(details.getCallProperties()) 806 Call.Details details = callGetDetails(callId); local [all...] |
/packages/apps/DocumentsUI/res/values/ |
inspector_strings.xml | 18 <!-- File properties dialog title. This dialog show fine grained details about a file. --> 32 <!-- Title of inspector's media details info section. Shows information related to camera, dimensions, and authors. --> 33 <string name="inspector_metadata_section">Media details</string> 89 <!-- String label for developer/debug file details, specifying which stream types are available. --> 91 <!-- String label for developer/debug file details, specifying the size of the file in bytes. --> 93 <!-- String label for developer/debug file details, specifying a file's uri/content address. --> 95 <!-- String label for developer/debug file details, specifying document id. --> 97 <!-- String label for developer/debug file details, specifying mimetype. --> 99 <!-- String label for developer/debug file details, specifying that a file is an archive. --> 101 <!-- String label for developer/debug file details, specifying that a file is a container (like a folder or an archive). -- [all...] |
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/ |
Bar.profiler.cpp | 24 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), 55 case details::HidlInstrumentor::CLIENT_API_ENTRY: 56 case details::HidlInstrumentor::SERVER_API_ENTRY: 57 case details::HidlInstrumentor::PASSTHROUGH_ENTRY: 86 case details::HidlInstrumentor::CLIENT_API_EXIT: 87 case details::HidlInstrumentor::SERVER_API_EXIT: 88 case details::HidlInstrumentor::PASSTHROUGH_EXIT: 125 case details::HidlInstrumentor::CLIENT_API_ENTRY: 126 case details::HidlInstrumentor::SERVER_API_ENTRY: 127 case details::HidlInstrumentor::PASSTHROUGH_ENTRY [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 8 CertPathReviewer.emptyCertPath.details = PKIXCertPathReviewer: the CertPath is empty. 17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is not in the permitted set of DNs. 24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs. 31 CertPathReviewer.notPermittedEmail.details = Name constraint checking error. The certificate contains the email address {0} which is not in the permitted set of email addresses. 38 CertPathReviewer.excludedEmail.details = Name constraint checking error. The certificate contains the email address {0} which is in the excluded set of email addresses. 45 CertPathReviewer.notPermittedIP.details = Name constraint checking error. The certificate contains the IP address {0} which is not in the permitted set of IP addresses. 52 CertPathReviewer.excludedIP.details = Name constraint checking error. The certificate contains the IP address {0} which is in the excluded set of IP addresses. 58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processing the name constraints extension of the certificate. 64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error processing the subject alternative name extension of the certificate. 71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an exception extracting the DN from the certificate [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
CallDetailsTest.java | 41 * Suites of tests that verifies the various Call details. 58 Call.Details.CAPABILITY_HOLD | Call.Details.CAPABILITY_MUTE; 60 Call.Details.PROPERTY_HIGH_DEF_AUDIO | Call.Details.PROPERTY_WIFI; 113 * Call details. 147 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_HOLD)); 148 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_MUTE)); 149 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE)); 150 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_RESPOND_VIA_TEXT)) [all...] |
/external/v8/src/ |
property.h | 63 void Init(Handle<Name> key, Handle<Object> value, PropertyDetails details) { 65 DCHECK_IMPLIES(key->IsPrivate(), !details.IsEnumerable()); 68 details_ = details; 71 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) 72 : key_(key), value_(value), details_(details) {
|
/hardware/qcom/gps/msm8909w_3100/core/data-items/ |
IDataItemCore.h | 42 * @details IDataItemCore interface. 49 * @details Gets Data item id. 56 * @details Stringify. 64 * @details copy. 75 * @details Destructor.
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/ |
DemoHolder.java | 32 private final Details mDetails; 40 mDetails = new Details(this); 81 Details getItemDetails() { 85 private static final class Details extends ItemDetails { 89 Details(DemoHolder holder) {
|
/external/autotest/frontend/server/ |
models.py | 70 """Get a dictionary with all server details. 80 @return: A dictionary with all server details. 82 details = {} 83 details['hostname'] = self.hostname 84 details['status'] = self.status 85 details['roles'] = self.get_role_names() 88 details['attributes'] = attributes 89 details['date_created'] = self.date_created 90 details['date_modified'] = self.date_modified 91 details['note'] = self.not [all...] |
/frameworks/support/samples/SupportLeanbackDemos/src/main/res/values/ |
strings.xml | 30 <string name="details">Details</string> 32 <string name="details_video">Details with Video</string> 34 <string name="details_custom_title">Details with custom title</string> 36 <string name="details_support">Details(support version)</string> 38 <string name="details_video_support">Details with Video(support version)</string> 40 <string name="details_custom_title_support">Details with custom title(support version)</string> 43 <string name="search_details">Search Details</string> 45 <string name="search_details_support">Search Details(support version)</string> 73 <string name="detail_presenter_options">Choose Presenter for Details</string [all...] |
/tools/test/connectivity/acts/framework/acts/ |
signals.py | 49 details: A string that describes the reason for raising this signal. 54 def __init__(self, details, extras=None): 55 super(TestSignal, self).__init__(details) 56 self.details = str(details) 65 return "Details=%s, Extras=%s" % (self.details, self.extras)
|
/external/llvm/unittests/ProfileData/ |
SampleProfTest.cpp | 6 // License. See LICENSE.TXT for details. 126 std::vector<ProfileSummaryEntry> &Details = Summary.getDetailedSummary(); 127 auto EightyPerc = std::find_if(Details.begin(), Details.end(), Predicate); 129 auto NinetyPerc = std::find_if(Details.begin(), Details.end(), Predicate); 132 std::find_if(Details.begin(), Details.end(), Predicate); 135 std::find_if(Details.begin(), Details.end(), Predicate) [all...] |
/packages/apps/Dialer/java/com/android/incallui/ |
ConferenceManagerPresenter.java | 72 public void onDetailsChanged(DialerCall call, android.telecom.Call.Details details) { 74 details.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE); 76 details.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE); 78 if (call.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE) 80 || call.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE) 85 if (!details.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
CallLogAdapter.java | 816 PhoneCallDetails details = createPhoneCallDetails(c, groupSize, views); local 948 final PhoneCallDetails details = local [all...] |
/external/llvm/test/Transforms/PhaseOrdering/ |
2010-03-22-empty-baseclass.ll | 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" } 7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 } 82 define linkonce_odr i32* @_ZN5boost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this) nounwind ssp align 2 { 84 %this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"struct.boost::details::compressed_pair_imp<empty_t,int,1>"**> [#uses=2] 88 store %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this, %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"** %this_addr 89 %1 = load %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"** %this_addr, align 8 ; <%"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*> [#uses=1 [all...] |
/external/ltp/testcases/kernel/power_management/lib/ |
pm_sched_mc.py | 64 except Exception, details: 65 print "INFO: Failed to get number of sockets in system", details 170 except Exception, details: 200 except Exception, details: 201 print "Exception in generate_siblings_list", details 218 except Exception, details: 219 print "Exception in get_siblings", details 249 except Exception, details: 250 print "Could not read interrupt statistics", details 311 except Exception, details [all...] |