Searched
full:closing (Results
501 -
525 of
3769) sorted by null
<<21222324252627282930>>
/external/curl/docs/ |
CODE_STYLE.md | 69 the keyword and we then set the closing brace on the same indentation level as 91 it on a new line after the closing brace. Like this:
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
StrictLineReader.java | 103 * Closes the reader by closing the underlying {@code InputStream} and 106 * @throws IOException for errors when closing the underlying {@code InputStream}.
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
HtmlWhiteSpaceStripper.java | 66 // Are we currently in a closing HTML tag. 240 * This code assumes well-formed HTML as input with HTML elements opening and closing properly in
|
/external/libbrillo/brillo/streams/ |
input_stream_set.h | 29 // be valid for the duration of InputStreamSet's life. Closing the 92 // == Finalizing/closing streams ===========================================
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/ |
cpuset_memory_pressure_testset.sh | 49 tst_resm TFAIL "Closing memory_pressure_enabled failed." 68 tst_resm TFAIL "Closing memory_pressure_enabled failed."
|
/external/mesa3d/include/GL/ |
mesa_glinterop.h | 200 * for closing the handle. 202 * Not closing the handle by the caller will lead to a resource leak,
|
/external/proguard/src/proguard/ |
WordReader.java | 199 // Find the closing quote. 207 throw new IOException("Missing closing quote for "+locationDescription());
|
/external/python/cpython2/Lib/test/ |
test_contextlib.py | 241 with closing(x) as y: 253 with closing(x) as y:
|
/external/syslinux/gpxe/src/include/gpxe/ |
tcp.h | 190 /** CLOSING / LAST_ACK 195 * This state actually encompasses both CLOSING and LAST_ACK; they are
|
/external/trappy/trappy/plotter/ |
ILinePlotGen.py | 129 """Add the closing tag for the HTML row""" 134 """Add the closing tag for the HTML table"""
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 50 * connections. Closing the {@link BluetoothServerSocket} will <em>not</em> 165 * <p>Closing the {@link BluetoothServerSocket} will <em>not</em>
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
BTtraffic.java | 207 Log.d(TAG, "closing socket and stopping service"); 291 Log.d(TAG, "finishing, closing thread and service");
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
PdfEditor.java | 57 * and is responsible for closing it when the editor is closed. 245 * descriptor and is responsible for closing it when writing completes.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
QCameraHAL3PreviewTest.cpp | 211 LOGD("%s Closing Camera %d", __func__, camid); 215 LOGD("%s Closing thread", __func__);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayWriteback.cpp | 45 ALOGE("%s error closing mem", __func__); 90 ALOGE("%s error closing fd", __func__);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayWriteback.cpp | 45 ALOGE("%s error closing mem", __func__); 90 ALOGE("%s error closing fd", __func__);
|
/hardware/qcom/display/msm8909/liboverlay/ |
overlayWriteback.cpp | 45 ALOGE("%s error closing mem", __func__); 90 ALOGE("%s error closing fd", __func__);
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayWriteback.cpp | 45 ALOGE("%s error closing mem", __func__); 90 ALOGE("%s error closing fd", __func__);
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
AbstractSelector.java | 118 * to perform the actual work of closing the selector. This method is only 128 * If an I/O error occurs while closing the selector
|
/packages/services/BuiltInPrintService/src/com/android/bips/render/ |
PdfRenderService.java | 104 * Ensure the specified PDF file is open, closing the old file if necessary, and returning 120 * Ensure the specified PDF file and page are open, closing the old file if necessary, and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stropts.h | 85 a STREAM is closing and there is data on 87 #define I_GETCLTIME (__SID |33) /* Get current value for closing timeout. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stropts.h | 85 a STREAM is closing and there is data on 87 #define I_GETCLTIME (__SID |33) /* Get current value for closing timeout. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stropts.h | 85 a STREAM is closing and there is data on 87 #define I_GETCLTIME (__SID |33) /* Get current value for closing timeout. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
shelve.py | 28 Dependent on the implementation, closing a persistent dictionary may 157 # __init__ didn't succeed, so don't bother closing
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_contextlib.py | 233 with closing(x) as y: 245 with closing(x) as y:
|
Completed in 568 milliseconds
<<21222324252627282930>>