Searched refs:modify (Results 1 - 25 of 1057) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/function_objects/binders/
H A D3113.cc6 // software; you can redistribute it and/or modify it under the
30 void modify(int) { } function in class:Elem
42 std::bind2nd(std::mem_fun_ref(&Elem::modify), 42));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/functional/binders/
H A D3113.cc6 // software; you can redistribute it and/or modify it under the
31 void modify(int) { } function in class:Elem
43 std::bind2nd(std::mem_fun_ref(&Elem::modify), 42));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/db/
H A Dcheck-aliases.in66 ${kadmin} modify --alias=foo-alias1@${R} --alias=foo-alias2@${R} foo@${R} || exit 1
70 ${kadmin} modify --alias=bar-alias1@${R} bar@${R} || exit 1
75 ${kadmin} modify --alias=foo-alias1@${R} bar@${R} 2>/dev/null && exit 1
76 ${kadmin} modify --alias=foo@${R} bar@${R} 2>/dev/null && exit 1
77 ${kadmin} modify --alias=foo@${R} baz@${R} 2>/dev/null && exit 1
96 ${kadmin} modify --alias=bar-alias1@${R} foo@${R} || exit 1
97 ${kadmin} modify --alias=bar@${R} foo@${R} || exit 1
98 ${kadmin} modify --alias=bar@${R} --alias=baz@${R} foo@${R} || exit 1
102 ${kadmin} modify --alias= foo@${R} || exit 1
104 ${kadmin} modify
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dwarning-014.s1 ; btsti does not modify r1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic4x/
H A Daddressing.s78 ldi *++AR0(5),R0 ; with predisplacement add and modify
79 ldi *--AR0(5),R0 ; with predisplacement subtract and modify
80 ldi *AR0++(5),R0 ; with postdisplacement add and modify
81 ldi *AR0--(5),R0 ; with postdisplacement subtract and modify
82 ldi *AR0++(5)%,R0 ; with postdisplacement add and circular modify
83 ldi *AR0--(5)%,R0 ; with postdisplacement subtract and circular modify
86 ldi *++AR0(IR0),R0 ; with predisplacement add and modify
87 ldi *--AR0(IR0),R0 ; with predisplacement subtract and modify
88 ldi *AR0++(IR0),R0 ; with postdisplacement add and modify
89 ldi *AR0--(IR0),R0 ; with postdisplacement subtract and modify
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest037-manage64 echo "Testing modify, add, and delete..."
80 changetype: modify
87 changetype: modify
92 # create/modify timestamp test
97 changetype: modify
103 changetype: modify
109 changetype: modify
119 changetype: modify
141 changetype: modify
149 changetype: modify
[all...]
H A Dtest055-valregex67 changetype: modify
95 changetype: modify
H A Dtest034-translucent212 changetype: modify
305 echo "Testing modify: nonexistent record..."
311 changetype: modify
324 echo "Testing modify: valid local record, nonexistent attribute..."
330 changetype: modify
370 echo "Testing modify: nonexistent local record, nonexistent attribute..."
376 changetype: modify
405 echo "Testing modify: valid remote record, nonexistent attribute..."
411 changetype: modify
429 changetype: modify
[all...]
H A Dtest022-ppolicy146 changetype: modify
154 changetype: modify
162 changetype: modify
170 changetype: modify
178 changetype: modify
186 changetype: modify
204 changetype: modify
224 changetype: modify
260 changetype: modify
280 echo "Testing Safe modify
[all...]
H A Dsql-test900-write171 echo "Testing modify..."
178 changetype: modify
184 changetype: modify
191 changetype: modify
201 changetype: modify
208 changetype: modify
215 changetype: modify
222 changetype: modify
229 changetype: modify
360 changetype: modify
[all...]
H A Dtest006-acls114 changetype: modify
137 changetype: modify
151 changetype: modify
174 changetype: modify
198 changetype: modify
222 changetype: modify
234 # Check group access. Try to modify Babs' entry. Two attempts:
241 changetype: modify
264 changetype: modify
288 changetype: modify
[all...]
H A Dtest004-modify2 # OpenLDAP: pkg/ldap/tests/scripts/test004-modify,v 1.60.2.6 2010/04/19 19:14:32 quanah Exp
41 echo "Testing slapd modify operations..."
59 echo "Testing modify, add, and delete..."
68 changetype: modify
85 changetype: modify
96 changetype: modify
120 changetype: modify
161 changetype: modify
169 changetype: modify
226 echo "comparison failed - modify operation
[all...]
H A Dtest018-syncreplication-persist34 # - attempt to modify the consumer (referral or chain)
193 echo "Using ldapmodify to modify producer directory..."
202 changetype: modify
213 changetype: modify
218 changetype: modify
228 changetype: modify
250 # modify attribute with no matching rule (ITS#6458)
252 changetype: modify
258 changetype: modify
265 changetype: modify
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A DMakefile.in17 slapd-modify slapd-bind ldif-filter
21 slapd-modrdn.c slapd-modify.c slapd-bind.c ldif-filter.c
51 slapd-modify: slapd-modify.o $(OBJS) $(XLIBS)
52 $(LTLINK) -o $@ slapd-modify.o $(OBJS) $(LIBS)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c31 int modify, ret, t_ret; local
34 && modify) ? 35 : 0)) != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dpriority_queue_dijkstra.cc6 // software; you can redistribute it and/or modify it under the terms
23 // Permission to use, copy, modify, sell, and distribute this software
35 * priority-queue for modify.
116 // Now we take the initial node, in this case 0, and modify its
118 p.modify(a_it[0], pq_value(0, 0));
146 // "Relax" the distance (if appropriate) through modify.
148 p.modify(a_it[neighbor_i], pq_value(neighbor_i, pot_dist));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c32 int modify, ret, t_ret; local
35 && modify) ? 35 : 0)) != 0)
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_wapbl.h142 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) \
144 UFS_UPDATE(vp, access, modify, flags); \
170 #define UFS_WAPBL_UPDATE(vp, access, modify, flags) do { } while (0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-delegation.in86 ${kadmin} modify --attributes=+ok-as-delegate krbtgt/${R2}@${R} || exit 1
87 ${kadmin} modify --attributes=+ok-as-delegate krbtgt/${R3}@${R2} || exit 1
90 ${kadmin} modify --attributes=+ok-as-delegate host/server.test3.h5l.se@${R3} || exit 1
94 ${kadmin} modify --attributes=+ok-as-delegate host/server.test4.h5l.se@${R4} || exit 1
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dgenheaders.sh33 * Do not modify directly!
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
27 // Permission to use, copy, modify, sell, and distribute this software
78 modify(point_iterator it, const_reference r_new_val) function in class:PB_DS_CLASS_C_DEC
84 base_type::modify(it, r_new_val);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvalue-prof.c6 GCC is free software; you can redistribute it and/or modify it under
166 and OP2, whose value is expected to be VALUE, parent modify-expr STMT and
262 tree modify, op, op1, op2, result, value, tree_val; local
265 modify = stmt;
269 modify = TREE_OPERAND (stmt, 0);
270 if (TREE_CODE (modify) != MODIFY_EXPR)
272 op = TREE_OPERAND (modify, 1);
324 TREE_OPERAND (modify, 1) = result;
330 and OP2, parent modify-expr STMT and probability of taking the optimal
431 tree modify, o local
613 tree modify, op, op1, op2, result, value; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbfs.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcasts.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes3s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];

Completed in 314 milliseconds

1234567891011>>