| /external/libchrome/base/metrics/ |
| histogram_base.cc | 131 size_t existing = StatisticsRecorder::GetHistogramCount(); 132 if (existing != 0) { 133 DVLOG(1) << existing
|
| /external/libmojo/mojo/edk/embedder/ |
| platform_shared_buffer.h | 42 // Creates a shared buffer of size |num_bytes| from the existing platform 49 // Creates a shared buffer of size |num_bytes| from the existing pair of 57 // Creates a shared buffer of size |num_bytes| from the existing shared memory
|
| /external/libxml2/include/libxml/ |
| xmlmemory.h | 99 * The way to overload the existing functions. 192 * @ptr: pointer to the existing allocated area 202 * @str: pointer to the existing string
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfFile.cpp | 37 if (DIEAbbrev *Existing = 39 Die.setAbbrevNumber(Existing->getNumber()); 40 return *Existing;
|
| /external/ltp/testcases/kernel/syscalls/getxattr/ |
| getxattr01.c | 30 * 1. Get an non-existing attribute, 74 { /* case 00, get non-existing attribute */ 88 { /* case 02, get existing attribute */
|
| /external/ltp/testcases/kernel/syscalls/setxattr/ |
| setxattr01.c | 91 { /* case 01, replace non-existing attribute */ 119 { /* case 05, create existing attribute */ 126 { /* case 06, replace existing attribute */
|
| /external/ltp/testcases/kernel/syscalls/symlink/ |
| symlink05.c | 25 * non-existing object name path. 29 * non-existing object should be created. 106 * an non-existing testfile.
|
| /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
| service_registry.ipp | 63 // service registration, which happens to be the existing order of the 106 // First see if there is an existing service object with the given key. 149 // Check if there is an existing service object with the given key.
|
| /external/pdfium/public/ |
| fpdf_attachment.h | 26 // |name| is the name of a existing embedded file in |document|, or if 99 // embedded file |attachment|, overwriting the existing value if any. The value 135 // Set the file data of |attachment|, overwriting the existing file data if any.
|
| /external/perfetto/include/perfetto/base/ |
| watchdog_posix.h | 64 // existing limit is removed. 69 // |window_ms| milliseconds. If |percentage| is 0, any existing limit is 89 // Clears the ring buffer while keeping the existing size.
|
| /external/proguard/src/proguard/classfile/editor/ |
| ElementValuesEditor.java | 80 // Try to replace an existing element value. 97 // Try to replace an existing element value. 143 * Tries put the given element value in place of an existing element value
|
| /external/python/cpython2/Doc/library/ |
| dbm.rst | 50 | ``'r'`` | Open existing database for reading only | 53 | ``'w'`` | Open existing database for reading and | 85 Utility module used to determine the type of an existing database.
|
| ensurepip.rst | 5 :synopsis: Bootstrapping the ``pip`` installer into an existing Python 11 installer into an existing Python installation or virtual environment. This 100 *upgrade* indicates whether or not to upgrade an existing installation
|
| /external/python/cpython2/Misc/Vim/ |
| vimrc | 18 " Number of spaces that a pre-existing tab is equal to. 25 " C: tabs (pre-existing files) or 4 spaces (new files) 63 " Only used for new files so as to not force existing files to change their
|
| /external/python/cpython3/Doc/library/ |
| ensurepip.rst | 5 :synopsis: Bootstrapping the "pip" installer into an existing Python 13 installer into an existing Python installation or virtual environment. This 102 *upgrade* indicates whether or not to upgrade an existing installation
|
| /external/shflags/src/ |
| shflags_test_defines.sh | 39 assertFalse '_flags_define() with existing flag name should fail' $? 43 assertWarnMsg '' 'existing flag' 49 assertFalse '_flags_define() with existing flag name should fail' $?
|
| /external/tensorflow/tensorflow/core/framework/ |
| api_def.proto | 25 // WARNING: Be *very* careful changing the API for any existing op -- 26 // you can change the semantics of existing code. These changes may 112 // Modify an existing/inherited description by adding text to the beginning
|
| /external/toybox/toys/other/ |
| nsenter.c | 1 /* nsenter.c - Enter existing namespaces 47 Run COMMAND in an existing (set of) namespace(s). 142 // Bind to existing namespace(s)?
|
| /frameworks/base/core/java/android/net/ |
| IpConfiguration.java | 39 * that any existing IP settings should be retained */ 48 /* No proxy is to be used. Any existing proxy settings 55 * that any existing proxy settings should be retained */
|
| /frameworks/base/core/java/com/android/internal/view/menu/ |
| BaseMenuPresenter.java | 30 * views. Behaves similarly to an AdapterView in that existing item views will 169 * @param convertView Existing view to reuse 185 * Bind item data to an existing item view.
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| AppWindowContainerController.java | 211 Slog.w(TAG_WM, "Attempted to add existing app token: " + mToken); 248 + mToken + " from non-existing displayId=" + displayId); 285 "Attempted to set orientation of non-existing app token: " + mToken); 310 Slog.w(TAG_WM, "Attempted to set disable screenshots of non-existing app" 321 Slog.w(TAG_WM, "Attempted to set visibility of non-existing app token: " 454 Slog.w(TAG_WM, "Attempted to set icon of non-existing app token: " + mToken); 533 // There is no existing starting window, and we don't want to create a splash screen, so 667 Slog.w(TAG_WM, "Attempted to notify resumed of non-existing app token: " + mToken); 677 Slog.w(TAG_WM, "Attempted to notify stopping on non-existing app token: " 688 Slog.w(TAG_WM, "Attempted to notify stopped of non-existing app token: [all...] |
| /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
| DeviceAdminServiceController.java | 156 final PersistentConnection<IDeviceAdminService> existing = local 158 if (existing != null) { 162 debug("Disconnecting from existing service connection.",
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
| ExprModel.java | 93 * If it already exists, returns existing one. 106 T existing = (T) mExprMap.get(expr.getUniqueKey()); local 107 if (existing != null) { 114 expr.onSwappedWith(existing); 116 existing.addLocation(location); 118 return existing; 205 * Creates a static identifier for the given class or returns the existing one. 209 // check for existing 297 String existing = mImports.get(alias); 298 if (existing != null) [all...] |
| /frameworks/support/compat/src/main/java/androidx/core/view/ |
| DragStartHelper.java | 48 * Once created, DragStartHelper can be attached to a view (this will replace existing long click 53 * It may also be used in combination with existing listeners: 104 * This will replace previously existing touch and long click listeners.
|
| /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| BaseMenuPresenter.java | 32 * similarly to an AdapterView in that existing item views will be reused if possible when items 177 * @param convertView Existing view to reuse 193 * Bind item data to an existing item view.
|