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

1 2 3 4

  /external/curl/docs/cmdline-opts/
ftp-skip-pasv-ip.d 7 Tell curl to not use the IP address the server suggests in its response
dns-interface.d 9 Tell curl to send outgoing DNS requests through <interface>. This option is a
dns-ipv4-addr.d 9 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
dns-ipv6-addr.d 9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
ftp-pret.d 6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
path-as-is.d 5 Tell curl to not handle sequences of /../ or /./ in the given URL
7 this option set you tell it not to do that.
disable-eprt.d 5 Tell curl to disable the use of the EPRT and LPRT commands when doing active
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorystream.h 41 size_t Tell() const { return static_cast<size_t>(src_ - begin_); }
50 return Tell() + 4 <= size_ ? src_ : 0;
reader.h 404 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentEmpty, is.Tell());
415 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentRootNotSingular, is.Tell());
472 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell());
479 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell());
485 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissName, is.Tell());
493 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissColon, is.Tell());
508 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell());
510 default: RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissCommaOrCurlyBracket, is.Tell());
522 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell());
529 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell());
    [all...]
encodedstream.h 44 size_t Tell() const { return is_.Tell(); }
82 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
124 size_t Tell() const { return is_->Tell(); }
232 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
filereadstream.h 45 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); }
filewritestream.h 72 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; }
rapidjson.h 521 size_t Tell();
578 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
613 size_t Tell() { return static_cast<size_t>(src_ - head_); }
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
simdtest.cpp 58 EXPECT_EQ(i, s.Tell());
filestreamtest.cpp 80 EXPECT_EQ(length_, s.Tell());
104 EXPECT_EQ(length_, is.Tell());
prettywritertest.cpp 108 size_t Tell() const { return 0; }
encodedstreamtest.cpp 116 EXPECT_EQ(size, eis.Tell());
157 EXPECT_EQ(size, eis.Tell());
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 31 # Tell the build system this isn't a typical 64bit+32bit multilib configuration.
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 234 DirectoryPos = io ->Tell(io);
246 Before = io ->Tell(io);
253 ElementSizes[i] = io ->Tell(io) - Before;
257 CurrentPos = io ->Tell(io);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 34 /** Tell me how to create a token for use with imaginary token nodes.
46 /** Tell me how to create a token for use with imaginary token nodes.
  /external/ims/rcs/rcsservice/
Android.mk 45 # Tell it to build an APK
  /build/soong/cc/config/
x86_linux_bionic_host.go 54 // Tell clang where the gcc toolchain is
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 483 // Tell returns the current position in the line table.
484 func (r *LineReader) Tell() LineReaderPos {
488 // Seek restores the line table reader to a position returned by Tell.
490 // The argument pos must have been returned by a call to Tell on this
571 pos := r.Tell()
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 483 // Tell returns the current position in the line table.
484 func (r *LineReader) Tell() LineReaderPos {
488 // Seek restores the line table reader to a position returned by Tell.
490 // The argument pos must have been returned by a call to Tell on this
571 pos := r.Tell()
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 138 // Tell our parent that all the goroutines are executing.

Completed in 748 milliseconds

1 2 3 4