HomeSort by: relevance | last modified time | path
    Searched refs:Added (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
opt-diff.py 6 pair of directories too). A new attribute 'Added' is set to True or False
7 depending whether the entry is added or removed from the first input to the
61 added = set(all_remarks2.values()) - set(all_remarks1.values()) variable
64 for r in added:
65 r.Added = True
67 r.Added = False
69 result = list(added | removed)
  /src/external/bsd/openldap/dist/tests/scripts/
test006-acls 392 description: added by jaj (should succeed)
411 description: added by bjensen (should fail)
446 dn: cn=Added by Babs (must fail),ou=Add & Delete,dc=example,dc=com
449 cn: Added by Babs (must fail)
470 dn: cn=Added by Bjorn (must succeed),ou=Add & Delete,dc=example,dc=com
473 cn: Added by Bjorn (must succeed)
476 dn: cn=Added by Bjorn (will be deleted),ou=Add & Delete,dc=example,dc=com
479 cn: Added by Bjorn (will be deleted)
482 dn: cn=Added by Bjorn (will be renamed),ou=Add & Delete,dc=example,dc=com
485 cn: Added by Bjorn (will be renamed
    [all...]
relay 113 dn: cn=Added User,ou=Alumni Association,ou=People,$BASEDN
116 cn: Added User
124 description: Just added in o=Beispiel,c=DE naming context
132 description: Just added self to seeAlso in $BASEDN virtual naming context
170 description: Just added as ldap://localhost.localdomain:389/ou=Referrals,$BASEDN
194 dn: cn=Added Group,ou=Groups,$BASEDN
198 cn: Added Group
199 member: cn=Added Group,ou=Groups,$BASEDN
200 uid: added
202 dn: cn=Another Added Group,ou=Groups,$BASED
    [all...]
test035-meta 205 dn: cn=Added Group,ou=Groups,$BASEDN
209 cn: Added Group
210 member: cn=Added Group,ou=Groups,$BASEDN
211 uid: added
213 dn: cn=Another Added Group,ou=Groups,$BASEDN
216 cn: Another Added Group
217 member: cn=Added Group,ou=Groups,$BASEDN
218 member: cn=Another Added Group,ou=Groups,$BASEDN
220 dn: cn=Another Added Group,ou=Groups,$BASEDN
226 uid: added
    [all...]
test047-ldap 205 dn: cn=Added Group,ou=Groups,$BASEDN
209 cn: Added Group
210 member: cn=Added Group,ou=Groups,$BASEDN
211 uid: added
213 dn: cn=Another Added Group,ou=Groups,$BASEDN
216 cn: Another Added Group
217 member: cn=Added Group,ou=Groups,$BASEDN
218 member: cn=Another Added Group,ou=Groups,$BASEDN
220 dn: cn=Another Added Group,ou=Groups,$BASEDN
226 uid: added
    [all...]
test073-asyncmeta 205 dn: cn=Added Group,ou=Groups,$BASEDN
209 cn: Added Group
210 member: cn=Added Group,ou=Groups,$BASEDN
211 uid: added
213 dn: cn=Another Added Group,ou=Groups,$BASEDN
216 cn: Another Added Group
217 member: cn=Added Group,ou=Groups,$BASEDN
218 member: cn=Another Added Group,ou=Groups,$BASEDN
220 dn: cn=Another Added Group,ou=Groups,$BASEDN
226 uid: added
    [all...]
  /src/external/gpl2/mkhybrid/dist/
mkisofs.spec 38 Added %doc line to spec file (was missing all docs before).
  /src/etc/rc.d/
iscsid_volumes 80 Added\ Target\ [1-9]*,\ Portal\ [1-9]*\ )
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 1241 * expread.y [typebase]: Added "unsigned long int" and "unsigned
1264 * Makefile: Added several things for make clean to take care of.
1271 * Makefile: Added removal of core and gdb[0-9] files to clean
1312 * main.c (main): Added check for flag to set xgdb_verbose.
1338 * symmetry-dep.c: Added static decls for i386_get_frame_setup,
1340 * values.c (unpack_double): Added a return (double)0 at the end to
1346 (_initialize_printcmd): Added this to command list.
1347 * gdb.texinfo [Memory]: Added documentation for the asdump
1350 enable_breakpoint, disable_breakpoint): Added extra verbosity for
1354 * stack.c: Added a new variable; "frame_changed" to indicate whe
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 1241 * expread.y [typebase]: Added "unsigned long int" and "unsigned
1264 * Makefile: Added several things for make clean to take care of.
1271 * Makefile: Added removal of core and gdb[0-9] files to clean
1312 * main.c (main): Added check for flag to set xgdb_verbose.
1338 * symmetry-dep.c: Added static decls for i386_get_frame_setup,
1340 * values.c (unpack_double): Added a return (double)0 at the end to
1346 (_initialize_printcmd): Added this to command list.
1347 * gdb.texinfo [Memory]: Added documentation for the asdump
1350 enable_breakpoint, disable_breakpoint): Added extra verbosity for
1354 * stack.c: Added a new variable; "frame_changed" to indicate whe
    [all...]
  /src/external/bsd/unbound/dist/contrib/
unbound.spec 95 - Added pkgconfig/libunbound.pc to the packaged files.
107 - Added --disable-gost for building on CentOS 5.x
108 - Added --with-ldns-builtin for CentOS 5.x
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
SymbolStringPool.h 164 bool Added;
165 std::tie(I, Added) = Pool.try_emplace(S, 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
pending-bp.exp 60 "Added inferior 2.*" "add inferior 2"
143 "move inferior 1 until a location has been added"
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp 208 SmallSet<Register, 32> Added;
211 if (Added.insert(Reg).second) {
  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README 120 1. Added copyright stuff and put in CVS.
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
Serialization.h 658 auto Added = S.insert(Val).second;
659 if (!Added)
706 auto Added = M.insert(Val).second;
707 if (!Added)
755 auto Added = M.insert(Val).second;
756 if (!Added)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 320 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true);
321 (void)Added; // suppress compiler warning
322 assert(Added && "Must successfully update kill flag");
384 bool Added = I1.addRegisterKilled(KilledOperand, TRI);
385 (void)Added; // suppress compiler warning
386 assert(Added && "Must successfully update kill flag");
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp 556 bool Added = false;
585 Added = true;
590 if (!Added) {
MemorySSAUpdater.cpp 260 // added, rename all uses if we are asked.
389 // Once they are complete, all these Phis are added to the FixupList, and
426 // Optimize potentially non-minimal phis added in this method.
886 // DT is invalidated. Return LoE as its last def. This will be added to
937 // Map a BB to its predecessors: added + previously existing. To get a
952 SmallSetVector<BasicBlock *, 2> Added;
959 auto &AddedBlockSet = PredMap[BB].Added;
968 const auto &AddedBlockSet = BBPredPair.second.Added;
977 assert(pred_size(BB) == AddedBlockSet.size() && "Duplicate edges added.");
981 "This must be an edge added to a new, likely cloned, block.
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp 125 /// Value2Index. Additional indices for newly discovered values are added to \p
450 bool Added = false;
457 Added |= CS.addVariableRowFill(Coeffs);
458 // If R has been added to the system, queue it for removal once it goes
460 if (Added)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test006-acl 123 description: added by bjensen (should fail)
160 description: added by bjorn (removed later)
174 description: added by bjorn (removed later)
185 dn: cn=Added by Bjorn,ou=Add & Delete,dc=example,dc=com
202 description: another one added by bjorn (should succeed)
217 description: added by bjensen (should fail)
240 description: added by bjorn (will be removed)
251 dn: cn=Added by Bjorn,ou=Add & Delete,dc=example,dc=com
254 description: added by bjensen (should fail)
277 description: added by bjorn (will be removed
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WindowsResource.cpp 432 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion,
435 if (Added) {
504 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(),
507 if (Added)
509 return Added;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 326 bool Added = Nodes.insert({From, To}).second;
327 (void)Added;
328 assert(Added && "mapping added twice");
335 bool Added = NNSNodes.insert({From, To}).second;
336 (void)Added;
337 assert(Added && "mapping added twice");
356 /// Initially all tokens are added as pending nodes. When processing a clang AST
566 /// Ensures that added nodes properly nest and cover the whole token stream
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 44 -- * Added the metadata_id field to the test_programs and test_cases
53 -- * Added missing indexes to improve the performance of reports.
55 -- * Added missing column affinities to the absolute_path and relative_path
  /src/external/historical/nawk/dist/
FIXES 31 mktime() added to bsd-features branch. Thanks to Todd Miller.
125 Added --csv option to enable processing of comma-separated

Completed in 151 milliseconds

1 2 3