HomeSort by relevance Sort by last modified time
    Searched full:atend (Results 76 - 100 of 249) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->end(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->end(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->end(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->end(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->end(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstIterator.h 108 inline bool atEnd() const { return BB == BBs->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 170 boolean atEnd = (where == length());
193 if (flag == POINT || (atEnd && flag == PARAGRAPH))
204 if (flag == POINT || (atEnd && flag == PARAGRAPH))
402 final boolean atEnd = (mGapStart + mGapLength == mText.length);
407 atEnd, textIsRemoved);
411 atEnd, textIsRemoved);
442 private int updatedIntervalBound(int offset, int start, int nbNewChars, int flag, boolean atEnd,
455 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/native/opengl/tests/EGLTest/
EGL_test.cpp 39 bool atEnd = (cropExtLen + 1) < extsLen &&
42 return equal || atStart || atEnd || inMiddle;
  /external/icu/icu4c/source/common/
ruleiter.h 109 UBool atEnd() const;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 150 for (SDNode::use_iterator UI = NI->use_begin(); !UI.atEnd(); ++UI) {
  /frameworks/native/libs/gui/
GLConsumer.cpp 116 bool atEnd = (cropExtLen+1) < extsLen &&
119 return equal || atStart || atEnd || inMiddle;
136 bool atEnd = (cropExtLen+1) < extsLen &&
139 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):
  /frameworks/minikin/libs/minikin/
LineBreaker.cpp 435 bool atEnd = i == nCand - 1;
472 if ((atEnd || !mJustified) && delta < 0) {
474 } else if (atEnd && mStrategy != kBreakStrategy_Balanced) {
  /external/clang/lib/Parse/
ParseObjc.cpp 625 SourceRange AtEnd;
690 AtEnd.setBegin(AtLoc);
691 AtEnd.setEnd(Tok.getLocation());
805 AtEnd.setBegin(Tok.getLocation());
806 AtEnd.setEnd(Tok.getLocation());
811 Actions.ActOnAtEnd(getCurScope(), AtEnd, allMethods, allTUVariables);
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 810 int atend = (i == len - 1 || p[i + 1] == '.'); local
820 && (!atstart || !atend))
823 if (!atstart && !atend)
    [all...]
  /external/protobuf/js/binary/
decoder.js 180 jspb.BinaryIterator.prototype.atEnd = function() {
193 if (this.decoder_.atEnd()) {
418 jspb.BinaryDecoder.prototype.atEnd = function() {
  /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 119 public boolean atEnd() {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RuleCharacterIterator.java 118 public boolean atEnd() {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]

Completed in 607 milliseconds

1 2 34 5 6 7 8 910