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

1 2 34 5

  /external/protobuf/src/google/protobuf/compiler/
parser.h 140 inline bool AtEnd();
  /packages/apps/Dialer/res/values-pt-rPT/
strings.xml 89 <string name="menu_show_missed_only" msgid="154473166059743996">"Mostrar apenas cham. n. atend."</string>
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 552 /// atEnd - return true if this iterator is equal to reg_end() on the value.
553 bool atEnd() const { return Op == 0; }
SelectionDAGNodes.h 461 /// atEnd - return true if this iterator is at the end of uses list.
462 bool atEnd() const { return Op == 0; }
    [all...]
  /frameworks/native/libs/gui/
GLConsumer.cpp 102 bool atEnd = (cropExtLen+1) < extsLen &&
105 return equal || atStart || atEnd || inMiddle;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 675 bool atEnd() const { return stack.empty(); }
787 while (!InternalItr.atEnd() &&
804 while (!InternalItr.atEnd() &&
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 544 } while (!AtEnd() &&
569 bool AtEnd() const {
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers.h 541 } while (!AtEnd() &&
561 bool AtEnd() const {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 556 while (mode != 2 && !chars.atEnd()) {
778 while (!chars.atEnd()) {
    [all...]
  /external/icu4c/common/
uniset_props.cpp 476 while (mode != 2 && !chars.atEnd()) {
698 while (!chars.atEnd()) {
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 405 Position.AtEnd(token.string))
ecmalintrules.py 301 token, Position.AtEnd(token.string))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 241 while (!it.atEnd()) {
htmlediting.cpp 220 while (!p.atEnd()) {
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py 405 Position.AtEnd(token.string))
ecmalintrules.py 301 token, Position.AtEnd(token.string))
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 145 inline bool AtEnd();
  /external/chromium_org/v8/tools/
profile.js 642 while (!pairsToProcess.atEnd()) {
  /external/v8/tools/
profile.js 642 while (!pairsToProcess.atEnd()) {
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 629 assert(!DefI.atEnd() && "Register has no defs");
632 assert((++DefI).atEnd() && "Register has multiple defs");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 724 for (; !currentPos.atEnd(); currentPos.increment()) {
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h     [all...]
  /external/v8/src/
jsregexp.h     [all...]

Completed in 628 milliseconds

1 2 34 5