OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUT_OF_BOUNDS
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
34
private static final int
OUT_OF_BOUNDS
= -1;
39
private int mTouchX =
OUT_OF_BOUNDS
;
256
mTouchX =
OUT_OF_BOUNDS
;
318
mTouchX =
OUT_OF_BOUNDS
;
/hardware/ril/mock-ril/src/cpp/
node_buffer.cpp
545
#define
OUT_OF_BOUNDS
ThrowException(Exception::Error(String::New("Out of bounds")))
557
if (index + 3 >= buffer->length_) return
OUT_OF_BOUNDS
;
565
if (index + 1 >= buffer->length_) return
OUT_OF_BOUNDS
;
573
if (index >= buffer->length_) return
OUT_OF_BOUNDS
;
Completed in 1096 milliseconds