/external/avahi/avahi-core/ |
probe-sched.h | 32 int avahi_probe_scheduler_post(AvahiProbeScheduler *s, AvahiRecord *record, int immediately);
|
query-sched.h | 32 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id);
|
response-sched.h | 33 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
|
iface.h | 172 int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately, unsigned *ret_id); 174 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately); 175 int avahi_interface_post_probe(AvahiInterface *i, AvahiRecord *p, int immediately);
|
announce.h | 59 void avahi_s_entry_group_check_probed(AvahiSEntryGroup *g, int immediately);
|
response-sched.c | 347 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) { 358 /* avahi_log_debug("post %i %s", immediately, t); */ 385 avahi_elapse_time(&tv, immediately ? 0 : AVAHI_RESPONSE_DEFER_MSEC, immediately ? 0 : AVAHI_RESPONSE_JITTER_MSEC); 508 /* Send all scheduled responses immediately */
|
probe-sched.c | 362 int avahi_probe_scheduler_post(AvahiProbeScheduler *s, AvahiRecord *record, int immediately) { 373 avahi_elapse_time(&tv, immediately ? 0 : AVAHI_PROBE_DEFER_MSEC, 0);
|
query-sched.c | 354 int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id) { 364 avahi_elapse_time(&tv, immediately ? 0 : AVAHI_QUERY_DEFER_MSEC, 0);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
binop-segref.s | 68 ; Don't have references to addresses immediately after the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
insn-error-a.d | 1 # Check that changing arm -> thumb state immediately
|
insn-error-t.d | 1 # Check that changing thumb -> arm state immediately
|
/external/ImageMagick/www/api/ |
stream.php | 59 <p>ReadStream() makes the image pixels available to a user supplied callback method immediately upon reading a scanline with the ReadImage() method.</p> 90 <p>WriteStream() makes the image pixels available to a user supplied callback method immediately upon writing pixel data with the WriteImage() method.</p>
|
/prebuilts/go/darwin-x86/src/os/ |
proc.go | 47 // The program terminates immediately; deferred functions are not run.
|
/prebuilts/go/darwin-x86/src/text/template/ |
option.go | 40 // Execution stops immediately with an error.
|
/prebuilts/go/linux-x86/src/os/ |
proc.go | 47 // The program terminates immediately; deferred functions are not run.
|
/prebuilts/go/linux-x86/src/text/template/ |
option.go | 40 // Execution stops immediately with an error.
|
/external/llvm/test/MC/Mips/ |
sort-relocation-table.s | 4 # *HI16 and local *GOT16 relocations should be immediately followed by the
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_openbsd.go | 79 // be examined [...] immediately before blocking. If that int 80 // is non-zero then __thrsleep() will immediately return EINTR
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_openbsd.go | 79 // be examined [...] immediately before blocking. If that int 80 // is non-zero then __thrsleep() will immediately return EINTR
|
/external/v8/test/mjsunit/regress/ |
regress-1210.js | 41 // immediately after the call to 'side_effect' (i.e., still in the key
|
regress-crbug-138887.js | 46 assertEquals(10, f1(0)); // Terminates immediately -> returns 10.
|
regress-deopt-gc.js | 30 // This tests that we can correctly handle a GC immediately after a function
|
regress-deopt-gcb.js | 30 // This tests that we can correctly handle a GC immediately after a function
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
stringer.go | 54 // If we find it, delete the = so we don't stop immediately.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8048.go | 57 // as if the PC were immediately after the defer statement.
|