HomeSort by relevance Sort by last modified time
    Searched full:enclose (Results 51 - 75 of 274) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/base/graphics/java/android/graphics/
Rect.java 558 * Update this Rect to enclose itself and the specified rectangle. If the
584 * Update this Rect to enclose itself and the specified rectangle. If the
595 * Update this Rect to enclose itself and the [x,y] coordinate. There is no
RectF.java 457 * Update this Rect to enclose itself and the specified rectangle. If the
487 * Update this Rect to enclose itself and the specified rectangle. If the
498 * Update this Rect to enclose itself and the [x,y] coordinate. There is no
  /external/clang/test/OpenMP/
for_lastprivate_messages.cpp 122 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for' directive into a parallel or another task region?}}
for_simd_lastprivate_messages.cpp 126 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for simd' directive into a parallel or another task region?}}
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 234 definition (why do []'s enclose the constants but not the types??).
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 234 definition (why do []'s enclose the constants but not the types??).
  /external/tinyalsa/
tinymix.c 389 fprintf(stderr, "Enclose strings in quotes and try again\n");
  /toolchain/binutils/binutils-2.27/gas/doc/
c-tic6x.texi 114 symbols. To avoid this, enclose the ambiguous symbol name in
  /toolchain/binutils/binutils-2.27/gold/
arm-reloc-property.h 230 // Concatenate S-expressions of children. Enclose them with
  /external/python/cpython3/Lib/test/
test_curses.py 189 if hasattr(curses, 'enclose'):
190 stdscr.enclose()
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 131 // If the name begins with a dollar-sign, enclose it in parens. We do this
161 // If the name begins with a dollar-sign, enclose it in parens. We do this
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 232 <!-- The view should be only big enough to enclose its content (plus padding). -->
243 <!-- The view should be only big enough to enclose its content (plus padding). -->
  /external/ImageMagick/ImageMagick/script/
gradient.html 76 <p>Gradient colors may be any valid color defined per <a href="http://www.imagemagick.org/script/color.php" target="_blank">http://www.imagemagick.org/script/color.php</a>. The named colors of black/white/grayXX are non-linear gray gradients; whereas gray(XX[%]) is a linear gray gradient. For Unix systems, enclose rgb(a) and hex colors in quotes. Use double quotes, if using variables for the values.</p>
  /external/ImageMagick/www/
gradient.html 80 <p>Gradient colors may be any valid color defined per <a href="color.html" target="_blank">http://www.imagemagick.org/www/color.html</a>. The named colors of black/white/grayXX are non-linear gray gradients; whereas gray(XX[%]) is a linear gray gradient. For Unix systems, enclose rgb(a) and hex colors in quotes. Use double quotes, if using variables for the values.</p>
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 426 template<> double n1::pi1b<double> = 5.2; // expected-error {{cannot define or redeclare 'pi1b' here because namespace 'use_n1b' does not enclose namespace 'n1'}} \
nested-name-spec.cpp 47 void ::A::Af() {} // expected-error {{cannot define or redeclare 'Af' here because namespace 'B' does not enclose namespace 'A'}}
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 73 // Do not enclose the protected default constructor with #ifndef U_HIDE_INTERNAL_API
  /external/libmojo/base/android/java/src/org/chromium/base/
CommandLine.java 169 * double quote characters may enclose tokens containing whitespace; a double-quote literal
  /external/libxml2/doc/
xmllint.1 286 DTDs or entities\&. Enclose space\-separated lists by quotation marks\&.
  /external/skia/include/core/
SkRegion.h 45 * Return true if the two regions are equal. i.e. The enclose exactly
  /external/skqp/include/core/
SkRegion.h 45 * Return true if the two regions are equal. i.e. The enclose exactly
  /external/vboot_reference/futility/
cmd_dump_fmap.c 343 * enclosing node. Duplicate nodes "enclose" each other, but if there's
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 105 "@Strings@, with optional simple formatting, can be stored and retrieved as resources. You can add formatting to your string by using three standard HTML tags: b, i, and u. If you use an apostrophe or a quote in your string, you must either escape it or enclose the whole string in the other kind of enclosing quotes.",
  /external/clang/test/CXX/drs/
dr4xx.cpp 270 struct dr417::G {}; // expected-error {{namespace 'M' does not enclose}}
271 struct dr417::H {}; // expected-error {{namespace 'M' does not enclose}}
  /art/compiler/debug/
elf_debug_info_writer.h 173 // Enclose the method in correct class definition.

Completed in 500 milliseconds

1 23 4 5 6 7 8 91011