Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 56) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
Dfold_left.hpp26 # define BOOST_PP_SEQ_FOLD_LEFT(op, state, seq) ...
33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005) argument
34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) argument
38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 argument
39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 argument
40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 argument
41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 argument
42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 argument
43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0 argument
44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz) 0 argument
[all …]
Dtransform.hpp24 …OST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_… argument
26 # define BOOST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TRANSFORM_I(op, data, seq) argument
27 …T_PP_SEQ_TRANSFORM_I(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_… argument
37 # define BOOST_PP_SEQ_TRANSFORM_O_I(s, op, data, res, elem) (op, data, res (op(s, data, elem))) argument
42 …EQ_TRANSFORM_S(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEF… argument
44 # define BOOST_PP_SEQ_TRANSFORM_S(s, op, data, seq) BOOST_PP_SEQ_TRANSFORM_S_I(s, op, data, seq) argument
45 …_TRANSFORM_S_I(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEF… argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
Dtransform.hpp25 …ine BOOST_PP_LIST_TRANSFORM(op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT(BOO… argument
27 # define BOOST_PP_LIST_TRANSFORM(op, data, list) BOOST_PP_LIST_TRANSFORM_I(op, data, list) argument
28 …e BOOST_PP_LIST_TRANSFORM_I(op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT(BOO… argument
38 # define BOOST_PP_LIST_TRANSFORM_O_D(d, op, data, res, elem) (op, data, (op(d, data, elem), res)) argument
43 …T_PP_LIST_TRANSFORM_D(d, op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT_ ## d(… argument
45 # define BOOST_PP_LIST_TRANSFORM_D(d, op, data, list) BOOST_PP_LIST_TRANSFORM_D_I(d, op, data, l… argument
46 …PP_LIST_TRANSFORM_D_I(d, op, data, list) BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_LIST_FOLD_RIGHT_ ## d(… argument
Dfold_right.hpp23 # define BOOST_PP_LIST_FOLD_RIGHT(op, state, list)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp61 #define MO_OP_IMPL( op, descr, ret ) \ argument
62 BOOST_ITEST_SCOPE( mock_object::operator op ); \
67 #define MO_UNARY_OP( op, descr ) \ argument
68 self_type const& operator op() const \
70 MO_OP_IMPL( op, descr, prototype() ); \
74 #define MO_UNARY_BOOL_OP( op, descr ) \ argument
75 bool operator op() const \
77 MO_OP_IMPL( op, descr, (!!BOOST_ITEST_DPOINT()) ); \
81 #define MO_BINARY_OP( op, descr ) \ argument
84 operator op( mock_object<i1,Base1> const& mo, \
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dclass_properties.hpp92 #define DEFINE_PROPERTY_FREE_BINARY_OPERATOR( op ) \ argument
95 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
97 return lhs op rhs.get(); \
101 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
103 return lhs.get() op rhs; \
107 operator op( class_property<PropertyType> const& lhs, \
110 return lhs.get() op rhs.get(); \
121 #define DEFINE_PROPERTY_LOGICAL_OPERATOR( op ) \ argument
124 operator op( bool b, class_property<PropertyType> const& p ) \
126 return b op p.get(); \
[all …]
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch12 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ | 1 +
13 .../predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ | 1 +
15 .../reverse.iterators/reverse.iter.ops/reverse.iter.op!EQ | 1 +
16 .../reverse.iterators/reverse.iter.ops/reverse.iter.op+EQ | 1 +
17 .../reverse.iterators/reverse.iter.ops/reverse.iter.op-EQ | 1 +
41 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ
42 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ
44 …e mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!EQ
45 …e mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+EQ
46 …e mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-EQ
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Datomic159 fetch_add(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
160 integral fetch_add(integral op, memory_order m = memory_order_seq_cst) noexcept;
162 fetch_sub(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
163 integral fetch_sub(integral op, memory_order m = memory_order_seq_cst) noexcept;
165 fetch_and(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
166 integral fetch_and(integral op, memory_order m = memory_order_seq_cst) noexcept;
168 fetch_or(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
169 integral fetch_or(integral op, memory_order m = memory_order_seq_cst) noexcept;
171 fetch_xor(integral op, memory_order m = memory_order_seq_cst) volatile noexcept;
172 integral fetch_xor(integral op, memory_order m = memory_order_seq_cst) noexcept;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_facade.hpp432 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \ argument
438 operator op( \
442 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \ argument
451 operator op( \
479 # define BOOST_ITERATOR_FACADE_RELATION(op) \
480 BOOST_ITERATOR_FACADE_INTEROP_HEAD(friend,op, boost::detail::always_bool2);
810 # define BOOST_ITERATOR_FACADE_INTEROP(op, result_type, return_prefix, base_op) \ argument
811 BOOST_ITERATOR_FACADE_INTEROP_HEAD(inline, op, result_type) \
824 # define BOOST_ITERATOR_FACADE_RELATION(op, return_prefix, base_op) \ argument
826 op \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
Ddef_params_tail.hpp73 # define BOOST_MPL_PP_AUX_TAIL_PARAM_FUNC(unused, i, op) \ argument
75 BOOST_PP_TUPLE_ELEM(3, 1, op) \
76 , BOOST_PP_ADD_D(1, i, BOOST_PP_INC(BOOST_PP_TUPLE_ELEM(3, 0, op))) \
77 ) BOOST_PP_TUPLE_ELEM(3, 2, op)() \
/ndk/sources/android/support/tests/minitest/
Dminitest.h298 opname, op, expected, expression, is_assert) \
302 if (!(minitest_actual op minitest_expected)) { \
322 #define MINITEST_EXPECT_BINOP_(opname, op, expected, expression) \
323 MINITEST_EXPECT_ASSERT_BINOP_(opname, op, expected, expression, false)
467 #define MINITEST_ASSERT_BINOP_(opname, op, expected, expression) \
468 MINITEST_EXPECT_ASSERT_BINOP_(opname, op, expected, expression, true)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h202 _Operation op;
206 : op(__x), _M_value(__y) {} in binder1st()
209 { return op(_M_value, __x); } in operator()
212 { return op(_M_value, __x); } in operator()
237 _Operation op;
241 : op(__x), value(__y) {} in binder2nd()
244 { return op(__x, value); } in operator()
247 { return op(__x, value); } in operator()
/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h69 #define SOP(op, opnd) ((op)|(opnd)) argument
Dregcomp.c130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) argument
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) argument
1301 doemit(struct parse *p, sop op, size_t opnd) in doemit() argument
1316 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert() argument
1334 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
Dbinder2nd.pass.cpp45 assert(op.id() == 3); in do_test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
Dbinder1st.pass.cpp45 assert(op.id() == 2); in do_test()
/ndk/sources/host-tools/make-3.81/
Dexpand.c248 char *op, *begp; in variable_expand_string() local
251 op = o; in variable_expand_string()
253 if (handle_function (&op, &begp)) in variable_expand_string()
255 o = op; in variable_expand_string()
Dvariable.h125 extern int handle_function PARAMS ((char **op, char **stringp));
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.cc483 const Elf_Byte op = *go; in get_pc_address_file_info() local
486 if (op == 0) { in get_pc_address_file_info()
544 } else if (op < stmtl_header_.opcode_base) { in get_pc_address_file_info()
546 switch (op) { in get_pc_address_file_info()
669 uleb < stmtl_header_.standard_opcode_lengths[op - 1]; uleb++) { in get_pc_address_file_info()
679 const Elf_Word adjusted = op - stmtl_header_.opcode_base; in get_pc_address_file_info()
/ndk/sources/host-tools/sed-4.2.1/po/
Dpt.po81 msgstr "opção desconhecida para 's'"
85 msgstr "múltiplas opções 'p' para comando 's'"
89 msgstr "múltiplas opções 'g' para comando 's'"
93 msgstr "múltiplas opções de número para comando 's'"
97 msgstr "opção de número para comando 's' pode não ser zero"
171 msgstr "opção 'e' não suportada"
359 "Se não forem dadas as opções -e, --expression, -f ou --file, então, o "
361 "argumento não-opção é considerado como o 'script' a interpretar. Todos os\n"
/ndk/sources/host-tools/nawk-20071023/
Dtran.c250 Cell *cp, *op, **np; in rehash() local
257 for (cp = tp->tab[i]; cp; cp = op) { in rehash()
258 op = cp->cnext; in rehash()
Db.c292 uschar *op, *bp; in cclenter() local
296 op = p; in cclenter()
329 dprintf( ("cclenter: in = |%s|, out = |%s|\n", op, buf) ); in cclenter()
330 xfree(op); in cclenter()
/ndk/sources/host-tools/make-3.81/po/
Dpt_BR.po416 msgstr "%s: a op��o `%s' � ambigua\n"
421 msgstr "%s: a op��o `--%s' n�o permite um argumento\n"
426 msgstr "%s: a op��o `%c%s' n�o permite um argumento\n"
431 msgstr "%s: a op��o `%s' requer um argumento\n"
436 msgstr "%s: a op��o � desconhecida `--%s'\n"
441 msgstr "%s: a op��o � desconhecida `%c%s'\n"
446 msgstr "%s: a op��o � ilegal -- %c\n"
451 msgstr "%s: a op��o � inv�lida -- %c\n"
456 msgstr "%s: a op��o requer um argumento -- %c\n"
461 msgstr "%s: a op��o `-W %s' � ambigua\n"
[all …]
Dnl.po27 msgstr "het 'touchen' van een archiefonderdeel is niet mogelijk op VMS"
62 msgstr "kan bibliotheek '%s' niet openen om onderdeel '%s' op te zoeken"
412 msgstr "Niet-geïmplementeerd op dit platform: functie '%s'"
573 msgstr "*** Wachten op onvoltooide taken..."
643 msgstr "kan belastingsgrenzen niet afdwingen op dit besturingssysteem"
677 msgstr "'make' heeft kind met PID %d verwerkt, wacht nog op PID %d\n"
924 msgstr "Toegangsovertreding: schrijfopdracht op adres %x\n"
929 msgstr "Toegangsovertreding: leesopdracht op adres %x\n"
953 msgstr "Makefile op standaardinvoer is dubbel opgegeven."
965 msgstr "Parallele taken (-j) worden op dit platform niet ondersteund."
[all …]
/ndk/sources/android/support/
DAndroid.mk185 -Wno-shift-op-parentheses \
188 -Wno-bitwise-op-parentheses

123