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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/cc/resources/
image_layer_updater.cc 41 // Source rect should never go outside the image pixels, even if this
42 // is requested because the texture extends outside the image.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-step-on-for-statements.html 24 outside of the 'initialize' function - debugger should enter the 'condition' function.<br>
27 Click 'Step into' until outside of the 'increment' function - debugger should enter the 'condition'
  /external/chromium_org/ui/gfx/
shadow_value.h 41 // are negative because shadow margins are outside a boundary.
50 // shadow to fully transparent at the end point outside it. The range is
  /external/chromium_org/ui/ozone/public/
surface_ozone_canvas.h 42 // The implementation may assume that any pixels outside the damage
49 // outside of the sandbox, they must have been completed in
  /external/clang/test/Misc/
diag-presumed.c 14 // PRESUMED: diag-presumed.c:108:1: error: extra ';' outside of a functio
15 // SPELLING: diag-presumed.c:13:1: error: extra ';' outside of a functio
  /external/clang/test/Parser/
cxx-extra-semi.cpp 39 // expected-warning@-3{{extra ';' outside of a function is a C++11 extension}}
40 // expected-warning@-3{{extra ';' outside of a function is a C++11 extension}}
  /external/clang/test/Sema/
type-spec-struct-union.c 31 int test_struct_scope_3(struct S4 * s4) { // expected-warning{{declaration of 'struct S4' will not be visible outside of this function}}
37 void f(struct S5 { int y; } s5); // expected-warning{{declaration of 'struct S5' will not be visible outside of this function}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 57 OUTSIDE='outside'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 57 OUTSIDE='outside'
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingTextTest.cpp 167 setHTML(String("<div>This is outside of <p id='selection'>foo bar</p> the selected node</div>"));
191 EXPECT_EQ("This is outside of foo bar the selected node", surroundingText.content().simplifyWhiteSpace());
209 EXPECT_EQ("This is outside of foo bar the selected node", surroundingText.content().simplifyWhiteSpace());
217 setHTML(String("<div>This is outside of <p id='selection'>foo bar</p> the selected node</div>"));
241 EXPECT_EQ("This is outside of foo bar the selected node", surroundingText.content().simplifyWhiteSpace());
259 EXPECT_EQ("This is outside of foo bar the selected node", surroundingText.content().simplifyWhiteSpace());
  /external/libhevc/common/
ihevc_trans_macros.h 45 /* To be moved outside in neon. To be computer once per transform call */ \
70 /* To be moved outside in neon. To be computer once per transform call */ \
95 /* To be moved outside in neon. To be computer once per transform call */ \
120 /* To be moved outside in neon. To be computer once per transform call */ \
144 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
164 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
  /libcore/luni/src/main/java/java/util/
SortedMap.java 46 * Note: The returned map will not allow an insertion of a key outside the
60 * map and the specified key is outside of its range.
78 * Note: The returned map will not allow an insertion of a key outside the
95 * the specified range is outside of its range.
104 * Note: The returned map will not allow an insertion of a key outside the
119 * and the specified key is outside of its range.
  /bootable/recovery/minui/
graphics.c 59 static bool outside(int x, int y) function
124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break;
151 if (outside(x, y) || outside(x+icon->width-1, y+icon->height-1)) return;
197 if (outside(x1, y1) || outside(x2-1, y2-1)) return;
241 if (outside(dx, dy) || outside(dx+w-1, dy+h-1)) return;
  /external/bison/src/
tables.h 63 I is outside the bounds of what is actually allocated, and the
79 If YYPACT[S] == YYPACT_NINF, if YYPACT[S] + I is outside the bounds
80 of YYTABLE (from 0 to YYLAST), or I is outside the bounds for portion
98 If YYPGOTO[I] + S is outside the bounds of YYTABLE (from 0 to YYLAST)
99 or if S is outside the bounds of the portion for I (that is,
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 109 final float outside = Math.min(canvas.getWidth(), canvas.getHeight()); local
110 final float inside = mScale * outside;
111 final float pad = (outside - inside) / 2f;
113 mDstRect.set(pad, pad, outside - pad, outside - pad);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py 60 paths = ["/WebKit/foo1.txt", "/outside/foo2.txt"]
65 One of the given paths is outside the WebKit checkout of the current
68 Path: /outside/foo2.txt
  /external/chromium_org/third_party/icu/source/common/unicode/
unifilt.h 24 * U_ETHER is used to represent character values for positions outside
26 * characters outside the range contextStart..contextLimit-1. This
27 * allows explicit matching by rules and UnicodeSets of text outside a
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnPointerRangeChecker.cpp 74 this, "Return of pointer value outside of expected range",
75 "Returned pointer value points outside the original object "
80 // reference is outside the range.
  /external/clang/test/SemaObjCXX/
message.mm 65 return [typename identity<I3>::type method]; // expected-warning{{occurs outside of a template}}
72 int* ip3 = {[typename identity<I3>::type method]}; // expected-warning{{occurs outside of a template}}
73 int* ip4 = {[typename identity<I2_holder>::type().get() method]}; // expected-warning{{occurs outside of a template}}
  /external/icu/icu4c/source/common/unicode/
unifilt.h 24 * U_ETHER is used to represent character values for positions outside
26 * characters outside the range contextStart..contextLimit-1. This
27 * allows explicit matching by rules and UnicodeSets of text outside a
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 49 * can call outside functions, we say the program is dynamic dependent on
60 DynamicDependent, ///< Can call outside libraries
61 StaticDependent, ///< Can not call outside libraries
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
WordComposerTests.java 36 // in UTF-16, whereas those outside the BMP need 4 bytes.
61 // Do what LatinIME does when the cursor is moved outside of the word,
65 // \uD861\uDED7 is ?, a character outside the BMP
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_button_unittest.mm 180 // Middle button clicking outside of the view.
190 // Middle button being down in the view and up outside of the view.
200 // Middle button being down on the button, move to outside and move on it
248 // Middle button clicking outside of the view.
261 // Middle button being down in the view and up outside of the view.
270 // Middle button being down on the button, move to outside and move on it
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 179 state = OUTSIDE;
185 state = OUTSIDE;
195 // pretend that the cursor is outside the window. This can happen, e.g. if
197 state = OUTSIDE;
210 state = OUTSIDE;
214 state = OUTSIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container_unittest.mm 50 // Test that mouse events outside the input field are ignored.
69 // Ensure |point_outside_subviews| really is outside subviews.

Completed in 1952 milliseconds

1 2 3 45 6 7 8 91011>>