/external/e2fsprogs/e2fsck/ |
prof_err.et | 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile"
|
/external/guava/guava/src/com/google/common/io/ |
package-info.java | 26 * provide many convenience methods that handle both opening and closing streams for you.
|
/external/icu/icu4c/source/test/intltest/ |
tokiter.h | 22 * either single or double quotes (opening and closing quotes must
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
Lwjgl3WindowListener.java | 59 * the close button or pressing the window closing keyboard shortcut.
|
/external/libpcap/ |
pcap_geterr.3pcap | 41 passed to it is closed; you must use or copy the string before closing
|
/external/llvm/unittests/Support/ |
YAMLParserTest.cpp | 53 ExpectParseError("Not closing array", "["); 54 ExpectParseError("Not closing array", " [ "); 55 ExpectParseError("Not closing array", " [x"); 88 ExpectParseError("Missing closing quote", "[{\"a\":\"b}]");
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
SocketPolicy.java | 42 * to simulate buggy SSL servers closing connections in response to
|
/external/opencv3/doc/py_tutorials/py_imgproc/ |
py_table_of_contents_imgproc.markdown | 26 Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
Morphology_2.cpp | 46 createTrackbar("Operator:\n 0: Opening - 1: Closing \n 2: Gradient - 3: Top Hat \n 4: Black Hat", window_name, &morph_operator, max_operator, Morphology_Operations );
|
/external/webrtc/webrtc/libjingle/xmpp/ |
asyncsocket.h | 28 STATE_CLOSING, //!< Socket is closing but can have buffered data
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_posix.h | 51 // Deletes socket in addition to closing it.
|
/frameworks/native/opengl/tests/angeles/ |
app.h | 45 /* Value is non-zero when application is alive, and 0 when it is closing.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
MenuItemHoverListener.java | 25 * some behavior at a higher level, like managing the opening and closing of submenus.
|
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
Pwm3-cycle.cpp | 36 printf("closing PWM nicely\n");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ClassLoaderTest.java | 146 assertTrue("Closing the stream should close a cached connection", 149 // Closing the stream closes the JarFile. 164 assertFalse("Closing the stream should not close a cached connection", 170 assertFalse("Closing the stream should not close a cached connection",
|
/libcore/ojluni/src/main/java/java/net/ |
SocketInputStream.java | 253 private boolean closing = false; field in class:SocketInputStream 256 if (closing) 258 closing = true; 264 closing = false;
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 36 * registration, deregistration, and closing. It maintains the current 218 // -- Closing -- 227 * order to perform the actual work of closing this channel. It then 246 * close} method in order to perform the actual work of closing the
|
/libnativehelper/include/nativehelper/ |
ScopedFd.h | 55 // Using TEMP_FAILURE_RETRY will either lead to EBADF or closing someone else's fd.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
InputViewManager.java | 65 public void closing(); method in interface:InputViewManager
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
vstusb.h | 41 * any reads, writes, or ioctls are complete before closing the device.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceCommandWriter.java | 57 // ignore exception while closing stream
|
/system/bt/osi/include/ |
wakelock.h | 53 // The caller is responsible for closing the |fd|.
|
/system/core/include/cutils/ |
qtaguid.h | 34 * Untag a network socket before closing.
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
tests3.dat | 183 Line: 1 Col: 35 Expected closing tag. Unexpected end of file. 260 Line: 1 Col: 33 Expected closing tag. Unexpected end of file. 274 Line: 1 Col: 40 Expected closing tag. Unexpected end of file.
|
/packages/apps/Camera2/src/com/android/camera/async/ |
ConcurrentBufferQueue.java | 34 * closing the queue from either the producer or consumer side and enables 62 private Entry(T value, boolean closing) { 64 mClosing = closing;
|