HomeSort by relevance Sort by last modified time
    Searched full:braces (Results 251 - 275 of 637) sorted by null

<<11121314151617181920>>

  /bootable/recovery/
verifier.cpp 458 // (Note that the braces and commas in this example are actual
  /development/tools/checkstyle/
android-style.xml 107 <message key="needBraces" value="if, for, while, and do require curly braces unless they are single-line statements."/>
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascripttokenizer.py 288 # Tokenize braces so we can find types.
ecmalintrules.py 589 'Type must always be surrounded by curly braces.', token)
602 'Unnecessary braces around @inheritDoc',
    [all...]
  /external/clang/test/CXX/drs/
dr6xx.cpp 270 struct S { int n; } s = {{5}}; // expected-warning {{braces}}
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 19 delimited by square braces: [ ]. Within each section, each line
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 19 delimited by square braces: [ ]. Within each section, each line
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 125 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.
  /external/icu/icu4c/source/i18n/unicode/
selfmt.h 142 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.
  /external/javassist/tutorial/
tutorial2.html 147 statements surrounded with braces <code>{}</code>.
287 surrounded with braces <code>{}</code>.
289 surrounded with braces.
    [all...]
  /external/libcxxabi/
CMakeLists.txt 218 append_if(LIBCXXABI_COMPILE_FLAGS LIBCXXABI_HAS_WMISSING_BRACES_FLAG -Wmissing-braces)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
afblue.pl 452 # Count braces while getting the block.
  /external/messageformat/java/com/ibm/icu/text/
SelectFormat.java 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p>
  /external/v8/test/webkit/resources/
json2-es5-compat.js 343 // and wrap them in braces.
  /external/webrtc/webrtc/base/
base.gyp 555 '-Wno-missing-braces',
  /frameworks/rs/scriptc/
rs_value_types.rsh 39 * between curly braces, e.g. (float3){1.0f, 2.0f, 3.0f}.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 88 # passing values with braces inside a tuple/list
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 88 # passing values with braces inside a tuple/list
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 88 # passing values with braces inside a tuple/list
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 88 # passing values with braces inside a tuple/list
  /prebuilts/sdk/renderscript/include/
rs_value_types.rsh 39 * between curly braces, e.g. (float3){1.0f, 2.0f, 3.0f}.
  /art/cmdline/
cmdline_types.h 53 return Result::Success(Unit{}); // NOLINT [whitespace/braces] [5]
482 XGcOption xgc{}; // NOLINT [readability/braces] [4]
  /external/ImageMagick/config/
english.xml 611 curly braces nested too deeply
756 unbalanced braces
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 433 // In MSVC mode, braces only participate in brace matching and
446 // Finish if all of the opened braces in the inline asm section were

Completed in 1410 milliseconds

<<11121314151617181920>>