/external/apache-http/src/org/apache/http/impl/cookie/ |
NetscapeDraftHeaderParser.java | 75 while (!cursor.atEnd()) {
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueParser.java | 129 while (!cursor.atEnd()) { 181 if (!cursor.atEnd()) { 257 if (cursor.atEnd()) { 262 while (!cursor.atEnd()) {
|
ParserCursor.java | 91 public boolean atEnd() {
|
/external/icu/icu4c/source/common/ |
ruleiter.cpp | 32 UBool RuleCharacterIterator::atEnd() const {
|
ruleiter.h | 107 UBool atEnd() const;
|
/external/v8/tools/ |
consarray.js | 64 ConsArray.prototype.atEnd = function() {
|
profile_view.js | 139 while (!nodesToTraverse.atEnd()) {
|
/frameworks/rs/api/ |
Scanner.h | 66 bool atEnd();
|
Scanner.cpp | 33 bool Scanner::atEnd() {
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 118 inline bool Parser::AtEnd() { 383 if (AtEnd()) { 401 if (AtEnd()) { 449 while (!AtEnd()) { 591 if (AtEnd()) { [all...] |
/external/llvm/include/llvm/IR/ |
CFG.h | 39 while (!It.atEnd() && !isa<TerminatorInst>(*It)) 57 assert(!It.atEnd() && "pred_iterator out of range!"); 63 assert(!It.atEnd() && "pred_iterator out of range!");
|
InstIterator.h | 104 inline bool atEnd() const { return BB == BBs->end(); }
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfReader.h | 209 bool atEnd() const { return Data == DataEnd; } 291 virtual bool atEnd() const = 0; 319 bool atEnd() const override {
|
/frameworks/native/opengl/libs/EGL/ |
egl_cache.cpp | 100 bool atEnd = (bcExtLen+1) < extsLen && 103 if (equal || atStart || atEnd || inMiddle) {
|
/system/connectivity/apmanager/ |
device.cc | 93 for (; !band_iter.AtEnd(); band_iter.Advance()) { 115 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
|
/system/connectivity/shill/net/ |
attribute_list.h | 165 bool AtEnd() const { return iter_ == end_; }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
penwin.h | 1295 #define FAbsTimeInInterval(at,lpi) (FLTEAbsTime((lpi)->atBegin,at) && FLTEAbsTime(at,(lpi)->atEnd)) 1296 #define FIntervalInInterval(lpiT,lpiS) (FLTEAbsTime((lpiS)->atBegin,(lpiT)->atBegin) && FLTEAbsTime((lpiT)->atEnd,(lpiS)->atEnd)) 1297 #define FIntervalXInterval(lpiT,lpiS) (!(FLTAbsTime((lpiT)->atEnd,(lpiS)->atBegin) || FLTAbsTime((lpiS)->atEnd,(lpiT)->atBegin))) 1298 #define dwDurInterval(lpi) dwDiffAT((lpi)->atBegin,(lpi)->atEnd) [all...] |
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | 171 boolean atEnd = (where == length()); 194 if (flag == POINT || (atEnd && flag == PARAGRAPH)) 205 if (flag == POINT || (atEnd && flag == PARAGRAPH)) 402 final boolean atEnd = (mGapStart + mGapLength == mText.length); 407 atEnd, textIsRemoved); 411 atEnd, textIsRemoved); 447 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd, 460 if (atEnd) { [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
TextGraphReader.java | 209 while (!scanner.atEnd()) { 372 while (!scanner.atEnd() && !(endPattern != null && scanner.peek(endPattern))) {
|
/frameworks/minikin/libs/minikin/ |
LineBreaker.cpp | 343 bool atEnd = i == nCand - 1; 381 } else if (atEnd && mStrategy != kBreakStrategy_Balanced) {
|
/frameworks/native/libs/gui/ |
GLConsumer.cpp | 115 bool atEnd = (cropExtLen+1) < extsLen && 118 return equal || atStart || atEnd || inMiddle; 135 bool atEnd = (cropExtLen+1) < extsLen && 138 return equal || atStart || atEnd || inMiddle; [all...] |
/external/nanopb-c/generator/google/protobuf/ |
text_format.py | 157 while not tokenizer.AtEnd(): 234 if tokenizer.AtEnd(): 328 def AtEnd(self):
|
/external/protobuf/python/google/protobuf/internal/ |
text_format_test.py | 678 while not tokenizer.AtEnd(): 705 self.assertTrue(tokenizer.AtEnd()) 713 self.assertTrue(tokenizer.AtEnd())
|
/system/connectivity/shill/wifi/ |
wake_on_wifi.cc | 677 while (!pattern_iter.AtEnd()) { 756 while (!ssid_iter.AtEnd()) { [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 639 SourceRange AtEnd; 704 AtEnd.setBegin(AtLoc); 705 AtEnd.setEnd(Tok.getLocation()); 819 AtEnd.setBegin(Tok.getLocation()); 820 AtEnd.setEnd(Tok.getLocation()); 825 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables); [all...] |