Searched refs:FROM (Results 1 – 25 of 2753) sorted by relevance
12345678910>>...111
/external/cpu_features/ci/docker/amd64/ |
D | Dockerfile | 3 FROM ubuntu:latest AS env 21 FROM env AS devel 25 FROM devel AS build 31 FROM build AS test 36 FROM env AS install_env 39 FROM install_env AS install_devel 43 FROM install_devel AS install_build 47 FROM install_build AS install_test
|
/external/bcc/tools/ |
D | mysqld_qslower_example.txt | 11 0.000000 18608 130.751 SELECT * FROM words WHERE word REGEXP '^bre.*n$' 12 2.921535 18608 130.590 SELECT * FROM words WHERE word REGEXP '^alex.*$' 13 4.603549 18608 24.164 SELECT COUNT(*) FROM words 14 9.733847 18608 130.936 SELECT count(*) AS count FROM words WHERE word REGEXP '^bre.*n$' 15 17.864776 18608 130.298 SELECT * FROM words WHERE word REGEXP '^bre.*n$' ORDER BY word 27 0.000000 18608 24.201 SELECT COUNT(*) FROM words 28 13.242390 18608 130.378 SELECT * FROM words WHERE word REGEXP '^bre.*n$' 29 23.601751 18608 119.198 SELECT * FROM words WHERE word REGEXP '^zzzzzzzz$' 45 5.730044 18608 130.365 SELECT count(*) AS count FROM words WHERE word REGEXP '^bre.*n$'
|
/external/libiio/src/CI/travis/ |
D | lib.sh | 176 local FROM="$1" 183 put ${FROM} ${TO} 201 local FROM=$2 205 if [ -z "$FROM" ] ; then 210 if [ ! -r "$FROM" ] ; then 211 echo "file $FROM is not readable" 225 echo attemting to deploy $FROM to $TO 234 sftp_upload "${FROM}" "${TO}" "${LATE}" || { 235 echo_red "Failed to upload artifact from '${FROM}', to '${TO}', symlink '${LATE}'"
|
/external/llvm/test/CodeGen/X86/ |
D | compact-unwind.ll | 8 ; RUN: | FileCheck -check-prefix=FROM-ASM %s 16 ; RUN: | FileCheck -check-prefix=NOFP-FROM-ASM %s 34 ; FROM-ASM: Contents of __compact_unwind section: 35 ; FROM-ASM-NEXT: Entry at offset 0x0: 36 ; FROM-ASM-NEXT: start: 0x0 _test0 37 ; FROM-ASM-NEXT: length: 0x1e 38 ; FROM-ASM-NEXT: compact encoding: 0x01010001 72 ; NOFP-FROM-ASM: Entry at offset 0x20: 73 ; NOFP-FROM-ASM-NEXT: start: 0x1d _test1 74 ; NOFP-FROM-ASM-NEXT: length: 0x42 [all …]
|
/external/perfetto/docs/analysis/ |
D | common-queries.md | 22 FROM slice 37 FROM slice_thread_state_breakdown 45 FROM slice_thread_state_breakdown 57 FROM slice_thread_state_breakdown 71 SELECT dur FROM sched 78 FROM thread AS waker 89 SELECT dur FROM sched 96 FROM thread AS waker
|
/external/cpu_features/ci/docker/toolchain/ |
D | Dockerfile | 3 FROM ubuntu:latest AS env 21 FROM env AS devel 28 FROM devel AS build 32 FROM build AS test
|
/external/deqp-deps/amber/tests/cases/ |
D | opencl_set_arg.amber | 37 DERIVE_PIPELINE p2 FROM p1 44 DERIVE_PIPELINE p3 FROM p1 51 DERIVE_PIPELINE p4 FROM p1 60 DERIVE_PIPELINE p5 FROM p1
|
D | draw_rectangles_stencil_test.amber | 76 DERIVE_PIPELINE pipeline2 FROM pipeline1 91 DERIVE_PIPELINE pipeline3 FROM pipeline1 106 DERIVE_PIPELINE pipeline4 FROM pipeline1 121 DERIVE_PIPELINE pipeline5 FROM pipeline1
|
D | draw_grids.amber | 59 DERIVE_PIPELINE pipeline2 FROM pipeline1 62 DERIVE_PIPELINE pipeline3 FROM pipeline1 65 DERIVE_PIPELINE pipeline4 FROM pipeline1
|
D | draw_rectangles.amber | 59 DERIVE_PIPELINE pipeline2 FROM pipeline1 62 DERIVE_PIPELINE pipeline3 FROM pipeline1 65 DERIVE_PIPELINE pipeline4 FROM pipeline1
|
D | draw_rect_multiple_pipeline.amber | 33 DERIVE_PIPELINE pipeline2 FROM my_pipeline 35 DERIVE_PIPELINE pipeline3 FROM my_pipeline
|
D | draw_grid_multiple_pipeline.amber | 33 DERIVE_PIPELINE pipeline2 FROM my_pipeline 35 DERIVE_PIPELINE pipeline3 FROM my_pipeline
|
/external/tpm2-tss/ |
D | Dockerfile | 1 FROM tpm2software/tpm2-tss AS base 13 FROM base AS fuzzing 30 FROM base
|
/external/curl/docs/examples/ |
D | smtp-mime.c | 41 #define FROM "<sender@example.org>" macro 48 "From: " FROM " (Example User)", 96 curl_easy_setopt(curl, CURLOPT_MAIL_FROM, FROM); in main()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | legalize-hlo-shape-computations.mlir | 12 // CHECK-DAG: %[[FROM:.+]] = tensor.from_elements %[[IDX]] 13 // CHECK: return %[[FROM]] : tensor<i32> 27 // CHECK-DAG: %[[FROM:.+]] = tensor.from_elements %[[IDX]] 28 // CHECK: return %[[FROM]] : tensor<1xi32>
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 11 FROM launcher.gcr.io/google/debian9:latest as builder-base 42 FROM builder-base as gcc-49-builder 52 FROM builder-base as gcc-tot-builder 62 FROM builder-base as llvm-4-builder 80 FROM launcher.gcr.io/google/debian9:latest
|
/external/bcc/examples/tracing/ |
D | mysqld_query_example.txt | 7 17450465.602717999 mysqld 18608 SELECT COUNT(*) FROM words 8 17450479.944897000 mysqld 18608 SELECT * FROM words WHERE word REGEXP '^bre.*n$'
|
/external/flatbuffers/tests/docker/ |
D | Dockerfile.testing.build_flatc_debian_stretch | 1 FROM debian:9.6-slim as base 4 FROM base
|
D | Dockerfile.testing.cpp.debian_buster | 1 FROM debian:10.1-slim as base 6 FROM base
|
/external/bcc/examples/cgroupid/ |
D | Dockerfile | 2 FROM ubuntu:18.04 as builder 15 FROM amd64/alpine:3.8 as base
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/ |
D | RnfrCommandHandler.groovy | 28 * <li>If the required FROM pathname parameter is missing, then reply with 501</li> 29 * <li>If the FROM pathname parameter does not specify a valid file, then reply with 550</li> 30 * <li>Otherwise, reply with 350 and store the FROM path in the session</li>
|
/external/skia/docker/binary-size/ |
D | Dockerfile | 3 FROM alpine:latest as dart-sdk-checkout 17 FROM alpine:latest as analyzer
|
/external/zstd/contrib/docker/ |
D | Dockerfile | 3 FROM alpine as builder 10 FROM alpine
|
/external/curl/tests/libtest/ |
D | lib1520.c | 32 #define FROM "<sender@example.com>" macro 102 test_setopt(curl, CURLOPT_MAIL_FROM, FROM); in test()
|
/external/bcc/docker/ |
D | Dockerfile.ubuntu | 2 FROM ubuntu:${OS_TAG} as builder 20 FROM ubuntu:${OS_TAG}
|
12345678910>>...111