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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 5 parentheses, square brackets, and curly braces.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 5 parentheses, square brackets, and curly braces.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
explode 74 # There's no way to quote braces so you can output them :-P
  /build/tools/
warn.py 97 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wmissing-braces',
98 'description':'Missing braces around initializer',
99 'patterns':[r".*: warning: missing braces around initializer.*"] },
142 'description':'Suggest adding braces around empty body',
143 'patterns':[r".*: warning: suggest braces around empty body in an 'if' statement",
145 r".*: warning: suggest braces around empty body in an 'else' statement",
149 'patterns':[r".*: warning: suggest explicit braces to avoid ambiguous 'else'",
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 94 Examples: --filter=-whitespace,+whitespace/braces
158 'readability/braces',
189 'whitespace/braces',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 94 Examples: --filter=-whitespace,+whitespace/braces
158 'readability/braces',
189 'whitespace/braces',
    [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 58 { // NOLINT(whitespace/braces)
72 { // NOLINT(whitespace/braces)
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 579 /// CheckMatchedBrackets - Returns true if the braces and parentheses in the
622 // braces is needed.
623 unsigned Braces = 0;
641 ++Braces;
643 --Braces;
644 if (Braces == 0 && ClosingBrace == E && FoundSeparatorToken)
648 if (Braces != 0) {
654 } else { // Braces == 0
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatUnitTest.java 196 // Check that a pound sign in curly braces is preserved.
202 assertEquals("format did not preserve # inside curly braces.",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 192 // Check that a pound sign in curly braces is preserved.
198 assertEquals("format did not preserve # inside curly braces.",
  /external/llvm/include/llvm/IR/
InlineAsm.h 107 /// Code - The constraint code, either the register name (in braces) or the
147 /// Code - The constraint code, either the register name (in braces) or the
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 181 tokenColors.put("CLOSE_BRACE", SmaliHighlightingColors.BRACES);
259 tokenColors.put("OPEN_BRACE", SmaliHighlightingColors.BRACES);
  /packages/apps/Messaging/build/gcheckstyle/tools/java/checkstyle/
googlestyle-5.0.xml 305 <!-- Checks for braces around if and else blocks -->
357 by regular or curly braces.
  /toolchain/binutils/binutils-2.25/gas/doc/
c-tilegx.texi 64 Bundles are specified using curly braces:
93 it in a bundle explicitly with curly braces and use @code{nop}
c-tilepro.texi 48 Bundles are specified using curly braces:
77 it in a bundle explicitly with curly braces and use @code{nop}
  /bionic/libc/include/
pthread.h 268 * closing braces, and that using setjmp/longjmp/return/break/continue
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 145 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
  /development/ndk/platforms/android-21/include/
pthread.h 255 * closing braces, and that using setjmp/longjmp/return/break/continue
  /development/ndk/platforms/android-9/include/
pthread.h 297 * closing braces, and that using setjmp/longjmp/return/break/continue
  /external/boringssl/src/
STYLE.md 54 use braces:
  /external/clang/test/SemaCXX/
coroutines.cpp 85 co_yield {1e100}; // expected-error {{cannot be narrowed}} expected-note {{explicit cast}} expected-warning {{changes value}} expected-warning {{braces around scalar}}
  /external/gptfdisk/
guid.cc 190 // Delete spaces or braces (which often enclose GUIDs) from the orig string,
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 32 #pragma clang diagnostic ignored "-Wmissing-braces"
  /external/libpng/scripts/
makefile.bor 107 # Braces let make "batch" calls to the compiler,
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pthread.h 297 * closing braces, and that using setjmp/longjmp/return/break/continue

Completed in 698 milliseconds

1 2 3 4 56 7 8 91011>>