Searched refs:SIZE_UNKNOWN (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.h127 const size_t SIZE_UNKNOWN = static_cast<size_t>(-1); member in namespace:rtc
182 const CTYPE* source, size_t srclen = SIZE_UNKNOWN) {
186 if (srclen == SIZE_UNKNOWN) {
198 const CTYPE* source, size_t srclen = SIZE_UNKNOWN) {
248 const char* source, size_t srclen = SIZE_UNKNOWN) {
272 const char* source, size_t srclen = SIZE_UNKNOWN);
181 strcpyn(CTYPE* buffer, size_t buflen, const CTYPE* source, size_t srclen = SIZE_UNKNOWN) argument
197 strcatn(CTYPE* buffer, size_t buflen, const CTYPE* source, size_t srclen = SIZE_UNKNOWN) argument
247 asccpyn(char* buffer, size_t buflen, const char* source, size_t srclen = SIZE_UNKNOWN) argument
H A Dhttpbase_unittest.cc88 size_t expected_length = SIZE_UNKNOWN);
98 size_t expected_length = SIZE_UNKNOWN);
160 EXPECT_EQ(SIZE_UNKNOWN, events[0].data_size);
174 if (SIZE_UNKNOWN == expected_length) {
282 if (SIZE_UNKNOWN == expected_length) {
H A Dstringutils.cc75 if (srclen == SIZE_UNKNOWN) {
H A Dhttpbase.cc56 data_size_ = SIZE_UNKNOWN;
102 if ((data_size_ != SIZE_UNKNOWN) && (available > data_size_)) {
115 if (data_size_ != SIZE_UNKNOWN) {
217 return (state_ == ST_DATA) && (data_size_ == SIZE_UNKNOWN);
333 if (SIZE_UNKNOWN == data_size)
H A Dstream.cc205 : StreamAdapterInterface(stream), start_(SIZE_UNKNOWN), pos_(0),
206 length_(SIZE_UNKNOWN) {
207 // It's ok for this to fail, in which case start_ is left as SIZE_UNKNOWN.
212 : StreamAdapterInterface(stream), start_(SIZE_UNKNOWN), pos_(0),
214 // It's ok for this to fail, in which case start_ is left as SIZE_UNKNOWN.
220 if (SIZE_UNKNOWN != length_) {
238 if (SIZE_UNKNOWN == start_)
240 if ((SIZE_UNKNOWN != length_) && (position > length_))
249 if (SIZE_UNKNOWN == start_)
264 if (SIZE_UNKNOWN !
[all...]
H A Dhttpserver.cc178 if (data_size == SIZE_UNKNOWN) {
H A Dtestutils.h167 write_block_ = SIZE_UNKNOWN;
247 if (SIZE_UNKNOWN != write_block_) {
H A Dhttpclient.cc660 if (!ignore_data && !chunked && (data_size != SIZE_UNKNOWN)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 136 milliseconds