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

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 56 * Tell if this expression or it's subexpressions can traverse outside
59 * @return true if traversal outside the context node's subtree can occur.
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 95 // Handle clicking outside the bubble and tray and return true if the
97 // Cannot iterate |wrappers_| directly, because clicking outside will remove
  /external/chromium_org/crypto/
ghash.h 20 // data is formatted inside or outside of the function.
23 // authenticators must be used in the correct manner and any use outside of GCM
  /external/chromium_org/extensions/common/
extension_resource.h 50 // The relative path must not resolve to a location outside of
52 // file can be a symlink that links outside of |extension_root|.
  /external/chromium_org/media/base/
video_util.h 47 // Creates a border in |frame| such that all pixels outside of
81 // Fills the regions outside |region_in_frame| with black.
  /external/chromium_org/remoting/host/plugin/
host_log_handler.cc 15 // This is set inside the lock, but is read (in LogToUI) outside of a lock so
89 // Note: We're reading |g_has_logging_scriptable_object| outside of a lock.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Clipboard.h 98 // Note that the spec doesn't actually allow drag image modification outside the dragstart
100 // supported this in the past. On many ports, attempting to set a drag image outside the
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.cpp 74 case ShapeValue::Outside:
75 // Outside should have already resolved to a different shape value.
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h 143 return 0.0f; // Outside of the window.
163 return 0.0f; // Outside of the window.
  /external/chromium_org/third_party/tlslite/patches/
parse_chain.patch 34 + "-----END CERTIFICATE-----" tags). Extraneous data outside such tags,
44 + and "-----END CERTIFICATE-----" tags). Extraneous data outside such
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 10 get created outside of that build directory hierarchy even when
23 # its sources. I'm not sure if make is wrong for writing outside the current
gyptest-default.py 10 get created outside of that build directory hierarchy even when
23 # its sources. I'm not sure if make is wrong for writing outside the current
  /external/chromium_org/ui/gfx/animation/
tween.cc 73 // Since progress can be outside [0, 1], blending can produce a value outside
  /external/chromium_org/ui/gfx/
rect_f.h 56 // Rect. When it is false, some dimension of the RectF is outside the bounds
103 // rect to be outside the rect. So technically one or both points will not be
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 12 // The distance the mouse can be dragged outside the bounds of the thumb during
84 // If the user moves the mouse more than |kScrollThumbDragOutSnap| outside
  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 24 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } // expected-warning{{'template' keyword outside of a template}}
25 M::template Promote<int> pi; // expected-warning{{'template' keyword outside of a template}}
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
76 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 37 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
79 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
IExceptionHandlerTable.java 36 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
78 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/llvm/test/Transforms/IndVarSimplify/
dont-recompute.ll 3 ; This tests that the IV is not recomputed outside of the loop when it is known
5 ; although a's value can be computed outside of the loop, there is no benefit
  /external/skia/src/core/
SkBitmapFilter.h 143 return 0.0f; // Outside of the window.
163 return 0.0f; // Outside of the window.
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 34 * row moved outside the range covered by the window.
70 * so it will typically not be called from outside of the cursor class itself.
  /frameworks/base/core/java/android/widget/
SectionIndexer.java 51 * If the section's starting position is outside of the adapter bounds, the
65 * If the section index is outside of the section array bounds, the index
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 90 + "if offset index bytes outside the iv.");
102 + "if len index bytes outside the iv.");
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 134 public void setGeometry(float st, float sw, int inside, int outside) {
138 outer = outside;

Completed in 1058 milliseconds

1 2 3 4 5 6 7 891011>>