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

1 2 3 45 6 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/samples/
sample1_unittest.cc 55 // pair of braces. You can use a bunch of macros to indicate the
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
ObjectMap.java 573 private String toString (String separator, boolean braces) {
574 if (size == 0) return braces ? "{}" : "";
576 if (braces) buffer.append('{');
596 if (braces) buffer.append('}');
TextFormatter.java 152 if (placeholder >= 0) throw new IllegalArgumentException("Unmatched braces in the pattern.");
  /external/libpng/scripts/
makefile.bc32 97 # Braces let make "batch" calls to the compiler,
  /external/llvm/docs/CommandGuide/
FileCheck.rst 371 surrounded by double braces: ``{{yourregex}}``. Because we want to use fixed
383 Because regular expressions are enclosed with double braces, they are
385 braces like you would in C. In the rare case that you want to match double
386 braces explicitly from the input, you can use something ugly like
  /external/lz4/examples/
HCStreaming_ringBuffer.c 15 # pragma GCC diagnostic ignored "-Wmissing-braces" /* GCC bug 53119 : doesn't accept { 0 } as initializer (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119) */
  /external/neven/Embedded/common/src/b_APIEm/
Types.h 44 * values in round braces ( e.g. (32) ) denote the size in bits of the associated data type
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 62 // Split tokens by semicolons/curly-braces, then by first colon,
  /external/protobuf/gtest/samples/
sample1_unittest.cc 55 // pair of braces. You can use a bunch of macros to indicate the
  /external/skia/src/gpu/gl/builders/
GrGLSLPrettyPrint.cpp 50 * on a fresh line, dirty the line, then add a second newline, ie braces are always
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample1_unittest.cc 55 // pair of braces. You can use a bunch of macros to indicate the
  /external/webrtc/talk/build/
common.gypi 88 '-Wmissing-braces',
  /external/webrtc/webrtc/modules/audio_device/
audio_device.gypi 218 '-Wno-missing-braces',
  /external/webrtc/webrtc/modules/video_capture/
video_capture.gypi 128 '-Wno-missing-braces',
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 88 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
  /ndk/sources/third_party/googletest/googletest/samples/
sample1_unittest.cc 55 // pair of braces. You can use a bunch of macros to indicate the
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 5 parentheses, square brackets, and curly braces.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 5 parentheses, square brackets, and curly braces.
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
pthread.h 226 * closing braces, and that using setjmp/longjmp/return/break/continue
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
pthread.h 226 * closing braces, and that using setjmp/longjmp/return/break/continue
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
pthread.h 253 * closing braces, and that using setjmp/longjmp/return/break/continue
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
pthread.h 258 * closing braces, and that using setjmp/longjmp/return/break/continue
  /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

Completed in 1267 milliseconds

1 2 3 45 6 7 8 91011>>