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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/DebugInfo/PDB/Raw/
IndexedStreamData.cpp 19 uint32_t IndexedStreamData::getLength() {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DirectoryStreamData.h 26 virtual uint32_t getLength() { return File.getNumDirectoryBytes(); }
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationList.java 41 public int getLength();
DOMStringList.java 40 public int getLength();
NodeList.java 39 public int getLength();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Math.h 61 unsigned getLength() const {
111 assert((V.getLength() != 0) && "Zero-length vector badness.");
114 for (unsigned i = 1; i < V.getLength(); ++i)
  /external/apache-http/android/src/com/android/internal/http/multipart/
PartSource.java 52 long getLength();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 78 public int getLength() {
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 39 public int getLength(){
IntArrayWrapper.java 39 public int getLength(){
LongArrayWrapper.java 39 public int getLength(){
StringArrayWrapper.java 39 public int getLength(){
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 61 template <bool Writable> uint32_t ByteStream<Writable>::getLength() const {
  /external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.h 37 uint32_t getLength() const { return m_dwLength; }

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>