Searched refs:basic (Results 1 - 25 of 193) sorted by relevance

12345678

/macosx-10.9.5/llvmCore-3425.0.33/docs/_themes/llvm-theme/
H A Dtheme.conf2 inherit = basic
/macosx-10.9.5/keymgr-28/testcases/
H A Drun-tests.sh12 for i in basic-eh-app-jaguar-2.95 basic-eh-app-jaguar-3.1 \
13 basic-eh-app-tiger-4.0 basic-eh-app-10.4u-4.0 \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dbasic.test9 # RCS: $Id: basic.test,v 1.12 2007/07/03 20:46:44 hobbs Exp $
23 test basic-1.0 {empty string as class name should fail but not crash} {
30 test basic-1.1 {define a simple class} {
52 test basic-1.2 {class is now defined} {
56 test basic-1.3 {access command exists with class name} {
60 test basic-1.4 {create a simple object} {
64 test basic-1.5a {object names cannot be duplicated} {
68 test basic-1.5b {built-in commands cannot be clobbered} {
72 test basic-1.6 {objects have an access command} {
76 test basic
[all...]
H A Ddelete.test145 test basic-4.1 {define a class where objects destroy themselves} {
162 test basic-4.2 {an object can delete itself} {
167 test basic-4.3 {the "this" variable becomes null after delete} {
172 test basic-4.4 {an object being destructed can't be deleted} {
182 test basic-5.1 {define a simple class} {
191 test basic-5.2 {delete using a qualified name} {
197 test basic-5.3 {delete using a scoped value} {
203 test basic-5.4 {scoped command names are decoded properly} {
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DShipmentData.java9 package collections.ship.basic;
H A DPartKey.java9 package collections.ship.basic;
H A DShipmentKey.java9 package collections.ship.basic;
H A DSupplierKey.java9 package collections.ship.basic;
H A DWeight.java9 package collections.ship.basic;
H A DSupplierData.java9 package collections.ship.basic;
H A DPartData.java9 package collections.ship.basic;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/startperf/
H A Dsetup.sh48 channel basic {
56 basic;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl17 package require diagram::basic ; # Basic shapes.
30 install basic using diagram::basic ${selfns}::BASIC $core
51 component basic ; # Fundamental shapes we can draw
H A DpkgIndex.tcl11 package ifneeded diagram::basic 1 [list source [file join $dir basic.tcl]]
/macosx-10.9.5/cups-372.4/cups/examples/
H A DMakefile32 laserjet-basic.drv \
36 r300-basic.drv \
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_detach.c120 MU_TEST(dcethread_detach, basic)
H A Ddcethread_exit.c123 MU_TEST(dcethread_exit, basic)
H A Ddcethread_create.c187 basic(void* data) function
194 MU_TEST(dcethread_create, basic)
198 MU_TRY_DCETHREAD( dcethread_create(&thread, NULL, basic, (void*) 0xDEADBEEF) );
/macosx-10.9.5/swig-10/Lib/std/
H A DREADME7 std_basic_string.i basic string
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dre.h47 struct RBasic basic; member in struct:RMatch
/macosx-10.9.5/dyld-239.4/unit-tests/
H A Drun-all-unit-tests8 defaults write com.apple.CrashReporter DialogType basic
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/autoproxy/
H A Dautoproxy.tcl39 basic {}
67 -basic { set options(basic) }
81 # -basic, -digest or -ntlm - all further args are passed to the protocol
105 -basic { Pop args; configure:basic $args ; break }
207 configure -basic -username $proxy(user) -password $proxy(pwd)
310 proc ::autoproxy::configure:basic {arglist} {
334 set options(basic) [list "Proxy-Authorization" \
366 if {$options(basic) !
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/http/
H A Dautoproxy.tcl39 basic {}
67 -basic { set options(basic) }
81 # -basic, -digest or -ntlm - all further args are passed to the protocol
105 -basic { Pop args; configure:basic $args ; break }
207 configure -basic -username $proxy(user) -password $proxy(pwd)
310 proc ::autoproxy::configure:basic {arglist} {
334 set options(basic) [list "Proxy-Authorization" \
366 if {$options(basic) !
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Drevoke.c260 parse_ocsp_basic(const void *data, size_t length, OCSPBasicOCSPResponse *basic) argument
266 memset(basic, 0, sizeof(*basic));
298 basic,
306 free_OCSPBasicOCSPResponse(basic);
321 OCSPBasicOCSPResponse basic; local
336 ret = parse_ocsp_basic(data, length, &basic);
344 if (basic.certs) {
350 free_OCSPBasicOCSPResponse(&basic);
354 for (i = 0; i < basic
1190 OCSPBasicOCSPResponse basic; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c176 vm_region_basic_info_t basic = (vm_region_basic_info_t)_basic; local
188 (vm_region_info_t)basic, &infocnt, &objname);
207 if (basic->protection != VM_PROT_READ) {
244 if (basic->offset != basic64->offset ||
245 basic->behavior != basic64->behavior ||
246 basic->user_wired_count != basic64->user_wired_count) {

Completed in 182 milliseconds

12345678