Searched refs:add (Results 1 - 25 of 3019) sorted by path

1234567891011>>

/macosx-10.9.5/AppleRAID-4.0.6/
H A Dartest.c69 printf("artest --add <set uuid> disk1s3 ...\n");
989 bool add = false, create = false, destroy = false, erase = false, header = false; local
996 { "add", required_argument, 0, 'a' },
1035 add = true;
1138 if (!add && !create && !destroy && !erase && !header && !list && !modify && !remove && !spare && !watch &&
1219 if (add) addMember(setName, CFSTR(kAppleRAIDMembersKey), argc, argv);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp114 Boolean CList::InsertUnique(void* add) argument
116 Boolean result = !Contains(add);
119 IrDAErr ignored = InsertLast(add);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dhash_auto.h144 int add; member in struct:___ham_curadj_args
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dltmain.sh637 # do not "continue". Instead, add this to base_compile
1273 # If there is no directory component, then add one.
1817 # If there is no directory component, then add one.
2334 # It is a libtool convenience library, so add in its objects.
2648 add=
2653 add="$dir/$linklib"
2662 if /usr/bin/file -L $add 2> /dev/null |
2670 add="$dir/$old_library"
2679 add="-l$name"
2682 add
[all...]
H A Ds_windows94 \ * add padding to the end of a struct.\\
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_name.c15 #define DB_ADDSTR(add) { \
20 if ((add) != NULL && (add)[0] != '\0') { \
22 if (__os_abspath(add)) { \
27 len = strlen(add); \
30 memcpy(p, add, len); \
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c324 * Get the key. If it doesn't exist, add it. If it does
333 goto add;
353 add: /* Add the key. 1 data item in 30 is an overflow item. */
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSample.java170 parts.add(new Part("P1", "Nut", "Red",
172 parts.add(new Part("P2", "Bolt", "Green",
174 parts.add(new Part("P3", "Screw", "Blue",
176 parts.add(new Part("P4", "Screw", "Red",
178 parts.add(new Part("P5", "Cam", "Blue",
180 parts.add(new Part("P6", "Cog", "Red",
194 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
195 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
196 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
197 suppliers.add(ne
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSample.java168 parts.add(new Part("P1", "Nut", "Red",
170 parts.add(new Part("P2", "Bolt", "Green",
172 parts.add(new Part("P3", "Screw", "Blue",
174 parts.add(new Part("P4", "Screw", "Red",
176 parts.add(new Part("P5", "Cam", "Blue",
178 parts.add(new Part("P6", "Cog", "Red",
192 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
193 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
194 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
195 suppliers.add(ne
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSample.java170 parts.add(new Part("P1", "Nut", "Red",
172 parts.add(new Part("P2", "Bolt", "Green",
174 parts.add(new Part("P3", "Screw", "Blue",
176 parts.add(new Part("P4", "Screw", "Red",
178 parts.add(new Part("P5", "Cam", "Blue",
180 parts.add(new Part("P6", "Cog", "Red",
194 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
195 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
196 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
197 suppliers.add(ne
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSample.java172 parts.add(new Part("P1", "Nut", "Red",
174 parts.add(new Part("P2", "Bolt", "Green",
176 parts.add(new Part("P3", "Screw", "Blue",
178 parts.add(new Part("P4", "Screw", "Red",
180 parts.add(new Part("P5", "Cam", "Blue",
182 parts.add(new Part("P6", "Cog", "Red",
196 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
197 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
198 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
199 suppliers.add(ne
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSample.java169 parts.add(new Part("P1", "Nut", "Red",
171 parts.add(new Part("P2", "Bolt", "Green",
173 parts.add(new Part("P3", "Screw", "Blue",
175 parts.add(new Part("P4", "Screw", "Red",
177 parts.add(new Part("P5", "Cam", "Blue",
179 parts.add(new Part("P6", "Cog", "Red",
193 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
194 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
195 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
196 suppliers.add(ne
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java195 records.add(theLineArray);
215 resultVector.add(tokenizer.nextToken());
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepConfig.java79 otherHosts.add(newHost);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExample.java71 /* This example will add secondary indices on price and accountReps. */
87 accountReps.add(rep);
H A DEventExampleDPL.java89 accountReps.add(rep);
H A DPersonExample.java218 bob.employerIds.add(gizmoInc.id);
219 bob.employerIds.add(gadgetInc.id);
220 bob.emailAddresses.add("bob@bob.com");
221 bob.emailAddresses.add("bob@gmail.com");
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash.src80 * Used to add and remove overflow pages.
103 * new page (pages) and add the items back on the page if they are not
242 * add - 1 if add 0 if delete
266 ARG add int ld
H A Dhash_auto.c2173 argp->add = (int)uinttmp;
2193 __ham_curadj_log(dbp, txnp, ret_lsnp, flags, pgno, indx, len, dup_off, add,
2203 int add;
2318 uinttmp = (u_int32_t)add;
H A Dhash_autop.c466 (void)printf("\tadd: %ld\n", (long)argp->add);
H A Dhash_rec.c118 * redo a put/undo a delete: add the item to the page.
168 * This log message is used when we add/remove overflow pages. This
859 * We need to either add those to a free list (in the undo
1020 mode = (db_ham_curadj)argp->add;
1049 * add so that undo the adjustment.
1416 * We need to either add those to a free list (in the undo
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java161 /* First check the map and, if found, add class info to the map. */
359 id = id.add(BigInteger.valueOf(1));
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBlockIterator.java58 * the record inserted by add(). dataIndex is -1 if the data record is not
67 * that set() or remove() cannot be called. For example, after add() this
612 public void add(Object value) { method in class:BlockIterator
655 ("Collection is empty, cannot add() duplicate");
709 * or add().
H A DCurrentTransaction.java366 cursors.add(cursor);
398 cursors.add(newCursor);
H A DStoredCollection.java27 * in the {@link Collection} interface. Other methods, such as {@link #add}
88 final boolean add(Object key, Object value) { method in class:StoredCollection
222 list.add(i.next());
252 list.add(i.next());
287 * This method calls the {@link #add(Object)} method of the concrete
292 * if the collection is indexed, or if the add method is not supported by
305 if (add(i.next())) {
423 while (i.hasNext()) list.add(i.next());

Completed in 380 milliseconds

1234567891011>>