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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
022-define-func-arg-with-parens.c.expected 2 (argument(including parens)for the win)
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/mesa3d/src/glsl/glcpp/tests/
022-define-func-arg-with-parens.c.expected 2 (argument(including parens)for the win)
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/markdown/MarkdownTest/Tests_2007/
Links, inline style.text 17 [With parens in the URL](http://en.wikipedia.org/wiki/WIMP_(computing))
19 (With outer parens and [parens in url](/foo(bar)))
22 [With parens in the URL](/foo(bar) "and a title")
24 (With outer parens and [parens in url](/foo(bar) "and a title"))
Links, inline style.html 17 <p><a href="http://en.wikipedia.org/wiki/WIMP_(computing)">With parens in the URL</a></p>
19 <p>(With outer parens and <a href="/foo(bar)">parens in url</a>)</p>
21 <p><a href="/foo(bar)" title="and a title">With parens in the URL</a></p>
23 <p>(With outer parens and <a href="/foo(bar)" title="and a title">parens in url</a>)</p>
Images.text 17 ![this is a stupid URL](http://example.com/(parens).jpg)
Images.html 17 <p><img src="http://example.com/(parens).jpg" alt="this is a stupid URL" title="" /></p>
  /external/jemalloc/doc/
stylesheet.xsl 3 <xsl:param name="function.parens" select="1"/>
  /external/llvm/test/FileCheck/
var-ref-same-line.txt 14 ; Test that parens inside the regex don't confuse FileCheck
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 17 // Make sure stuff inside the parens are parsed only once (only one warning).
20 // Special case: empty parens is a call, not an expression
  /external/chromium_org/cc/output/
shader.cc 185 ); // NOLINT(whitespace/parens)
225 ); // NOLINT(whitespace/parens)
255 ); // NOLINT(whitespace/parens)
301 ); // NOLINT(whitespace/parens)
312 ); // NOLINT(whitespace/parens)
355 ); // NOLINT(whitespace/parens)
366 ); // NOLINT(whitespace/parens)
423 ); // NOLINT(whitespace/parens)
485 ); // NOLINT(whitespace/parens)
527 ); // NOLINT(whitespace/parens)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
simplify_test.cc 68 // parens instead of () parens to avoid creating extra
69 // captured subexpressions. The comments show a version fewer parens.
120 // Empty string must be preserved inside parens in order
random_test.cc 57 // Tests random small regexps involving literals, capturing parens,
65 // Tests random bigger regexps involving literals, capturing parens,
exhaustive1_test.cc 26 // Test capturing parens -- (a) -- inside repetition operators
  /external/regex-re2/re2/testing/
simplify_test.cc 68 // parens instead of () parens to avoid creating extra
69 // captured subexpressions. The comments show a version fewer parens.
120 // Empty string must be preserved inside parens in order
random_test.cc 57 // Tests random small regexps involving literals, capturing parens,
65 // Tests random bigger regexps involving literals, capturing parens,
exhaustive1_test.cc 26 // Test capturing parens -- (a) -- inside repetition operators
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 50 parens=trailer< '(' ')' >
73 results["parens"].clone()]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex_args.py 21 # Inner parens are elided, same as: f(x,)
69 # Inner parens are elided, same as: f(x,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 50 parens=trailer< '(' ')' >
73 results["parens"].clone()]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex_args.py 21 # Inner parens are elided, same as: f(x,)
69 # Inner parens are elided, same as: f(x,)
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 28 // TODO: Add FixIt notes for adding parens around non-ptr part of arith expr
  /external/chromium_org/tools/gyp/test/mac/xcode-env-order/
test.gyp 46 'action_name': 'Action copy parens $(PRODUCT_NAME) $(FOO)',
47 'description': 'Action copy parens $(PRODUCT_NAME) $(FOO)',
99 'message': 'Rule parens $(PRODUCT_NAME) $(FOO) <(RULE_INPUT_NAME)',
  /art/runtime/base/
hex_dump_test.cc 53 uint64_t g16byte_aligned_number __attribute__ ((aligned(16))); // NOLINT(whitespace/parens)

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>