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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/crypto/src/test/api/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.");
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPart.java 71 * Tell if this expression or it's subexpressions can traverse outside
74 * @return true if traversal outside the context node's subtree can occur.
  /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/
audio_splicer.h 61 // with all "before" buffers which overlap them. "before" buffers outside
70 // frames outside of the crossfade duration.
video_util.h 54 // Creates a border in |frame| such that all pixels outside of
88 // Fills the regions outside |region_in_frame| with black.
  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInput.cpp 65 // Keyframes with offsets outside the range [0.0, 1.0] are an error.
71 exceptionState.throwDOMException(InvalidModificationError, "Offsets provided outside the range [0, 1]");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableSectionElement.cpp 62 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
84 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
  /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/webrtc/modules/audio_coding/codecs/ilbc/
get_cd_vec.c 79 /* Set up filter memory, stuff zeros outside memory buffer */
96 /* Stuff zeros outside memory buffer */
get_sync_seq.c 74 be outside the buffer */
105 be outside the buffer */
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo.cc 72 // Size can be queried outside of the Push function. The caller is assumed
87 // Size can be queried outside of the Pop function. The caller is assumed
  /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 83 // Since progress can be outside [0, 1], blending can produce a value outside
  /external/chromium_org/ui/gfx/geometry/
rect_f.h 57 // Rect. When it is false, some dimension of the RectF is outside the bounds
104 // 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/chromium_org/ui/views/
mouse_watcher_aura.cc 22 // Amount of time between when the mouse moves outside the Host's zone and when
62 // Mouse moved outside the host's zone, start a timer to notify the
  /external/chromium_org/v8/src/
ostreams.h 133 // Writes the given character to the output escaping everything outside of
138 // Writes the given character to the output escaping everything outside
  /external/chromium_org/v8/test/mjsunit/es6/
generators-debug-liveedit.js 93 // Try to patch functions with activations inside and outside generator
107 // Patching outside a generator activation must fail.
  /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/deqp/doc/testspecs/GLES2/
functional.scissors.txt 36 - (Partially) outside render target
47 areas outside the scissor rectangle cleared by the test logic.
  /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

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>