HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/boringssl/src/crypto/x509v3/
v3_utl.c 759 int atend = (i == len - 1 || p[i+1] == '.'); local
769 && (!atstart || !atend))
772 if (!atstart && !atend)
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptlintrules.py 483 position=Position.AtEnd(token.string))
507 position=Position.AtEnd(token.string))
515 position=Position.AtEnd(token.string))
  /external/protobuf/python/google/protobuf/
text_format.py 228 while not tokenizer.AtEnd():
380 if tokenizer.AtEnd():
491 def AtEnd(self):
  /external/google-breakpad/src/common/
byte_cursor.h 106 bool AtEnd() const { return Available() == 0; }
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
RuleCharacterIterator.java 117 public boolean atEnd() {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 116 public boolean atEnd() {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 809 /// atEnd - return true if this iterator is equal to reg_end() on the value.
810 bool atEnd() const { return Op == nullptr; }
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 308 assert((I.atEnd() || std::next(I) == def_instr_end()) &&
310 return !I.atEnd() ? &*I : nullptr;
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 409 if (atEnd())
523 if (atEnd())
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 647 bool atEnd = (cropExtLen+1) < extsLen &&
650 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle;
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 346 if (!cursor.atEnd()) {
  /external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c 726 int AtEnd = g ->nEntries - AtBegin - 1; // And 98%
746 Val = g ->Table16[AtEnd];
748 beta = Val - Slope * AtEnd;
750 for (i = AtEnd; i < (int) g ->nEntries; i++)
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 701 SourceRange AtEnd;
801 return AtEnd;
803 void setAtEndRange(SourceRange atEnd) {
804 AtEnd = atEnd;
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 675 bool atEnd() const { return stack.empty(); }
788 while (!InternalItr.atEnd() &&
805 while (!InternalItr.atEnd() &&
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 649 public boolean atEnd() {
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 472 while (mode != 2 && !chars.atEnd()) {
694 while (!chars.atEnd()) {
    [all...]
  /system/connectivity/shill/net/
netlink_message_unittest.cc 407 for (; !freq_iter.AtEnd(); freq_iter.Advance()) {
434 for (; !ssid_iter.AtEnd(); ssid_iter.Advance()) {
    [all...]
  /external/llvm/include/llvm/IR/
Value.h 165 bool atEnd() const { return *this == user_iterator_impl(); }
  /external/protobuf/src/google/protobuf/compiler/
parser.h 144 inline bool AtEnd();
  /external/v8/tools/
profile.js 681 while (!pairsToProcess.atEnd()) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 145 inline bool AtEnd();
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 145 inline bool AtEnd();
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 145 inline bool AtEnd();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 144 inline bool AtEnd();

Completed in 1637 milliseconds

1 23 4 5 6