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

1 2 3 4 5 6 7 8 91011>>

  /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/net/data/proxy_resolver_v8_unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /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/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}}
38 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/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}}
  /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/third_party/skia/src/effects/
SkBlurMask.h 19 kNormal_Style, //!< fuzzy inside and outside
20 kSolid_Style, //!< solid inside, fuzzy outside
21 kOuter_Style, //!< nothing inside, fuzzy outside
22 kInner_Style, //!< fuzzy inside, nothing outside
  /external/clang/test/Sema/
decl-in-prototype.c 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}}
static-array.c 25 typedef int td[static 3]; // expected-error {{'static' used in array declarator outside of function prototype}}
29 int a[static 42]; // expected-error {{'static' used in array declarator outside of function prototype}}
31 int b[const 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
32 int c[volatile 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
33 int d[restrict 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
35 int e[static restrict 1]; // expected-error {{'static' used in array declarator outside of function prototype}}
  /external/llvm/test/YAMLParser/
spec-09-12.data 3 # Outside flow collection:
  /external/skia/src/effects/
SkBlurMask.h 19 kNormal_Style, //!< fuzzy inside and outside
20 kSolid_Style, //!< solid inside, fuzzy outside
21 kOuter_Style, //!< nothing inside, fuzzy outside
22 kInner_Style, //!< fuzzy inside, nothing outside
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 21 * or not to include the original mask, and whether the blur goes outside,
28 NORMAL(0), //!< blur inside and outside of the original border
29 SOLID(1), //!< include the original mask, blur outside
30 OUTER(2), //!< just blur outside the original border
  /external/clang/test/Rewriter/
rewrite-modern-ivar-access.mm 4 struct OUTSIDE {
12 struct OUTSIDE ivar_I1;
21 struct OUTSIDE ivar_I3;
51 struct OUTSIDE ivar_INTF2;
59 struct OUTSIDE ivar_INTF3;
  /external/chromium_org/ui/views/
mouse_watcher.h 20 // MouseWatcherListener is notified when the mouse moves outside the host.
44 // Return false when the mouse has moved outside the monitored region.
50 // mouse moves outside the bounds of a MouseWatcherHost.
54 // determines that the mouse has moved outside its monitored region.
65 // Starts watching mouse movements. When the mouse moves outside the bounds of
67 // times. If the mouse moves outside the bounds of the host the listener is
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp 9 // the warning about the specialization being outside of the namespace.
11 // expected-warning {{first declaration of class template specialization of 'X' outside namespace 'N' is a C++11 extension}}
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.css 12 list-style-position: outside;

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>