HomeSort by relevance Sort by last modified time
    Searched full:term (Results 176 - 200 of 2418) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 196 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
359 BranchInst *Term = cast<BranchInst>(BB->getTerminator());
361 for (unsigned i = 0, e = Term->getNumSuccessors(); i != e; ++i) {
362 BasicBlock *Succ = Term->getSuccessor(i);
410 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx,
413 if (Term->isConditional()) {
414 Cond = Term->getCondition();
440 BranchInst *Term = cast<BranchInst>((*PI)->getTerminator());
441 for (unsigned i = 0, e = Term->getNumSuccessors(); i != e; ++i) {
442 BasicBlock *Succ = Term->getSuccessor(i)
    [all...]
  /external/libxml2/doc/devhelp/
libxml2-threads.html 100 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>hinstDLL</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>fdwReason</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>lpvReserved</tt></i>:</span></td><td/></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td/></tr></tbody></table></div></div>
104 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>tok</tt></i>:</span></td><td>the simple mutex</td></tr></tbody></table></div></div>
108 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>tok</tt></i>:</span></td><td>the reentrant mutex</td></tr></tbody></table></div></div>
112 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the thread global state or NULL in case of error</td></tr></tbody></table></div></div>
116 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the current thread ID number</td></tr></tbody></table></div></div>
124 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>1 if the current thread is the main thread, 0 otherwise</td></tr></tbody></table></div></div>
132 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>tok</tt></i>:</span></td><td>the simple mutex</td></tr></tbody></table></div></div
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
running.html 53 </p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-Xmx<em class="replaceable"><code>NN</code></em>m</strong></span></span></dt><dd><p>
58 </p></dd><dt><span class="term"><span class="command"><strong>-D<em class="replaceable"><code>name</code></em>=<em class="replaceable"><code>value</code></em></strong></span></span></dt><dd><p>
82 </p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-jvmArgs <em class="replaceable"><code>args</code></em></strong></span></span></dt><dd><p>
88 </p></dd><dt><span class="term"><span class="command"><strong>-javahome <em class="replaceable"><code>directory</code></em></strong></span></span></dt><dd><p>
91 </p></dd><dt><span class="term"><span class="command"><strong>-maxHeap <em class="replaceable"><code>size</code></em></strong></span></span></dt><dd><p>
94 </p></dd><dt><span class="term"><span class="command"><strong>-debug</strong></span></span></dt><dd><p>
97 </p></dd><dt><span class="term"><span class="command"><strong>-property</strong></span> <em class="replaceable"><code>name=value</code></em></span></dt><dd><p>
109 </p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-effort:min</strong></span></span></dt><dd><p>
114 </p></dd><dt><span class="term"><span class="command"><strong>-effort:max</strong></span></span></dt><dd><p>
117 </p></dd><dt><span class="term"><span class="command"><strong>-project</strong></span> <em class="replaceable"><code>project</cod (…)
    [all...]
  /external/libopus/silk/
NSQ.c 56 const opus_int16 a_Q12[], /* I Short term prediction coefs */
57 const opus_int16 b_Q14[], /* I Long term prediction coefs */
77 const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], /* I Short term prediction coefs */
78 const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], /* I Long term prediction coefs */
80 const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], /* I Long term shaping coefs */
182 const opus_int16 a_Q12[], /* I Short term prediction coefs */
183 const opus_int16 b_Q14[], /* I Long term prediction coefs */
208 /* Set up short term AR state */
215 /* Short-term prediction */
238 /* Long-term prediction *
    [all...]
  /external/jemalloc/test/include/test/
math.h 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; local
74 term = 1.0;
79 term *= x / rn;
80 gin += term;
81 if (term <= acu) {
90 term = 0.0;
100 term += 1.0;
101 an = a * term;
273 /* Calculation of seven-term Taylor series. */
  /external/mesa3d/src/mesa/main/
texenv.c 175 /** Set an RGB or A combiner source term */
181 GLuint term; local
185 * Translate pname to (term, alpha).
194 term = pname - GL_SOURCE0_RGB;
201 term = pname - GL_SOURCE0_ALPHA;
209 if ((term == 3) && (ctx->API != API_OPENGL
215 assert(term < MAX_COMBINER_TERMS);
218 * Error-check param (the source term)
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term] = param
271 GLuint term; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
annotations.html 3 <title>&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs&#8482; &#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="index.html" title="FindBugs&#8482; &#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="prev" href="analysisprops.html" title="&#31532;9&#31456; &#20998;&#26512;&#12503;&#12525;&#12497;&#12486;&#12451;&#12540;"><link rel="next" href="rejarForAnalysis.html" title="&#31532;11&#31456; rejarForAnalysis &#12398;&#20351;&#29992;&#26041;&#27861;"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="analysisprops.html">&#25147;&#12427;</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="rejarForAnalysis.html">&#27425;&#12408;</a></td></tr></table><hr></div><div class="chapter" title="&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;"><div class="titlepage"><div><div><h2 class="title"><a name="annotations"></a>&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</h2></div></div></div><p><span class="application">FindBugs</span> &#12399;&#12356;&#12367;&#12388;&#12363;&#12398;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#38283;&#30330;&#32773;&#12398;&#24847;&#22259;&#12434;&#26126;&#30906;&#12395;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289; FindBugs &#12399;&#12424;&#12426;&#30340;&#30906;&#12395;&#35686;&#21578;&#12434;&#30330;&#34892;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#20351;&#29992;&#12377;&#12427;&#12383;&#12417;&#12395;&#12399; Java 5 &#12364;&#24517;&#35201;&#12391;&#12354;&#12426;&#12289; annotations.jar &#12362;&#12424;&#12403; jsr305.jar &#12501;&#12449;&#12452;&#12523;&#12434;&#12467;&#12531;&#12497;&#12452;&#12523;&#26178;&#12398;&#12463;&#12521;&#12473;&#12497;&#12473;&#12395;&#21547;&#12417;&#12427;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;</p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.CheckForNull</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Field, Method, Parameter
4 <p>&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12388;&#12369;&#12383;&#35201;&#32032;&#12399;&#12289; null &#12391;&#12354;&#12427;&#21487;&#33021;&#24615;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;&#12375;&#12383;&#12364;&#12387;&#12390;&#12289;&#24403;&#35442;&#35201;&#32032;&#12434;&#20351;&#29992;&#12377;&#12427;&#38555;&#12399; null &#12481;&#12455;&#12483;&#12463;&#12434;&#12377;&#12427;&#12409;&#12365;&#12391;&#12377;&#12290;&#12371;&#12398;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12513;&#12477;&#12483;&#12489;&#12395;&#36969;&#29992;&#12377;&#12427;&#12392;&#12289;&#12513;&#12477;&#12483;&#12489;&#12398;&#25147;&#12426;&#20516;&#12395;&#36969;&#29992;&#12373;&#12428;&#12414;&#12377;&#12290;</p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.CheckReturnValue</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Method, Constructor
5 <div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>[Parameter]</strong></span></span></dt><dd><p>
7 <span class="command"><strong>explanation:</strong></span>&#25147;&#12426;&#20516;&#12434;&#12481;&#12455;&#12483;&#12463;&#12375;&#12394;&#12369;&#12400;&#12394;&#12425;&#12394;&#12356;&#29702;&#30001;&#12434;&#12486;&#12461;&#12473;&#12488;&#12391;&#35500;&#26126;&#12375;&#12414;&#12377;&#12290;&#12487;&#12501;&#12457;&#12523;&#12488;&#20516; :""&#12290;</p></dd></dl></div><p>&#12371;&#12398;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#20351;&#29992;&#12375;&#12390;&#12289;&#21628;&#20986;&#12375;&#24460;&#12395;&#25147;&#12426;&#20516;&#12434;&#12481;&#12455;&#12483;&#12463;&#12377;&#12409;&#12365;&#12513;&#12477;&#12483;&#12489;&#12434;&#34920;&#12377;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;</p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.DefaultAnnotation</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Type, Package
8 <div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>[Parameter]</strong></span></span></dt><dd><p>
16 </p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.DefaultAnnotationForFields</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Type, Package
17 <div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>[Parameter]</strong></span></span></dt><dd><p>
21 </p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.DefaultAnnotationForMethods</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Type, Package
22 <div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>[Parameter]</strong></span></span></dt><dd><p>
26 </p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.DefaultAnnotationForParameters</str (…)
    [all...]
  /external/speex/libspeex/
modes.h 74 /** Long-term predictor quantization */
79 /** Long-term un-quantize */
101 /*Long-term predictor functions*/
102 ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */
103 ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */
  /external/toybox/toys/other/
login.c 132 const char *term = getenv("TERM"); local
134 if (term) setenv("TERM", term, 1);
  /external/valgrind/docs/xml/
manual-core.xml 244 <term><option>-e --exit-at-zero</option></term>
252 <term><option>--max-connect=INTEGER</option></term>
262 <term><option>portnumber</option></term>
594 <term>
596 </term>
619 <term><option>-h --help</option></term>
    [all...]
  /external/libxml2/doc/html/
libxml-chvalid.html 56 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>character to be validated</td></tr><tr><td><span class="term"><i><tt>rptr</tt></i>:</span></td><td>pointer to range to be used to validate</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>true if character valid, false otherwise</td></tr></tbody></table></div><h3><a name="xmlIsBaseChar" id="xmlIsBaseChar"></a>Function: xmlIsBaseChar</h3><pre class="programlisting">int xmlIsBaseChar (unsigned int ch)<br />
58 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ch</tt></i>:</span></td><td>character to validate</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>true if argument valid, false otherwise</td></tr></tbody></table></div><h3><a name="xmlIsBlank" id="xmlIsBlank"></a>Function: xmlIsBlank</h3><pre class="programlisting">int xmlIsBlank (unsigned int ch)<br />
60 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ch</tt></i>:</span></td><td>character to validate</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>true if argument valid, false otherwise</td></tr></tbody></table></div><h3><a name="xmlIsChar" id="xmlIsChar"></a>Function: xmlIsChar</h3><pre class="programlisting">int xmlIsChar (unsigned int ch)<br />
62 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ch</tt></i>:</span></td><td>character to validate</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>true if argument valid, false otherwise</td></tr></tbody></table></div><h3><a name="xmlIsCombining" id="xmlIsCombining"></a>Function: xmlIsCombining</h3><pre class="programlisting">int xmlIsCombining (unsigned int ch)<br />
64 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ch</tt></i>:</span></td><td>character to validate</td></tr><tr><td><span class="term"><i>< (…)
    [all...]
  /external/libxml2/result/valid/
REC-xml-19980210.xml 113 <p>This specification uses the term URI, which is defined by <bibref ref="Berners-Lee"/>, a work in progress expected to update <bibref ref="RFC1738"/> and <bibref ref="RFC1808"/>.
205 introduce the term 'empty-element tag', note that all empty elements
211 Add content model as a term and clarify that it applies to both
230 the term Fatal Error).
302 <sitem>1996-10-30 : TB : Clean up term &amp; termdef. Slip in
375 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
376 called an <term>XML processor</term> is used to read XML documents
377 and provide access to their content and structure.</termdef> <termdef id="dt-app" term="Application">It is assumed that an XML processor is
379 <term>application</term>.</termdef> This specification describes th
    [all...]
  /external/libxml2/test/relaxng/
tutor11_1_3.xml 129 <p>This specification uses the term URI, which is defined by <bibref
223 introduce the term 'empty-element tag', note that all empty elements
229 Add content model as a term and clarify that it applies to both
248 the term Fatal Error).
320 <sitem>1996-10-30 : TB : Clean up term &amp; termdef. Slip in
394 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
395 called an <term>XML processor</term> is used to read XML documents
397 id="dt-app" term="Application">It is assumed that an XML processor is
399 <term>application</term>.</termdef> This specification describes th
    [all...]
  /external/libxml2/test/valid/
REC-xml-19980210.xml 129 <p>This specification uses the term URI, which is defined by <bibref
223 introduce the term 'empty-element tag', note that all empty elements
229 Add content model as a term and clarify that it applies to both
248 the term Fatal Error).
320 <sitem>1996-10-30 : TB : Clean up term &amp; termdef. Slip in
394 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
395 called an <term>XML processor</term> is used to read XML documents
397 id="dt-app" term="Application">It is assumed that an XML processor is
399 <term>application</term>.</termdef> This specification describes th
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
simplecalc.t 27 expr : term ( ( PLUS | MINUS ) term )* ;
29 term : factor ( ( MULT | DIV ) factor )* ;
  /external/lldb/test/terminal/
TestSTTYBeforeAndAfter.py 44 child.sendline('set env(TERM) xterm')
46 child.sendline('set env(TERM) vt100')
48 child.sendline('puts $env(TERM)')
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 148 final String term = wordInfo.mWord.toString(); local
149 if (!term.isEmpty()) {
150 terms.add(term);
171 final String term = wordInfo.mWord.toString(); local
172 if (!term.isEmpty()) {
173 prevTermList.add(term);
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd
76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd
  /external/libavc/common/
ih264_dpb_mgr.h 101 * Number of short-term reference buffers
106 * Number of long-term reference buffers
  /external/mksh/
mkshrc 14 : ${TERM:=xterm}
17 export HOME HOSTNAME MKSH SHELL TERM TMPDIR USER
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
BaseLocationBox.java 77 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(baseLocation)]); // string plus term zero
79 byteBuffer.put(new byte[256 - Utf8.utf8StringLengthInBytes(purchaseLocation)]); // string plus term zero
  /external/skia/tools/
iOSShell.cpp 98 SkEvent::Term();
99 SkGraphics::Term();
  /external/toybox/toys/lsb/
killall.c 1 /* killall.c - Send signal (default: TERM) to all processes with given names.
15 Send a signal (default: TERM) to all processes with the given names.
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 40 public TerminalLineView(Context context, Terminal term, TerminalMetrics metrics) {
42 mTerm = term;

Completed in 447 milliseconds

1 2 3 4 5 6 78 91011>>