HomeSort by relevance Sort by last modified time
    Searched full:closing (Results 1 - 25 of 2993) 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 17 // Closing c does not affect f, and closing f does not affect c.
29 // Closing ln does not affect f, and closing f does not affect ln.
41 // Closing c does not affect f, and closing f does not affect c.
fd_poll_nacl.go 14 closing bool
22 pd.closing = true
29 if pd.closing {
40 if pd.closing {
  /prebuilts/go/linux-x86/src/net/
file.go 17 // Closing c does not affect f, and closing f does not affect c.
29 // Closing ln does not affect f, and closing f does not affect ln.
41 // Closing c does not affect f, and closing f does not affect c.
fd_poll_nacl.go 14 closing bool
22 pd.closing = true
29 if pd.closing {
40 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/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
contentModelFlags.test 9 {"description":"End tag closing RCDATA or RAWTEXT",
15 {"description":"End tag closing RCDATA or RAWTEXT (case-insensitivity)",
21 {"description":"End tag closing RCDATA or RAWTEXT (ending with space)",
27 {"description":"End tag closing RCDATA or RAWTEXT (ending with EOF)",
33 {"description":"End tag closing RCDATA or RAWTEXT (ending with slash)",
39 {"description":"End tag not closing RCDATA or RAWTEXT (ending with left-angle-bracket)",
57 {"description":"End tag closing RCDATA or RAWTEXT, switching back to PCDATA",
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
control.CM13 9 closing.
23 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/pdfium/testing/resources/
trailer_unterminated.in 26 % closing angle-brackets not present for trailer dictionary.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests8.dat 8 Line: 3 Col: 8 Expected closing tag. Unexpected end of file.
26 Line: 2 Col: 8 Expected closing tag. Unexpected end of file.
42 Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
57 Line: 1 Col: 26 Expected closing tag. Unexpected end of file.
121 Line: 1 Col: 25 Expected closing tag. Unexpected end of file.
139 Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
  /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/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown 8 - We will learn different morphological operations like Erosion, Dilation, Opening, Closing
19 operators are Erosion and Dilation. Then its variant forms like Opening, Closing, Gradient etc also
74 ### 4. Closing
76 Closing is reverse of Opening, **Dilation followed by Erosion**. It is useful in closing small holes
79 closing = cv2.morphologyEx(img, cv2.MORPH_CLOSE, kernel)
83 ![image](images/closing.png)
110 It is the difference between the closing of the input image and input image.
  /external/skia/tools/
retrieve_from_googlesource.py 11 from contextlib import closing
29 with closing(urllib2.urlopen(base64_url)) as f:
  /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

Completed in 887 milliseconds

1 2 3 4 5 6 7 8 91011>>