HomeSort by relevance Sort by last modified time
    Searched full:braces (Results 51 - 75 of 640) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 63 // if we run out of placeholders, append the extra args in square braces
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 61 // if we run out of placeholders, append the extra args in square braces
  /external/iproute2/man/man8/
tc-bfifo.8 54 and packets actually sent. An unsent and dropped packet only appears between braces
tc-ematch.8 103 The ematch syntax uses '(' and ')' to group expressions. All braces need to be
  /external/v8/test/mjsunit/es6/
arrow-functions.js 39 // Statement body needs braces, must use 'return' explicitly if not void
  /external/v8/tools/
jsmin.py 38 around curly braces, so the declaration must be above the first use.
84 # several sets of nested braces.
92 These can be curly braces, literal strings, function declarations and var
289 r"\{", # Curly braces.
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 47 // Remove braces {} enclosing the function body, unindent,
  /external/bison/lib/
msvc-inval.h 208 /* The braces here avoid GCC warnings like
209 "warning: suggest explicit braces to avoid ambiguous 'else'". */
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptstatetracker.py 35 including braces.
37 including braces.
  /external/curl/docs/
CODE_STYLE.md 65 ## Braces
85 When adding an `else` clause to a conditional expression using braces, we add
  /external/skia/site/dev/contrib/
style.md 184 Braces
187 Open braces don?t get a newline. ?else? and ?else if? appear on same line as
188 opening and closing braces unless preprocessor conditional compilation
189 interferes. Braces are always used with if, else, while, for, and do.
231 parentheses and braces:
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 95 * braces. Unmatched placeholders will be left as-is.
150 * braces. Unmatched placeholders will be left as-is.
209 * braces. Unmatched placeholders will be left as-is.
391 * be appended to the end of the formatted message in square braces.
416 // if we run out of placeholders, append the extra args in square braces
  /external/clang/docs/
ClangFormatStyleOptions.rst 327 * ``bool IndentBraces`` Indent the wrapped braces themselves.
352 Always attach braces to surrounding context.
354 Like ``Attach``, but break before braces on function, namespace and
357 Like ``Attach``, but break before braces on enum, function, and record
362 Always break before braces.
364 Always break before braces and add an extra level of indentation to
365 braces of control statements, not to those of class, function
  /external/clang/include/clang/Format/
Format.h 219 /// \brief Different ways to attach braces to their surrounding context.
221 /// Always attach braces to surrounding context.
223 /// Like \c Attach, but break before braces on function, namespace and
226 /// Like ``Attach``, but break before braces on enum, function, and record
231 /// Always break before braces.
233 /// Always break before braces and add an extra level of indentation to
234 /// braces of control statements, not to those of class, function
246 /// \brief Precise control over the wrapping of braces.
268 /// \brief Indent the wrapped braces themselves.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 187 * if it is in no namespace, but is the URI in curly braces followed by
210 * if it is in no namespace, but is the URI in curly braces followed by
225 * if it is in no namespace, but is the URI in curly braces followed by
  /external/pdfium/third_party/
third_party.gyp 161 '-Wno-missing-braces',
168 '-Wno-missing-braces',
237 '-Wno-missing-braces',
  /art/runtime/
indenter.h 34 text_{text, text, text, text, text, text, text, text}, // NOLINT(whitespace/braces)
  /art/runtime/lambda/
closure_test.cc 108 return std::unique_ptr<Closure>(closure_ptr); // NOLINT [whitespace/braces] [5]
153 return std::unique_ptr<Closure>(closure_ptr); // NOLINT [whitespace/braces] [5]
235 ArtLambdaMethod lambda_method{fake_method_, // NOLINT [whitespace/braces] [5]
309 ArtLambdaMethod lambda_method{fake_method_, // NOLINT [whitespace/braces] [5]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 69 /// The code between the curly braces has access to the following variables:
88 /// The code between the curly braces has access to the following variables:
120 /// The code between the curly braces has access to the following variables:
167 /// The code between the curly braces has access to the following variables:
  /external/clang/test/CodeGen/
init.c 4 // Scalars in braces.
  /external/clang/test/SemaCXX/
atomic-type.cpp 86 // allows extraneous braces around initializers. We should at least give the
dcl_init_aggr.cpp 66 EmptyTest empty_test2 = { 3 }; // expected-error{{initializer for aggregate with no elements requires explicit braces}}
  /external/e2fsprogs/lib/ext2fs/
dosio.h 145 * only one of the option in curly braces can be used and X is an optional
  /external/elfutils/tests/
run-native-test.sh 60 # Some shell versions don't do this right without the braces.

Completed in 587 milliseconds

1 23 4 5 6 7 8 91011>>