Searched
full:details (Results
351 -
375 of
45333) sorted by null
<<11121314151617181920>>
/external/llvm/lib/DebugInfo/PDB/ |
PDBSymbolCompilandDetails.cpp | 1 //===- PDBSymbolCompilandDetails.cpp - compiland details --------*- C++ -*-===// 6 // License. See LICENSE.TXT for details.
|
/external/mockito/src/org/mockito/configuration/ |
AnnotationEngine.java | 27 * @param field Field details
37 * @param clazz Class where to extract field information, check implementation for details
|
/external/skia/debugger/QT/ |
SkInspectorWidget.h | 26 The InspectorWidget contains the overview and details tab. These contain 27 information about the whole picture and details about each draw command.
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
android.telecom.Call.Details.html | 10 android.telecom.Call.Details 74 Class android.telecom.<A HREF="../../../../reference/android/telecom/Call.Details.html" target="_top"><font size="+2"><code>Call.Details</code></font></A> 87 <A NAME="android.telecom.Call.Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/telecom/Call.Details.html#CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO" target="_top"><code>CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO</code></A></nobr> 94 <A NAME="android.telecom.Call.Details.PROPERTY_ENTERPRISE_CALL"></A> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/telecom/Call.Details.html#PROPERTY_ENTERPRISE_CALL" target="_top"><code>PROPERTY_ENTERPRISE_CALL</code></A></nobr> 106 For details and restrictions, see the <a href="/license.html">Content License</a>.
|
/frameworks/base/packages/Shell/res/values/ |
strings.xml | 24 <string name="bugreport_updating_title">Adding details to the bug report</string> 47 <!-- Toast message sent when the bugreport details could not be added to the zip file. --> 48 <string name="bugreport_add_details_to_zip_failed">Couldn\'t add bug report details to zip file</string> 53 <!-- Title of the notification action that opens the dialog for the user-defined bug report details. --> 54 <string name="bugreport_info_action">Details</string> 64 <!-- Title of the dialog asking for user-defined bug report details like name, title, and description. --> 65 <string name="bugreport_info_dialog_title">Bug report <xliff:g id="id">#%d</xliff:g> details</string> 77 <!-- Label of button that save bugreport details. -->
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/ |
DetailViewExampleActivity.java | 15 package android.support.v17.leanback.supportleanbackshowcase.app.details; 23 * Contains a {@link DetailsFragment} in order to display more details for a given card.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/ |
pointer_to.pass.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 15 // static pointer pointer_to(<details>);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
recursion | 4 $details = "DETAILS";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKE | 6 $details = "DETAILS";
|
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ |
TestTelecomCall.java | 72 // Create an instance of the call details. 73 Class<?> callDetailsClass = android.telecom.Call.Details.class; 92 android.telecom.Call.Details details = (android.telecom.Call.Details) local 99 // Finally, set this as the details of the call. 102 detailsField.set(call, details); 133 android.telecom.Call.Details.class);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallDetailHistoryAdapter.java | 38 * Adapter for a ListView containing history items from the details of a call. 100 PhoneCallDetails details = mPhoneCallDetails[position]; local 107 int callType = details.callTypes[0]; 108 boolean isVideoCall = (details.features & Calls.FEATURES_VIDEO) == Calls.FEATURES_VIDEO 116 CharSequence dateValue = DateUtils.formatDateRange(mContext, details.date, details.date, 125 durationView.setText(formatDurationAndDataUsage(details.duration, details.dataUsage));
|
/prebuilts/go/darwin-x86/src/reflect/ |
asm_386.s | 10 // for more details. 22 // for more details.
|
asm_amd64.s | 10 // for more details. 22 // for more details.
|
asm_amd64p32.s | 10 // for more details. 22 // for more details.
|
asm_arm.s | 10 // for more details. 22 // for more details.
|
asm_arm64.s | 10 // for more details. 22 // for more details.
|
asm_ppc64x.s | 12 // for more details. 24 // for more details.
|
/prebuilts/go/linux-x86/src/reflect/ |
asm_386.s | 10 // for more details. 22 // for more details.
|
asm_amd64.s | 10 // for more details. 22 // for more details.
|
asm_amd64p32.s | 10 // for more details. 22 // for more details.
|
asm_arm.s | 10 // for more details. 22 // for more details.
|
asm_arm64.s | 10 // for more details. 22 // for more details.
|
asm_ppc64x.s | 12 // for more details. 24 // for more details.
|
/system/media/camera/docs/ |
metadata_template.mako | 74 % if prop.details is not None: 75 <details>${prop.details}</details> 173 % if prop.details is not None: 174 <details>${prop.details | x}</details>
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
exception_test.h | 16 // GNU General Public License for more details. 24 // file. See exception_test_1.cc for details.
|
Completed in 649 milliseconds
<<11121314151617181920>>