/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
D | SLConfigDescriptor.java | 61 int predefined; field in SLConfigDescriptor 64 return predefined; in getPredefined() 67 public void setPredefined(int predefined) { in setPredefined() argument 68 this.predefined = predefined; in setPredefined() 73 predefined = IsoTypeReader.readUInt8(bb); in parseDetail() 84 IsoTypeWriter.writeUInt8(out, predefined); in serialize() 92 sb.append("{predefined=").append(predefined); in toString() 108 if (predefined != that.predefined) { in equals() 117 return predefined; in hashCode()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | VisualSampleEntry.java | 72 private long[] predefined = new long[3]; field in VisualSampleEntry 141 predefined[0] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 142 predefined[1] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 143 predefined[2] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 186 IsoTypeWriter.writeUInt32(byteBuffer, predefined[0]); in getContent() 187 IsoTypeWriter.writeUInt32(byteBuffer, predefined[1]); in getContent() 188 IsoTypeWriter.writeUInt32(byteBuffer, predefined[2]); in getContent()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_fontencoding.cpp | 1682 int predefined = 0; in Realize() local 1694 predefined = cs; in Realize() 1698 if (predefined) { in Realize() 1700 if (predefined == PDFFONT_ENCODING_WINANSI) in Realize() 1702 else if (predefined == PDFFONT_ENCODING_MACROMAN) in Realize() 1704 else if (predefined == PDFFONT_ENCODING_MACEXPERT) in Realize()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Macro.cpp | 22 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) in Macro() 43 macro->predefined = true; in PredefineMacro()
|
D | Macro.h | 42 bool predefined; member
|
/external/angle/src/compiler/preprocessor/ |
D | Macro.cpp | 18 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) {} in Macro() 35 macro->predefined = true; in PredefineMacro()
|
D | Macro.h | 37 bool predefined; member
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 37 Establishes a connection to a predefined registry handle on another computer, 43 *key* is the predefined handle to connect to. 54 *key* is an already open key, or one of the predefined 59 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that 73 *key* is an already open key, or one of the predefined 85 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that 100 *key* is an already open key, or any one of the predefined 122 *key* is an already open key, or any one of the predefined 150 *key* is an already open key, or one of the predefined 160 *key* is an already open key, or any one of the predefined [all …]
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 45 Establishes a connection to a predefined registry handle on another computer, 51 *key* is the predefined handle to connect to. 67 *key* is an already open key, or one of the predefined 72 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that 93 *key* is an already open key, or one of the predefined 104 If *key* is one of the predefined keys, *sub_key* may be ``None``. In that 126 *key* is an already open key, or one of the predefined 153 *key* is an already open key, or one of the predefined 185 *key* is an already open key, or one of the predefined 197 *key* is an already open key, or one of the predefined [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | cppComplexExpr.vert.out | 39 ERROR: 0:3002: '#define' : predefined names can't be (un)defined: __LINE__ 40 ERROR: 0:3003: '#define' : predefined names can't be (un)defined: __FILE__ 41 ERROR: 0:3004: '#define' : predefined names can't be (un)defined: __VERSION__ 43 ERROR: 0:3006: '#undef' : predefined names can't be (un)defined: __LINE__ 44 ERROR: 0:3007: '#undef' : predefined names can't be (un)defined: __FILE__ 45 ERROR: 0:3008: '#undef' : predefined names can't be (un)defined: __VERSION__
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppComplexExpr.vert.out | 39 ERROR: 0:3002: '#define' : predefined names can't be (un)defined: __LINE__ 40 ERROR: 0:3003: '#define' : predefined names can't be (un)defined: __FILE__ 41 ERROR: 0:3004: '#define' : predefined names can't be (un)defined: __VERSION__ 43 ERROR: 0:3006: '#undef' : predefined names can't be (un)defined: __LINE__ 44 ERROR: 0:3007: '#undef' : predefined names can't be (un)defined: __FILE__ 45 ERROR: 0:3008: '#undef' : predefined names can't be (un)defined: __VERSION__
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 152 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro") 153 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro") 154 COMPATIBLE_LANGOPT(Static , 1, 0, "__STATIC__ predefined macro (as opposed to __DYNAMIC_… 163 COMPATIBLE_LANGOPT(NoInlineDefine , 1, 0, "__NO_INLINE__ predefined macro") 164 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro") 165 …LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefined macro") 166 COMPATIBLE_LANGOPT(FiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro")
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | cl.txt | 13 program/check predefined preprocessor macros/__opencl_c_version__ must be consistent with host (if … 14 program/check predefined preprocessor macros/__opencl_c_version__ must be defined for opencl 1.2 an… 15 program/check predefined preprocessor macros/cl_version_1_2 must be defined for opencl 1.2 and late… 16 program/check predefined preprocessor macros/cl_version_2_0 must be defined for opencl 2.0 and late…
|
/external/tensorflow/tensorflow/lite/g3doc/models/text_classification/ |
D | overview.md | 3 Use a pre-trained model to category a paragraph into predefined groups. 34 Text classification categorizes a paragraph into predefined groups based on its 46 predefined vocabulary.
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | model_maker.md | 16 ….org/lite/tutorials/model_maker_image_classification) | Classify images into predefined categories. 17 …w.org/lite/tutorials/model_maker_text_classification) | Classify text into predefined categories.
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 32 * rules have predefined prefs referenced. I need this so I can 73 * y is a return value, parameter, or predefined property. 119 /** $y y is a return value, parameter, or predefined property of current rule */
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 176 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro") 177 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro") 178 COMPATIBLE_LANGOPT(Static , 1, 0, "__STATIC__ predefined macro (as opposed to __DYNAMIC_… 187 LANGOPT(EnableAIXExtendedAltivecABI , 1, 0, "__EXTABI__ predefined macro") 193 COMPATIBLE_LANGOPT(NoInlineDefine , 1, 0, "__NO_INLINE__ predefined macro") 194 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro") 195 …LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefined macro") 196 COMPATIBLE_LANGOPT(FiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro") 282 COMPATIBLE_LANGOPT(CLFiniteMathOnly , 1, 0, "__FINITE_MATH_ONLY__ predefined macro")
|
/external/grpc-grpc/tools/run_tests/ |
D | README.md | 37 Runs predefined benchmark scenarios for given languages. Besides the simple configuration of runnin… 49 A generalized framework for running predefined tasks based on their labels. We use this to building…
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | README.md | 37 Runs predefined benchmark scenarios for given languages. Besides the simple configuration of runnin… 49 A generalized framework for running predefined tasks based on their labels. We use this to building…
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | MessageFormat.java.patch | 50 - * supports predefined formats and number / date / time pattern strings (which would need 64 - * <p>We recommend you use default styles, predefined style values, skeletons,
|
/external/llvm-project/libc/cmake/modules/cpu_features/ |
D | check_cpu_features.cpp.in | 16 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
|
/external/llvm-project/flang/runtime/ |
D | magic-numbers.h | 13 to predefined Fortran standard modules as well as to C/C++
|
/external/llvm-project/clang/test/PCH/ |
D | no-validate-pch.cl | 19 // CHECK-VAL: error: __OPTIMIZE__ predefined macro was enabled in PCH file but is currently disabled
|
/external/bcc/tools/ |
D | syscount_example.txt | 85 the -i switch, for printing at predefined intervals: 113 demonstrates the -e switch, for printing ENOENT failures at predefined intervals:
|
/external/pigweed/pw_hdlc/rpc_example/ |
D | docs.rst | 65 few variables are predefined in the interactive console. These include: 77 RPCs may be accessed through the predefined ``rpcs`` variable. RPCs are
|