/external/python/cffi/c/ |
D | cdlopen.c | 122 char *ffiname = "?", *types = NULL, *building = NULL; in ffiobj_init() local 160 building = PyMem_Malloc(n * sizeof(_cffi_opcode_t)); in ffiobj_init() 161 if (building == NULL) in ffiobj_init() 163 ntypes = (_cffi_opcode_t *)building; in ffiobj_init() 171 building = NULL; in ffiobj_init() 183 building = PyMem_Malloc(i); in ffiobj_init() 184 if (building == NULL) in ffiobj_init() 186 memset(building, 0, i); in ffiobj_init() 187 nglobs = (struct _cffi_global_s *)building; in ffiobj_init() 216 building = NULL; in ffiobj_init() [all …]
|
/external/clang/test/Modules/ |
D | Rmodule-build.m | 13 @import A; // expected-remark{{building module 'A' as}} expected-remark {{finished building module … 14 @import B; // expected-remark{{building module 'B' as}} expected-remark {{finished building module … 35 // CHECK-NOT: building module 'A' 36 // CHECK: building module 'B' 37 // CHECK: building module 'C' 38 // CHECK: finished building module 'C' 39 // CHECK: finished building module 'B' 40 // NO-REMARKS-NOT: building module 'A' 41 // NO-REMARKS-NOT: building module 'B'
|
D | build-fail-notes.m | 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from 25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from 26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from 30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
|
D | no-stale-modtime.m | 2 // building modules that depend on it. 28 // REBUILD-ALL: building module 'b' 29 // REBUILD-ALL: building module 'l' 30 // REBUILD-ALL: building module 't' 31 // REBUILD-ALL: building module 'r'
|
/external/tensorflow/third_party/mkl/ |
D | build_defs.bzl | 3 if_mkl is a conditional to check if we are building with MKL. 4 if_mkl_ml is a conditional to check if we are building with MKL-ML. 7 if_enable_mkl is a conditional to check if building with MKL and MKL is enabled. 18 """Shorthand for select()'ing on whether we're building with oneDNN. 20 OneDNN gets built if we are building on platforms that support oneDNN 24 if_true: expression to evaluate if building with oneDNN. 25 if_false: expression to evaluate if building without oneDNN. 42 """Shorthand for select()'ing on whether we're building with MKL-ML. 45 if_true: expression to evaluate if building with MKL-ML. 46 if_false: expression to evaluate if building without MKL-ML [all …]
|
/external/rust/crates/protobuf/src/reflect/service/ |
D | index.rs | 4 use crate::reflect::file::building::FileDescriptorBuilding; 14 building: &FileDescriptorBuilding, in index() 19 .map(|method| MethodIndex::index(method, building)) in index() 34 building: &FileDescriptorBuilding, in index() 36 let input_type = building.resolve_message(proto.input_type())?; in index() 37 let output_type = building.resolve_message(proto.output_type())?; in index()
|
/external/rust/crates/protobuf/src/reflect/field/ |
D | index.rs | 9 use crate::reflect::file::building::FileDescriptorBuilding; 110 building: &FileDescriptorBuilding, in enum_default_value() 112 let en = building.find_enum(field.type_name()); in enum_default_value() 129 building: &FileDescriptorBuilding, in parse_default_value() 139 return Self::enum_default_value(field, building); in parse_default_value() 152 building: &FileDescriptorBuilding, in index() 155 Some(Self::parse_default_value(&field, building)?) in index() 167 Some(building.resolve_message(field.extendee())?) in index() 178 let field_type = building.resolve_field_type(&field)?; in index()
|
/external/tensorflow/third_party/gpus/cuda/ |
D | build_defs.bzl.tpl | 1 # Macros for building CUDA code. 3 """Shorthand for select()'ing on whether we're building with CUDA. 5 Returns a select statement which evaluates to if_true if we're building 15 """Shorthand for select()'ing on wheteher we're building with cuda-clang. 17 Returns a select statement which evaluates to if_true if we're building 27 """Shorthand for select()'ing on wheteher we're building with cuda-clang 30 Returns a select statement which evaluates to if_true if we're building 58 Unlike if_cuda(), this does not require that we are building with
|
/external/libxkbcommon/ |
D | meson_options.txt | 50 description: 'Enable building tools', 56 description: 'Enable building the xkbcommon-x11 library', 62 description: 'Enable building the documentation', 74 description: 'Enable building libxkbregistry',
|
/external/tensorflow/third_party/mkl_dnn/ |
D | build_defs.bzl | 4 Shorthand for select()'ing on whether we're building with 7 Returns a select statement which evaluates to if_true if we're building 20 Shorthand for select()'ing on whether we're building with 23 Returns a select statement which evaluates to if_true if we're building
|
/external/mesa3d/docs/ |
D | install.rst | 10 1. Prerequisites for building 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - `SCons <http://www.scons.org/>`__ is an alternative for building on 23 - Android Build system when building as native Android component. Meson 24 is used when when building ARC. 34 - Microsoft Visual Studio 2015 or later is required, for building on 41 building with SCons 2.7 is required. When building with meson 3.5 or 45 - lex / yacc - for building the Mesa IR and GLSL compiler.
|
/external/tensorflow/third_party/gpus/rocm/ |
D | build_defs.bzl.tpl | 1 # Macros for building ROCm code. 3 """Shorthand for select()'ing on whether we're building with ROCm. 5 Returns a select statement which evaluates to if_true if we're building 44 Unlike if_rocm(), this does not require that we are building with
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GroupByReducerDataset.pbtxt | 14 building a closure for `key_func`. 28 building a closure for `init_func`. 42 building a closure for `reduce_func`. 56 building a closure for `finalize_func`.
|
D | api_def_ExperimentalGroupByReducerDataset.pbtxt | 14 building a closure for `key_func`. 28 building a closure for `init_func`. 42 building a closure for `reduce_func`. 56 building a closure for `finalize_func`.
|
/external/libnl/doc/ |
D | configure.ac | 38 AC_MSG_WARN([*** graphviz not found, disabling building of API reference]) 48 AC_MSG_WARN([*** asciidoc not found, disabling building of guides]) 57 AC_MSG_WARN([*** source-highlight not found, disabling building of guides]) 68 AC_MSG_WARN([*** Disabling building of guides]) 79 AC_MSG_WARN([*** Disabling building of guides])
|
/external/pigweed/pw_trace_tokenized/ |
D | BUILD.bazel | 79 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel. 109 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel. 126 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel. 171 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel. 185 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel. 200 # TODO(b/260641850): Get pw_trace_tokenized building in Bazel.
|
/external/libchrome/libchrome_tools/patch/ |
D | build_config.patch | 10 +// https://goo.gl/v61lXa). It's not defined when building host code. 11 +// - __ANDROID_HOST__ is defined via -D by Android.mk when building host code 13 +// - ANDROID is defined via -D when building code for either Android targets or 50 +// Don't set OS_ANDROID; it's only used when building Chrome for Android.
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.2.rst | 71 - configure: error out when building GLX w/o the X11 platform 74 - configure: error out when building X11 Vulkan without DRI3 75 - auxiliary/vl: use vl_*_screen_create stubs when building w/o platform 78 - st/omx: fix building against X11-less setups 80 - configure: error out if building VA w/o supported platform 81 - configure: error out if building OMX w/o supported platform 82 - configure: error out if building VDPAU w/o supported platform 83 - configure: error out if building XVMC w/o supported platform
|
/external/grpc-grpc/src/csharp/unitypackage/ |
D | README.md | 1 # Scripts for building gRPC C# package for Unity 4 of internal tooling to automate building of the gRPC C# package for Unity. 8 this hierarchy while building the package.
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | drm.md | 18 [when building a media item]({{ site.baseurl }}/media-items.html#protected-content). 27 `MediaItem.DrmConfiguration.Builder.setMultiSession` when building the media 54 `MediaItem.DrmConfiguration.Builder.setMultiSession` when building the media 64 `MediaItem.DrmConfiguration.Builder.setKeySetId` when building the media item. 82 building the media item. 88 `MediaSource.Factory` which is [used when building the player]. The provider can 104 [used when building the player]: {{ site.baseurl }}/media-sources.html#customizing-media-source-cre…
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | drm.md | 18 [when building a media item]({{ site.baseurl }}/media-items.html#protected-content). 27 `MediaItem.DrmConfiguration.Builder.setMultiSession` when building the media 54 `MediaItem.DrmConfiguration.Builder.setMultiSession` when building the media 64 `MediaItem.DrmConfiguration.Builder.setKeySetId` when building the media item. 82 building the media item. 88 `MediaSource.Factory` which is [used when building the player]. The provider can 110 [used when building the player]: {{ site.baseurl }}/media-sources.html#customizing-media-source-cre…
|
/external/mesa3d/docs/drivers/openswr/ |
D | usage.rst | 14 To build with GNU automake, select building the swr driver at 22 On Linux, building with autotools will create a drop-in alternative 29 Alternatively, building with SCons will produce::
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.pulldom.rst | 1 :mod:`xml.dom.pulldom` --- Support for building partial DOM trees 5 :synopsis: Support for building partial DOM trees from SAX events. 15 :mod:`xml.dom.pulldom` allows building only selected portions of a Document
|
/external/rust/crates/memoffset/patches/ |
D | std.diff | 20 + pub use std::mem; // ANDROID: use std instead of core, since we're not building with no-std. 23 + pub use std::ptr; // ANDROID: use std instead of core, since we're not building with no-std. 36 + // ANDROID: use std instead of core, since we're not building wiht no-std.
|
/external/freetype/docs/ |
D | INSTALL.CROSS | 2 library on Unix systems, for example, building binaries for Linux/MIPS 4 file `INSTALL.UNIX' for required tools and the basic self-building 11 For self-building the FreeType library on a Unix system, GNU Make 18 example, if your building system is FreeBSD/i386 and the target 66 cross-building system, the prefix is expected to be different 67 from the self-building system. For example, a configuration 148 should not be installed in the cross-building system. In such 161 Cross building between Cygwin (or MSys) and Unix must be tested.
|