Searched defs:plus (Results 1 - 21 of 21) sorted by relevance

/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/chromium/webkit/glue/
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/guava/guava/src/com/google/common/cache/
H A DCacheStats.java228 public CacheStats plus(CacheStats other) { method in class:CacheStats
/external/e2fsprogs/intl/
H A Dplural-exp.h48 plus, /* Addition. */ enumerator in enum:expression::operator
/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/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java142 expr = plus(opPos); break;
363 protected Expression plus(int opPos) throws TransformerException method in class:Compiler
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp340 struct plus { struct
352 bind(plus<int>(), x, _1)(y);
/external/llvm/lib/TableGen/
H A DTGLexer.h35 minus, plus, // - + enumerator in enum:llvm::tgtok::TokKind
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_A.c749 const vector unsigned char plus = VECUINT8_LITERAL local
769 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0));
H A DSDL_blit_N.c125 const vector unsigned char plus = VECUINT8_LITERAL( local
145 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0));
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1417 int err = 0, dx = radius, dy = 0, plus = 1, minus = (radius << 1) - 1; local
1542 err += plus;
1543 plus += 2;
/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/libxml2/
H A Dxpath.c10795 int plus; local
10798 if (CUR == '+') plus = 1;
10799 else plus = 0;
10804 PUSH_BINARY_EXPR(XPATH_OP_PLUS, op1, ctxt->comp->last, plus, 0);
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1130 IROp plus = mkSizedOp(ty, Iop_Add8); local
1145 assign( tres, binop(plus,
1146 binop(plus,mkexpr(ta1),mkexpr(ta2)),
H A Dguest_amd64_toIR.c1964 IROp plus = mkSizedOp(ty, Iop_Add8); local
1984 assign( tres, binop(plus,
1985 binop(plus,mkexpr(ta1),mkexpr(ta2)),
13007 /* plus 15 more of the above, spaced out in YMM sized steps */
13086 /* plus 15 more of the above, spaced out in YMM sized steps */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 1063 milliseconds