.. |
ffi_test
|
[vm/ffi] Remove try-catch from ffi trampoline if no handle scope
|
2020-06-26 12:03:02 +00:00 |
abi_version.h
|
Move use_abi_version from vm directory to bin
|
2019-03-15 22:35:25 +00:00 |
abi_version_in.cc
|
Move use_abi_version from vm directory to bin
|
2019-03-15 22:35:25 +00:00 |
address_sanitizer.cc
|
|
|
BUILD.gn
|
[vm] Rename --null-safety option to --sound-null-safety
|
2020-07-09 01:37:23 +00:00 |
builtin.cc
|
[VM/runtime] Remove support for loading URLs through service isolate
|
2019-12-27 17:30:05 +00:00 |
builtin.h
|
[VM/runtime] Remove support for loading URLs through service isolate
|
2019-12-27 17:30:05 +00:00 |
builtin_gen_snapshot.cc
|
[vm] Remove DART_CHECK_VALID; add check for a current isolate to Dart_PropagateError.
|
2019-04-02 20:06:19 +00:00 |
builtin_impl_sources.gni
|
[BUILD] - Format gn files, this is being done to ensure the unfork CL
|
2020-03-10 21:56:11 +00:00 |
builtin_in.cc
|
|
|
builtin_natives.cc
|
[vm] Remove DART_CHECK_VALID; add check for a current isolate to Dart_PropagateError.
|
2019-04-02 20:06:19 +00:00 |
builtin_sources.gni
|
[NNBD/VM] Restructure VM patch files for the NNBD dart sdk split
|
2019-09-19 03:57:30 +00:00 |
cli.cc
|
Reland: [dart:cli] Adds waitFor(Future)
|
2018-01-18 16:38:54 +00:00 |
cli_impl_sources.gni
|
Reland: [dart:cli] Adds waitFor(Future)
|
2018-01-18 16:38:54 +00:00 |
cli_sources.gni
|
[NNBD/VM] Restructure VM patch files for the NNBD dart sdk split
|
2019-09-19 03:57:30 +00:00 |
console.h
|
[VM] Refactored console configuration out of platform_*.cc into console_config.h and reapplied c9700040c3 for POSIX platforms (Windows needs more work). We may also want to move code in bin/stdio.h.
|
2018-03-12 20:31:09 +00:00 |
console_posix.cc
|
[vm] Fix build for gcc 7.3.0.
|
2018-05-03 17:59:44 +00:00 |
console_win.cc
|
[VM] Fixed issue where console state on Windows was not restored correctly.
|
2018-03-14 23:52:12 +00:00 |
crashpad.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
crashpad.h
|
[gardening] Integrate Crashpad with run_vm_tests.
|
2018-10-29 15:11:16 +00:00 |
crypto.cc
|
|
|
crypto.h
|
|
|
crypto_android.cc
|
[dart:io] Don't leak /dev/urandom fd on fork.
|
2019-05-15 21:27:19 +00:00 |
crypto_fuchsia.cc
|
[fuchsia] Update zx_cprng_draw
|
2018-06-27 17:13:27 +00:00 |
crypto_linux.cc
|
[dart:io] Don't leak /dev/urandom fd on fork.
|
2019-05-15 21:27:19 +00:00 |
crypto_macos.cc
|
[vm/sigprof] Disable checking of sigprof on mac.
|
2020-06-19 18:42:33 +00:00 |
crypto_test.cc
|
|
|
crypto_win.cc
|
|
|
dart_embedder_api_impl.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
dart_io_api_impl.cc
|
[vm] Avoid allocating Monitor/Mutex/... with global initializer, use Init()/Cleanup() functions instead
|
2020-03-17 08:49:52 +00:00 |
dartdev_utils.cc
|
Reland "[ DartDev ] Generate dartdev.dart.snapshot for runtime builds and place it in the root of the build output directory"
|
2020-04-24 19:59:48 +00:00 |
dartdev_utils.h
|
Reland "[ VM / DartDev ] Load and run dartdev snapshot if first argument to dart is not a valid file path"
|
2020-03-02 22:55:46 +00:00 |
dartutils.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
dartutils.h
|
Revert "Reland : [VM/Runtime] Cleanup package config initialization code"
|
2020-06-20 08:02:53 +00:00 |
dfe.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
dfe.h
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
directory.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
directory.h
|
Revert "[dart:io] Revert recent non-utf8 path handling"
|
2018-05-23 21:01:44 +00:00 |
directory_android.cc
|
[vm] Add macro for fallthrough annotations
|
2019-02-15 01:12:01 +00:00 |
directory_fuchsia.cc
|
[vm] Add macro for fallthrough annotations
|
2019-02-15 01:12:01 +00:00 |
directory_linux.cc
|
[vm] Add macro for fallthrough annotations
|
2019-02-15 01:12:01 +00:00 |
directory_macos.cc
|
[vm] Add macro for fallthrough annotations
|
2019-02-15 01:12:01 +00:00 |
directory_test.cc
|
[vm] Remove some bin -> vm includes.
|
2018-03-28 23:16:09 +00:00 |
directory_win.cc
|
Reland "[ VM / DartDev ] Fix issue where EXEUtils returned a relative directory path instead of an absolute path"
|
2020-05-22 01:55:52 +00:00 |
elf_loader.cc
|
[vm] Store relocated addresses for text sections in BSS.
|
2020-05-26 08:47:30 +00:00 |
elf_loader.h
|
[vm] Improve docs for Dart_LoadELF.
|
2020-03-09 14:16:47 +00:00 |
entrypoints_verification_test_extension.cc
|
[VM/nnbd] Remove propagation of library mode to runtime after spec change.
|
2020-03-03 20:30:32 +00:00 |
entrypoints_verification_test_extension_dllmain_win.cc
|
Re-land "[vm] Prevent access to non-annotated members through native API."
|
2019-01-29 15:10:34 +00:00 |
error_exit.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
error_exit.h
|
|
|
eventhandler.cc
|
[eventhandler] generalize socket initialization
|
2019-10-07 22:10:59 +00:00 |
eventhandler.h
|
[vm] not remove port if socket was listening by other isolates
|
2019-11-06 16:28:12 +00:00 |
eventhandler_android.cc
|
[vm] not remove port if socket was listening by other isolates
|
2019-11-06 16:28:12 +00:00 |
eventhandler_android.h
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
eventhandler_fuchsia.cc
|
[fuchsia,dart:io] Emulate edge-triggering of close events
|
2020-04-20 16:19:36 +00:00 |
eventhandler_fuchsia.h
|
[fuchsia,dart:io] Emulate edge-triggering of close events
|
2020-04-20 16:19:36 +00:00 |
eventhandler_linux.cc
|
[vm] not remove port if socket was listening by other isolates
|
2019-11-06 16:28:12 +00:00 |
eventhandler_linux.h
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
eventhandler_macos.cc
|
[vm] not remove port if socket was listening by other isolates
|
2019-11-06 16:28:12 +00:00 |
eventhandler_macos.h
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
eventhandler_test.cc
|
|
|
eventhandler_win.cc
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
eventhandler_win.h
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
exe_utils.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
exe_utils.h
|
Reland "[ VM / DartDev ] Fixed issue where trying to find the directory of the Dart executable would fail if we encountered a relative symlink while trying to determine the absolute path."
|
2020-04-13 21:11:52 +00:00 |
extensions.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
extensions.h
|
|
|
extensions_android.cc
|
[vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
|
2019-09-24 15:03:19 +00:00 |
extensions_fuchsia.cc
|
[vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
|
2019-09-24 15:03:19 +00:00 |
extensions_linux.cc
|
[vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
|
2019-09-24 15:03:19 +00:00 |
extensions_macos.cc
|
[vm/aot] Add a custom ELF loader in dart_precompiled_runtime.
|
2019-09-24 15:03:19 +00:00 |
extensions_win.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
fdutils.h
|
|
|
fdutils_android.cc
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
fdutils_fuchsia.cc
|
[dart:io,fuchsia] Fix edge-triggering emulation for read events
|
2018-09-17 20:44:52 +00:00 |
fdutils_linux.cc
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
fdutils_macos.cc
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
file.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
file.h
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
file_android.cc
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
file_fuchsia.cc
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
file_linux.cc
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
file_macos.cc
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
file_support.cc
|
Reland "Reland "fix hanging of write on Windows""
|
2020-02-14 17:49:42 +00:00 |
file_system_watcher.cc
|
|
|
file_system_watcher.h
|
|
|
file_system_watcher_android.cc
|
[vm] Propagate more UTF8 conversion errors
|
2018-09-06 02:23:21 +00:00 |
file_system_watcher_fuchsia.cc
|
[fuchsia] Fixes for the Fuchsia build
|
2018-11-26 16:30:33 +00:00 |
file_system_watcher_linux.cc
|
[gardening] Migrate most files to be implicit-bool-conversion free
|
2019-09-05 21:41:42 +00:00 |
file_system_watcher_macos.cc
|
[VM] Remove retry logic from close(fd) calls
|
2019-02-15 23:28:17 +00:00 |
file_system_watcher_win.cc
|
[vm/io] Return data right away if it's ready.
|
2019-09-09 23:16:52 +00:00 |
file_test.cc
|
[gardening] Migrate most files to be implicit-bool-conversion free
|
2019-09-05 21:41:42 +00:00 |
file_win.cc
|
Reland "File::Copy avoids direct copying on Windows"
|
2020-07-07 20:11:00 +00:00 |
filter.cc
|
[dart:io] Throw a FormatException when filters receive bad data.
|
2020-04-08 20:38:34 +00:00 |
filter.h
|
|
|
gen_snapshot.cc
|
[ VM ] Change version output message to reference SDK instead of VM
|
2020-06-26 19:09:45 +00:00 |
gzip.cc
|
[vm] Reduce frame size for the functions with the largest frame sizes.
|
2019-12-11 18:15:27 +00:00 |
gzip.h
|
|
|
hashmap_test.cc
|
[vm] Fix various UBSan failures.
|
2020-05-07 19:40:18 +00:00 |
ifaddrs-android.cc
|
[vm] Support ListInterfaces for android
|
2019-04-19 16:38:44 +00:00 |
ifaddrs-android.h
|
[vm] Support ListInterfaces for android
|
2019-04-19 16:38:44 +00:00 |
io_buffer.cc
|
[vm, io] Fix some MemorySanitizer issues.
|
2020-02-27 17:50:43 +00:00 |
io_buffer.h
|
[VM] Fix OOM handling when allocating buffers in dart:io
|
2017-11-15 18:06:31 +00:00 |
io_impl_sources.gni
|
Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
|
2020-07-07 21:07:55 +00:00 |
io_natives.cc
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
io_natives.h
|
|
|
io_service.cc
|
|
|
io_service.h
|
|
|
io_service_no_ssl.cc
|
|
|
io_service_no_ssl.h
|
|
|
io_sources.gni
|
[NNBD/VM] Restructure VM patch files for the NNBD dart sdk split
|
2019-09-19 03:57:30 +00:00 |
isolate_data.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
isolate_data.h
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
loader.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
loader.h
|
Revert "Reland : [VM/Runtime] Cleanup package config initialization code"
|
2020-06-20 08:02:53 +00:00 |
lockers.h
|
|
|
main.cc
|
[vm/nnbd] Detect null safety when running service isolate from AOT snapshot
|
2020-07-01 20:22:24 +00:00 |
main_options.cc
|
[ VM ] Remove options from standard dart --help output that are covered
|
2020-07-10 17:40:04 +00:00 |
main_options.h
|
[vm] Remove (unused & deprecated) --package-root parameter from VM binaries and from tests (Platform.packageRoot always returns null)
|
2020-06-24 18:17:53 +00:00 |
namespace.cc
|
Add various missing argument checks to dart:io natives.
|
2019-08-01 23:32:40 +00:00 |
namespace.h
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
namespace_android.cc
|
[android] Fix build
|
2017-10-09 19:31:40 +00:00 |
namespace_fuchsia.cc
|
[dart:io,fuchsia] Change namespace setup failure from ASSERTs to FATALs
|
2019-05-28 19:12:35 +00:00 |
namespace_fuchsia.h
|
[dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free.
|
2019-01-15 22:07:51 +00:00 |
namespace_linux.cc
|
[dart:io] chdir, getcwd when in a namespace
|
2017-10-09 19:14:58 +00:00 |
namespace_macos.cc
|
[dart:io] chdir, getcwd when in a namespace
|
2017-10-09 19:14:58 +00:00 |
namespace_win.cc
|
[dart:io] chdir, getcwd when in a namespace
|
2017-10-09 19:14:58 +00:00 |
observatory_assets_empty.cc
|
[vm] Cleanup C99 header includes
|
2019-07-03 10:54:24 +00:00 |
options.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
options.h
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
platform.cc
|
[ VM ] Migrate VM tests to support null safety and return errors from Dart_GetType and Dart_NewListOf when --null-safety is enabled
|
2020-05-26 22:40:52 +00:00 |
platform.h
|
Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
|
2020-07-07 21:07:55 +00:00 |
platform_android.cc
|
Revert "[ VM ] Update embedding API to perform Platform initialization"
|
2019-09-24 20:43:20 +00:00 |
platform_fuchsia.cc
|
Revert "[ VM ] Update embedding API to perform Platform initialization"
|
2019-09-24 20:43:20 +00:00 |
platform_linux.cc
|
Revert "[ VM ] Update embedding API to perform Platform initialization"
|
2019-09-24 20:43:20 +00:00 |
platform_macos.cc
|
Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
|
2020-07-07 21:07:55 +00:00 |
platform_macos.h
|
Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
|
2020-07-07 21:07:55 +00:00 |
platform_macos_test.cc
|
Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version
|
2020-07-07 21:07:55 +00:00 |
platform_win.cc
|
[SDK] Fixes loading appended snapshots when executed with PATH.
|
2019-10-18 10:30:48 +00:00 |
process.cc
|
[vm] not remove port if socket was listening by other isolates
|
2019-11-06 16:28:12 +00:00 |
process.h
|
[dart:io] Don't treat a file descriptor as a signal o_o;
|
2020-05-04 20:19:18 +00:00 |
process_android.cc
|
[dart:io] Don't treat a file descriptor as a signal o_o;
|
2020-05-04 20:19:18 +00:00 |
process_fuchsia.cc
|
Reland "Revert "Add an --os=fuchsia option to build.py:""
|
2020-06-18 00:24:31 +00:00 |
process_linux.cc
|
[dart:io] Don't treat a file descriptor as a signal o_o;
|
2020-05-04 20:19:18 +00:00 |
process_macos.cc
|
[dart:io] Don't treat a file descriptor as a signal o_o;
|
2020-05-04 20:19:18 +00:00 |
process_test.cc
|
[infra] Define a GCC builder configuration.
|
2020-05-16 00:26:32 +00:00 |
process_win.cc
|
[dart:io] Don't treat a file descriptor as a signal o_o;
|
2020-05-04 20:19:18 +00:00 |
reference_counting.h
|
[vm] Fix TSAN failures related to object headers and GC task phases.
|
2019-10-09 21:48:20 +00:00 |
root_certificates_unsupported.cc
|
|
|
run_vm_tests.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
secure_socket_filter.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
secure_socket_filter.h
|
[vm] Avoid allocating Monitor/Mutex/... with global initializer, use Init()/Cleanup() functions instead
|
2020-03-17 08:49:52 +00:00 |
secure_socket_unsupported.cc
|
[dart:io] Adds X509Certificate.der and X509Certificate.pem
|
2018-05-17 16:20:06 +00:00 |
secure_socket_utils.cc
|
[gardening] Migrate most files to be implicit-bool-conversion free
|
2019-09-05 21:41:42 +00:00 |
secure_socket_utils.h
|
Reland "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce."
|
2019-10-23 18:08:16 +00:00 |
security_context.cc
|
Reland "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce."
|
2019-10-23 18:08:16 +00:00 |
security_context.h
|
[dart:io] Adds X509Certificate.der and X509Certificate.pem
|
2018-05-17 16:20:06 +00:00 |
security_context_android.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
security_context_fuchsia.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
security_context_linux.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
security_context_macos.cc
|
[ VM / dart:io ] Replace usage of SecTrustEvaluate with SecTrustEvaluateWithError on MacOS >= 10.14
|
2019-10-31 22:17:17 +00:00 |
security_context_win.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
snapshot_empty.cc
|
[vm] Cleanup C99 header includes
|
2019-07-03 10:54:24 +00:00 |
snapshot_in.cc
|
[vm] Cleanup C99 header includes
|
2019-07-03 10:54:24 +00:00 |
snapshot_utils.cc
|
[vm] Increase alignment in the blob container format to 16k.
|
2020-07-06 18:08:31 +00:00 |
snapshot_utils.h
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
socket.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
socket.h
|
[dart:io] Support abstract unix domain socket on Linux
|
2020-05-19 21:33:10 +00:00 |
socket_android.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_base.cc
|
[dart:io] Support abstract unix domain socket on Linux
|
2020-05-19 21:33:10 +00:00 |
socket_base.h
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
socket_base_android.cc
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
socket_base_android.h
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_base_fuchsia.cc
|
[dart:io] Fuchsia version of SocketBase::AvailableDatagram
|
2020-03-30 19:14:38 +00:00 |
socket_base_fuchsia.h
|
[dart:io] Fix Unix domain socket headers for Fuchsia
|
2020-03-23 20:35:47 +00:00 |
socket_base_linux.cc
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
socket_base_linux.h
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_base_macos.cc
|
Reland "[dart:io] Fix hanging on zero-length datagram"
|
2020-03-27 15:28:23 +00:00 |
socket_base_macos.h
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_base_win.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
socket_base_win.h
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_fuchsia.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_linux.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_macos.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
socket_win.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
stdio.cc
|
[fuchsia][dart:io] Allow the embedder to specify handles for stdio
|
2018-01-22 21:09:39 +00:00 |
stdio.h
|
[fuchsia][dart:io] Allow the embedder to specify handles for stdio
|
2018-01-22 21:09:39 +00:00 |
stdio_android.cc
|
Add common terminals to ANSI heuristic
|
2020-06-09 21:33:35 +00:00 |
stdio_fuchsia.cc
|
[fuchsia] Fixes for the Fuchsia build
|
2018-11-26 16:30:33 +00:00 |
stdio_linux.cc
|
Add common terminals to ANSI heuristic
|
2020-06-09 21:33:35 +00:00 |
stdio_macos.cc
|
Add common terminals to ANSI heuristic
|
2020-06-09 21:33:35 +00:00 |
stdio_win.cc
|
[fuchsia][dart:io] Allow the embedder to specify handles for stdio
|
2018-01-22 21:09:39 +00:00 |
sync_socket.cc
|
Add various missing argument checks to dart:io natives.
|
2019-08-01 23:32:40 +00:00 |
sync_socket.h
|
|
|
sync_socket_android.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
sync_socket_fuchsia.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
sync_socket_linux.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
sync_socket_macos.cc
|
[dart:io] support Unix domain communications
|
2020-03-23 03:51:40 +00:00 |
sync_socket_win.cc
|
|
|
test_extension.c
|
|
|
test_extension_dllmain_win.cc
|
|
|
thread.h
|
[standalone] Name dart:io threads, take 2.
|
2019-02-13 20:29:46 +00:00 |
thread_android.cc
|
[vm, arm64] Adjust CSP during the invocation stub instead of each function prologue.
|
2019-10-25 19:21:56 +00:00 |
thread_android.h
|
|
|
thread_fuchsia.cc
|
[standalone] Name dart:io threads, take 2.
|
2019-02-13 20:29:46 +00:00 |
thread_fuchsia.h
|
|
|
thread_linux.cc
|
[standalone] Name dart:io threads, take 2.
|
2019-02-13 20:29:46 +00:00 |
thread_linux.h
|
|
|
thread_macos.cc
|
[standalone] Name dart:io threads, take 2.
|
2019-02-13 20:29:46 +00:00 |
thread_macos.h
|
|
|
thread_win.cc
|
[ VM / Windows ] Removed call to SetThreadDescription which is only supported in new Win 10 builds
|
2019-02-26 01:00:26 +00:00 |
thread_win.h
|
[vm] Update Windows synchronization code to CONDITION_VARIABLEs and SRWLOCKs.
|
2018-11-09 18:44:49 +00:00 |
typed_data_utils.cc
|
[ VM ] Updated include path for typed_data_utils.h which was causing Flutter build to fail.
|
2018-05-24 16:15:03 +00:00 |
typed_data_utils.h
|
Revert "[dart:io] Revert recent non-utf8 path handling"
|
2018-05-23 21:01:44 +00:00 |
utils.h
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
utils_android.cc
|
[ VM ] Addressed additional comments from CL 56461.
|
2018-05-24 20:01:51 +00:00 |
utils_fuchsia.cc
|
[fuchsia] Migrate to zx_clock_get_new
|
2019-05-10 18:22:28 +00:00 |
utils_linux.cc
|
[ VM ] Addressed additional comments from CL 56461.
|
2018-05-24 20:01:51 +00:00 |
utils_macos.cc
|
[ VM ] Addressed additional comments from CL 56461.
|
2018-05-24 20:01:51 +00:00 |
utils_win.cc
|
[build] Remove last platform -> vm and bin -> vm dependencies. Fix some ODR violations.
|
2019-04-22 20:15:43 +00:00 |
utils_win.h
|
[vm] Allow Isolate.spawnUri to spawn from app-jit snapshots
|
2020-06-18 12:59:33 +00:00 |
vmservice_impl.cc
|
[build] Support --clang when building dart sdk on Windows.
|
2020-06-25 03:36:41 +00:00 |
vmservice_impl.h
|
[vmservice] allow fallback on port bind failure
|
2020-01-28 23:36:14 +00:00 |