/dalvik/tests/003-omnibus-opcodes/src/ |
Compare.java | 13 static void testIntCompare(int minus, int plus, int plus2, int zero) { 16 if (minus > plus) 18 if (minus >= plus) 20 if (plus < minus) 22 if (plus <= minus) 24 if (plus == minus) 26 if (plus != plus2) 30 if (plus != minus) { 40 if (plus < 0) 42 if (plus <= 0 [all...] |
/external/llvm/test/TableGen/ |
Tree.td | 9 def plus : TreeNode; 17 def ADDrr32 : Inst<(set R32, (plus R32, R32))>; // a = b + c 18 def ADDri32 : Inst<(set R32, (plus R32, imm))>; // a = b + imm
|
TreeNames.td | 9 def plus : TreeNode; 17 def ADDrr32 : Inst<(set R32, (plus R32:$A, R32:$def))>;
|
/frameworks/base/telephony/java/android/telephony/ |
package.html | 4 the network type and connection state, plus utilities
|
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/ |
manifest.json | 3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.",
|
/external/markdown/MarkdownTest/Tests_2004/ |
Ordered and unordered lists.text | 22 + Plus 1 23 + Plus 2 24 + Plus 3 29 + Plus 1 31 + Plus 2 33 + Plus 3
|
Backslash escapes.text | 31 Plus: \+ 67 Plus: \+ 102 Plus: `\+`
|
Ordered and unordered lists.html | 24 <li>Plus 1</li> 25 <li>Plus 2</li> 26 <li>Plus 3</li> 32 <li><p>Plus 1</p></li> 33 <li><p>Plus 2</p></li> 34 <li><p>Plus 3</p></li>
|
Ordered and unordered lists.text-out | 31 <li>Plus 1</li> 32 <li>Plus 2</li> 33 <li>Plus 3</li> 38 <p>Plus 1</p> 41 <p>Plus 2</p> 44 <p>Plus 3</p>
|
Ordered and unordered lists.text-res | 31 <li>Plus 1</li> 32 <li>Plus 2</li> 33 <li>Plus 3</li> 38 <p>Plus 1</p> 41 <p>Plus 2</p> 44 <p>Plus 3</p>
|
/external/markdown/MarkdownTest/Tests_2007/ |
Ordered and unordered lists.text | 22 + Plus 1 23 + Plus 2 24 + Plus 3 29 + Plus 1 31 + Plus 2 33 + Plus 3
|
Ordered and unordered lists.html | 24 <li>Plus 1</li> 25 <li>Plus 2</li> 26 <li>Plus 3</li> 32 <li><p>Plus 1</p></li> 33 <li><p>Plus 2</p></li> 34 <li><p>Plus 3</p></li>
|
Backslash escapes.text | 31 Plus: \+ 67 Plus: \+ 102 Plus: `\+`
|
/external/markdown/tests/markdown-test/ |
ordered-and-unordered-list.txt | 22 + Plus 1 23 + Plus 2 24 + Plus 3 29 + Plus 1 31 + Plus 2 33 + Plus 3
|
backlash-escapes.txt | 31 Plus: \+ 67 Plus: \+ 102 Plus: `\+`
|
ordered-and-unordered-list.html | 23 <li>Plus 1</li> 24 <li>Plus 2</li> 25 <li>Plus 3</li> 30 <p>Plus 1</p> 33 <p>Plus 2</p> 36 <p>Plus 3</p>
|
/external/fdlibm/ |
index.html | 14 file <a href="e_acos.c">e_acos.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e_acos.c plus dependencies</a> 16 file <a href="e_acosh.c">e_acosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c">e_acosh.c plus dependencies</a> 18 file <a href="e_asin.c">e_asin.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e_asin.c plus dependencies</a> 20 file <a href="e_atan2.c">e_atan2.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c">e_atan2.c plus dependencies</a> 22 file <a href="e_atanh.c">e_atanh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c">e_atanh.c plus dependencies</a> 24 file <a href="e_cosh.c">e_cosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e_cosh.c plus dependencies</a> 26 file <a href="e_exp.c">e_exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_exp.c plus dependencies</a> 28 file <a href="e_fmod.c">e_fmod.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e_fmod.c plus dependencies</a> 30 file <a href="e_gamma.c">e_gamma.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c">e_gamma.c plus dependencies</a> 32 file <a href="e_gamma_r.c">e_gamma_r.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma_r.c">e_gamma_r.c plus dependencies</a [all...] |
/external/clang/test/Preprocessor/ |
output_paste_avoid.c | 18 #define PLUS + 21 D: +PLUS -EMPTY- PLUS+ f(=)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 19 // A semiring is specified by two binary operations Plus and Times and 21 // Plus: associative, commutative, and has Zero as its identity. 22 // Times: associative and has identity One, distributes w.r.t. Plus, and 52 // --> Reverse(Plus(a, b)) = Plus(Reverse(a), Reverse(b)) 61 // Idempotent: for all a: Plus(a, a) == a. 62 // Path Property: for all a, b: Plus(a, b) == a or Plus(a, b) == b. 86 // For all a,b,c: Times(c, Plus(a,b)) = Plus(Times(c,a), Times(c, b) [all...] |
/system/media/mca/filterfw/java/android/filterfw/geometry/ |
Rectangle.java | 40 origin.plus(size.x, 0.0f), 41 origin.plus(0.0f, size.y), 42 origin.plus(size.x, size.y)); 64 center.plus(dx).minus(dy), 65 center.minus(dx).plus(dy), 66 center.plus(dx).plus(dy)); 78 return p0.plus(p1).plus(p2).plus(p3).times(0.25f) [all...] |
Quad.java | 55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t)); 59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
|
/external/icu4c/data/brkitr/ |
title.txt | 17 # If the iterator starts on a cased item, advance through all adjacent cased items plus 29 # If the iterator starts on a cased item, advance through all adjacent cased items plus
|
/external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/ |
manifest.json | 3 "description" : "Search the Chrome Extensions documentation. To use, type 'crdoc' plus a search term into the Omnibox.",
|
/frameworks/base/core/java/android/content/res/ |
package.html | 5 in the package, plus important device configuration details
|
/external/clang/test/CodeGenCXX/ |
explicit-instantiation.cpp | 7 struct plus { struct 12 Result plus<T, U, Result>::operator()(const T& t, const U& u) const { 17 template struct plus<int, long, long>;
|