HomeSort by relevance Sort by last modified time
    Searched defs:find_first (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestTreePath.py 4 from Cython.Compiler.TreePath import find_first, find_all namespace
55 type(find_first(t, "//ReturnStatNode[./NameNode]")))
63 type(find_first(t, "//DefNode[.//NameNode]//ReturnStatNode")))
69 type(find_first(t, "//NameNode[@name]")))
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TreePath.py 284 def find_first(node, path): function
  /system/core/run-as/
package.c 305 find_first(const char* p, const char* end, char ch) function
458 const char* end = find_first(p, buffer_end, '\n');
  /external/llvm/include/llvm/ADT/
BitVector.h 156 /// find_first - Returns the index of the first set bit, -1 if none
158 int find_first() const { function in class:llvm::BitVector
SmallBitVector.h 210 /// find_first - Returns the index of the first set bit, -1 if none
212 int find_first() const { function in class:llvm::SmallBitVector
223 return getPointer()->find_first();
  /system/media/camera/docs/
metadata_model.py 85 def find_first(self, pred): member in class:Node
    [all...]

Completed in 240 milliseconds