Searched refs:get (Results 1 - 25 of 1195) sorted by path

1234567891011>>

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Apps/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
103 get += stringof(this->str) == "GET " ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhttpdstat.d55 num = 0; get = 0; head = 0; post = 0; trac = 0;
103 get += stringof(this->str) == "GET " ? 1 : 0;
118 num, get, post, head, trac);
119 num = 0; get = 0; head = 0; post = 0; trac = 0;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java100 get() method in class:Getopt.StringRef
419 } else if (longopt && (longoptarg.get() != null)) {
425 optarg = longoptarg.get();
437 if (longopt && (longoptarg.get() != null)) {
441 optarg = longoptarg.set(null).get();
H A DJDTrace.java306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1);
307 // If possible, get one bucket before the first non-zero
322 for (; (b2 > 0) && (d.get(b2).getFrequency() == 0); --b2);
326 v = d.get(i).getFrequency();
336 bucket = d.get(i);
465 tupleRecord = tuple.get(i);
622 String loggingLevel = System.getenv().get("JDTRACE_LOGGING_LEVEL");
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteicmp.ksh47 getaddr=./get.ipv4remote.pl
H A Dtst.ipv4remotetcp.ksh54 getaddr=./get.ipv4remote.pl
H A Dtst.ipv4remoteudp.ksh52 getaddr=./get.ipv4remote.pl
H A Dtst.ipv6remoteicmp.ksh47 getaddr=./get.ipv6remote.pl
H A Dtst.remotetcpstate.ksh61 getaddr=./get.ipv4remote.pl
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java64 while (consumer.isRunning() && !done.get()) {
146 if (t.getId() == getAggregateThreadID.get()) {
H A DTestFunctionLookup.java63 address = (Number)tuple.get(0).getValue();
97 address = (Number)tuple.get(0).getValue();
H A DTestGetAggregate.java124 firstValue = firstValues.get(a.getName());
H A DTestMultiAggPrinta.java82 record = records.get(i);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dtable.py39 self.maxfieldlen[k] = max(self.maxfieldlen.get(k, None), v)
H A Dutil.py112 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex32 % reports; you can get the latest version from:
45 % manual foo.texi, however, you can get away with this:
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
106 % Use TeX 3.0's \inputlineno to get the line number, for better error
266 % Do @cropmarks to get crop marks.
434 % If a _delimited_ argument is enclosed in braces, they get stripped; so
435 % to get _exactly_ the rest of the line, we had to prevent such situation.
505 % ... but they get defined via ``\envdef\foo{...}'':
702 % To get correc
[all...]
/freebsd-10.0-release/contrib/apr-util/
H A Dbuildconf62 build/config.guess build/config.sub build/get-version.sh
65 $apr_src_dir/build/config.sub $apr_src_dir/build/get-version.sh \
106 REVISION=`build/get-version.sh all include/apu_version.h APU`
H A Dconfigure2694 # will get canonicalized.
2843 get_version="$abs_srcdir/build/get-version.sh"
3781 as 'x'. The following induces an error, until -std is added to get
3783 array size at least. It's necessary to write '\x00'==0 to get something
/freebsd-10.0-release/contrib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c73 #define do_fetch(bdb, k, v) ((*(bdb)->get)(bdb, TXN_ARG &(k), &(v), 0))
/freebsd-10.0-release/contrib/apr/
H A Dbuildconf121 ( REVISION=`build/get-version.sh all include/apr_version.h APR`
H A Dconfigure4696 # will get canonicalized.
4763 # get our version information
4764 get_version="$apr_builders/get-version.sh"
5792 as 'x'. The following induces an error, until -std is added to get
5794 array size at least. It's necessary to write '\x00'==0 to get something
12917 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
14367 # Just because we use GCC doesn't mean we suddenly get shared libraries
14894 # platforms (ab)use it in PIC code, but their linkers get confused if
15577 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
17766 # get libtoo
[all...]
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsendrecv.c485 * sent bytes. Sanitize the result so we get normal EAGAIN
601 * sent bytes. Sanitize the result so we get normal EAGAIN
657 * (no worries, because we only get here if autoconfiguration found sendfile)
1105 #error version of it for APR yet. To get past this, either write
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dcheck_test.cpp264 ATF_REQUIRE(atf::fs::exists(*out.get()));
265 ATF_REQUIRE(atf::fs::exists(*err.get()));
267 ATF_REQUIRE(!atf::fs::exists(*out.get()));
268 ATF_REQUIRE(!atf::fs::exists(*err.get()));
377 argv.push_back(atf::config::get("atf_workdir") + "/non-existent");
H A Dconfig.cpp75 atf::config::get(const std::string& varname) function in class:atf::config
H A Dconfig.hpp46 //! interface to get the value of these variables.
50 const std::string& get(const std::string&);

Completed in 264 milliseconds

1234567891011>>