Searched refs:live (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DLiveObjectIndex.pm34 my $live = shift->live_object_index;
35 delete @$live{ grep !defined $live->{$_}, keys %$live };
44 my $live = shift->live_object_index;
45 delete @$live{ keys %$live };
64 my $live = $self->live_object_index;
65 weaken($live->{$key} = $self);
82 my $live
[all...]
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dpool_alloc.c9 struct pool_extent *live; /* current extent for member in struct:alloc_pool
79 if (pool->live) {
80 cur = pool->live;
109 if (!pool->live || len > pool->live->free) {
116 if (pool->live) {
117 pool->live->next = pool->free;
118 pool->free = pool->live;
135 pool->live = PTR_ADD(start, free);
136 else if (!(pool->live
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D28-readonly-return.t40 my $live = 0;
42 sub new { $live++; bless {}, shift }
43 sub DESTROY { $live-- }
45 sub Live { $live }
52 'one live object' );
61 'still one live object' );
71 'no live objects' );
/macosx-10.9.5/dtrace-118.1/test/tst/common/usdt/
H A Dtst.dlclose2.ksh102 void *live, *dead;
105 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
110 (void) dlclose(live);
117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
122 if ((go = dlsym(live, "go")) == NULL) {
H A Dtst.dlclose1.ksh102 void *live;
104 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
109 (void) dlclose(live);
/macosx-10.9.5/rsync-42/rsync/packaging/
H A Drelease-rsync10 # Run this as "release-rsync live" to affect ~/samba-rsync-ftp instead
30 my $live = shift;
34 if ($live) {
40 == **** TESTMODE **** (Add "live" arg to avoid this.) ==
202 if ($live) {
270 if ($live) {
309 if ($live) {
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dblue.c297 char live[NSUITS + 1], *lp = live; local
308 if (strlen(live) == 1) {
314 c = live[0];
320 live);
/macosx-10.9.5/cctools-845/ld/
H A D4byte_literals.c58 * well as the count). When redo_live is TRUE it re-merges only the live
59 * cstrings based on the live bit in the previouly allocated fine_relocs.
126 * live literals.
132 if(fine_relocs[i].live == TRUE){
162 * the order of the live literals can be recreated later by
218 * so the live literals can be re-merged (by later calling literal4_merge() with
219 * redo_live == TRUE. In here we first merge in the live literals from the
231 enum bool live; local
241 * the live literal4s from that order file.
250 * Figure out if this literal4 order line's output_index is live
[all...]
H A D8byte_literals.c57 * well as the count). When redo_live is TRUE it re-merges only the live
58 * cstrings based on the live bit in the previouly allocated fine_relocs.
125 * live literals.
131 if(fine_relocs[i].live == TRUE){
161 * the order of the live literals can be recreated later by
225 * so the live literals can be re-merged (by later calling literal8_merge() with
226 * redo_live == TRUE. In here we first merge in the live literals from the
238 enum bool live; local
248 * the live literal8s from that order file.
257 * Figure out if this literal8 order line's output_index is live
[all...]
H A Dcstring_literals.c63 * well as the count). When redo_live is TRUE it re-merges only the live
64 * cstrings based on the live bit in the previouly allocated fine_relocs.
134 * live strings.
140 if(fine_relocs[i].live == TRUE){
204 * the order of the live cstrings can be recreated later by
272 * so the live cstrings can be re-merged (by later calling cstring_merge() with
273 * redo_live == TRUE. In here we first merge in the live cstrings from the
286 enum bool live; local
297 * the live cstrings from that order file.
307 * Figure out if this cstring order line's output_index is live
[all...]
H A Dobjects.h213 live:1, /* TRUE if referenced (for -dead_strip) */ member in struct:fine_reloc
214 refs_marked_live:1, /* TRUE when references marked live */
215 searched_for_live_refs:1, /* TRUE if searched for live refs */
H A Dsymbols.h86 live:1, /* TRUE if the symbol is not to be dead */ member in struct:merged_symbol
H A Dsections.c304 * mark live references
305 * search down for any live references (and if so mark it live)
306 * check for references that touch a live block (and if so mark it live)
918 * redo_live == TRUE. In this case it is used to drive re-merging of only live
938 * only the live literals are re-merged.
1016 * resets the literal section before only the live literals are
1975 * to live items. To know what is live th
[all...]
H A Dindirect_sections.c97 * When redo_live is TRUE it re-merges only the live items from symbol pointers
227 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
231 else if(redo_live == TRUE && fine_relocs[i].live == FALSE){
348 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
352 else if(redo_live == TRUE && fine_relocs[i].live == FALSE){
436 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
440 else if(redo_live == TRUE && fine_relocs[i].live == FALSE){
465 * item if it is live.
467 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
918 * all the fine_relocs have had their live fiel
[all...]
H A Dliteral_pointers.c99 * well as the count). When redo_live is TRUE it re-merges only the live
100 * literal pointers based on the live bit in the previouly allocated
184 * re-merge just the live fine_relocs.
629 * redo_live == TRUE so if this fine_reloc is live re-merge it.
631 if(fine_relocs[r_address/4].live == TRUE){
633 * Since we now know that there will be a live pointer in this
773 * the order of the live literal pointers can be recreated later by
1002 * the literal_pointer_data so the live literal pointers can be re-merged (by
1004 * first merge in the live literal pointers from the order file if any.
1016 enum bool live; local
[all...]
H A Dmod_sections.c67 * output. When redo_live is TRUE it re-merges only the live pointers based on
68 * the live bit in the previouly allocated fine_relocs.
252 * later be marked live if needed.
265 * output_offset for each of the live pointers. Then increment
266 * the size of the section based on the number of live pointers.
272 if(fine_relocs[i].live == TRUE){
274 printf("mod init pointer live in %s (%.16s,%.16s) at offset 0x%x\n",
340 * objects are merged. It clears out the output_offset so the live pointers
H A Dcoalesced_sections.c75 * When redo_live is TRUE it re-merges only the live items from a coalesced
309 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
349 if(redo_live == FALSE || fine_relocs[i].live == TRUE){
744 * live marking has not been done yet. And when TRUE will get called for
806 * section size and the count of relocation entries back to zero so the live
/macosx-10.9.5/CPANInternal-140/Net-DNS/
H A DMakefile.PL155 that try to query live nameservers.
/macosx-10.9.5/vim-53/runtime/macros/life/
H A Dlife.vim14 " If a germ has 0 or 1 live neighbors it dies of loneliness
15 " If a germ has 2 or 3 live neighbors it survives
16 " If a germ has 4 to 8 live neighbors it dies of starvation
17 " If an empty box has 3 live neighbors a new germ is born
23 " around. I have an earlier version that offers the option of live edges or
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm136 C:\...\> perl Makefile.PL --live-tests
150 C:\...\> perl Makefile.PL --live-tests
183 =item C<--live-tests>
188 To skip live tests, you can use
190 perl Makefile.PL --no-live-tests
192 and to force live tests, you can use
194 perl Makefile.PL --live-tests
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DResurrector.pm152 live CPAN!
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DMemoryCache.h52 // depending on the live resource load. Here's an example of cache growth over time,
134 // still live on if they are referenced by some Web page though.
152 void adjustSize(bool live, int delta);
218 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache.
226 // List just for live resources with decoded data. Access to this list is based off of painting the resource.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm165 live CPAN!
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm82 Sets/retrieves the value of the time to live (in seconds) for cached files. This is only relevant when used in conjunction with C<cache_dir>.
89 The default time to live is 0.
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.music62 03/13 The Allman Brothers record their live album at the Fillmore East, 1971
69 03/26 Emerson, Lake, and Palmer record "Pictures at an Exhibition" live, 1971

Completed in 318 milliseconds

123