HomeSort by relevance Sort by last modified time
    Searched refs:WRITE (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 241 WRITE,
298 case Event::WRITE: {
442 Event event(is_write ? Event::WRITE : Event::READ, addr, size);
  /external/libbrillo/brillo/streams/
file_stream.cc 45 ssize_t Write(const void* buf, size_t nbyte) override {
46 return HANDLE_EINTR(write(fd_, buf, nbyte));
183 cb.Run(Stream::AccessMode::WRITE);
196 // Stream callbacks to be called when read and/or write operations can be
201 // MessageLoop tasks monitoring read/write operations on the file descriptor.
218 case AccessMode::WRITE:
308 access_mode = AccessMode::WRITE;
477 ssize_t written = fd_interface_->Write(buffer, size_to_write);
479 // If write() fails, check if this is due to the fact that no data
stream.cc 149 if (!WaitForDataBlocking(AccessMode::WRITE, base::TimeDelta::Max(), nullptr,
168 "Failed to write all the data");
289 AccessMode::WRITE,
357 errors::stream::kPartialData, "Failed to write all the data");
tls_stream.cc 37 info.push_back("write");
230 if (!socket_->WaitForDataBlocking(AccessMode::WRITE, kTimeout, nullptr,
431 VLOG(1) << "Waiting for write data...";
433 Stream::AccessMode::WRITE,
  /external/opencv3/apps/traincascade/
cascadeclassifier.cpp 25 void CvCascadeParams::write( FileStorage &fs ) const function in class:CvCascadeParams
242 FileStorage fs( paramsFilename, FileStorage::WRITE);
257 FileStorage fs( stageFilename, FileStorage::WRITE );
265 tempStage->write( fs, Mat() );
348 cascadeParams.write( fs );
349 fs << CC_STAGE_PARAMS << "{"; stageParams->write( fs ); fs << "}";
350 fs << CC_FEATURE_PARAMS << "{"; featureParams->write( fs ); fs << "}";
369 (*it)->write( fs, featureMap );
427 FileStorage fs( filename, FileStorage::WRITE );
  /external/opencv3/modules/core/test/
test_io.cpp 108 FileStorage fs(filename, FileStorage::WRITE + (mem ? FileStorage::MEMORY : 0));
403 static inline void write(FileStorage &fs, function
455 FileStorage fs(fname, FileStorage::WRITE);
529 FileStorage fs(cv::tempfile(".xml"), FileStorage::WRITE);
563 cv::FileStorage f(file, cv::FileStorage::WRITE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 46 WRITE = 2
168 dest.write(data)
180 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
184 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
243 progress.label("Write PYC resource...")
250 # Create the resource and write it
429 fc.write('\0\0\0\0') # MAGIC placeholder, written later
430 fc.write('\0\0\0\0') # Timestap placeholder, not needed
434 fc.write(MAGIC)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 46 WRITE = 2
168 dest.write(data)
180 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
184 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
243 progress.label("Write PYC resource...")
250 # Create the resource and write it
429 fc.write('\0\0\0\0') # MAGIC placeholder, written later
430 fc.write('\0\0\0\0') # Timestap placeholder, not needed
434 fc.write(MAGIC)
  /external/autotest/client/tests/aiostress/
aio-stress.c 20 * with this program; if not, write the Free Software Foundation, Inc., 59
74 WRITE,
150 /* size of the read/write buffer */
165 /* read,write, random, etc */
389 case WRITE:
390 return "write";
394 return "random write";
615 case WRITE:
792 case WRITE:
1089 * to restart and pick a different stage (read/write/random read etc
    [all...]
  /external/opencv3/samples/cpp/
stereo_calib.cpp 215 FileStorage fs("../data/intrinsics.yml", FileStorage::WRITE);
233 fs.open("extrinsics.yml", FileStorage::WRITE);
matchmethod_orb_akaze_brisk.cpp 135 FileStorage fs(*itDesc + "_" + *itMatcher + ".yml", FileStorage::WRITE);
3calibration.cpp 301 fs.open(outputFilename, FileStorage::WRITE);
  /frameworks/av/services/audioflinger/
FastMixer.cpp 128 case FastMixerState::WRITE:
430 if ((command & FastMixerState::WRITE) && (mOutputSink != NULL) && (mMixerBuffer != NULL)) {
440 // prepare the buffer used to write to sink
446 // if non-NULL, then duplicate write() to this non-blocking sink
449 (void) teeSink->write(buffer, frameCount);
451 // FIXME write() is non-blocking and lock-free for a properly implemented NBAIO sink,
454 ATRACE_BEGIN("write");
455 ssize_t framesWritten = mOutputSink->write(buffer, frameCount);
  /external/mesa3d/src/mesa/program/
prog_optimize.c 128 * For a MOV instruction, compute a write mask when src register also has
247 * write to such registers. Be careful with condition code setters.
321 /* find instructions that write to dead registers, flag for removal */
369 WRITE,
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
423 return WRITE;
630 if (use == WRITE || use == END)
800 if (next_use == WRITE || next_use == END) {
    [all...]
  /external/opencv3/modules/features2d/test/
test_detectors_regression.cpp 211 else // Write detector parameters and computed keypoints as validation data.
213 fs.open( resFilename, FileStorage::WRITE );
216 ts->printf( cvtest::TS::LOG, "File %s can not be opened to write.\n", resFilename.c_str() );
223 fdetector->write( fs );
226 write( fs, "keypoints", calcKeypoints );
test_descriptors_regression.cpp 238 // TODO read and write descriptor extractor parameters and check them
254 ts->printf( cvtest::TS::LOG, "Compute and write keypoints.\n" );
255 fs.open( string(ts->get_data_path()) + FEATURES2D_DIR + "/keypoints.xml.gz", FileStorage::WRITE );
260 write( fs, "keypoints", keypoints );
  /external/opencv3/modules/objdetect/src/
cascadedetect_convert.cpp 197 FileStorage newfs(newcascade, FileStorage::WRITE);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 171 return UsageType.WRITE;
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 18 along with this program; if not, write to the Free Software
124 %token READ WRITE EXECUTE SHARED NONAMEU NONAMEL DIRECTIVE EQUAL
235 | WRITE { $$ = 2;}
268 | WRITE { $$ = "WRITE"; }
1263 { "WRITE", WRITE },
    [all...]
  /external/jemalloc/src/
ctl.c 1072 #define WRITE(v, t) do { \
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 129 } else if (rw == WRITE && bh->b_dirty) {
147 rw == READ ? "read" : "write",
166 ll_rw_block(WRITE, 1, &bh);
645 ll_rw_block(WRITE, 1, &journal->j_sb_buffer);
revoke.c 19 * + Commit: during commit we write the entire list of the current
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
45 * The data write is allowed to succeed, but the revoke is _not_
431 * Write revoke records to the journal for all entries in the current
471 * Write out one revoke record. We need to create a new descriptor
550 BUFFER_TRACE(bh, "write");
551 ll_rw_block (WRITE, 1, &bh);
  /external/opencv3/modules/viz/src/
vizcore.cpp 168 /// Read/write clouds. Supported formats: ply, stl, xyz, obj
200 writer->Write();
238 sink->Write();
246 /// Read/write poses and trajectories
265 FileStorage fs(file, FileStorage::WRITE);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 56 // write: Open a file write some random data and close.
69 // For read/write tests, size is the number of Kbytes to use.
75 // adb shell /system/bin/sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump > /tmp/data.txt
130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
140 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
359 *((pid_t *)chunk) = testCase->pid(); // write our pid at the beginning of each chunk
364 // iteration to last longer and have concurrent read/write
385 ssize_t written = write(fd, chunk, chunk_size);
388 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno))
    [all...]
  /system/webservd/webservd/
request.cc 288 // If we didn't write all the data requested, we need to let libmicrohttpd do
289 // another write cycle. Schedule a DoWork() action here.
308 brillo::Stream::AccessMode::WRITE,

Completed in 1420 milliseconds

1 2 3 45 6 7 8 9