HomeSort by relevance Sort by last modified time
    Searched full:outside (Results 1 - 25 of 5475) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/core/
SkBlurTypes.h 14 kNormal_SkBlurStyle, //!< fuzzy inside and outside
15 kSolid_SkBlurStyle, //!< solid inside, fuzzy outside
16 kOuter_SkBlurStyle, //!< nothing inside, fuzzy outside
17 kInner_SkBlurStyle, //!< fuzzy inside, nothing outside
  /external/skia/include/core/
SkBlurTypes.h 14 kNormal_SkBlurStyle, //!< fuzzy inside and outside
15 kSolid_SkBlurStyle, //!< solid inside, fuzzy outside
16 kOuter_SkBlurStyle, //!< nothing inside, fuzzy outside
17 kInner_SkBlurStyle, //!< fuzzy inside, nothing outside
  /external/chromium_org/ui/ozone/public/
README 2 as content. These interfaces can be used outside of ui/ozone.
  /external/valgrind/main/none/tests/amd64/
tm1.stdout.exp 3 xabort: outside transaction is nop.
  /external/chromium_org/build/slave/
README 7 * Scripts in this directory must not import from outside this directory or shell
8 to scripts outside this directory.
  /external/clang/test/CXX/special/class.free/
p1.cpp 6 return this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
9 return this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
p6.cpp 6 (void)this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
9 (void)this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
  /external/clang/test/SemaCXX/
this.cpp 2 int x = this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
5 int x = this; // expected-error {{invalid use of 'this' outside of a non-static member function}}
  /external/chromium-libpac/test/js-unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/chromium_org/ui/ozone/common/
README 2 of the public platform API. This code should not be used outside of ui/ozone.
  /external/clang/test/Sema/
decl-in-prototype.c 5 int f1(enum {AA,BB} E) { // expected-warning {{will not be visible outside of this function}}
9 int f2(enum {AA=7,BB} E) { // expected-warning {{will not be visible outside of this function}}
16 int f3(struct a { } *); // expected-warning {{will not be visible outside of this function}}
20 int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A' will not be visible outside of this function}} expected-warning {{redefinition of 'b' will not be visible outside of this function}}
30 void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z' will not be visible outside of this function}}
35 void pr19018_1 (enum e19018 { qq } x); // expected-warning{{declaration of 'enum e19018' will not be visible outside of this function}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p4-0x.cpp 5 decltype(this) q; // expected-error {{invalid use of 'this' outside of a non-static member function}}
7 int arr[sizeof(this)]; // expected-error {{invalid use of 'this' outside of a non-static member function}}
10 typedef auto f() -> decltype(this); // expected-error {{invalid use of 'this' outside of a non-static member function}}
  /external/clang/test/Parser/
cxx-friend.cpp 12 friend int x; // expected-error {{'friend' used outside of class}}
14 friend class D {}; // expected-error {{'friend' used outside of class}}
42 friend // expected-error {{'friend' used outside of class}}
  /external/clang/test/Preprocessor/
utf8-allowed-chars.c 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}}
43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}}
45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} expected-warning@21 {{declaration does not declare anything}}
53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}}
60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}}
61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}}
62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}
    [all...]
  /external/clang/test/Modules/
private.cpp 6 #include "private1.h" // expected-error {{use of private header from outside its module}}
8 #include "private2.h" // expected-error {{use of private header from outside its module}}
private1.cpp 6 #include "private1.h" // expected-error {{use of private header from outside its module}}
8 #include "private2.h" // expected-error {{use of private header from outside its module}}
  /external/clang/test/SemaTemplate/
friend.cpp 30 friend class f; // expected-error{{'friend' used outside of class}}
31 friend class f1; // expected-error{{'friend' used outside of class}}
  /external/chromium_org/third_party/WebKit/ManualTests/
autoscroll.html 17 When I mouse up after dragging a selection outside of a iframe, the iframe continues to scroll automatically.</p>
19 <p>Make the frame autoscroll by moving the mouse pointer outside of it while selecting.
20 Autoscrolling should stop when you release the mouse button outside the frame (in the main frame,
21 in another subframe, or just outside the window).</p>
cursor-max-size.html 12 url("resources/helpCursor.tiff") 20 10, /* x hotspot outside image (image is 16px x 16px) */
13 url("resources/helpCursor.tiff") 10 20, /* y hotspot outside image (image is 16px x 16px) */
14 url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */
22 as cursors and that hotspots cannot be outside of the cursors bounds box.
  /external/chromium_org/ui/chromeos/
README.chromium 3 outside of (and not dependent on) Ash (i.e. can't be in ash/).
  /external/llvm/test/YAMLParser/
spec-09-12.data 3 # Outside flow collection:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
types.h 16 * These aren't exported outside the kernel to avoid name space clashes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
types.h 16 * These aren't exported outside the kernel to avoid name space clashes
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/Shapes/resources/
MultipleShapes.css 19 shape-outside: circle(closest-side at center);
28 shape-outside: url("shape.gif");
36 shape-outside: inset(5px);
45 shape-outside: inset(5px round 64px 32px 16px 36px);
55 shape-outside: polygon(0 0, 100% 50%, 0 100%);
64 shape-outside: polygon(100% 0, 0 50%, 100% 100%);
72 shape-outside: polygon(50% 0, 100% 100%, 0 34%, 100% 34%, 0 100%);

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>