Searched refs:plus (Results 1 - 25 of 67) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dexplicit-instantiation.cpp7 struct plus { struct
12 Result plus<T, U, Result>::operator()(const T& t, const U& u) const {
17 template struct plus<int, long, long>;
/external/clang/test/Index/
H A Dcomplete-at-exprstmt.m15 + (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/chromium/webkit/glue/
H A Dcpp_binding_example.h24 document.writeln(example.plus(2, 3.1));
28 document.writeln(example.plus(example.my_value, example.my_other_value));
64 void plus(const CppArgumentList& args, CppVariant* result);
H A Dcpp_binding_example.cc45 BindMethod("plus", &CppBindingExample::plus);
85 void CppBindingExample::plus(const CppArgumentList& args, function in class:CppBindingExample
/external/clang/test/SemaCXX/
H A Doverloaded-operator-decl.cpp44 } plus; member in namespace:PR6238
/external/stlport/test/unit/
H A Dplusminus_test.cpp36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
/external/netcat/data/
H A Ddns-any.d28 0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise
H A Drip.d29 # sockaddr-plus-metric structs begin, as many as necessary...
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml34 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/ipsec-tools/src/libipsec/
H A Dpolicy_token.l85 plus \+
114 {plus} { return(PLUS); }
/external/e2fsprogs/intl/
H A Deval-plural.h76 case plus:
H A Dplural-exp.h48 plus, /* Addition. */ enumerator in enum:expression::operator
/external/skia/tests/
H A DTriangulationTest.cpp88 static const SkPoint plus[] = { variable
231 const size_t numVertices = sizeof(plus) / sizeof(SkPoint);
232 bool success = SkConcaveToTriangles(numVertices, plus, &triangles);
233 PrintTriangles(triangles, numVertices, plus, reporter);
/external/stlport/stlport/stl/
H A D_function_base.h114 struct plus : public binary_function<_Tp, _Tp, _Tp> { struct in inherits:binary_function
126 plus<_Tp> __plus(_Tp* ) { return plus<_Tp>(); }
206 template <class _Tp> inline _Tp __identity_element(plus<_Tp>) { return _Tp(0); }
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp77 TokenInfo[tok::plus ] |= aci_custom_firstchar;
90 TokenInfo[tok::plus ] |= aci_avoid_equal; // +=
215 case tok::plus: // ++
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalCompareTest.java355 * plus() for a positive BigDecimal
364 assertEquals("incorrect value", cNumber, aNumber.plus());
368 * plus(MathContext) for a positive BigDecimal
379 BigDecimal res = aNumber.plus(mc);
385 * plus() for a negative BigDecimal
394 assertEquals("incorrect value", cNumber, aNumber.plus());
398 * plus(MathContext) for a negative BigDecimal
409 BigDecimal res = aNumber.plus(mc);
/external/llvm/lib/TableGen/
H A DTGLexer.h34 minus, plus, // - + enumerator in enum:llvm::tgtok::TokKind
/external/chromium/chrome/browser/resources/
H A Dwrench_menu.js138 * ZoomCommand class implements Zoom plus and fullscreen.
162 * Activate zoom plus and full screen commands.
173 * ZoomMenuItem which has plus and fullscreen buttons inside.
219 this.attrs.enabled = params.plus;
220 if (params.plus) {
/external/libvpx/examples/includes/geshi/geshi/
H A Dactionscript3.php23 * 5 : all flash.* class names plus Top Level classes, mx are excluded
/external/qemu/
H A Dcurses_keys.h259 { "plus", 0x02b },
/external/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h74 std::transform(data, data + length, v.data, data, std::plus<PBQPNum>());
226 std::plus<PBQPNum>());
/external/bison/doc/
H A Drefcard.tex81 \vskip .15ex plus .25 fill
106 \vskip .15ex plus .25 fill
245 % \parskip 1ex plus .5ex minus .5ex
246 \parskip 0.5ex plus .25ex minus .25ex
250 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
253 \vskip 1.5ex plus 1ex minus 1ex {\headingfont #1}\mark{#1}%
254 \vskip 1ex plus .5ex minus 0.75ex}
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h472 int plus; member in struct:nfs3_readdirargs
508 int plus; member in struct:nfs3_readdirres
809 u32 * (*decode_dirent)(u32 *, struct nfs_entry *, int plus);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp339 struct plus { struct
351 bind(plus<int>(), x, _1)(y);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java519 int plus = (byte)ci.byteAt(index + 2);
524 ci.write16bit(plus, pos + 1);

Completed in 2084 milliseconds

123