Searched refs:tap (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dphony.rb11 Rake::Task[:phony].tap do |task|
/macosx-10.10/dtrace-147/test/tst/common/vars/
H A Dtst.nullassign.d34 tap = ", SystemTap, ";
40 phrase = strjoin(die, tap);
54 this->phrase = strjoin(the, tap);
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dlfsr.h48 isc_uint32_t tap; /*%< bit taps */ member in struct:isc_lfsr
59 isc_uint32_t tap, unsigned int count,
75 *\li tap != 0
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dlfsr.h48 isc_uint32_t tap; /*%< bit taps */ member in struct:isc_lfsr
59 isc_uint32_t tap, unsigned int count,
75 *\li tap != 0
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_flip.rb29 ff[i].tap {a = true}
34 ff[i].tap {a = false}
H A Dtest_settracefunc.rb480 5: tap{}
490 15: tap{}
510 [:c_call, 5, 'xyzzy', Kernel, :tap, self, :inner, :nothing],
511 [:c_return, 5, "xyzzy", Kernel, :tap, self, :inner, self],
537 [:c_call, 15, "xyzzy", Kernel, :tap, xyzzy, :XYZZY_bar, :nothing],
538 [:c_return,15, "xyzzy", Kernel, :tap, xyzzy, :XYZZY_bar, xyzzy],
573 5: tap{}
583 15: tap{}
634 tap{}
635 tap{}
[all...]
H A Dtest_method.rb94 assert_equal(:m, Class.new {def m; tap{return __method__}; end}.new.m)
96 assert_equal(:m, Class.new {define_method(:m) {tap{return __method__}}}.new.m)
102 ["block", Class.new {def m; tap{return __callee__}; end},],
104 ["define_method block", Class.new {define_method(:m) {tap{return __callee__}}}],
132 tap { return __method__ }
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dstreaming.rb13 super.tap { yield self if block_given? }
H A Ddeprecated.rb73 klass.allocate.tap do |obj|
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dlfsr.c35 isc_uint32_t tap, unsigned int count,
40 REQUIRE(tap != 0);
44 lfsr->tap = tap;
77 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
34 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument
/macosx-10.10/ntp-92/lib/isc/
H A Dlfsr.c35 isc_uint32_t tap, unsigned int count,
40 REQUIRE(tap != 0);
44 lfsr->tap = tap;
77 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
34 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-enet.c39 struct tap_header tap; member in struct:packet_header
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
83 ph->tap.th_wirelen, caplen)) {
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_array.rb18 y = Y.new.tap {|y| y.val = 1}
38 y = Psych.load Psych.dump Y.new.tap {|y| y.val = 1}
H A Dtest_string.rb19 y = Psych.load Psych.dump Y.new("foo").tap {|y| y.val = 1}
44 y = Psych.load Psych.dump Y.new.tap {|y| y.val = 1}
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp1179 IOHIDCompletion tap; local
1188 tap.target = target;
1189 tap.action = OSMemberFunctionCast(IOHIDCompletionAction, target, &IOHIDLibUserClient::ReqComplete);
1190 tap.parameter = pb;
1193 ret = target->getReport(arguments->structureOutputDescriptor, &(arguments->structureOutputDescriptorSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1], (uint32_t)arguments->scalarInput[2], &tap);
1195 ret = target->getReport(arguments->structureOutput, &(arguments->structureOutputSize), (IOHIDReportType)arguments->scalarInput[0], (uint32_t)arguments->scalarInput[1], (uint32_t)arguments->scalarInput[2], &tap);
1284 IOHIDCompletion tap; local
1294 tap.target = target;
1295 tap.action = OSMemberFunctionCast(IOHIDCompletionAction, target, &IOHIDLibUserClient::ReqComplete);
1296 tap
[all...]
H A DIOHIDResourceUserClient.cpp498 IOHIDCompletion tap; local
513 tap.target = this;
514 tap.action = OSMemberFunctionCast(IOHIDCompletionAction, this, &IOHIDResourceDeviceUserClient::ReportComplete);
515 tap.parameter = pb;
517 ret = _device->handleReportWithTimeAsync(timestamp, report, kIOHIDReportTypeInput, 0, 0, &tap);
/macosx-10.10/ruby-106/ruby/bin/
H A Derb34 (@maybe_arg || self.shift || raise('missing argument')).tap {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwm.c1420 Attribute **tap; local
1422 for ( tap = &(*ap)->a_next; *tap != NULL; ) {
1423 if ( (*tap)->a_desc == (*ap)->a_desc ) {
1428 Attribute *next = (*tap)->a_next;
1436 mod.sm_numvals = (*tap)->a_numvals;
1437 mod.sm_values = (*tap)->a_vals;
1438 if ( (*tap)->a_nvals != (*tap)->a_vals ) {
1439 mod.sm_nvalues = (*tap)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c2354 Attribute **tap; local
2356 for ( tap = &(*ap)->a_next; *tap != NULL; ) {
2357 if ( (*tap)->a_desc == (*ap)->a_desc ) {
2362 Attribute *next = (*tap)->a_next;
2371 mod.sm_values = (*tap)->a_vals;
2372 if ( (*tap)->a_nvals != (*tap)->a_vals ) {
2373 mod.sm_nvalues = (*tap)->a_nvals;
2383 attr_free( *tap );
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DColor.h156 static const RGBA32 tap = 0x4D1A1A1A; member in class:WebCore::Color
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_massign.rb18 :ng.tap {|(r)|}
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dyaml_tree.rb61 @emitter.start_stream(encoding).tap do
67 @emitter.end_stream.tap do
/macosx-10.10/ruby-106/ruby/lib/
H A Dbenchmark.rb269 Benchmark.measure(label, &item).tap { |res| print res }
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_cipher.rb246 OpenSSL::Cipher.new(algo).tap do |cipher|
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h1300 @enum BPF tap mode
1336 @discussion bpf_tap_func is called when the tap state of the
1338 interface or detaches from an interface. The tap mode will join
1341 function, the bpf device attach attempt that triggered the tap
1342 will fail. If this function was called bacuse the tap state was
1343 decreasing (tap in or out is stopping), the error will be
1347 @param direction The direction of the tap.
1382 @param tap See the bpf_tap_func described above.
1385 u_int32_t header_length, bpf_send_func send, bpf_tap_func tap);

Completed in 211 milliseconds

12