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

1 2 3 4 5 6 7 8 910

  /external/jsoncpp/test/jsonchecker/
fail2.json 0 ["Unclosed array
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/jsonchecker/
fail2.json 0 ["Unclosed array
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-it-bad-2.d 1 #name: Test unclosed IT block validation.
  /external/snakeyaml/src/test/resources/pyyaml/
unclosed-bracket.loader-error 5 #"we could have detected the unclosed bracket on the above line, but this would forbid such syntax as": {
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
CloseParenthesisInsertion.java 4 * This insertion adds two closing parentheses to close the unclosed parentheses
  /external/clang/test/Lexer/
pragma-region.c 33 // {{unclosed pragma region}} - region mismatches is not detected yet
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug346.go 12 // Test unclosed closure.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug346.go 12 // Test unclosed closure.
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 313 {"unclosed action", "{{\n}}", []item{
315 mkItem(itemError, "unclosed action"),
320 mkItem(itemError, "unclosed action"),
322 {"unclosed quote", "{{\"\n\"}}", []item{
326 {"unclosed raw quote", "{{`xx}}", []item{
330 {"unclosed char constant", "{{'\n}}", []item{
338 {"unclosed paren", "{{(3}}", []item{
342 mkItem(itemError, `unclosed left paren`),
366 mkItem(itemError, `unclosed comment`),
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 313 {"unclosed action", "{{\n}}", []item{
315 mkItem(itemError, "unclosed action"),
320 mkItem(itemError, "unclosed action"),
322 {"unclosed quote", "{{\"\n\"}}", []item{
326 {"unclosed raw quote", "{{`xx}}", []item{
330 {"unclosed char constant", "{{'\n}}", []item{
338 {"unclosed paren", "{{(3}}", []item{
342 mkItem(itemError, `unclosed left paren`),
366 mkItem(itemError, `unclosed comment`),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_scanstring.py 26 scanstring('["Unclosed array"', 2, None, True),
27 (u'Unclosed array', 17))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_scanstring.py 30 scanstring('["Unclosed array"', 2, None, True),
31 (u'Unclosed array', 17))
  /external/python/cpython2/Lib/json/tests/
test_scanstring.py 26 scanstring('["Unclosed array"', 2, None, True),
27 (u'Unclosed array', 17))
  /external/python/cpython3/Lib/test/test_json/
test_scanstring.py 21 scanstring('["Unclosed array"', 2, True),
22 ('Unclosed array', 17))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 30 scanstring('["Unclosed array"', 2, None, True),
31 (u'Unclosed array', 17))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 30 scanstring('["Unclosed array"', 2, None, True),
31 (u'Unclosed array', 17))
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libexpat.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libexpat.so 
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex_test.go 303 "unclosed #ifdef or #ifndef",
307 "unclosed #ifdef or #ifndef",
311 "unclosed #ifdef or #ifndef",
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex_test.go 303 "unclosed #ifdef or #ifndef",
307 "unclosed #ifdef or #ifndef",
311 "unclosed #ifdef or #ifndef",
  /external/llvm/utils/vim/indent/
llvm.vim 13 " - If there is an opening+unclosed parenthesis on previous line indent to that
  /external/parameter-framework/upstream/test/functional-tests/
Basic.cpp 108 {"an unclosed tag", "<unclosed>"}}) {
  /external/parameter-framework/upstream/test/functional-tests/include/
Test.hpp 80 * {"an unclosed tag", "<unclosed>"} }) {
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 560 * {@code Integer.MAX_VALUE} if unclosed
572 * {@code Integer.MAX_VALUE} if unclosed
582 * Constructs an instance. It is initally unclosed.
592 * Sets the end as given, but only if the instance is unclosed;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 576 * {@code Integer.MAX_VALUE} if unclosed
588 * {@code Integer.MAX_VALUE} if unclosed
598 * Constructs an instance. It is initally unclosed.
608 * Sets the end as given, but only if the instance is unclosed;

Completed in 2068 milliseconds

1 2 3 4 5 6 7 8 910