Home
last modified time | relevance | path

Searched refs:predefined (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DSLConfigDescriptor.java61 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/
DVisualSampleEntry.java72 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/
Dcpdf_fontencoding.cpp1682 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/python/cpython2/Doc/library/
D_winreg.rst37 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/angle/src/compiler/preprocessor/
DMacro.cpp18 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) {} in Macro()
35 macro->predefined = true; in PredefineMacro()
DMacro.h37 bool predefined; member
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacro.cpp22 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj) in Macro()
43 macro->predefined = true; in PredefineMacro()
DMacro.h42 bool predefined; member
/external/python/cpython3/Doc/library/
Dwinreg.rst45 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/deqp-deps/glslang/Test/baseResults/
DcppComplexExpr.vert.out39 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/
DLangOptions.def152 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/
Dcl.txt13 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/
Doverview.md3 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/llvm-project/clang/include/clang/Basic/
DLangOptions.def176 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/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionAnalysis.g32 * 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/tensorflow/tensorflow/lite/g3doc/guide/
Dmodel_maker.md16 ….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/grpc-grpc/tools/run_tests/
DREADME.md37 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/
DREADME.md37 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/
DMessageFormat.java.patch50 - * 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/
Dcheck_cpu_features.cpp.in16 // https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros
/external/llvm-project/flang/runtime/
Dmagic-numbers.h13 to predefined Fortran standard modules as well as to C/C++
/external/mockftpserver/tags/2.1/src/site/apt/
Dstubftpserver-getting-started.apt114 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
311 * LIST - replies with a predefined directory listing
313 * PWD - replies with a predefined directory pathname
317 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/2.2/src/site/apt/
Dstubftpserver-getting-started.apt114 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
311 * LIST - replies with a predefined directory listing
313 * PWD - replies with a predefined directory pathname
317 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dstubftpserver-getting-started.apt114 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
311 * LIST - replies with a predefined directory listing
313 * PWD - replies with a predefined directory pathname
317 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dstubftpserver-getting-started.apt114 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
311 * LIST - replies with a predefined directory listing
313 * PWD - replies with a predefined directory pathname
317 * RETR - replies with predefined contents for a retrieved file

1234567891011