/external/deqp-deps/glslang/Test/ |
D | 140.vert | 14 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/python/cpython2/Python/ |
D | ast.c | 19 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/python/cpython3/Python/ |
D | ast.c | 588 struct compiling { struct 594 static asdl_seq *seq_for_testlist(struct compiling *, const node *); argument 595 static expr_ty ast_for_expr(struct compiling *, const node *); 596 static stmt_ty ast_for_stmt(struct compiling *, const node *); 597 static asdl_seq *ast_for_suite(struct compiling *c, const node *n); 598 static asdl_seq *ast_for_exprlist(struct compiling *, const node *, 600 static expr_ty ast_for_testlist(struct compiling *, const node *); 601 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *); 603 static stmt_ty ast_for_with_stmt(struct compiling *, const node *, bool); 604 static stmt_ty ast_for_for_stmt(struct compiling *, const node *, bool); [all …]
|
/external/cldr/tools/c/genldml/resources/ |
D | genldml_resources.mak | 5 # 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/ |
D | fortune_resources.mak | 8 # 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 | .gitignore | 22 # Shared libraries when compiling in-tree. 25 # Executables when compiling in-tree.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 44 Invoking clang for CUDA compilation works similarly to compiling regular C++. 49 compiling CUDA code by noticing that your filename ends with ``.cu``. 73 Pass e.g. ``-L/usr/local/cuda/lib64`` if compiling in 64-bit mode; otherwise, 75 always have the same pointer widths, so if you're compiling 64-bit code for 76 the host, you're also compiling 64-bit code for the device.) 90 The `-L` and `-l` flags only need to be passed when linking. When compiling, 105 compiling CUDA) Controls whether the compiler emits fused multiply-add 178 especially when compiling without optimizations. 189 when compiling with clang. 195 still want to detect when you're compiling CUDA code specifically with clang. [all …]
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 10-build-installation-issue.md | 16 - Bazel version (if compiling from source): 17 - GCC/Compiler version (if compiling from source):
|
D | 00-bug-performance-issue.md | 16 - Bazel version (if compiling from source): 17 - GCC/Compiler version (if compiling from source):
|
/external/protobuf/ |
D | README.android | 22 compiling and installing. 31 details on compiling .proto files for the micro runtine.
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 11 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/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_arm64.md | 3 ## Cross compiling 37 ## Native compiling
|
D | build_rpi.md | 3 ## Cross compiling 39 ## Native compiling
|
/external/libunwind_llvm/docs/ |
D | BuildingLibunwind.rst | 153 Target triple for cross compiling 157 GCC toolchain for cross compiling 161 Sysroot for cross compiling
|
/external/strace/m4/ |
D | warnings.m4 | 22 # Check if the compiler supports OPTION when compiling PROGRAM. 67 # compiling PROGRAM. For example, gl_WARN_ADD([-Wparentheses]).
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 105 # Indicates, whether we're cross-compiling LLVM or not 109 # tablegen call if we're cross-compiling). 113 # call if we're cross-compiling). 117 # Triple for configuring build tools when cross-compiling 305 # When compiling under Mingw/Cygwin, executables such as tblgen
|
/external/freetype/docs/ |
D | PROBLEMS | 2 compiling, installing and running FreeType 2. Suggestions for 48 * I get an `internal compilation error' (ICE) while compiling FreeType
|
/external/clang/docs/ |
D | CrossCompilation.rst | 9 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``
|
/external/python/cpython2/Misc/NEWS.d/next/Build/ |
D | 2018-06-15-18-18-16.bpo-30345.j-xRE1.rst | 1 Add -g to LDFLAGS when compiling with LTO to get debug symbols.
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 22 - **Bazel version (if compiling from source)**: 23 - **GCC/Compiler version (if compiling from source)**:
|
/external/libkmsxx/ |
D | README.md | 39 ## Cross compiling instructions: 41 Directions for cross compiling depend on your environment.
|
/external/tensorflow/tensorflow/python/autograph/ |
D | README.md | 137 …- If AutoGraph-generated code is compiling and running, but producing an incorrect result, send us… 138 …- If AutoGraph-generated code is compiling, but not running, send us a minimal reproduction case t… 139 …- If AutoGraph-generated code is not compiling, send us two minimal pieces of code. First, the Eag…
|
/external/python/cpython3/Misc/ |
D | README.AIX | 18 as this compiler does not allow compiling Python with computed gotos. 28 alias for compiling Python is 'xlc_r', which provides a better level of 50 Note: this section may not apply when compiling Python as a 64 bit
|
/external/python/cpython2/Misc/ |
D | README.AIX | 18 as this compiler does not allow compiling Python with computed gotos. 28 alias for compiling Python is 'xlc_r', which provides a better level of 50 Note: this section may not apply when compiling Python as a 64 bit
|
/external/libcxx/test/ |
D | CMakeLists.txt | 13 "Additonal linker flags to pass when compiling the tests") 15 "Additonal linker flags to pass when compiling the tests")
|