/external/sfntly/ |
COPYING.android | 1 See cpp/COPYING for license details.
|
/external/pcre/dist2/ |
COPYING | 3 Please see the file LICENCE in the PCRE2 distribution for licensing details.
|
/external/tensorflow/tensorflow/tools/proto_text/ |
placeholder.txt | 1 Contents are unused. See gen_proto_functions.cc for details.
|
/external/wayland-protocols/chromium.org/unstable/stylus/ |
README | 1 Extension of pointer protocol with details for on-screen stylus
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
CallTest.java | 19 import static android.telecom.Call.Details.*; 30 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD)); 31 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE)); 32 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE, 34 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE 37 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO)); 38 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL)); 40 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD)); 41 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENCE 48 Call.Details.capabilitiesToString(CAPABILITY_HOLD)) [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...] |
/art/test/126-miranda-multidex/ |
info.txt | 2 See b/18193682 for details.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/ |
README | 2 here. Read the source for site.py for more details.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/ |
README | 2 here. Read the source for site.py for more details.
|
/external/autotest/frontend/client/src/autotest/moblab/rpc/ |
OperationStatus.java | 16 private String details; field in class:OperationStatus 26 public OperationStatus(boolean valid, String details) { 28 this.details = details; 36 return details; 43 details = null; 46 details = value.isString().stringValue(); 54 if (details != null) { 55 object.put(JSON_FIELD_STATUS_DETAILS, new JSONString(details));
|
/external/autotest/frontend/migrations/ |
124_add_replaced_column_to_afe_labels.py | 2 # crrev.com/c/836732 for details.
|
/external/javassist/src/main/javassist/expr/ |
package.html | 5 See <code>ExprEditor</code> (expression editor) for more details.
|
/external/python/cpython2/Doc/includes/sqlite3/ |
shared_cache.py | 4 # See the SQLite documentation for details.
|
/external/python/cpython2/Lib/site-packages/ |
README | 2 here. Read the source for site.py for more details.
|
/external/python/cpython3/Doc/includes/sqlite3/ |
shared_cache.py | 4 # See the SQLite documentation for details.
|
/external/python/cpython3/Lib/site-packages/ |
README.txt | 2 here. Read the source for site.py for more details.
|
/external/skia/ |
README | 3 See full details, and build instructions, at https://skia.org.
|
/external/skqp/ |
README | 3 See full details, and build instructions, at https://skia.org.
|
/external/syslinux/com32/lua/ |
README | 4 For installation instructions, license details, and
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
leftnav_files | 7 ### Details
|
/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/libs/hwui/private/ |
README | 3 These include files are part of the private implementation details of
|
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/ |
MotionInputHandler.java | 49 protected final boolean selectItem(ItemDetails details) { 50 checkArgument(details != null); 51 checkArgument(details.hasPosition()); 52 checkArgument(details.hasStableId()); 54 if (mSelectionHelper.select(details.getStableId())) { 55 mSelectionHelper.anchorRange(details.getPosition()); 61 mCallbacks.focusItem(details); 68 protected final boolean focusItem(ItemDetails details) { 69 checkArgument(details != null); 70 checkArgument(details.hasStableId()) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/site-packages/ |
README | 2 here. Read the source for site.py for more details.
|