/frameworks/base/core/java/android/ddm/ |
DdmHandleThread.java | 133 return createFailChunk(1, "Stack trace unavailable");
|
/frameworks/base/core/java/com/android/internal/widget/ |
EditableInputConnection.java | 211 // CursorAnchorInfo is temporarily unavailable.
|
/frameworks/base/docs/html/tools/testing/ |
what_to_test.jd | 75 unavailable, or disable network-related features, or do both. For GPS, it can switch to
|
/frameworks/base/docs/html/training/efficient-downloads/ |
redundant_redundant.jd | 79 Log.d(TAG, "HTTP response cache is unavailable.");
|
/hardware/ti/omap4-aah/libtiutils/ |
Semaphore.cpp | 107 ///if memory is unavailable, return error
|
/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.cpp | 106 ///if memory is unavailable, return error
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 68 * way demonstrate that data is unavailable. Ie. other techniques will cause
|
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
DataAdapter.java | 85 * @return The view representing the image data. Null if unavailable or
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsUnavailableFragment.java | 34 * Fragment shown when contacts are unavailable. It contains provider status
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraHolder.java | 155 * unavailable then return {@code null}.
|
/packages/apps/Music/res/values/ |
strings.xml | 159 <!-- label underneath icon used to indicate that the sd card is present, but currently unavailable --> 160 <string name="sdcard_busy_title">SD card unavailable</string> 161 <!-- label underneath icon used to indicate that the sd card is present, but currently unavailable --> 162 <string name="sdcard_busy_title_nosdcard">USB storage unavailable</string>
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDeviceManager.java | 99 * @return The name, or if unavailable, the address.
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
ImsFrameworkApp.java | 81 Log.d(TAG, "- network unavailable: " +
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraOps2.java | 85 TLog.i("Camera %s is now unavailable", cameraId);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oledlg.dlg | 168 LTEXT "This action cannot be completed because the selected link's source is presently unavailable.",IDC_PU_TEXT,48,8,117,32 178 LTEXT "Some links could not be updated because their sources are presently unavailable.",IDC_PU_TEXT,48,8,117,32 188 LTEXT "The program necessary to activate this %ls is unavailable. You may convert it to or activate it as another type of object using Convert...",IDC_PU_TEXT,39,8,152,36 199 LTEXT "The program necessary to activate this %hs is unavailable. You may convert it to or activate it as another type of object using Convert...",IDC_PU_TEXT,39,8,152,36
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 78 * may be less than that requested if the memory is unavailable;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 78 * may be less than that requested if the memory is unavailable;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 78 * may be less than that requested if the memory is unavailable;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tempbuf.h | 78 * may be less than that requested if the memory is unavailable;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
|
/external/doclava/src/com/google/doclava/ |
Stubs.java | 88 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Reference to unavailable method " 100 + "." + m.name() + " returns unavailable type " + returnClass.name()); 107 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Parameter of unavailable type " 117 Errors.error(Errors.UNAVAILABLE_SYMBOL, m.position(), "Reference to unavailable annotation " 124 + "' returns unavailable type " + returnClass.name()); 132 "Reference to unavailable annotation class " + t.fullName()); 260 + " stripped of unavailable superclass " + supr.qualifiedName()); [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 763 * This is only available for FULL capability device, return 0 if it is unavailable. [all...] |
/external/libhevc/common/ |
ihevc_chroma_intra_pred_filters.c | 99 * Reference substitution process for samples unavailable for prediction 314 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */ 328 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */ 381 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */ 395 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */ [all...] |
/bionic/libc/include/ |
stdatomic.h | 134 #else /* <atomic> unavailable, possibly because this is C, not C++ */ 573 #endif /* <atomic> unavailable */
|