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

1 2 3 4 5 6 7 891011>>

  /external/curl/docs/
TODO 114 17.9 Choose the name of file in braces for complex URLs
626 17.9 Choose the name of file in braces for complex URLs
628 When using braces to download a list of URLs and you use complicated names
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 548 be used in matching pairs at the same nesting level of braces. */
594 be used in matching pairs at the same nesting level of braces. */
637 be used in matching pairs at the same nesting level of braces. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 558 be used in matching pairs at the same nesting level of braces. */
604 be used in matching pairs at the same nesting level of braces. */
647 be used in matching pairs at the same nesting level of braces. */
    [all...]
  /art/runtime/base/
macros.h 197 #define NO_RETURN [[ noreturn ]] // NOLINT[whitespace/braces] [5]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 531 * enclosed in curly braces ({}), followed by the local name. If the
541 * in curly braces ({}).
630 * enclosed in curly braces ({}), followed by the local name. If the
714 * enclosed in curly braces ({}), followed by the local name. If the
    [all...]
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 115 /// including regexes wrapped in double curly braces in the directive, such as:
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 364 /// pair, such as braces { ... } or parentheses ( ... ).
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 25 // Make sure we can properly generate code when the UUID has curly braces on it.
  /external/clang/test/Sema/
designated-initializers.c 82 [5].windows[3].top_left.x = { 7.0 } // expected-warning{{braces around scalar initializer}}
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 145 // expected-warning@+1 {{braces around scalar initializer}}
cxx0x-initializer-stdinitializerlist.cpp 150 f({0, {1}}); // expected-warning{{braces around scalar initializer}}
  /external/freetype/src/autofit/
afblue.dat 43 // - Data blocks enclosed in balanced braces, which get copied verbatim and
  /external/icu/icu4c/source/common/unicode/
utf.h 105 * Compound statements (curly braces {}) must be used for if-else-while...
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afblue.dat 43 // - Data blocks enclosed in balanced braces, which get copied verbatim and
  /external/libunwind_llvm/
CMakeLists.txt 151 append_if(LIBUNWIND_COMPILE_FLAGS LIBUNWIND_HAS_WMISSING_BRACES_FLAG -Wmissing-braces)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 260 // TODO: square braces for IPv6 ?
  /external/pdfium/third_party/
BUILD.gn 131 "-Wno-missing-braces",
  /libcore/ojluni/src/main/java/sun/security/x509/
CRLExtensions.java 291 * in the form of a set of entries, enclosed in braces and separated
CertificateExtensions.java 342 * object in the form of a set of entries, enclosed in braces and separated
  /system/update_engine/update_manager/
real_updater_provider.cc 158 { // NOLINT(whitespace/braces)
  /art/compiler/utils/
intrusive_forward_list_test.cc 412 auto odd = [](IFLTestValue value) { return (value.value & 1) != 0; }; // NOLINT(readability/braces)
416 auto all = [](IFLTestValue value ATTRIBUTE_UNUSED) { return true; }; // NOLINT(readability/braces)
  /art/runtime/verifier/
register_line.cc 462 // Example (lock status in curly braces as pair of register and lock leels):
501 // Example (lock status in curly braces as pair of register and lock leels):
  /external/deqp/framework/delibs/coding_guidelines/
de-coding-guidelines.html 581 <p>Always put braces on their own lines. This applies to functions, structs, enums, ifs, loops,
582 everything. The only exception are single-line scopes. For one-statement ifs or loops, braces
663 // Good: void if empty param list, empty space after name, braces on own line
689 // Good: no extra braces for one-liner if cases
695 // Bad: extraneous braces, bad whitespace usage
774 // Good: note missing braces for while, correct usage of whitespace
778 // Bad: don't put unnecessary braces, avoid extraneous whitespace in expressions
794 case XX_BLENDMODE_SRC_OVER: // need braces if declaring variables inside
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.h 451 // Parses a string surrounded by balanced braces. Strips off the outer
452 // braces and stores the enclosed string in *value.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 31 # make a UUID from a string of hex digits (braces and hyphens ignored)
109 argument. When a string of hex digits is given, curly braces,

Completed in 2663 milliseconds

1 2 3 4 5 6 7 891011>>