Searched refs:read (Results 376 - 400 of 2793) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dbucket.py200 response.read()
399 body = response.read()
715 body = response.read()
776 body = response.read()
872 body = response.read()
904 body = response.read()
916 body = response.read()
932 body = response.read()
952 body = response.read()
998 body = response.read()
[all...]
/external/libevent/
H A Dwin32select.c119 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read) argument
121 struct win_fd_set *set = read ? op->readset_in : op->writeset_in;
122 if (read) {
133 set = read ? op->readset_in : op->writeset_in;
136 if (read)
145 struct win32op *op, struct idx_info *ent, int read)
148 struct win_fd_set *set = read ? op->readset_in : op->writeset_in;
149 if (read) {
167 if (read)
144 do_fd_clear(struct event_base *base, struct win32op *op, struct idx_info *ent, int read) argument
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
H A DtBit_Block.py127 assert open(self.filesystem_name).read()[:-1] == filesystem_value[index_bit], log.F("FILESYSTEM : parameter update error for %s after setting bit %s "%(self.block_name, self.bit_name[index_bit]))
160 init_filesystem_value=open(self.filesystem_name).read()[:-1]
171 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name))
211 init_filesystem_value=open(self.filesystem_name).read()[:-1]
222 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name))
255 init_filesystem_value=open(self.filesystem_name).read()[:-1]
266 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name))
309 init_filesystem_value=open(self.filesystem_name).read()[:-1]
320 assert open(self.filesystem_name).read()[:-1] == init_filesystem_value, log.F("FILESYSTEM : parameter update error for %s"%(self.block_name))
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java48 while ((result = in.read(buf)) != -1) {
68 while ((result = in.read(buf)) != -1) {
84 while ((result = in.read(buf)) != -1) {
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
H A Dtest_zipio.py29 data = fp.read()
35 data = fp.read()
41 data = fp.read()
47 data = fp.read()
177 data = fp.read()
179 fp.read()
188 data = fp.read()
190 fp.read()
199 data = fp.read()
201 fp.read()
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dcascade.py96 f.write(environ['wsgi.input'].read())
100 chunk = environ['wsgi.input'].read(min(copy_len, 4096))
107 f = StringIO(environ['wsgi.input'].read(length))
/external/chromium-trace/catapult/third_party/gsutil/
H A Dsetup.py65 VERSION = f.read().strip()
68 CHECKSUM = f.read()
99 mock_storage_contents = fp.read()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
H A Dtest_job.py59 http_response = mock.Mock(read=mock.Mock(return_value='xyz'))
69 self.assertEqual(http_response.read.return_value, fileobj.read())
/external/guava/guava/src/com/google/common/base/
H A DStopwatch.java162 startTick = ticker.read();
174 long tick = ticker.read();
194 return isRunning ? ticker.read() - startTick + elapsedNanos : elapsedNanos;
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java161 startTick = ticker.read();
173 long tick = ticker.read();
193 return isRunning ? ticker.read() - startTick + elapsedNanos : elapsedNanos;
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java65 byte[] result = ByteSource.concat(checker, checker, checker).read();
88 while (in.read() != -1) {
111 assertEquals(20, multi.read());
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DTcpClientOutputTest.java74 assertFalse(remoteReader.read());
88 while (remoteReader.read()) {
106 remoteReader.read();
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DMultiSourceFileLocatorTest.java75 assertEquals('2', source.read());
93 assertEquals('2', source.read());
123 public int read(char[] cbuf, int off, int len) throws IOException { method in class:MultiSourceFileLocatorTest.StubReader
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeReader.java83 int read;
84 while ((read = byteBuffer.get()) != 0) {
85 out.write(read);
/external/nanopb-c/tests/site_scons/
H A Dsite_init.py70 data1 = open(str(source[0]), 'rb').read()
71 data2 = open(str(source[1]), 'rb').read()
85 data = open(str(source[0]), 'rU').read()
/external/opencv3/apps/traincascade/
H A Dboost.h17 bool read( const cv::FileNode &node );
58 void read( const cv::FileNode &node, CvBoost* _ensemble, CvDTreeTrainData* _data );
74 bool read( const cv::FileNode &node, const CvFeatureEvaluator* _featureEvaluator,
/external/opencv3/samples/cpp/tutorial_code/core/file_input_output/
H A Dfile_input_output.cpp18 << " - use it to read and write matrices." << endl;
32 void read(const FileNode& node) //Read serialization for this class function in class:MyData
44 //These write and read functions must be defined for the serialization in FileStorage to work
49 static void read(const FileNode& node, MyData& x, const MyData& default_value = MyData()){ function
53 x.read(node);
99 {//read
145 cout << "Attempt to read NonExisting (should initialize the data structure with its default).";
/external/skia/experimental/mojo/
H A Dgenerate.py24 hasher.update(f.read())
29 sha = f.read(40)
34 o.write(urllib2.urlopen(url).read())
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DMemoryDataStore.java57 @Override public int read() throws IOException {
64 @Override public int read(byte[] b) throws IOException {
77 @Override public int read(byte[] b, int off, int len) throws IOException {
/external/v8/tools/release/
H A Dcheck_clusterfuzz.py105 return url_fh.read()
159 data = response.read()
166 raise Exception("ERROR: Could not read response. Is your key valid?")
182 key = f.read().strip()
/external/webrtc/webrtc/base/
H A Dsocketstream.cc61 size_t* read, int* error) {
72 if (read)
73 *read = result;
60 Read(void* buffer, size_t buffer_len, size_t* read, int* error) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs81 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs79 public static int read( this TextReader reader, char[] buffer, int index, int count ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java68 super.n = isr.read(data);
H A DANTLRReaderStream.java72 // read all the data in chunks of readChunkSize
82 numRead = r.read(data, p, readChunkSize);
83 // System.out.println("read "+numRead+" chars; p was "+p+" is now "+(p+numRead));

Completed in 2271 milliseconds

<<11121314151617181920>>