Home
last modified time | relevance | path

Searched refs:copt (Results 1 – 25 of 33) sorted by relevance

12

/external/grpc-grpc/tools/
Dbazel.rc2 build --copt -DGRPC_BAZEL_BUILD
4 build:opt --copt -Wframe-larger-than=16384
7 build:asan --copt -fsanitize-coverage=edge
8 build:asan --copt -fsanitize=address
9 build:asan --copt -O0
10 build:asan --copt -fno-omit-frame-pointer
11 build:asan --copt -DGPR_NO_DIRECT_SYSCALLS
17 build:msan --copt -fsanitize-coverage=edge
18 build:msan --copt -fsanitize=memory
19 build:msan --copt -O0
[all …]
/external/libkmsxx/kms++util/src/
Dopts.cpp68 struct option copt; in parse() local
69 copt.name = o.m_long.c_str(); in parse()
70 copt.has_arg = o.m_has_arg; in parse()
71 copt.flag = 0; in parse()
72 copt.val = opt_idx + 1000; in parse()
73 longopts.push_back(copt); in parse()
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_msan_on_foundry.sh56 --copt=-gmlt \
59 --copt=-fsanitize=memory \
61 --copt=-fsanitize-memory-track-origins \
Dgrpc_ubsan_on_foundry.sh56 --copt=-gmlt \
58 --copt=-fsanitize=undefined \
/external/tensorflow/tensorflow/tools/ci_build/pi/
Dbuild_raspberry_pi.sh107 --copt=-funsafe-math-optimizations --copt=-ftree-vectorize \
108 --copt=-fomit-frame-pointer --cpu=armeabi \
/external/grpc-grpc/tools/internal_ci/linux/pull_request/
Dgrpc_ubsan_on_foundry.sh56 --copt=-gmlt \
58 --copt=-fsanitize=undefined \
/external/tensorflow/
D.bazelrc64 …ng_sycl=true --define=using_trisycl=false --copt -fno-omit-frame-pointer --copt -fsanitize-coverag…
95 build:dynamic_kernels --copt=-DAUTOLOAD_DYNAMIC_KERNELS
/external/tensorflow/tensorflow/tools/docker/
DDockerfile.devel90 bazel build -c opt --copt=-mavx --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
93 # --copt=-march="ivybridge" \
95 # --copt=-march="haswell" \
DDockerfile.devel-mkl108 # Use --copt=-march values to get optimized builds appropriate for the hardware
111 # --copt=-march="avx" \
113 # --copt=-march="avx2" \
DDockerfile.devel-mkl-horovod112 # Use --copt=-march values to get optimized builds appropriate for the hardware
115 # --copt=-march="avx" \
117 # --copt=-march="avx2" \
DDockerfile.devel-gpu110 bazel build -c opt --copt=-mavx --config=cuda \
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DREADME.md78 bazel run -c opt --copt=-mavx2 --copt=-mfma \
84 If you see a compiling error on older machines, try leaving out the `--copt` arguments, they are ju…
150 bazel run -c opt --copt=-mavx2 --copt=-mfma \
/external/tensorflow/tensorflow/tools/dockerfiles/tests/
Dbuild-cpu.sh31 bazel build -c opt --copt=-mavx --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
Dbuild-gpu.sh29 bazel build -c opt --copt=-mavx --config=cuda \
/external/tensorflow/tensorflow/contrib/makefile/
Dbuild_all_ios.sh79 …bazel build --copt="-DUSE_GEMM_FOR_CONV" tensorflow/python/tools:print_selective_registration_head…
/external/tensorflow/tensorflow/python/autograph/
DCONTRIBUTING.md51 bazel test --config=opt --copt=-O3 --copt=-march=native \
/external/tensorflow/tensorflow/tools/ci_build/windows/
Dlibtensorflow_gpu.sh39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc \
Dlibtensorflow_cpu.sh39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc \
/external/libcups/cups/
Dppd.c2650 ppd_coption_t *copt; /* New custom option */ in ppd_get_coption() local
2657 if ((copt = ppdFindCustomOption(ppd, name)) != NULL) in ppd_get_coption()
2658 return (copt); in ppd_get_coption()
2664 if ((copt = calloc(1, sizeof(ppd_coption_t))) == NULL) in ppd_get_coption()
2667 strlcpy(copt->keyword, name, sizeof(copt->keyword)); in ppd_get_coption()
2669 copt->params = cupsArrayNew((cups_array_func_t)NULL, NULL); in ppd_get_coption()
2671 cupsArrayAdd(ppd->coptions, copt); in ppd_get_coption()
2677 return (copt); in ppd_get_coption()
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
DREADME.md83 --copt=-D__ANDROID_TYPES_FULL__ \
84 --copt=-DSUPPORT_SELECTIVE_REGISTRATION \
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl363 # --copt=-fvisibility=hidden
364 # --copt=-D_LIBCPP_TYPE_VIS=_LIBCPP_HIDDEN
365 # --copt=-D_LIBCPP_EXCEPTION_ABI=_LIBCPP_HIDDEN
/external/freetype/src/autofit/
Dafscript.h100 SCRIPT( copt, COPT,
/external/tensorflow/tensorflow/lite/tools/benchmark/
DREADME.md125 compile the binary with a compiler flag that enables profiling to be compiled in. Pass **--copt=-DT…
133 --copt=-DTFLITE_PROFILING_ENABLED \
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h131 copy_option copt = copy_option::fail_if_exists);
/external/icu/icu4c/source/data/lang/
Dro.txt110 cop{"coptă"}
562 Copt{"coptă"}
642 coptic{"calendar copt"}

12