| /external/cronet/testing/variations/ |
| D | fieldtrial_testing_config.json | 4 "platforms": [ array 20 "platforms": [ array 35 "platforms": [ array 55 "platforms": [ array 83 "platforms": [ array 103 "platforms": [ array 118 "platforms": [ array 160 "platforms": [ array 178 "platforms": [ array 194 "platforms": [ array [all …]
|
| /external/grpc-grpc/tools/run_tests/generated/ |
| D | tests.json | 20 "platforms": [ array 44 "platforms": [ array 68 "platforms": [ array 92 "platforms": [ array 116 "platforms": [ array 142 "platforms": [ array 166 "platforms": [ array 190 "platforms": [ array 213 "platforms": [ array 234 "platforms": [ array [all …]
|
| /external/mdnsresponder/ |
| D | mDNSResponder.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLL", "mDNSWindows\DLL\dnssd.vcproj", "{AB5811… 5 …oject("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mDNSResponder", "mDNSWindows\SystemService\Serv… 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NSPTool", "mDNSWindows\NSPTool\NSPTool.vcproj"… 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mdnsNSP", "mDNSWindows\mdnsNSP\mdnsNSP.vcproj"… 11 {AB581101-18F0-46F6-B56A-83A6B1EA657E} = {AB581101-18F0-46F6-B56A-83A6B1EA657E} 14 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExplorerPlugin", "Clients\ExplorerPlugin\ExplorerP… 16 {3A2B6325-3053-4236-84BD-AA9BE2E323E5} = {3A2B6325-3053-4236-84BD-AA9BE2E323E5} 19 …BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrinterSetupWizard", "Clients\PrinterSetupWizard\Printer… 21 {3A2B6325-3053-4236-84BD-AA9BE2E323E5} = {3A2B6325-3053-4236-84BD-AA9BE2E323E5} 24 …8-8B4A-11D0-8D11-00A0C91BC942}") = "PrinterSetupWizardLocRes", "Clients\PrinterSetupWizard\Printer… [all …]
|
| /external/skia/bazel/external/zlib_skia/ |
| D | BUILD.bazel | 5 # bazelbuild/platforms call it wasm32. https://github.com/emscripten-core/emsdk/issues/919 15 constraint_setting = "@platforms//os:os", 21 "@platforms//cpu:arm64", 29 "@platforms//cpu:x86_64", 30 "@platforms//os:linux", 37 "@platforms//cpu:arm64", 38 "@platforms//os:linux", 45 "@platforms//cpu:x86_64", 46 "@platforms//os:macos", 53 "@platforms//cpu:arm64", [all …]
|
| /external/skia/bazel/common_config_settings/ |
| D | BUILD.bazel | 5 # @platforms is found at https://github.com/bazelbuild/platforms 11 "@platforms//cpu:x86_64", 12 "@platforms//os:linux", 21 "@platforms//cpu:x86_64", 22 "@platforms//os:macos", 30 "@platforms//cpu:arm64", 31 "@platforms//os:macos", 38 "@platforms//cpu:x86_64", 39 "@platforms//os:windows", 46 "@platforms//cpu:arm64", [all …]
|
| /external/capstone/tests/ |
| D | test_skipdata.c | 62 struct platform platforms[] = { in test() local 68 sizeof(X86_CODE32) - 1, in test() 69 "X86 32 (Intel syntax) - Skip data", in test() 75 sizeof(X86_CODE32) - 1, in test() 76 "X86 32 (Intel syntax) - Skip data with custom mnemonic", in test() 88 sizeof(RANDOM_CODE) - 1, in test() 89 "Arm - Skip data", in test() 95 sizeof(RANDOM_CODE) - 1, in test() 96 "Arm - Skip data with callback", in test() 112 for (i = 0; i < sizeof(platforms)/sizeof(platforms[0]); i++) { in test() [all …]
|
| D | test_evm.c | 37 if (ins->detail == NULL) in print_insn_detail() 40 evm = &(ins->detail->evm); in print_insn_detail() 42 if (evm->pop) in print_insn_detail() 43 printf("\tPop: %u\n", evm->pop); in print_insn_detail() 45 if (evm->push) in print_insn_detail() 46 printf("\tPush: %u\n", evm->push); in print_insn_detail() 48 if (evm->fee) in print_insn_detail() 49 printf("\tGas fee: %u\n", evm->fee); in print_insn_detail() 51 if (ins->detail->groups_count) { in print_insn_detail() 55 for(j = 0; j < ins->detail->groups_count; j++) { in print_insn_detail() [all …]
|
| D | test_xcore.c | 2 /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ 37 if (ins->detail == NULL) in print_insn_detail() 40 xcore = &(ins->detail->xcore); in print_insn_detail() 41 if (xcore->op_count) in print_insn_detail() 42 printf("\top_count: %u\n", xcore->op_count); in print_insn_detail() 44 for (i = 0; i < xcore->op_count; i++) { in print_insn_detail() 45 cs_xcore_op *op = &(xcore->operands[i]); in print_insn_detail() 46 switch((int)op->type) { in print_insn_detail() 50 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() 53 printf("\t\toperands[%u].type: IMM = 0x%x\n", i, op->imm); in print_insn_detail() [all …]
|
| D | test_systemz.c | 2 /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ 37 if (ins->detail == NULL) in print_insn_detail() 40 sysz = &(ins->detail->sysz); in print_insn_detail() 41 if (sysz->op_count) in print_insn_detail() 42 printf("\top_count: %u\n", sysz->op_count); in print_insn_detail() 44 for (i = 0; i < sysz->op_count; i++) { in print_insn_detail() 45 cs_sysz_op *op = &(sysz->operands[i]); in print_insn_detail() 46 switch((int)op->type) { in print_insn_detail() 50 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() 53 printf("\t\toperands[%u].type: ACREG = %u\n", i, op->reg); in print_insn_detail() [all …]
|
| D | test_sparc.c | 2 /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 */ 37 if (ins->detail == NULL) in print_insn_detail() 40 sparc = &(ins->detail->sparc); in print_insn_detail() 41 if (sparc->op_count) in print_insn_detail() 42 printf("\top_count: %u\n", sparc->op_count); in print_insn_detail() 44 for (i = 0; i < sparc->op_count; i++) { in print_insn_detail() 45 cs_sparc_op *op = &(sparc->operands[i]); in print_insn_detail() 46 switch((int)op->type) { in print_insn_detail() 50 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() 53 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm); in print_insn_detail() [all …]
|
| D | test_mos65xx.c | 74 if (ins->detail == NULL) in print_insn_detail() 77 mos65xx = &(ins->detail->mos65xx); in print_insn_detail() 80 printf("\taddress mode: %s\n", get_am_name(mos65xx->am)); in print_insn_detail() 81 printf("\tmodifies flags: %s\n", mos65xx->modifies_flags ? "true": "false"); in print_insn_detail() 83 if (mos65xx->op_count) in print_insn_detail() 84 printf("\top_count: %u\n", mos65xx->op_count); in print_insn_detail() 86 for (i = 0; i < mos65xx->op_count; i++) { in print_insn_detail() 87 cs_mos65xx_op *op = &(mos65xx->operands[i]); in print_insn_detail() 88 switch((int)op->type) { in print_insn_detail() 92 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() [all …]
|
| D | test_mips.c | 38 if (ins->detail == NULL) in print_insn_detail() 41 mips = &(ins->detail->mips); in print_insn_detail() 42 if (mips->op_count) in print_insn_detail() 43 printf("\top_count: %u\n", mips->op_count); in print_insn_detail() 45 for (i = 0; i < mips->op_count; i++) { in print_insn_detail() 46 cs_mips_op *op = &(mips->operands[i]); in print_insn_detail() 47 switch((int)op->type) { in print_insn_detail() 51 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() 54 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm); in print_insn_detail() 58 if (op->mem.base != MIPS_REG_INVALID) in print_insn_detail() [all …]
|
| D | test_ppc.c | 66 if (ins->detail == NULL) in print_insn_detail() 69 ppc = &(ins->detail->ppc); in print_insn_detail() 70 if (ppc->op_count) in print_insn_detail() 71 printf("\top_count: %u\n", ppc->op_count); in print_insn_detail() 73 for (i = 0; i < ppc->op_count; i++) { in print_insn_detail() 74 cs_ppc_op *op = &(ppc->operands[i]); in print_insn_detail() 75 switch((int)op->type) { in print_insn_detail() 79 printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in print_insn_detail() 82 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm); in print_insn_detail() 86 if (op->mem.base != PPC_REG_INVALID) in print_insn_detail() [all …]
|
| /external/pigweed/pw_boot_cortex_m/ |
| D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 24 # different targets (platforms). 35 "@platforms//cpu:armv7-m": [], 36 "@platforms//cpu:armv7e-m": [], 37 "@platforms//cpu:armv7e-mf": [], 38 "@platforms//cpu:armv8-m": [], 39 "//conditions:default": ["@platforms//:incompatible"], 52 "@platforms//cpu:armv7-m": [], 53 "@platforms//cpu:armv7e-m": [], 54 "@platforms//cpu:armv7e-mf": [], [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 34 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 35 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 36 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", 37 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw", 38 "x64_windows_msys": ":cc-compiler-x64_windows_msys", 39 "x64_windows": ":cc-compiler-x64_windows", 40 "armeabi-v7a": ":cc-compiler-armeabi-v7a", 45 name = "cc-compiler-x64_windows_msys", 61 compiler = "msys-gcc", [all …]
|
| /external/skia/bazel/platform/ |
| D | BUILD.bazel | 1 # https://github.com/bazelbuild/bazel-toolchains/blob/master/rules/exec_properties/exec_properties.… 4 # https://bazel.build/concepts/platforms-intro 5 # https://bazel.build/docs/platforms 9 "@platforms//os:linux", # https://github.com/bazelbuild/platforms/blob/main/os/BUILD 10 "@platforms//cpu:x86_64", # https://github.com/bazelbuild/platforms/blob/main/cpu/BUILD 17 # http://go/skolo-rbe 21 …b7f6b9e215d890e753/src/main/java/com/google/devtools/build/lib/actions/ActionKeyCacher.java#L67-L73 24 …container_image = "docker://gcr.io/skia-public/rbe_linux@sha256:654139e5cecb163f80a7d18e2b2da6c758… 33 "@platforms//os:macos", 34 "@platforms//cpu:x86_64", [all …]
|
| /external/pigweed/pw_build/platforms/ |
| D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 16 # --- OS's --- 21 "@platforms//os:none", 29 "@platforms//os:none", 37 "@platforms//os:none", 43 constraint_values = ["@platforms//os:none"], 46 # --- CPU's --- 50 parents = ["@bazel_embedded//platforms:cortex_m0"], 56 parents = ["@bazel_embedded//platforms:cortex_m1"], 62 parents = ["@bazel_embedded//platforms:cortex_m3"], [all …]
|
| /external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
| D | pigweed.json | 5 "platforms": [ array 6 "linux-amd64", 7 "linux-arm64", 8 "mac-amd64", 9 "mac-arm64", 10 "windows-amd64" 19 "platforms": [ array 20 "linux-amd64", 21 "linux-arm64", 22 "mac-amd64", [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/ |
| D | BUILD | 7 # Remote build platforms. 16 "@bazel_tools//platforms:x86_64", 17 "@bazel_tools//platforms:linux", 20 …"container-image": "docker://gcr.io/tensorflow-testing/nosla-ubuntu16.04@%s" % container_digests["… 25 # Built with //tensorflow/tools/ci_build/Dockerfile.rbe.cpu-centos6. 29 "@bazel_tools//platforms:x86_64", 30 "@bazel_tools//platforms:linux", 33 …"container-image": "docker://gcr.io/tensorflow-testing/nosla-centos6@%s" % container_digests["cent… 38 # Built with //tensorflow/tools/ci_build/Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04. 40 name = "rbe_cuda10.0-cudnn7-ubuntu14.04", [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | ideahub.v1beta.json | 6 "description": "This is an invitation-only API.", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 48 "Responses with Content-Type of application/json", 49 "Media download with context-dependent Content-Type", 50 "Responses with Content-Type of application/x-protobuf" 82 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 99 "platforms": { object 107 … "flatPath": "v1beta/platforms/{platformsId}/properties/{propertiesId}/ideaActivities", 109 "id": "ideahub.platforms.properties.ideaActivities.create", [all …]
|
| D | ideahub.v1alpha.json | 6 "description": "This is an invitation-only API.", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 48 "Responses with Content-Type of application/json", 49 "Media download with context-dependent Content-Type", 50 "Responses with Content-Type of application/x-protobuf" 82 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 109 …- `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except sav… 142 "platforms": { object 150 … "flatPath": "v1alpha/platforms/{platformsId}/properties/{propertiesId}/ideaActivities", [all …]
|
| /external/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 7 "platforms": { 8 "linux-debian-11/x86_64-amd/gcc": { 9 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 11 "linux-debian-buster/x86-amd/gcc": { 12 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak… [all …]
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_tests_matrix.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 33 # Set the timeout high to allow enough time for sanitizers and pre-building 70 'python', 'tools/run_tests/run_tests.py', '--use_docker', '-t', 71 '-j', 72 str(inner_jobs), '-x', 73 _report_filename(name), '--report_suite_name', 98 '-t', '-j', 99 str(inner_jobs), '-x', 100 '../%s' % _report_filename(name), '--report_suite_name', 111 platforms, argument [all …]
|
| /external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152022/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 51 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 52 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 53 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows", 54 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows", 55 "x64_arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 56 "arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 57 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", 58 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw", 59 "x64_windows|clang-cl": ":cc-compiler-x64_windows-clang-cl", [all …]
|
| /external/capstone/docs/Capstone-Engine-Documentation/ |
| D | Capstone-Engine Documentation.md | 1 # Capstone-Engine API Documentation 4 | ------- | ----- | 8 [Capstone Engine](https://github.com/capstone-engine/capstone)是一个支持多种硬件架构的二进制反汇编引擎。 13 Capstone官网: http://www.capstone-engine.org 17 源码: https://github.com/capstone-engine/capstone.git 23 . <- 主要引擎core engine + README + 编译文档COMPILE.TXT 等 24 ├── arch <- 各语言反编译支持的代码实现 25 │ ├── AArch64 <- ARM64 (aka ARMv8) 引擎 26 │ ├── ARM <- ARM 引擎 27 │ ├── EVM <- Ethereum 引擎 [all …]
|