/external/autotest/client/site_tests/graphics_Stress/ |
control.tabopenclose | 19 This test runs a graphics stress opening and closing 50 tabs of SpiritBox.
|
/external/clang/test/CodeGen/ |
linetable-endscope.c | 4 // at the closing of the lexical scope in this case. See the comments in
|
/external/clang/test/Parser/ |
objc-quirks.m | 10 // expected-error {{extraneous closing brace ('}')}} \
|
/external/guava/guava/src/com/google/common/io/ |
LegacyCloseables.java | 49 * closing writable resources. With a writable resource, a failure thrown from {@code close()} 52 * Source/Sink classes to handle opening and closing resources for you. When that isn't 55 * try-with-resources</a>. When that isn't possible and you are closing a readable 70 "IOException thrown while closing Closeable.", e);
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
StreamUtil.java | 15 * Handle closing a {@link java.io.Closeable} via {@link java.io.Closeable#close()} and catch
|
/external/libxml2/python/tests/ |
reader8.py | 25 print("Error closing the document test1")
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
close_clears_pmcc_test.c | 15 * Test that closing the EBB event clears MMCR0_PMCC, preventing further access
|
/external/llvm/test/CodeGen/MIR/X86/ |
missing-closing-quote.mir | 18 ; CHECK: [[@LINE+1]]:48: end of machine instruction reached before the closing '"'
|
/external/mockftpserver/branches/1.x_Branch/src/main/resources/ |
ReplyText.properties | 28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
|
/frameworks/base/core/java/android/widget/ |
MenuItemHoverListener.java | 10 * some behavior at a higher level, like managing the opening and closing of submenus.
|
/packages/apps/TV/common/src/com/android/tv/common/ |
AutoCloseableUtils.java | 33 Log.e(TAG, "Error closing " + closeable, ex);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
CloseUtils.java | 21 * Utility methods for closing database cursors.
|
/cts/libs/json/src/com/android/json/stream/ |
JsonToken.java | 31 * The closing of a JSON array. Written using {@link JsonWriter#endArray} 43 * The closing of a JSON object. Written using {@link JsonWriter#endObject}
|
/external/libchrome/crypto/ |
scoped_test_nss_db.cc | 31 // Remove trust from any certs in the test DB before closing it. Otherwise NSS 48 // sleep for 1 second after closing the database, due to
|
/frameworks/base/core/java/android/util/ |
JsonToken.java | 31 * The closing of a JSON array. Written using {@link JsonWriter#endArray} 43 * The closing of a JSON object. Written using {@link JsonWriter#endObject}
|
/system/core/libcutils/include/cutils/ |
qtaguid.h | 30 * by calling qtaguid_untagSocket() before closing it, otherwise the qtaguid 36 * Untag a network socket before closing.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
RTPjitter.cc | 115 goto closing; 126 goto closing; 135 goto closing; 158 goto closing; 169 goto closing; 206 closing:
|
/packages/apps/Camera2/src/com/android/camera/device/ |
MultiCameraDeviceLifecycle.java | 117 * Code using this class should close the camera device by closing the 129 * Closing the lifetime will cancel any outstanding request and will 130 * cause the camera to close. Closing the lifetime instead of the device 143 * Code using this class should close the camera device by closing the 156 * Closing the lifetime will cancel any outstanding request and will 157 * cause the camera to close. Closing the lifetime instead of the device 170 * Code using this class should close the camera device by closing the 182 * Closing the lifetime will cancel any outstanding request and will 183 * cause the camera to close. Closing the lifetime instead of the device 197 * Code using this class should close the camera device by closing th [all...] |
SingleDeviceStateMachine.java | 39 * Closing Opened -> Nothing. 44 * Device moves to Closing. 45 * Closing Closed -> Nothing. 59 CLOSING, 223 mDeviceState = DeviceState.CLOSING; 317 mDeviceState = DeviceState.CLOSING; 342 mLogger.w("There was a problem closing device: " + mDeviceKey, exception);
|
/prebuilts/go/darwin-x86/src/runtime/ |
netpoll.go | 52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated 58 closing bool 105 pd.closing = false 120 if !pd.closing { 124 throw("netpollClose: blocked write on closing descriptor") 127 throw("netpollClose: blocked read on closing descriptor") 179 // a pending async IO operation. Wait for ioready, ignore closing or timeouts. 187 if pd.closing { 257 if pd.closing { 258 throw("netpollUnblock: already closing") [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
netpoll.go | 52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated 58 closing bool 105 pd.closing = false 120 if !pd.closing { 124 throw("netpollClose: blocked write on closing descriptor") 127 throw("netpollClose: blocked read on closing descriptor") 179 // a pending async IO operation. Wait for ioready, ignore closing or timeouts. 187 if pd.closing { 257 if pd.closing { 258 throw("netpollUnblock: already closing") [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DoorAnimationComponent.java | 27 public static final int CLOSING = 2; 80 // opening and closing animations are the same length. 107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength(); 123 mSprite.playAnimation(Animation.CLOSING); 172 mSprite.playAnimation(Animation.CLOSING);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 35 * Called when a menu is closing. 101 * closing. Presenter implementations should close the representation 104 * @param menu the menu or submenu that is closing 106 * submenus are closing, {@code false} if only 107 * the specified menu is closing
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
native_buffer.h | 98 // Post the buffer consumer, closing the acquire and release fences. 104 // Gain the buffer producer, closing the previous release fence if valid. 107 // Asynchronously gain the buffer, closing the previous release fence. 153 // Acquire the underlying buffer consumer, closing the previous acquire fence 157 // Release the buffer consumer, closing the acquire and release fences if
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuPresenter.java | 40 * Called when a menu is closing. 106 * closing. Presenter implementations should close the representation 109 * @param menu the menu or submenu that is closing 111 * submenus are closing, {@code false} if only 112 * the specified menu is closing
|