HomeSort by relevance Sort by last modified time
    Searched full:checkbounds (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/
array.c 104 static inline void checkBounds(Array* array, int index) {
111 checkBounds(array, index);
116 checkBounds(array, index);
134 checkBounds(array, index);
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 57 checkBounds(index, tableOfContents.stringIds.size);
68 checkBounds(index, tableOfContents.typeIds.size);
78 checkBounds(index, tableOfContents.typeIds.size);
88 checkBounds(index, tableOfContents.protoIds.size);
99 checkBounds(index, tableOfContents.fieldIds.size);
110 checkBounds(index, tableOfContents.methodIds.size);
178 private static void checkBounds(int index, int length) {
  /external/chromium/base/
string_number_conversions.cc 204 // - a static function, CheckBounds, that determines whether the next digit
234 if (!Sign::CheckBounds(output, new_digit)) {
248 static bool CheckBounds(value_type* output, uint8 new_digit) {
264 static bool CheckBounds(value_type* output, uint8 new_digit) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 254 int x, int y, GLView component, boolean checkBounds) {
258 if (!checkBounds || rect.contains(x, y)) {

Completed in 144 milliseconds