Searched refs:primary (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dring_inspect.rb8 def primary method in class:Inspector
9 Rinda::RingFinger.primary
18 ts = primary
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb006.tcl14 # TEST ... where N is the number of the database. Primary.db is the primary
82 # Build the primary
83 puts "Subdb006: Building the primary database $method"
86 set db [eval {berkdb_open} $oflags $oargs $testfile primary.db]
96 error_check_good "primary put" $ret 0
101 error_check_good "primary close" [$db close] 0
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
110 do_join_subdb $testfile primary
[all...]
H A Dsdb018.tcl14 # TEST ... where N is the number of the database. Primary.db is the primary
76 # Build the primary
77 puts "Subdb018: Building the primary database $method"
80 set db [eval {berkdb_open} $oflags $oargs {$testfile} primary.db]
85 error_check_good "primary put" $ret 0
87 error_check_good "primary close" [$db close] 0
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
96 do_join_subdb $testfile primary
[all...]
H A Djoin.tcl16 # TEST Primary.db is the primary database, and null.db is the database
58 # Build the primary
59 puts "\tBuilding the primary database $m"
62 set db [eval {berkdb_open} $oflags primary.db]
67 error_check_good "primary put" $ret 0
69 error_check_good "primary close" [$db close] 0
72 do_join primary.db "1 0" $str oa $flags\
75 do_join primary.db "2 0" $str oa $flags\
78 do_join primary.db "3 0" $str oa $flags\
81 do_join primary
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql4 id serial not null primary key,
13 id serial not null primary key,
20 id serial not null primary key,
29 primary key ( pers_id, doc_id )
35 id serial not null primary key,
43 id int not null primary key,
51 id serial not null primary key,
H A Dbacksql_create.sql5 id serial not null primary key,
18 id serial not null primary key,
35 id serial not null primary key,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dtestdb_create.sql2 id int NOT NULL primary key,
8 id int NOT NULL primary key,
14 id int NOT NULL primary key,
31 id int NOT NULL primary key,
H A Dtttestdb_create.sql2 id int NOT NULL primary key,
14 id int NOT NULL primary key,
20 id int NOT NULL primary key,
37 id int NOT NULL primary key,
H A Dbacksql_create.sql4 id integer not null primary key,
15 id integer not null primary key,
31 id integer not null primary key,
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsarray.c132 * number of elements as "primary". The same reordering will get applied to it.
141 SecCmsArraySort(void **primary, int (*compare)(void *,void *), void **secondary, void **tertiary) argument
146 n = SecCmsArrayCount(primary);
159 if ((*compare)(primary[i], primary[i+1]) > 0) {
161 tmp = primary[i+1];
162 primary[i+1] = primary[i];
163 primary[i] = tmp;
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsarray.c132 * number of elements as "primary". The same reordering will get applied to it.
141 SecCmsArraySort(void **primary, int (*compare)(void *,void *), void **secondary, void **tertiary) argument
146 n = SecCmsArrayCount(primary);
159 if ((*compare)(primary[i], primary[i+1]) > 0) {
161 tmp = primary[i+1];
162 primary[i+1] = primary[i];
163 primary[i] = tmp;
/macosx-10.9.5/ruby-104/ruby/lib/rinda/
H A Dring.rb93 # RingFinger.primary to retrieve the remote TupleSpace, which it can then
117 def self.primary singleton method in class:Rinda.RingFinger
118 finger.primary
122 # Contains all discovered TupleSpaces except for the primary.
141 attr_accessor :primary
150 @primary = nil
155 # Contains all discovered TupleSpaces except for the primary.
162 # Iterates over all discovered TupleSpaces starting with the primary.
165 lookup_ring_any unless @primary
166 return unless @primary
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Dcrypto_stub.c33 renv = infop->primary;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-3.3.t77 # create primary database
78 ok 7, my $primary = new BerkeleyDB::Hash -Filename => $Dfile1,
85 # associate primary with secondary
86 ok 9, $primary->associate($secondary, \&sec_key) == 0;
88 # add data to the primary
97 my $r = $primary->db_put($k, $v) ;
115 # pget to primary database is illegal
116 ok 18, $primary->db_pget('red', $pk, $v) != 0 ;
123 ok 22, my $p_cursor = $primary->db_cursor();
126 # c_get from primary
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml11 (* primary *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml11 (* primary *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml11 (* primary *)
/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DMyFoo.pm19 myid mediumint not null auto_increment primary key,
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DMyFoo.pm21 myid mediumint not null auto_increment primary key,
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java43 private PrimaryIndex<Integer,MyEntity> primary; field in class:JoinTest
60 primary = store.getPrimaryIndex(Integer.class, MyEntity.class);
61 sec1 = store.getSecondaryIndex(primary, Integer.class, "k1");
62 sec2 = store.getSecondaryIndex(primary, Integer.class, "k2");
63 sec3 = store.getSecondaryIndex(primary, Integer.class, "k3");
89 boolean ok = primary.putNoOverwrite(txn, e);
95 * k1, k2, k3, -> { primary keys }
115 EntityJoin join = new EntityJoin(primary);
/macosx-10.9.5/bless-98/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c108 CFDictionaryRef primary = NULL; local
113 // update name with the primary partition
120 primary = CFArrayGetValueAtIndex(bootData,0);
121 CFRetain(primary);
123 primary = bootData;
124 CFRetain(primary);
127 bootpath = CFDictionaryGetValue(primary, CFSTR(kIOBootDevicePathKey));
129 CFRelease(primary);
136 CFRelease(primary);
146 CFRelease(primary);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/ibmdb2/
H A Dbacksql_create.sql4 id integer not null primary key,
17 id integer not null primary key,
33 id integer not null primary key,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mysql/
H A Dbacksql_create.sql4 id integer unsigned not null primary key auto_increment,
16 id integer unsigned not null primary key auto_increment,
32 id integer unsigned not null primary key auto_increment,
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dregion.h179 * memory allocation from the primary shared region (the crypto, thread
181 * the primary shared region).
221 roff_t primary; /* Primary data structure offset. */ member in struct:__db_region
241 void *primary; /* Primary data structure address. */ member in struct:__db_reginfo_t
275 ((REGENV *)(env)->reginfo->primary)->panic != 0 && \
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/PK/
H A DAuto.pm10 DBIx::Class::PK::Auto - Automatic primary key class
19 This class overrides the insert method to get automatically incremented primary
28 C<PK::Auto> does this by letting the database assign the primary key field and

Completed in 167 milliseconds

1234567891011>>