HomeSort by relevance Sort by last modified time
    Searched refs:GetLength (Results 1 - 25 of 25) sorted by null

  /external/gtest/src/
gtest-filepath.cc 110 return FilePath(String(pathname_.c_str(), pathname_.GetLength() - 4));
222 return pathname_.GetLength() == 3 && IsAbsolutePath();
232 return pathname_.GetLength() >= 3 &&
276 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
312 ? FilePath(String(pathname_.c_str(), pathname_.GetLength() - 1))
325 char* const dest = new char[pathname_.GetLength() + 1];
327 memset(dest_ptr, 0, pathname_.GetLength() + 1);
gtest-port.cc 562 for (int i = 0; i != full_flag.GetLength(); i++) {
gtest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 64 return FilePath(String(pathname_.c_str(), pathname_.GetLength() - 4));
176 if (pathname_.GetLength() == 0 || this->DirectoryExists()) {
205 ? FilePath(String(pathname_.c_str(), pathname_.GetLength() - 1))
gtest-port.cc 201 for (int i = 0; i != full_flag.GetLength(); i++) {
gtest.cc     [all...]
  /development/simulator/app/
AssetStream.h 33 virtual wxFileOffset GetLength() const {
34 //printf("## GetLength --> %ld\n", (long) mpAsset->getLength());
35 return mpAsset->getLength();
38 //printf("## GetSize --> %ld\n", (long) mpAsset->getLength());
39 return mpAsset->getLength();
45 return (mpAsset->seek(0, SEEK_CUR) == mpAsset->getLength());
  /external/chromium/net/disk_cache/
file.h 70 size_t GetLength();
mapped_file_posix.cc 22 size = GetLength();
block_files.cc 244 if (file->GetLength() < static_cast<size_t>(kBlockHeaderSize)) {
466 int file_size = static_cast<int>(file->GetLength());
file_win.cc 265 size_t File::GetLength() {
file_posix.cc 367 size_t File::GetLength() {
backend_impl.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 211 int GetLength() const {
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.8-1.js 81 var LENGTH = eval( "GetLength("+ args +")" );
84 "GetLength("+args+")",
110 function GetLength() {
10.1.8-2.js 71 var GetLength = new Function( "var l = arguments.length; return l" );
87 var LENGTH = eval( "GetLength("+ args +")" );
90 "GetLength("+args+")",
  /external/gtest/include/gtest/internal/
gtest-string.h 278 int GetLength() const {
  /external/skia/src/views/
SkOSSound.cpp 27 long GetLength() const {return m_nLength;}
283 wave->whdr.lpData = new char[wave->waveFile.GetLength()];
284 wave->whdr.dwBufferLength = wave->waveFile.GetLength();
  /external/v8/src/
conversions.cc 63 static inline int GetLength(const char* str) {
68 static inline int GetLength(String* str) {
139 int len = GetLength(s);
173 int len = GetLength(s);
273 int len = GetLength(str);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1346 milliseconds