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

<<11121314151617181920>>

  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 99 * If polygon is entirely outside box, then POLY_CLIP_OUT is returned.
114 /* count vertices "outside" with respect to each of the six planes */
129 /* check if all vertices are "outside" any of the six planes */
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 134 case (int)4.4e9: // expected-error {{constant expression}} expected-note {{value 4.4E+9 is outside the range of representable values of type 'int'}} expected-note {{previous case defined here}}
139 case (int)(float)1e300: // expected-error {{constant expression}} expected-note {{value 1.0E+300 is outside the range of representable values of type 'float'}} expected-error {{duplicate case value '2147483647'}} expected-note {{previous case defined here}}
141 case (int)(__fp16)65536: // expected-error {{constant expression}} expected-note {{value 65536 is outside the range of representable values of type 'half'}} expected-error {{duplicate case value '2147483647'}}
147 constexpr int minus_int_min = -int_min; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
150 constexpr int int_min_div_minus_1 = int_min / -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
151 constexpr int int_min_mod_minus_1 = int_min % -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
229 constexpr int n2 = 65536 * 32768; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }}
231 constexpr int n4 = n3 + 1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range of }}
233 constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }}
235 constexpr int n8 = -1 + n7; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }
    [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 138 // outside the loop. If so, rewrite those uses.
147 // of the values defined in the block could be used outside the loop.
186 /// has any uses that are outside the current loop. If so, insert LCSSA PHI
205 // If there are no uses outside the loop, exit with no change.
259 // Rewrite all uses outside the loop in terms of the new PHIs we just
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 89 sides of this view. This space is outside this view's bounds.
94 This space is outside this view's bounds.
99 This space is outside this view's bounds.
104 This space is outside this view's bounds.
109 This space is outside this view's bounds.
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 67 the motion vector points to a block outside the VOP. The function interpolates
68 the pixels that are outside the VOP using the boundary pixels for the block.
78 is outside, i.e., left, right, top, bottom. xpos is compared to the left and
84 After the boundaries are tested, any pixels lying outside a boundary are
85 interpolated from the boundary pixels. For example, if the block is outside the
87 interpolated those pixels lying outside the bottom boundary. The interpolation
89 block) depending on which boundary the block is outside. In our example, each
91 block was outside right boundary, the boundary pixels would be copied row-wise
92 to the pixel to the right of it. If the block was outside both an x and y
94 block outside the x boundary, and column-wise for the portion of the bloc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_validate.c 166 * pointed to by the indices don't lie outside buffer object bounds.
177 /* Only the X Server needs to do this -- otherwise, accessing outside
344 /* make sure count doesn't go outside buffer bounds */
401 /* make sure count doesn't go outside buffer bounds */
467 /* make sure count doesn't go outside buffer bounds */
599 /* make sure count doesn't go outside buffer bounds */
  /external/mesa3d/src/mesa/main/
api_validate.c 166 * pointed to by the indices don't lie outside buffer object bounds.
177 /* Only the X Server needs to do this -- otherwise, accessing outside
344 /* make sure count doesn't go outside buffer bounds */
401 /* make sure count doesn't go outside buffer bounds */
467 /* make sure count doesn't go outside buffer bounds */
599 /* make sure count doesn't go outside buffer bounds */
  /frameworks/base/docs/html/distribute/googleplay/policies/
ads.jd 121 mislead them into clicking on ads, or make changes outside the app without
133 <strong>Don't make changes outside of the app without consent</strong>
134 &mdash;Ads must not make changes outside of the app without the user's
147 <strong>Changes outside the app must be reversible</strong>&mdash;If an
148 ad makes changes outside the app as described above, the changes (and
341 At right is an example of an interstitial, modal ad that is displayed outside
  /libcore/luni/src/main/java/java/util/
NavigableSet.java 172 * on an attempt to insert an element outside its range.
195 * {@code toElement} lies outside the bounds of the range.
208 * on an attempt to insert an element outside its range.
224 * restricted range, and {@code toElement} lies outside the
237 * on an attempt to insert an element outside its range.
253 * restricted range, and {@code fromElement} lies outside the
  /development/host/windows/usb/api/
adb_object_handle.h 21 encapsulates an internal API object that is visible to the outside
47 outside of the API through a handle.
53 outside of API via ADBAPIHANDLE are self-destructing referenced objects.
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 33 * <p>Note on characters outside the extended ASCII range: Currently, all state
37 * representation. When receiving characters outside that ASCII range, we
45 * [U+D800 - U+DFFF] and hence outside of the ASCII range and will not trigger
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTreeBuilder.java 167 * 'outside' text ends up leaking out of the table.
169 * <table><table>inside</table><td>outside</td></table>
222 // Ok to have a form element outside a table cell.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 167 * 'outside' text ends up leaking out of the table.
169 * <table><table>inside</table><td>outside</td></table>
222 // Ok to have a form element outside a table cell.
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 70 // get possible spelling correction outside of the scope of current
  /developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/
AndroidManifest.xml 53 exported to be visible outside the application, and it must include a filter with the intent
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/
AndroidManifest.xml 53 exported to be visible outside the application, and it must include a filter with the intent
  /development/samples/browseable/StorageProvider/
AndroidManifest.xml 53 exported to be visible outside the application, and it must include a filter with the intent
  /external/bison/lib/
msvc-inval.c 108 /* An invalid parameter notification from outside the gnulib code.
  /external/ceres-solver/include/ceres/internal/
port.h 41 // things outside of the Ceres optimization package.
  /external/chromium/base/allocator/
README 26 The tcmalloc and jemalloc libraries originate outside of Chromium
  /external/chromium/base/win/
windows_version.h 17 // The running version of Windows. This is declared outside OSInfo for
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 63 // This function is no longer used outside unit tests.
  /external/chromium/chrome/browser/policy/
browser_policy_connector.h 44 // outside ChromeOS).
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 18 // the bubble window on clicks outside of the window, and the like.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 28 // FindBarView from a nib file. All of this is happening outside of

Completed in 1239 milliseconds

<<11121314151617181920>>