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

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
default2.cpp 31 void f(X* x = this); // expected-error{{invalid use of 'this' outside of a non-static member function}}
68 Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member function}}
  /external/clang/test/SemaTemplate/
typename-specifier-4.cpp 30 typename make_pair::template apply<int, float>, // expected-warning{{'template' keyword outside of a template}} \
31 // expected-warning{{'typename' occurs outside of a template}}
  /external/emma/core/java12/com/vladium/jcd/cls/
IFieldCollection.java 35 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
89 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
  /external/icu4c/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 28 /// outside of the loop. These are the blocks _inside of the current loop_
115 /// from outside of the loop. If this is the case, the block branching to the
122 // Keep track of nodes outside the loop branching to the header...
138 /// predecessor outside the loop, return it. Otherwise return null.
144 // Keep track of nodes outside the loop branching to the header...
156 return 0; // Multiple predecessors outside the loop
162 assert(Out && "Header of loop has no predecessors from outside loop?");
287 // A non-header loop shouldn't be reachable from outside the loop,
  /external/mesa3d/src/gallium/docs/source/cso/
sampler.rst 28 border color is sampled when coords go outside the range [0,1].
102 Color union used for texel coordinates that are outside the [0,width-1],
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 227 /* if outside the bounds */
271 /* if outside the bounds */
  /external/qemu/
softmmu_outside_jit.h 15 * outside of JIT. The issue is that regular implementation of these routines
18 * made outside of JIT. The way SOFTMMU macros are expanded in this header
  /external/regex-re2/re2/testing/
re2_arg_test.cc 22 // Specifically I want to make sure that values outside the boundries
90 // macro outside of a TEST block and this seems to be the only way to
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 64 "Attempt to write outside the bounds of the data");
86 "Attempt to write outside the bounds of the data");
writable_font_data.cc 171 "Attempt to bind data outside of its limits");
183 "Attempt to bind data outside of its limits");
  /external/skia/src/core/
SkCubicClipper.cpp 66 // The result might be valid, even if outside of the range [0, 1], but
67 // we never evaluate a Bezier outside this interval, so we return false.
  /external/speex/libspeex/
lpc.c 124 * for lags between 0 and lag-1, and x == 0 outside 0...n-1
179 * for lags between 0 and lag-1, and x == 0 outside 0...n-1
  /external/valgrind/main/none/tests/s390x/
cu12.c 319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
322 e0[1] = 0xc0; // invalid because outside [0xa0 .. 0xbf]
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
329 ed[1] = 0xa0; // invalid because outside [0x80 .. 0x9f]
440 f0[1] = 0x8f; // invalid because outside [0x90 .. 0xbf]
444 f0[1] = 0xc0; // invalid because outside [0x90 .. 0xbf]
448 f4[1] = 0x7f; // invalid because outside [0x80 .. 0x8f]
452 f4[1] = 0x90; // invalid because outside [0x80 .. 0x9f]
cu12_1.c 319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
322 e0[1] = 0xc0; // invalid because outside [0xa0 .. 0xbf]
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
329 ed[1] = 0xa0; // invalid because outside [0x80 .. 0x9f]
440 f0[1] = 0x8f; // invalid because outside [0x90 .. 0xbf]
444 f0[1] = 0xc0; // invalid because outside [0x90 .. 0xbf]
448 f4[1] = 0x7f; // invalid because outside [0x80 .. 0x8f]
452 f4[1] = 0x90; // invalid because outside [0x80 .. 0x9f]
cu14.c 319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
322 e0[1] = 0xc0; // invalid because outside [0xa0 .. 0xbf]
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
329 ed[1] = 0xa0; // invalid because outside [0x80 .. 0x9f]
440 f0[1] = 0x8f; // invalid because outside [0x90 .. 0xbf]
444 f0[1] = 0xc0; // invalid because outside [0x90 .. 0xbf]
448 f4[1] = 0x7f; // invalid because outside [0x80 .. 0x8f]
452 f4[1] = 0x90; // invalid because outside [0x80 .. 0x9f]
cu14_1.c 319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
322 e0[1] = 0xc0; // invalid because outside [0xa0 .. 0xbf]
326 ed[1] = 0x7f; // invalid because outside [0x80 .. 0x9f]
329 ed[1] = 0xa0; // invalid because outside [0x80 .. 0x9f]
440 f0[1] = 0x8f; // invalid because outside [0x90 .. 0xbf]
444 f0[1] = 0xc0; // invalid because outside [0x90 .. 0xbf]
448 f4[1] = 0x7f; // invalid because outside [0x80 .. 0x8f]
452 f4[1] = 0x90; // invalid because outside [0x80 .. 0x9f]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 36 * transparency outside it, as well as the laser scanner animation and result points.
90 // Draw the exterior (i.e. outside the framing rect) darkened
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP.c 47 * Any neighborhood macroblock outside the current VOP or video
48 * packet or outside the current GOB (when short_video_header is
  /frameworks/base/core/java/android/widget/
PopupMenu.java 36 * If the IME is visible the popup will not overlap it until it is touched. Touching outside
95 * outside of its bounds will open the popup window. Lifting will select the
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 24 * Frames may be used only within a Filter during filter graph execution. Accessing Frames outside
139 throw new IllegalStateException("Attempting to create new Frame outside of "
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 219 /** This can be called outside main Looper thread. */
224 /** This can be called outside main Looper thread. */
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
Base64.java 143 * Discards any characters outside of the base64 alphabet, per
145 * outside of the base64 alphabet are to be ignored in base64
  /hardware/libhardware/include/hardware/
fused_location.h 432 * There are 3 states associated with a Geofence: Inside, Outside, Unknown.
445 * | Inside | -----------> | Outside |
450 * Outside state: We are 95% confident that the user is outside the geofence
464 * confident that the user is outside. But with regard to "a" is not confident
465 * whether it is inside or outside the geofence. If the accuracy remains the
472 * outside the Geofence. It moves to Unknown state only after the expiry of the
477 * (Inside state) or exited (Outside state) the Geofence. An implementation
gps.h 686 * There are 3 states associated with a Geofence: Inside, Outside, Unknown.
699 * | Inside | -----------> | Outside |
704 * Outside state: We are 95% confident that the user is outside the geofence
718 * confident that the user is outside. But with regard to "a" is not confident
719 * whether it is inside or outside the geofence. If the accuracy remains the
726 * outside the Geofence. It moves to Unknown state only after the expiry of the
731 * (Inside state) or exited (Outside state) the Geofence. An implementation

Completed in 1804 milliseconds

<<21222324252627282930>>