/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
pthread.h | 255 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
pthread.h | 297 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 297 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 297 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/art/cmdline/ |
cmdline_parser.h | 140 // Same as 'WithValues({value})' , but allows the omission of the curly braces {}. 303 // Same as 'WithValues({value})' , but allows the omission of the curly braces {}. 343 std::vector<Unit> values(names_.size(), Unit{}); // NOLINT [whitespace/braces] [5]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
DumbTextComponent.java | 594 int braces = line - (selection.clickAfter ? -1 : w); local 595 g.fillRect(braces, caretPoint.y, w, 1); 596 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1);
|
/external/jetty/src/java/org/eclipse/jetty/util/log/ |
StdErrLog.java | 492 String braces = "{}"; local 496 int bracesIndex = msg.indexOf(braces,start); 508 start = bracesIndex + braces.length();
|
/external/llvm/docs/TableGen/ |
LangIntro.rst | 159 Loop over ranges of integers. The braces are required for multiple ranges. 230 needed for the class, they are enclosed in curly braces ("``{}``"); otherwise, 598 may be nested. If there is only one item in the body the braces may be
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_perf.hpp | 510 // The user should put his test code between braces after using this 537 // his test code between braces after using this macro. Example: 574 // The user should put his test code between braces after using this
|
/art/tools/ |
cpplint.py | 130 Examples: --filter=-whitespace,+whitespace/braces 182 'readability/braces', 212 'whitespace/braces', [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 126 Examples: --filter=-whitespace,+whitespace/braces 178 'readability/braces', 208 'whitespace/braces', [all...] |
/external/icu/icu4c/source/common/ |
messagepattern.cpp | 528 setParseError(parseError, 0); // Unmatched '{' braces in message. 547 setParseError(parseError, 0); // Unmatched '{' braces in message. 579 setParseError(parseError, 0); // Unmatched '{' braces in message. 599 setParseError(parseError, 0); // Unmatched '{' braces in message. 694 setParseError(parseError, 0); // Unmatched '{' braces in message. [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | [all...] |