/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/ |
D | client_matrix.py | 38 runtimes = list(LANG_RUNTIME_MATRIX[lang]) 40 if release_info and release_info.runtimes: 41 runtimes = list(release_info.runtimes) 42 return runtimes 70 def __init__(self, patch=[], runtimes=[], testcases_file=None): argument 72 self.runtimes = runtimes 120 ReleaseInfo(runtimes=['go1.8'], testcases_file='go__v1.0.5')), 122 ReleaseInfo(runtimes=['go1.8'], testcases_file='go__v1.0.5')), 124 ReleaseInfo(runtimes=['go1.8'], testcases_file='go__v1.0.5')), 126 ReleaseInfo(runtimes=['go1.8'], testcases_file='go__v1.0.5')), [all …]
|
D | README.md | 3 …ng and running gRPC interoperability tests for combinations of language/runtimes (known as matrix). 26 ## Instructions for adding new language/runtimes 29 - Add language/runtimes to `client_matrix.py` following existing language/runtimes examples. 42 …For example, To test all languages for all gRPC releases across all runtimes, do `tools/interop_ma…
|
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/ |
D | run-buildbot | 143 function check-runtimes() { 251 check-runtimes 257 check-runtimes 263 check-runtimes 269 check-runtimes 275 check-runtimes 281 check-runtimes 292 check-runtimes 300 check-runtimes 308 check-runtimes [all …]
|
D | oss-fuzz.sh | 16 cmake -S ${MONOREPO_ROOT}/runtimes -B ${BUILD} \
|
/external/llvm/runtimes/ |
D | CMakeLists.txt | 3 # Runtimes are different from tools or other drop-in projects because runtimes 7 # In the current state this file only works with compiler-rt, other runtimes 14 list(APPEND runtimes ${entry}) 19 # triggered by the external project call for the runtimes target below. 42 foreach(entry ${runtimes}) 58 # is required because the other runtimes need the builtin libraries present 70 # for all variables that will apply to runtimes. 71 foreach(entry ${runtimes}) 78 if(runtimes) 79 # Create a runtimes target that uses this file as its top-level CMake file. [all …]
|
/external/grpc-grpc/src/csharp/ |
D | build_unitypackage.bat | 48 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x86\libgrpc… 49 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x64\libgrpc… 50 …c_csharp_ext.dylib unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csha… 51 …c_csharp_ext.dylib unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csha… 52 …rpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\win\x86\grpc_csha… 53 …rpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\win\x64\grpc_csha… 56 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\armeabi-v… 57 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\arm64-v8a… 58 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\x86\libgr… 59 …bgrpc_csharp_ext.a unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\ios\libgrpc_cshar… [all …]
|
/external/grpc-grpc/templates/src/csharp/ |
D | build_unitypackage.bat.template | 50 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x86\libgrpc… 51 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x64\libgrpc… 52 …c_csharp_ext.dylib unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csha… 53 …c_csharp_ext.dylib unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csha… 54 …rpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\win\x86\grpc_csha… 55 …rpc_csharp_ext.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\win\x64\grpc_csha… 58 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\armeabi-v… 59 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\arm64-v8a… 60 …grpc_csharp_ext.so unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\android\x86\libgr… 61 …bgrpc_csharp_ext.a unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\ios\libgrpc_cshar… [all …]
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Grpc.Core.csproj | 26 <PackagePath>runtimes/osx/native/libgrpc_csharp_ext.x64.dylib</PackagePath> 30 <PackagePath>runtimes/osx/native/libgrpc_csharp_ext.x86.dylib</PackagePath> 34 <PackagePath>runtimes/linux/native/libgrpc_csharp_ext.x64.so</PackagePath> 38 <PackagePath>runtimes/linux/native/libgrpc_csharp_ext.x86.so</PackagePath> 42 <PackagePath>runtimes/win/native/grpc_csharp_ext.x64.dll</PackagePath> 46 <PackagePath>runtimes/win/native/grpc_csharp_ext.x86.dll</PackagePath>
|
/external/tensorflow/tensorflow/python/framework/experimental/ |
D | graph_building_test.py | 43 runtimes = timeit.repeat( 45 return min(runtimes) / num_iters 57 runtimes = timeit.repeat( 59 return min(runtimes) / num_iters
|
/external/cronet/testing/iossim/ |
D | iossim.mm | 111 // versions) or other runtimes (tvOS, watchOS) are removed. 113 NSMutableArray* runtimes = 114 [[simctl_list[@"runtimes"] mutableCopy] autorelease]; 115 for (NSDictionary* runtime in simctl_list[@"runtimes"]) { 123 [runtimes removeObject:runtime]; 126 return runtimes; 144 // Get list of devices, runtimes, etc from sim_ctl. 166 // List supported runtimes and devices. 221 // where name from 'runtimes' uses as a key in 'devices'. 246 for (id runtimes in devices_table) { [all …]
|
/external/fonttools/Snippets/ |
D | compact_gpos.py | 40 runtimes = defaultdict(list) 59 runtimes[mode].append(time.perf_counter() - before) 71 for mode, times in runtimes.items():
|
/external/ImageMagick/ |
D | Install-windows.txt | 44 o VisualDynamicMT.sln (Dynamic Multi-threaded DLL runtimes) 45 o VisualStaticMTD.sln (Static Multi-threaded DLL runtimes) 46 o VisualStaticMT.sln (Static Multi-threaded runtimes)
|
/external/grpc-grpc/tools/interop_matrix/ |
D | README.md | 3 …facilitate building and running gRPC tests for combinations of language/runtimes (known as matrix). 23 ## Instructions for adding new language/runtimes* 26 - Add language/runtimes to `client_matrix.py` following existing language/runtimes examples. 41 …For example, To test all languages for all gRPC releases across all runtimes, do `tools/interop_ma…
|
/external/skia/infra/bots/assets/clang_linux/ |
D | Dockerfile | 52 # This will build clang first and then use that new clang to build the runtimes and the 75 # It is very important to start the build from the runtimes subfolder and not the llvm subfolder 79 cmake -G Ninja -S runtimes -B tsan_out \ 91 cmake -GNinja -S runtimes -B msan_out \
|
/external/cronet/buildtools/third_party/libc++/trunk/docs/ |
D | BuildingLibcxx.rst | 29 invocation at ``<monorepo>/runtimes``. While those projects are under the LLVM 39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config… 52 In the default configuration, the runtimes will be built using the compiler available by default 54 variables. If you wish to build the runtimes from a just-built Clang, the bootstrapping build 61 It is possible to build Clang and then build the runtimes using that just-built compiler in a 62 single CMake invocation. This is usually the correct way to build the runtimes when putting together 73 $ ninja -C build runtimes # Build 74 $ ninja -C build check-runtimes # Test 75 $ ninja -C build install-runtimes # Install 98 > cmake -G "Visual Studio 16 2019" -S runtimes -B build ^ [all …]
|
/external/llvm/ |
D | .gitignore | 49 runtimes/* 50 !runtimes/*.*
|
/external/igt-gpu-tools/runner/ |
D | resultgen.c | 35 struct json_object *runtimes; member 786 struct json_object *runtimes = results->runtimes; in fill_from_journal() local 801 obj = get_or_create_json_object(runtimes, piglit_name); in fill_from_journal() 833 obj = get_or_create_json_object(runtimes, piglit_name); in fill_from_journal() 1081 results->runtimes = json_object_new_object(); in create_result_root_nodes() 1082 json_object_object_add(root, "runtimes", results->runtimes); in create_result_root_nodes()
|
/external/tflite-support/third_party/py/ |
D | BUILD.tpl | 5 # Point both runtimes to the same python binary to ensure we always
|
/external/compiler-rt/ |
D | CMakeLists.txt | 90 "Default triple for which compiler-rt runtimes will be built.") 126 option(COMPILER_RT_DEBUG "Build runtimes with full debug info" OFF) 162 # Provide some common commmandline flags for Sanitizer runtimes. 222 # Build sanitizer runtimes with debug info.
|
/external/jazzer-api/driver/ |
D | BUILD.bazel | 120 # Sanitizer runtimes have to be linked manually on Windows: 153 # Sanitizer runtimes have to be linked manually on Windows:
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 153 self.runtimes = {} 165 self.runtimes.setdefault(cmd_name, 0.0) 166 self.runtimes[cmd_name] += elapsed_time 847 message_queue.put(child_processes_manager.runtimes) 1015 summed_runtimes = child_processes_manager.runtimes 1017 runtimes = message_queue.get() 1018 for k, v in runtimes.items():
|
/external/rust/crates/grpcio-sys/grpc/tools/ |
D | README.md | 16 …p_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.
|
/external/grpc-grpc/tools/ |
D | README.md | 16 …p_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.
|
/external/opencensus-java/examples/ |
D | WORKSPACE | 46 # depend on @com_google_protobuf for protoc and proto runtimes.
|
/external/pigweed/pw_fuzzer/ |
D | docs.rst | 23 *instrumentation*. For ``pw_fuzzer``, these are sanitizer runtimes from 231 …./recipe_cleanup/clangFu99hg/llvm_build_dir/tools/clang/stage2-bins/runtimes/runtimes-x86_64-unkno… 242 …./recipe_cleanup/clangFu99hg/llvm_build_dir/tools/clang/stage2-bins/runtimes/runtimes-x86_64-unkno…
|