Home
last modified time | relevance | path

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

123456

/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.cpp1677 int predefined = 0; in Realize() local
1689 predefined = cs; in Realize()
1693 if (predefined) { in Realize()
1694 if (predefined == PDFFONT_ENCODING_WINANSI) in Realize()
1696 if (predefined == PDFFONT_ENCODING_MACROMAN) in Realize()
1698 if (predefined == PDFFONT_ENCODING_MACEXPERT) in Realize()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DMacro.h37 Macro() : predefined(false), disabled(false), type(kTypeObj) { } in Macro()
40 bool predefined; member
DPreprocessor.cpp83 macro.predefined = true; in predefineMacro()
/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/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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionAnalysis.g32 * rules have predefined prefs referenced. I need this so I can
72 * y is a return value, parameter, or predefined property.
118 /** $y y is a return value, parameter, or predefined property of current rule */
DActionTranslator.g145 * will be a predefined property or a return value.
177 * predefined property.
267 /** Setting $tokenlabel.attr or $tokenref.attr where attr is predefined property of a token is an e…
284 /** $tokenlabel.attr or $tokenref.attr where attr is predefined property of a token.
316 /** Setting $rulelabel.attr or $ruleref.attr where attr is a predefined property is an error
349 /** $rulelabel.attr or $ruleref.attr where attr is a predefined property*/
475 /** $y return value, parameter, predefined rule property, or token/rule
/external/mockftpserver/tags/2.0/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-rc1/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.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.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
/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.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/swiftshader/third_party/subzero/src/
DIceTimerTree.def10 // This file lists predefined timing tags. New tags can be added to avoid a
/external/mockftpserver/tags/2.3/src/site/apt/
Dstubftpserver-getting-started.apt116 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
313 * LIST - replies with a predefined directory listing
315 * PWD - replies with a predefined directory pathname
319 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/MockFtpServer/src/site/apt/
Dstubftpserver-getting-started.apt116 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
313 * LIST - replies with a predefined directory listing
315 * PWD - replies with a predefined directory pathname
319 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/2.5/src/site/apt/
Dstubftpserver-getting-started.apt116 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
313 * LIST - replies with a predefined directory listing
315 * PWD - replies with a predefined directory pathname
319 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/2.4/src/site/apt/
Dstubftpserver-getting-started.apt116 …Each predefined <<StubFtpServer>> <CommandHandler> manages a List of <<<InvocationRecord>>> object…
313 * LIST - replies with a predefined directory listing
315 * PWD - replies with a predefined directory pathname
319 * RETR - replies with predefined contents for a retrieved file
/external/fio/tools/plot/
Dfio2gnuplot.manpage68 A predefined pattern for selecting *_bw.log files
71 A predefined pattern for selecting *_iops.log files
/external/llvm/test/DebugInfo/X86/
Dmissing-file-line.ll7 ; in some languages with predefined types.
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
144 * RETR - replies with predefined contents for a retrieved file
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-getting-started.apt138 * LIST - replies with a predefined directory listing
140 * PWD - replies with a predefined directory pathname
144 * RETR - replies with predefined contents for a retrieved file

123456