HomeSort by relevance Sort by last modified time
    Searched full:src_file (Results 1 - 25 of 48) sorted by null

1 2

  /bionic/tests/
sys_sendfile_test.cpp 27 TemporaryFile src_file; local
28 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5)));
34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count);
46 TemporaryFile src_file; local
47 ASSERT_EQ(5, TEMP_FAILURE_RETRY(write(src_file.fd, "hello", 5)));
53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count);
  /external/chromium-trace/trace-viewer/test_data/
main_thread_has_unclosed_slices.json 1 [{"cat":"task","pid":12330,"tid":12330,"ts":714008209348,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"OnMessageReceivedNoFilter"}},{"cat":"task","pid":12330,"tid":12330,"ts":714008210256,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12330,"ts":714008210286,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"OnMessageReceivedNoFilter"}},{"cat":"task","pid":12330,"tid":12330,"ts":714008210490,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12330,"ts":714008210512,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"OnMessageReceivedNoFilter"}},{"cat":"task","pid":12330,"tid":12330,"ts":714008212024,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12330,"ts":714008212057,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"OnMessageReceivedNoFilter"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008213046,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008213164,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214475,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214557,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214581,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214642,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214728,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008214793,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"ETW Trace Event","pid":12330,"tid":12330,"ts":714008222106,"ph":"B","name":"WebViewImpl::setIsAcceleratedCompositingActive(true)","args":{"id":140617641876608,"extra":"NULL"}},{"cat":"ETW Trace Event","pid":12330,"tid":12330,"ts":714008222173,"ph":"B","name":"CCLayerTreeHost::initialize","args":{"id":140617857804544,"extra":"NULL"}},{"cat":"ETW Trace Event","pid":12330,"tid":12330,"ts":714008222206,"ph":"B","name":"CCSingleThreadProxy::CCSingleThreadProxy","args":{"id":140617857664096,"extra":"NULL"}},{"cat":"ETW Trace Event","pid":12330,"tid":12330,"ts":714008222232,"ph":"E","name":"CCSingleThreadProxy::CCSingleThreadProxy","args":{"id":140617857664096,"extra":"NULL"}},{"cat":"gpu","pid":12330,"tid":12330,"ts":714008222287,"ph":"B","name":"WebGfxCtx3DCmdBfrImpl::initialize","args":{}},{"cat":"task","pid":12330,"tid":12336,"ts":714008222492,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008222627,"ph":"E","name":"MessageLoop::RunTask","args":{}},{"cat":"gpu","pid":12330,"tid":12330,"ts":714008538107,"ph":"E","name":"WebGfxCtx3DCmdBfrImpl::initialize","args":{}},{"cat":"ETW Trace Event","pid":12330,"tid":12330,"ts":714008538164,"ph":"E","name":"CCLayerTreeHost::initialize","args":{"id":140617857804544,"extra":"NULL"}},{"cat":"task","pid":12330,"tid":12336,"ts":714008538203,"ph":"B","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_sync_channel.cc","src_func":"Pop"}},{"cat":"ETW Trace Event","pid":12330,"tid":123 (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
TracedTask.cpp 17 "src_file", m_location.fileName(),
36 "src_file", m_location.fileName(),
  /ndk/build/tools/
build-docs.sh 84 for SRC_FILE in $SRC_FILES; do
86 DST_FILE=${SRC_FILE%%.text}.html
91 if [ -z "$FORCE" -a -f "$DST_FILE" -a "$SRC_FILE" -ot "$DST_FILE" ]; then
92 log "Skipping: $SRC_FILE --> $DST_FILE"
94 log "Converting: $SRC_FILE --> $DST_FILE"
99 run $SUBST_PROGRAM --output "$TMP_FILE" "$SRC_FILE"
100 fail_panic "Could not pre-process $SRC_FILE!"
103 fail_panic "Could not convert $SRC_FILE!"
  /external/chromium_org/courgette/
versioning_unittest.cc 15 void TestApplyingOldPatch(const char* src_file,
20 void VersioningTest::TestApplyingOldPatch(const char* src_file,
23 std::string old_buffer = FileContents(src_file);
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 74 def remapSrcFile(dst_root, src_roots, src_file):
77 Any matching |src_roots| prefix is stripped from |src_file| before
83 src_file = 'host/installer/mac/Scripts/keystone_install.sh'
87 The |src_file| must match one of the |src_roots| prefixes. If there are no
96 src_roots: Array of path prefixes which will be stripped of |src_file|
98 src_file: Source file to be copied.
106 src_file = os.path.normpath(src_file)
107 if os.path.commonprefix([root, src_file]) == root:
108 src_file = os.path.relpath(src_file, root
    [all...]
  /external/chromium_org/sync/syncable/
syncable_base_transaction.cc 24 "src_file", from_here_.file_name(),
70 "src_file", from_here_.file_name(),
  /external/chromium_org/tools/gyp/test/make/
gyptest-noload.py 39 with open('relocate/noload/main.c', 'a') as src_file:
40 src_file.write("\n")
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache_unittest.cc 126 base::FilePath src_file; local
127 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file));
136 cache_->Store(id_tmp, md5_tmp, src_file,
147 cache_->Store(id_pinned, md5_pinned, src_file,
352 base::FilePath src_file; local
353 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file));
359 ASSERT_EQ(FILE_ERROR_OK, cache_->Store(id, "md5", src_file,
444 base::FilePath src_file; local
445 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &src_file));
451 ASSERT_EQ(FILE_ERROR_OK, cache_->Store(id, "md5", src_file,
487 base::FilePath src_file; local
547 base::FilePath src_file; local
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc 530 FileSystemURL src_file(CreateFile("src/file"));
534 Move(src_file, dest_dir, FileSystemOperation::OPTION_NONE));
549 FileSystemURL src_file(CreateFile("src"));
553 Move(src_file, dest_file, FileSystemOperation::OPTION_NONE));
564 FileSystemURL src_file(CreateFile("src"));
568 Move(src_file, URLForPath("new"), FileSystemOperation::OPTION_NONE));
685 FileSystemURL src_file(CreateFile("src"));
689 Copy(src_file, dest_dir, FileSystemOperation::OPTION_NONE));
706 FileSystemURL src_file(CreateFile("src/file"));
708 EXPECT_EQ(base::File::FILE_OK, Truncate(src_file, 6))
    [all...]
recursive_operation_delegate_unittest.cc 187 FileSystemURL src_file(CreateFile("src"));
193 context->file_system_context(), src_file,
204 EXPECT_EQ(src_file, entry.url);
  /external/chromium_org/base/debug/
task_annotator.cc 49 "src_file",
  /external/chromium_org/base/threading/
worker_pool_win.cc 25 "src_file", pending_task->posted_from.file_name(),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 51 rc_register_file src_file,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.h 51 rc_register_file src_file,
  /external/chromium_org/third_party/zlib/google/
zip.cc 95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) {
97 if (!reader.Open(src_file)) {
98 DLOG(WARNING) << "Failed to open " << src_file.value();
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 172 src_file = FindFile(src_name, root, search_dirs)
173 if not src_file:
177 if os.stat(src_file).st_mtime <= os.stat(dst_file).st_mtime:
179 src_file, dst_file))
184 buildbot_common.CopyFile(src_file, dst_file)
  /external/valgrind/main/cachegrind/
cg_annotate.in 656 my $src_file = $_[0];
662 @ Source file '$src_file' is more recent than input file '$input_file'.
675 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
680 @@ cause: '$src_file' has changed since information was gathered.
686 } elsif ($src_file =~ /\.h$/) {
703 @@ Information recorded about lines past the end of '$src_file'.
733 foreach my $src_file (keys %all_ann_files) {
740 my $try_name = $include_dir . $src_file;
744 ? $src_file
745 : "$include_dir + $src_file");
    [all...]
  /external/compiler-rt/cmake/Modules/
AddCompilerRT.cmake 177 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}")
180 DEPENDS ${src_file}
181 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
  /external/deqp/
CMakeLists.txt 297 macro (add_data_file MODULE_NAME SRC_FILE DST_FILE)
299 add_custom_command(TARGET ${MODULE_NAME}-data POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${DST_FILE})
302 add_custom_command(TARGET ${MODULE_NAME}-data POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_FILE} ${CMAKE_BINARY_DIR}/assets/${DST_FILE})
305 add_custom_command(TARGET ${MODULE_NAME}-data POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/${SRC_FILE} ${CMAKE_BINARY_DIR}/\${CONFIGURATION}\${EFFECTIVE_PLATFORM_NAME}/deqp.app/${DST_FILE})
  /external/libpng/
CMakeLists.txt 211 macro(CREATE_SYMLINK SRC_FILE DEST_FILE)
216 COMMAND ${CMAKE_COMMAND} -E copy_if_different "${SRC_FILE}" ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/${DEST_FILE}
217 COMMAND ${CMAKE_COMMAND} -E copy_if_different "${SRC_FILE}" ${CMAKE_CURRENT_BINARY_DIR}/${DEST_FILE}
222 get_filename_component(LINK_TARGET "${SRC_FILE}" NAME)
  /external/valgrind/main/callgrind/
callgrind_annotate.in 982 my $src_file = $_[0];
988 @ Source file '$src_file' is more recent than input file '$input_file'.
1001 my ($src_more_recent_than_inputfile, $src_file, $excess_line_nums) = @_;
1006 @@ cause: '$src_file' has changed since information was gathered.
1012 } elsif ($src_file =~ /\.h$/) {
    [all...]
  /external/chromium_org/build/android/gyp/
package_resources.py 85 src_file = os.path.join(src_dir, src_file_name)
88 shutil.move(src_file, dst_file)
  /external/chromium_org/native_client_sdk/src/tools/
oshelpers.py 369 for src_file in globbed_src_args:
370 src_file = os.path.normpath(src_file)
371 src_files.append(src_file)
372 if options.recursive and os.path.isdir(src_file):
373 for root, dirs, files in os.walk(src_file):
388 new_files_to_add = [OSMakeZipPath(src_file) for src_file in src_files]
  /external/chromium_org/tools/protoc_wrapper/
protoc_wrapper.py 72 with open(os.path.join(path, filename), 'r') as src_file:
74 for line in src_file:

Completed in 451 milliseconds

1 2