/external/kernel-headers/original/uapi/linux/ |
serial.h | 31 unsigned short closing_wait; /* time to wait before closing */
|
/external/libchrome/crypto/ |
scoped_capi_types.h | 31 // a second DWORD parameter indicating flags to use when closing or releasing.
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process.cc | 48 // Closing the socket should be enough to notify the child to die,
|
/external/libcxx/test/std/numerics/rand/rand.device/ |
ctor.pass.cpp | 82 // a file descriptor with the value '0'. Do this by closing the standard
|
/external/libmicrohttpd/src/testcurl/ |
test_termination.c | 23 * @brief Testcase for libmicrohttpd tolerating client not closing immediately
|
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
InterfaceControlMessagesHelper.java | 80 * Handles a received run or close pipe message. Closing the pipe is handled by returning
|
/external/llvm/include/llvm/Support/ |
TypeName.h | 54 assert(AnglePos != StringRef::npos && "Unable to find the closing '>'!");
|
/external/llvm/unittests/Support/ |
YAMLParserTest.cpp | 52 ExpectParseError("Not closing array", "["); 53 ExpectParseError("Not closing array", " [ "); 54 ExpectParseError("Not closing array", " [x"); 87 ExpectParseError("Missing closing quote", "[{\"a\":\"b}]");
|
/external/ltp/testcases/kernel/syscalls/close/ |
close01.c | 22 * Test that closing a regular file and a pipe works correctly
|
/external/mockito/src/test/java/org/mockitousage/verification/ |
DelayedExecution.java | 46 //now we closing to the deadline by burning CPU-time in a loop
|
/external/nanopb-c/examples/network_server/ |
server.c | 127 printf("Closing connection.\n");
|
/external/protobuf/src/google/protobuf/util/internal/ |
json_stream_parser_test.cc | 74 // - mismatched object and array closing 516 DoErrorTest(str, i, "Closing quote expected in string."); 523 DoErrorTest(str, i, "Closing quote expected in string."); 531 DoErrorTest(str, i, "Closing quote expected in string."); 538 DoErrorTest(str, i, "Closing quote expected in string."); 546 DoErrorTest(str, i, "Closing quote expected in string."); 554 DoErrorTest(str, i, "Closing quote expected in string."); 567 // mismatched object and array closing 706 DoErrorTest(str, i, "Closing quote expected in string.");
|
/external/python/cpython2/Lib/idlelib/ |
HyperParser.py | 109 return the indices of the opening bracket and the closing 113 before the closing bracket and mustclose is True, returns None. 221 # We are at a bracketing limit. If it is a closing 227 # We were not at the end of a closing bracket
|
/external/python/cpython2/Tools/scripts/ |
pindent.py | 6 # program as input and outputs a version augmented with block-closing 8 # Python program with block-closing comments and outputs a commentless 10 # Python program with block-closing comments but with its indentation 13 # A "block-closing comment" is a comment of the form '# end <keyword>' 16 # be repeated in the block-closing comment as well. Here is an 17 # example of a program fully augmented with block-closing comments: 32 # block-closing comment; the same is true for other compound 36 # that indentation is not significant when interpreting block-closing 63 # this is a block-closing comment without the '#' sign.
|
/external/r8/src/main/java/com/android/tools/r8/ |
Resource.java | 93 // Note: closing a byte-array input stream is a no-op.
|
/external/vboot_reference/futility/ |
file_type.c | 119 fprintf(stderr, "Error when closing %s: %s\n",
|
/external/webrtc/webrtc/base/ |
socketpool.h | 91 // Maintains a single socket at a time, and will reuse it without closing if
|
/external/wpa_supplicant_8/src/utils/ |
browser-android.c | 120 wpa_printf(MSG_INFO, "Closing Android browser");
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterPort.java | 81 if (mLogVerbose) Log.v(TAG, "Closing " + this);
|
/frameworks/base/services/core/java/com/android/server/ |
RandomBlock.java | 98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
TaskSnapshotController.java | 146 // either closing or hidden. 239 * Retrieves all closing tasks based on the list of closing apps during an app transition. 249 // is opening. Thus, the task is closing.
|
/frameworks/native/cmds/bugreportz/ |
bugreportz.cpp | 75 fprintf(stderr, "WARNING: error closing socket: %s\n", strerror(errno));
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
gl_code.cpp | 75 ALOGI("Closing partially written output.n");
|
/hardware/libhardware/include/hardware/ |
local_time_hal.h | 105 /** convenience API for opening and closing a supported device */
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileOutputStreamTest.java | 71 // Closing an already-closed stream is a no-op...
|