Home
last modified time | relevance | path

Searched refs:compiling (Results 1 – 25 of 977) sorted by relevance

12345678910>>...40

/external/deqp-deps/glslang/Test/
D140.vert14 gl_ClipVertex; // could be ERROR, but compiling under compatibility profile
15 gl_Color; // could be ERROR, but compiling under compatibility profile
16 gl_LightSource[0]; // could be ERROR, but compiling under compatibility profile
18 gl_TexCoord; // could be ERROR, but compiling under compatibility profile
19 gl_FogFragCoord; // could be ERROR, but compiling under compatibility profile
20 gl_FrontColor; // could be ERROR, but compiling under compatibility profile
/external/llvm-project/lldb/test/Shell/BuildScript/
Dmodes.test20 COMPILE: compiling foobar.c -> foo.out
22 COMPILE-MULTI: compiling foo.c -> foo.o{{(bj)?}}
23 COMPILE-MULTI: compiling bar.c -> bar.o{{(bj)?}}
30 BOTH: compiling foobar.c -> [[OBJFOO:foobar.exe-foobar.o(bj)?]]
33 BOTH-MULTI: compiling foo.c -> [[OBJFOO:foobar.exe-foo.o(bj)?]]
34 BOTH-MULTI: compiling bar.c -> [[OBJBAR:foobar.exe-bar.o(bj)?]]
Dtoolchain-clang-cl.test25 CHECK-32: compiling foobar.c -> foo.exe-foobar.obj
46 CHECK-64: compiling foobar.c -> foo.exe-foobar.obj
Dtoolchain-msvc.test25 X86: compiling foobar.c -> foo.exe-foobar.obj
53 X64: compiling foobar.c -> foo.exe-foobar.obj
/external/python/cpython2/Python/
Dast.c19 struct compiling { struct
26 static asdl_seq *seq_for_testlist(struct compiling *, const node *); argument
27 static expr_ty ast_for_expr(struct compiling *, const node *);
28 static stmt_ty ast_for_stmt(struct compiling *, const node *);
29 static asdl_seq *ast_for_suite(struct compiling *, const node *);
30 static asdl_seq *ast_for_exprlist(struct compiling *, const node *,
32 static expr_ty ast_for_testlist(struct compiling *, const node *);
33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
34 static expr_ty ast_for_testlist_comp(struct compiling *, const node *);
37 static expr_ty ast_for_call(struct compiling *, const node *, expr_ty);
[all …]
/external/llvm-project/clang/lib/Headers/cuda_wrappers/
Dcomplex45 // When compiling for device, ask libstdc++ to use its own implements of
47 // functions that don't exist when compiling CUDA device code).
52 // // Present only when compiling for host.
57 // // Present when compiling for host and for device.
64 // This is safe because when compiling for device, all function calls in
66 // resolve to the same function as they resolve to when compiling for host. We
68 // codegen this host code when compiling for device.
/external/python/cpython3/Python/
Dast.c559 struct compiling { struct
566 static asdl_seq *seq_for_testlist(struct compiling *, const node *); argument
567 static expr_ty ast_for_expr(struct compiling *, const node *);
568 static stmt_ty ast_for_stmt(struct compiling *, const node *);
569 static asdl_seq *ast_for_suite(struct compiling *c, const node *n);
570 static asdl_seq *ast_for_exprlist(struct compiling *, const node *,
572 static expr_ty ast_for_testlist(struct compiling *, const node *);
573 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
575 static stmt_ty ast_for_with_stmt(struct compiling *, const node *, bool);
576 static stmt_ty ast_for_for_stmt(struct compiling *, const node *, bool);
[all …]
/external/cldr/tools/c/genldml/resources/
Dgenldml_resources.mak5 # Windows nmake makefile for compiling and packaging the resources
20 # compiling and packaging resources.
33 # Inference rule, for compiling a .txt file into a .res file.
/external/icu/icu4c/source/samples/ufortune/resources/
Dfortune_resources.mak8 # Windows nmake makefile for compiling and packaging the resources
23 # compiling and packaging resources.
44 # Inference rule, for compiling a .txt file into a .res file.
/external/minijail/
D.gitignore22 # Shared libraries when compiling in-tree.
25 # Executables when compiling in-tree.
/external/llvm-project/llvm/docs/
DCompileCudaWithLLVM.rst45 Invoking clang for CUDA compilation works similarly to compiling regular C++.
50 compiling CUDA code by noticing that your filename ends with ``.cu``.
74 Pass e.g. ``-L/usr/local/cuda/lib64`` if compiling in 64-bit mode; otherwise,
76 always have the same pointer widths, so if you're compiling 64-bit code for
77 the host, you're also compiling 64-bit code for the device.) Note that as of
93 The `-L` and `-l` flags only need to be passed when linking. When compiling,
107 compiling CUDA) Controls whether the compiler emits fused multiply-add
180 especially when compiling without optimizations.
191 when compiling with clang.
197 still want to detect when you're compiling CUDA code specifically with clang.
[all …]
/external/protobuf/
DREADME.android21 compiling and installing.
30 details on compiling .proto files for the micro runtine.
/external/tensorflow/.github/ISSUE_TEMPLATE/
D10-build-installation-issue.md17 - Bazel version (if compiling from source):
18 - GCC/Compiler version (if compiling from source):
D00-bug-issue.md20 - Bazel version (if compiling from source):
21 - GCC/Compiler version (if compiling from source):
D80-performance-issue.md21 - Bazel version (if compiling from source):
22 - GCC/Compiler version (if compiling from source):
/external/llvm/docs/
DCompileCudaWithLLVM.rst11 This document contains the user guides and the internals of compiling CUDA
126 still want to detect when you're compiling CUDA code specifically with clang.
130 compiling for device code, and that host compiler may in fact be clang.
132 When clang is actually compiling CUDA code -- rather than being used as a
141 // clang compiling CUDA code, host mode.
145 // clang compiling CUDA code, device mode.
161 compiling CUDA) Controls whether the compiler emits fused multiply-add
/external/libabigail/
DCOMPILING26 there are two options for compiling libabigail, depending on the two
31 * Getting and compiling libabigail from Git
66 * Getting and compiling libabigail from released tarballs
/external/llvm-project/libunwind/docs/
DBuildingLibunwind.rst153 Target triple for cross compiling
157 GCC toolchain for cross compiling
161 Sysroot for cross compiling
/external/python/cpython2/Misc/NEWS.d/next/Build/
D2018-06-15-18-18-16.bpo-30345.j-xRE1.rst1 Add -g to LDFLAGS when compiling with LTO to get debug symbols.
/external/strace/m4/
Dwarnings.m422 # Check if the compiler supports OPTION when compiling PROGRAM.
67 # compiling PROGRAM. For example, gl_WARN_ADD([-Wparentheses]).
/external/freetype/docs/
DPROBLEMS2 compiling, installing and running FreeType 2. Suggestions for
48 * I get an `internal compilation error' (ICE) while compiling FreeType
/external/tensorflow/
DISSUE_TEMPLATE.md27 - **Bazel version (if compiling from source)**:
28 - **GCC/Compiler version (if compiling from source)**:
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dnative.bzl10 android: what to return if compiling for Android.
11 ios: what to return if compiling for iOS.
/external/arm-trusted-firmware/common/backtrace/
Dbacktrace.mk25 for ENABLE_BACKTRACE when compiling for AArch32.)
/external/llvm-project/clang/docs/
DCrossCompilation.rst9 for cross-compiling your code to a different architecture. It assumes you
17 `instructions for cross-compiling LLVM itself
31 when compiling your code.
44 you're compiling to, where your tools are, etc.
108 be compiling to. For every architecture, a default set of CPU/FPU/ABI
201 The same is true if you're compiling for different ABIs, like ``gnueabi``

12345678910>>...40