HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 1 - 25 of 3769) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsoncpp/test/jsonchecker/
fail32.json 1 {"Comma instead if closing brace": true
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/jsonchecker/
fail32.json 1 {"Comma instead if closing brace": true
  /external/clang/test/Modules/Inputs/
c-header-bad.h 1 } // expected-error {{extraneous closing brace ('}')}}
  /external/clang/test/Parser/
missing-closing-rbrace.m 3 @interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}
  /external/libxml2/test/errors/
content1.xml 6 <!--* missing closing bracket in choice *-->
  /prebuilts/go/darwin-x86/src/net/
file.go 20 // Closing c does not affect f, and closing f does not affect c.
32 // Closing ln does not affect f, and closing f does not affect ln.
44 // Closing c does not affect f, and closing f does not affect c.
fd_poll_nacl.go 15 closing bool
23 pd.closing = true
31 if pd.closing {
42 if pd.closing {
  /prebuilts/go/linux-x86/src/net/
file.go 20 // Closing c does not affect f, and closing f does not affect c.
32 // Closing ln does not affect f, and closing f does not affect ln.
44 // Closing c does not affect f, and closing f does not affect c.
fd_poll_nacl.go 15 closing bool
23 pd.closing = true
31 if pd.closing {
42 if pd.closing {
  /external/xmlrpcpp/src/
XmlRpcSource.cpp 23 XmlRpcUtil::log(2,"XmlRpcSource::close: closing socket %d.", _fd);
25 XmlRpcUtil::log(2,"XmlRpcSource::close: done closing socket %d.", _fd);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 57 CLOSING("closing", StateClass.closing),
64 probing, announcing, announced, canceling, canceled, closing, closed enum constant in enum:DNSState.StateClass
112 case CLOSING:
142 case CLOSING:
143 return CLOSING;
198 * Returns true, if this is a closing state.
200 * @return <code>true</code> if closing state, <code>false</code> otherwise
203 return _state == StateClass.closing;
    [all...]
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
argv0.txt 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
control.CM13 9 closing.
22 Validation of active context termination on function's closing.
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
FinishableOutputStream.java 16 * Output stream that supports finishing without closing
21 * Finish the stream without closing the underlying stream.
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceCloseListener.java 20 * Listener for device closing lifecycle events.
29 * Occurs when there is an exception closing the device.
  /external/autotest/client/site_tests/power_LoadTest/extension/
prevent_unload_popup.js 2 // popup that prevents closing the tab.
  /external/pdfium/testing/resources/
trailer_unterminated.in 26 % closing angle-brackets not present for trailer dictionary.
  /external/clang/test/OpenMP/
openmp_check.cpp 15 }// expected-error {{extraneous closing brace ('}')}}
  /external/llvm/test/CodeGen/MIR/ARM/
extraneous-closing-brace-error.mir 18 ; CHECK: [[@LINE+1]]:5: extraneous closing brace ('}')
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-byte1.s 2 % { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 10 }
  /external/autotest/server/site_tests/firmware_ECLidShutdown/
control 21 - Verifies that closing lid in recovery will shutdown DUT
23 - Verifies that closing lid in recovery will not shutdown DUT
  /external/skia/tools/
retrieve_from_googlesource.py 11 from contextlib import closing
29 with closing(urllib2.urlopen(base64_url)) as f:
  /frameworks/av/media/libaaudio/tests/
test_no_close.cpp 17 // Try to create a resource leak in the server by opening a stream and then not closing it.
47 printf("Exit without closing the stream!\n");
  /external/guava/guava/src/com/google/common/io/
Closeables.java 83 "IOException thrown while closing Closeable.", e);
103 * Closing Resources</a> for more information on the problems with closing {@code Closeable}
120 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing
123 * chance that a failure that occurs when closing the stream indicates a meaningful problem such
142 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing
145 * a failure that occurs when closing the reader indicates a meaningful problem such as a failure
  /frameworks/base/core/java/android/database/sqlite/
SQLiteClosable.java 63 * Releases a reference to the object, closing the object if the last reference
80 * closing the object if the last reference was released.
97 * Releases a reference to the object, closing the object if the last reference

Completed in 884 milliseconds

1 2 3 4 5 6 7 8 91011>>