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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Rewriter/
rewrite-modern-ivar-access.mm 4 struct OUTSIDE {
12 struct OUTSIDE ivar_I1;
21 struct OUTSIDE ivar_I3;
51 struct OUTSIDE ivar_INTF2;
59 struct OUTSIDE ivar_INTF3;
rewrite-modern-ivars-1.mm 90 enum OUTSIDE {
100 enum OUTSIDE meetoo;
111 enum OUTSIDE I2;
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 21 * or not to include the original mask, and whether the blur goes outside,
29 * Blur inside and outside the original border.
34 * Draw solid inside the border, blur outside.
39 * Draw nothing inside the border, blur outside.
44 * Blur inside the border, draw nothing outside.
  /external/chromium_org/ui/views/
mouse_watcher.h 20 // MouseWatcherListener is notified when the mouse moves outside the host.
44 // Return false when the mouse has moved outside the monitored region.
50 // mouse moves outside the bounds of a MouseWatcherHost.
54 // determines that the mouse has moved outside its monitored region.
65 // Starts watching mouse movements. When the mouse moves outside the bounds of
67 // times. If the mouse moves outside the bounds of the host the listener is
  /external/clang/test/Sema/
static-array.c 25 typedef int td[static 3]; // expected-error {{'static' used in array declarator outside of function prototype}}
29 int a[static 42]; // expected-error {{'static' used in array declarator outside of function prototype}}
31 int b[const 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
32 int c[volatile 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
33 int d[restrict 10]; // expected-error {{type qualifier used in array declarator outside of function prototype}}
35 int e[static restrict 1]; // expected-error {{'static' used in array declarator outside of function prototype}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp 9 // the warning about the specialization being outside of the namespace.
11 // expected-warning {{first declaration of class template specialization of 'X' outside namespace 'N' is a C++11 extension}}
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.css 12 list-style-position: outside;
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael_local.h 5 /* the file should not be used from outside */
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/
README 2 The reason these libraries are built outside of the standard XFree86
  /frameworks/base/docs/html/training/
best-ui.jd 11 of the system UI outside your app's window.</p>
  /frameworks/support/v4/java/android/support/v4/content/
package.html 7 provide a cleaner implementation of broadcasts that don't need to go outside
  /packages/apps/Contacts/src/com/android/contacts/util/
MoreMath.java 24 * If the input value lies outside of the specified range, return the nearer
34 * If the input value lies outside of the specified range, return the nearer
44 * If the input value lies outside of the specified range, return the nearer
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 75 // CHECK-0: runtime error: value 2.14748{{.*}} is outside the range of representable values of type 'int'
78 // CHECK-1: runtime error: value -2.14748{{.*}} is outside the range of representable values of type 'int'
81 // CHECK-2: runtime error: value -1 is outside the range of representable values of type 'unsigned int'
84 // CHECK-3: runtime error: value 4.2949{{.*}} is outside the range of representable values of type 'unsigned int'
88 // CHECK-4: runtime error: value {{.*}} is outside the range of representable values of type 'int'
91 // CHECK-5: runtime error: value {{.*}} is outside the range of representable values of type 'int'
96 // CHECK-6: {{runtime error: value 0xffffff00000000000000000000000001 is outside the range of representable values of type 'float'|__int128 not supported}}
106 // // CHECK-7: runtime error: value 65505 is outside the range of representable values of type '__fp16'
111 // CHECK-8: runtime error: value 1e+39 is outside the range of representable values of type 'float'
115 // CHECK-9: runtime error: value 300 is outside the range of representable values of type 'char
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
fast_metric.py 34 marking steps outside of idle notifications.
36 scavenger_outside_idle is the thread duration spent in scavenges outside of
40 mark-sweep-compactor outside of idle notifications.
44 garbage collection outside of idle notification.
90 event_stats.result_description + 'outside of idle notifications'))
100 'Total thread duration of all garbage collection events outside of idle'
  /external/clang/test/ARCMT/
atautorelease-check.m 103 // 'x' is declared inside the "pool scope" but used outside it, if we create
104 // a @autorelease scope it will be undefined outside it so don't touch the pool.
109 ++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
120 struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
132 int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
143 Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was declared in}}
  /external/chromium_org/ui/views/controls/
progress_bar.h 27 // Sets the inclusive range of values to be displayed. Values outside of the
31 // Sets the current value. Values outside of the range [min_display_value_,
57 // Current value. May be outside of [min_display_value_, max_display_value_].
  /external/chromium_org/content/common/input/
gesture_event_stream_validator.cc 36 error_msg->append("Scroll update outside of scroll\n");
41 error_msg->append("Scroll end outside of scroll\n");
53 error_msg->append("Pinch update outside of pinch\n");
57 error_msg->append("Pinch end outside of pinch\n");
  /external/chromium_org/content/public/browser/
blob_handle.h 12 // A handle to Blobs that can be stored outside of content/. This class holds
  /external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd5_handle_out_of_range.data 12 [u4]10 // param1: It is outside of the valid encoded handle
  /external/chromium_org/ui/events/x/
keysym_to_unicode.h 14 // support characters outside the Basic Plane, and this function returns zero
  /external/libsepol/include/sepol/
errcodes.h 13 * outside of the range of system error codes.
  /external/llvm/test/CodeGen/SystemZ/
and-04.ll 77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff).
86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff).
104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff).
113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff).
122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002).
131 ; Check the lowest NILH value outside the RISBG range (0xffffffff_0002ffff).
149 ; Check the highest NILH value outside the RISBG range (0xffffffff_fffaffff).
167 ; Check the lowest NILL value outside the RISBG range (0xffffffff_ffff0002).
176 ; Check the highest NILL value outside the RISBG range.
  /external/oprofile/events/x86-64/family15h/
events 15 event:0x76 counters:0,1,2 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ExposeEvent.3 20 A VIDEOEXPOSE event is triggered when the screen has been modified outside of the application, usually by the window manager and needs to be redrawn\&.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
check_dims.rs 10 // are definitely working outside our proper bounds.

Completed in 1243 milliseconds

12 3 4 5 6 7 8 91011>>