/external/dbus/dbus/ |
dbus-string-private.h | 16 * GNU General Public License for more details. 57 * @defgroup DBusStringInternals DBusString implementation details 59 * @brief DBusString implementation details
|
/external/icu/icu4c/source/common/ |
uinvchar.h | 30 * See utypes.h for details. 43 * See utypes.h for details. 58 * See utypes.h for details.
|
/external/v8/src/ |
api-natives.cc | 168 PropertyDetails details(Smi::cast(*bit)); 169 PropertyAttributes attributes = details.attributes(); 170 PropertyKind kind = details.kind(); 189 PropertyDetails details(Smi::cast(properties.get(i++))); 190 PropertyAttributes attributes = details.attributes(); 191 DCHECK_EQ(kData, details.kind()); 391 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell); 392 auto details_handle = handle(details.AsSmi(), isolate); 404 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell); 405 auto details_handle = handle(details.AsSmi(), isolate) [all...] |
field-index-inl.h | 90 PropertyDetails details = local 92 int field_index = details.field_index(); 94 details.representation().IsDouble());
|
/external/vboot_reference/firmware/include/ |
gpt.h | 5 * Defines UEFI related structure. See more details in the UEFI spec. 73 * You may find more details in chapter 5 of the UEFI standard. 99 * You may find more details in chapter 5 of the UEFI standard.
|
/external/webrtc/webrtc/modules/video_render/ |
BUILD.gn | 33 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 52 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 174 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
|
/frameworks/base/core/java/android/net/ |
NetworkKey.java | 31 // NOTE: Ideally, we would abstract away the details of what identifies a network of a specific 35 // devices, we need to provide identifying details about each specific network type (wifi, cell, 36 // etc.) so that clients can pull out these details depending on the type of network.
|
/frameworks/base/core/java/android/os/health/ |
PidHealthStats.java | 41 * More details on the individual wake locks is available 54 * More details on the individual wake locks is available 67 * More details on the individual wake locks is available
|
/frameworks/base/docs/html/distribute/stories/apps/ |
sayhi.jd | 2 page.metaDescription=The SayHi team used details from Google Analytics, the DAU and user growth numbers, to identify several candidate languages for new translations. 19 href="https://play.google.com/store/apps/details?id=com.unearby.sayhi"> 31 details from Google Analytics, the DAU and user growth numbers, the SayHi team
|
/frameworks/base/packages/Shell/res/values-de/ |
strings.xml | 32 <string name="bugreport_add_details_to_zip_failed" msgid="1302931926486712371">"Details des Fehlerberichts konnten der ZIP-Datei nicht hinzugefügt werden"</string> 34 <string name="bugreport_info_action" msgid="2158204228510576227">"Details"</string> 38 <string name="bugreport_info_dialog_title" msgid="1355948594292983332">"Details zum Fehlerbericht <xliff:g id="ID">#%d</xliff:g>"</string>
|
/hardware/libhardware/tests/vehicle/ |
README | 3 This document details how to use the vehicle service if you are implementhing 16 various units, capabilities and any other relevant details about the HAL design 39 See the usage() function in vehicle-hal-tool.c for details on how to use the
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
WildcardType.java | 14 * version 2 for more details (a copy is included in the LICENSE file that 44 * for the details of the creation process for parameterized types). 68 * for the details of the creation process for parameterized types).
|
/ndk/sources/cxx-stl/stlport/src/ |
fstream.cpp | 22 # include "details/fstream_unistd.cpp" 24 # include "details/fstream_stdio.cpp" 26 # include "details/fstream_win32io.cpp"
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 71 * Displays the details of a specific call log entry. 102 public void onGetCallDetails(PhoneCallDetails[] details) { 103 if (details == null) { 112 mDetails = details[0]; 190 new CallDetailHistoryAdapter(mContext, mInflater, mCallTypeHelper, details)); 202 * @param details The call details. 205 private CharSequence getNumberTypeOrLocation(PhoneCallDetails details) { 206 if (!TextUtils.isEmpty(details.namePrimary)) { 207 return Phone.getTypeLabel(mResources, details.numberType [all...] |
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailStatusHelper.java | 47 * The string resource id of the status message that should be shown in the call details 48 * page. Set to -1, if this message is not to be shown in call details page. 70 /** Whether this message should be shown in the call details page. */
|
/frameworks/base/telecomm/java/android/telecom/ |
Call.java | 102 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property 103 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call. 118 public static class Details { 347 * Whether the capabilities of this {@code Details} supports the specified capability. 435 * Whether the properties of this {@code Details} includes the specified property. 593 if (o instanceof Details) { 594 Details d = (Details) o; 635 public Details( 669 public static Details createFromParcelableCall(ParcelableCall parcelableCall) 1356 Details details = Details.createFromParcelableCall(parcelableCall); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SlidingDrawerTest.java | 310 // onLayout() is implementation details, do NOT test 314 // onMeasure() is implementation details, do NOT test 318 // onFinishInflate() is implementation details, do NOT test 322 // dispatchDraw() is implementation details, do NOT test 326 // onInterceptTouchEvent() is implementation details, do NOT test 330 // onTouchEvent() is implementation details, do NOT test
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
creds.py | 37 credentials using the gcloud auth command as well (for more details see 79 For more details about OAuth2 authentication, see: 97 For more details about HMAC authentication, see: 135 For more details about OAuth2 service accounts, see: 143 For more details about GCE service accounts, see: 146 For more details about App Engine service accounts, see:
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
VforkChecker.cpp | 6 // License. See LICENSE.TXT for details. 13 // can't call functions not in whitelist, etc. For more details, see 57 const char *Details = 0) const; 122 const char *Details) const { 133 if (Details) 134 os << "; " << Details;
|
/external/libxml2/doc/devhelp/ |
devhelp.xsl | 79 <h2>Details</h2> 81 <xsl:apply-templates mode="details" select="/api/symbols/macro[@file=$module]"/> 82 <xsl:apply-templates mode="details" select="/api/symbols/typedef[@file=$module] | /api/symbols/struct[@file=$module]"/> 83 <xsl:apply-templates mode="details" select="/api/symbols/functype[@file=$module]"/> 84 <xsl:apply-templates mode="details" select="/api/symbols/variable[@file=$module]"/> 85 <xsl:apply-templates mode="details" select="/api/symbols/function[@file=$module]"/>
|
/bionic/libc/bionic/ |
__vsnprintf_chk.cpp | 42 * for details. 62 * for details.
|
__vsprintf_chk.cpp | 42 * for details. 62 * for details.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListAdapter.java | 71 /** Map from test name to test details. */ 213 Map<String, String> details, 217 mDetails = details; 234 Map<String, String> details = new HashMap<String, String>(); local 248 details.put(testName, testDetails); 257 return new RefreshResult(items, results, details, reportLogs); 283 String details, 287 mDetails = details;
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
AtraceHostTest.java | 80 /*details*/ m.group(7)); 91 /*details*/ m.group(6)); 102 /*details*/ m.group(6)); 251 String eventName, String details) { 261 if (details == null || !details.startsWith("B|")) { 267 if (details.endsWith("|" + initialSection)) { 278 && details.endsWith("|" + requiredSectionList[nextSectionIndex])) {
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockCallScreeningService.java | 41 public void onScreenCall(Call.Details callDetails) {}; 63 public void onScreenCall(Call.Details callDetails) {
|