HomeSort by relevance Sort by last modified time
    Searched defs:AtEnd (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
position.py 64 def AtEnd(string):
74 AtEnd = staticmethod(AtEnd)
  /system/connectivity/shill/net/
attribute_list.h 165 bool AtEnd() const { return iter_ == end_; }
  /system/connectivity/shill/
property_iterator.h 36 bool AtEnd() const { return it_ == collection_.end(); }
39 if (!AtEnd()) {
65 bool MustAdvance() { return !AtEnd() && !RetrieveCurrentValue(); }
  /external/google-breakpad/src/common/
byte_cursor.h 106 bool AtEnd() const { return Available() == 0; }
  /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/
text_format.py 228 while not tokenizer.AtEnd():
380 if tokenizer.AtEnd():
491 def AtEnd(self):
  /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/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...]
  /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...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 701 SourceRange AtEnd;
801 return AtEnd;
803 void setAtEndRange(SourceRange atEnd) {
804 AtEnd = atEnd;
    [all...]
  /external/v8/src/regexp/
jsregexp.h 788 static AssertionNode* AtEnd(RegExpNode* on_success) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]

Completed in 667 milliseconds

1 2