/external/clang/test/CodeGenCXX/ |
D | explicit-instantiation.cpp | 7 struct plus { struct 12 Result plus<T, U, Result>::operator()(const T& t, const U& u) const { in operator ()() 17 template struct plus<int, long, long>; variable
|
/external/llvm/test/TableGen/ |
D | 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
|
D | TreeNames.td | 9 def plus : TreeNode; 17 def ADDrr32 : Inst<(set R32, (plus R32:$A, R32:$def))>;
|
/external/llvm/test/Bindings/Ocaml/ |
D | executionengine.ml | 34 let fn = define_function "plus" (function_type i32_type [| i32_type; 86 match ExecutionEngine.find_function "plus" ee with 87 | None -> raise (Failure "find_function 'plus' failed") 88 | Some plus -> 91 let res = ExecutionEngine.run_function plus 95 if 4 != GenericValue.as_int res then bomb "plus did not work";
|
/external/stlport/stlport/stl/ |
D | _function_base.h | 114 struct plus : public binary_function<_Tp, _Tp, _Tp> { 126 plus<_Tp> __plus(_Tp* ) { return plus<_Tp>(); } 206 template <class _Tp> inline _Tp __identity_element(plus<_Tp>) { return _Tp(0); }
|
/external/chromium-trace/trace-viewer/src/tracks/ |
D | track.js | 53 var plus = '\u002b'; // plus sign; 59 collapseEl.textContent = collapsed ? plus : minus;
|
/external/icu4c/data/brkitr/ |
D | 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/webkit/glue/ |
D | cpp_binding_example.cc | 45 BindMethod("plus", &CppBindingExample::plus); in CppBindingExample() 85 void CppBindingExample::plus(const CppArgumentList& args, in plus() function in CppBindingExample
|
D | cpp_binding_example.h | 64 void plus(const CppArgumentList& args, CppVariant* result);
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 12 ;The chosen solution requires 4 regs, with addrec cost 1, plus 3 base adds, plus 2 setup cost: 25 ;The chosen solution requires 4 regs, with addrec cost 1, plus 1 base add, plus 2 setup cost:
|
/external/clang/test/Index/ |
D | complete-at-exprstmt.m | 15 + (int)add:(int)x to:(int)y plus:(int)z; 50 // CHECK-CC4: NotImplemented:{TypedText add:to:plus:} (40) 54 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:plus:} (40)
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheStatsTest.java | 85 CacheStats sum = two.plus(one); in testPlus() 99 assertEquals(sum, one.plus(two)); in testPlus()
|
/external/clang/lib/Lex/ |
D | TokenConcatenation.cpp | 78 TokenInfo[tok::plus ] |= aci_custom_firstchar; in TokenConcatenation() 104 TokenInfo[tok::plus ] |= aci_avoid_equal; // += in TokenConcatenation() 251 case tok::plus: // ++ in AvoidConcat()
|
/external/webkit/ |
D | WEBKIT_MERGE_REVISION | 3 which is WebKit trunk r84325 plus stability cherry picks.
|
/external/webkit/Source/JavaScriptGlue/Configurations/ |
D | Version.xcconfig | 49 // Local builds are the full version with a plus suffix. 53 // Local builds use the major version with a plus suffix
|
/external/webkit/Source/WebKit2/Configurations/ |
D | Version.xcconfig | 49 // Local builds are the full version with a plus suffix. 53 // Local builds use the major version with a plus suffix
|
/external/webkit/Source/JavaScriptCore/Configurations/ |
D | Version.xcconfig | 49 // Local builds are the full version with a plus suffix. 53 // Local builds use the major version with a plus suffix
|
/external/ipsec-tools/src/libipsec/ |
D | policy_token.l | 85 plus \+
|
/external/stlport/test/unit/ |
D | plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); in plus0()
|
/external/webkit/Source/WebKit/mac/Configurations/ |
D | Version.xcconfig | 52 // Local builds are the full version with a plus suffix. 56 // Local builds use the major version with a plus suffix
|
/external/webkit/Source/WebCore/Configurations/ |
D | Version.xcconfig | 52 // Local builds are the full version with a plus suffix. 56 // Local builds use the major version with a plus suffix
|
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigDecimalCompareTest.java | 364 assertEquals("incorrect value", cNumber, aNumber.plus()); in testPlusPositive() 379 BigDecimal res = aNumber.plus(mc); in testPlusMathContextPositive() 394 assertEquals("incorrect value", cNumber, aNumber.plus()); in testPlusNegative() 409 BigDecimal res = aNumber.plus(mc); in testPlusMathContextNegative()
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator-decl.cpp | 44 } plus; variable
|
/external/chromium/chrome/browser/resources/ |
D | wrench_menu.js | 219 this.attrs.enabled = params.plus; 220 if (params.plus) {
|
/external/bison/doc/ |
D | refcard.tex | 79 \vskip .15ex plus .25 fill 104 \vskip .15ex plus .25 fill 243 % \parskip 1ex plus .5ex minus .5ex 244 \parskip 0.5ex plus .25ex minus .25ex 248 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex} 251 \vskip 1.5ex plus 1ex minus 1ex {\headingfont #1}\mark{#1}% 252 \vskip 1ex plus .5ex minus 0.75ex}
|