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

1 2 34 5 6 7 8 91011>>

  /external/skia/include/effects/
SkBitmapAlphaThresholdShader.h 18 * outside the region then the bitmap alpha is decreased to the threshold value.
  /external/skia/src/animator/
thingstodo.txt 20 naked <data> outside of <post> asserts on name
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
nested-struct.cpp 4 // If debug info for my_number() is emitted outside function foo's scope
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
none.hpp 17 // NOTE: Borland users have to include this header outside any precompiled headers
  /system/core/
README 6 They should not depend on libraries outside of system/... (some of them
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.h 21 // Provides functions for handling drag events inside and outside the root
23 // tracking drag events outside the root window where drag is initiated.
  /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/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}}
  /packages/apps/InCallUI/src/com/android/incallui/
InCallApp.java 52 * sent from framework's notification mechanism (which is outside Phone context).
53 * This should be visible from outside, but shouldn't be in "exported" state.
  /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/clang/test/SemaTemplate/
typename-specifier.cpp 18 typename N::A::type *ip1 = &i; // expected-warning{{'typename' occurs outside of a template}}
20 // expected-warning{{'typename' occurs outside of a template}}
22 // expected-warning{{'typename' occurs outside of a template}}
26 // expected-note{{add a pair of parentheses}} expected-warning 2{{'typename' occurs outside of a template}}
30 for (typename A::type i = 0; i < 10; ++i) // expected-warning{{'typename' occurs outside of a template}}
33 const typename N::A::type f2(d); // expected-warning{{'typename' occurs outside of a template}}
  /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.
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_unittest.cc 111 // semantics outside the test are irrelevant.
133 // Check that values lying outside the accepted range are not rejected
162 // semantics outside the test are irrelevant.
184 // Check that values lying outside the accepted range are rejected and yield
214 // semantics outside the test are irrelevant.
242 // Check that values lying outside the accepted range are clamped and written
268 // semantics outside the test are irrelevant.
302 // semantics outside the test are irrelevant.
325 // Check that values lying outside the accepted range are not rejected
353 // semantics outside the test are irrelevant
    [all...]
  /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 111 final float outside = Math.min(canvas.getWidth(), canvas.getHeight()); local
112 final float inside = mScale * outside;
113 final float pad = (outside - inside) / 2f;
115 mDstRect.set(pad, pad, outside - pad, outside - pad);
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h 14 // the bubble window on clicks outside of the window, and the like.
33 // outside the window. This is needed because the window shares first
51 // Controls if the bubble auto-closes if the user clicks outside the bubble.
  /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 72 BT.reset(new BuiltinBug("Return of pointer value outside of expected range",
73 "Returned pointer value points outside the original object "
78 // 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}}

Completed in 930 milliseconds

1 2 34 5 6 7 8 91011>>