Searched refs:method (Results 1 - 25 of 537) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop008.tcl10 proc fop008 { method args } {
11 eval {fop006 $method 1} $args
H A Dtest009.tcl15 proc test009 { method args} {
16 eval {test008 $method "009" 0} $args
H A Dfop007.tcl10 proc fop007 { method args } {
13 if { [is_queueext $method] == 1 } {
14 puts "Skipping fop007 for method $method."
17 eval {fop001 $method 1} $args
H A Drep056.tcl13 proc rep056 { method args } {
21 eval { rep001 $method 1000 "056" } $args
H A Drep057.tcl14 proc rep057 { method args } {
22 eval { rep029 $method 1000 "057" } $args
H A Dtest005.tcl16 proc test005 { method {nentries 10000} args } {
17 eval {test004 $method $nentries "005" 0} $args
H A Dtest027.tcl14 proc test027 { method {nentries 100} args} {
15 eval {test026 $method $nentries 100 "027"} $args
H A Dtest041.tcl10 proc test041 { method {nentries 10000} args} {
12 eval {test039 $method $nentries 20 "041" -pagesize 512} $args
15 eval {test039 $method [expr $nentries / 10] 100 "041" -pagesize 512} \
H A Dtest090.tcl9 proc test090 { method {nentries 10000} {tnum "090"} args} {
10 if { [is_queueext $method ] == 0 } {
11 puts "Skipping test$tnum for $method."
14 eval {test001 $method $nentries 4294967000 0 $tnum} $args
H A Dtest100.tcl10 proc test100 { method {nentries 10000} {tnum "100"} args} {
11 if { [is_queueext $method ] == 0 } {
12 puts "Skipping test$tnum for $method."
15 eval {test025 $method $nentries 4294967000 $tnum} $args
H A Dtest069.tcl11 proc test069 { method {ndups 50} {tnum "069"} args } {
12 eval test067 $method $ndups $tnum $args
H A Dtest081.tcl10 proc test081 { method {ndups 13} {tnum "081"} args} {
13 eval {test017 $method 1 $ndups $tnum} $args
H A Dtest079.tcl13 proc test079 { method {nentries 10000} {pagesize 512} {tnum "079"} \
15 if { [ is_queueext $method ] == 1 } {
16 set method "queue";
26 eval {test006 $method $nentries 1 $tnum $ndups -pagesize \
H A Dtest007.tcl16 proc test007 { method {nentries 10000} {tnum "007"} {ndups 5} args} {
17 eval {test006 $method $nentries 1 $tnum $ndups} $args
H A Dtest018.tcl12 proc test018 { method {nentries 10000} args} {
19 eval {test011 $method $nentries 19 "018" -pagesize 512} $args
H A Dtest082.tcl9 proc test082 { method {dir -prevnodup} {nitems 100} {tnum "082"} args} {
12 eval {test074 $method $dir $nitems $tnum} $args
H A Dtest091.tcl9 proc test091 { method {nconsumers 4} \
11 if { [is_queue $method ] == 0 } {
12 puts "Skipping test0$tnum for $method."
15 eval {test070 $method \
17 eval {test070 $method \
H A Dtest034.tcl10 proc test034 { method {nentries 10000} args} {
17 eval {test032 $method $nentries 20 "034" -pagesize 512} $args
20 eval {test032 $method [expr $nentries / 10] 100 "034" -pagesize 512} \
H A Dtest035.tcl10 proc test035 { method {nentries 10000} args} {
17 eval {test033 $method $nentries 20 "035" -pagesize 512} $args
19 eval {test033 $method [expr $nentries / 10] 100 "035" -pagesize 512} \
H A Dtest040.tcl10 proc test040 { method {nentries 10000} args} {
17 eval {test038 $method $nentries 20 "040" -pagesize 512} $args
20 eval {test038 $method [expr $nentries / 10] 100 "040" -pagesize 512} \
H A Dtest101.tcl10 proc test101 { method {nentries 1000} {txn -txn} {tnum "101"} args} {
11 if { [is_queueext $method ] == 0 } {
12 puts "Skipping test$tnum for $method."
15 eval {test070 $method 4 2 $nentries WAIT 4294967000 $txn $tnum} $args
H A Dbyteorder.tcl9 proc byteorder { method {nentries 1000} } {
11 puts "Byteorder: $method $nentries"
13 eval {test001 $method $nentries 0 0 "001" -lorder 1234}
15 eval {test001 $method $nentries 0 0 "001" -lorder 4321}
17 eval {test003 $method -lorder 1234}
19 eval {test003 $method -lorder 4321}
21 eval {test010 $method $nentries 5 "010" -lorder 1234}
23 eval {test010 $method $nentries 5 "010" -lorder 4321}
25 eval {test011 $method $nentries 5 "011" -lorder 1234}
27 eval {test011 $method
[all...]
H A Dtest071.tcl10 proc test071 { method {nconsumers 1} {nproducers 1} {nitems 10000} \
13 eval test070 $method \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djddctmgr.c31 * The multiplier table contents are IDCT-method-dependent. To support
32 * application changes in IDCT method between scans, we can remake the
46 /* This array contains the IDCT method code that each multiplier table
94 int method = 0; local
105 method = JDCT_ISLOW; /* jidctint uses islow-style table */
109 method = JDCT_ISLOW; /* jidctint uses islow-style table */
113 method = JDCT_ISLOW; /* jidctint uses islow-style table */
117 method = JDCT_ISLOW; /* jidctint uses islow-style table */
121 method = JDCT_ISLOW; /* jidctint uses islow-style table */
125 method
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsmethod.c3 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
68 * DESCRIPTION: Called on method error. Invoke the global exception handler if
69 * present, dump the method data if the disassembler is configured
96 * AE_OK, in which case the executing method will not be aborted.
110 /* Display method locals/args if disassembler is present */
123 * PARAMETERS: obj_desc - The method object
127 * DESCRIPTION: Create a mutex object for a serialized control method
153 mutex_desc->mutex.sync_level = method_desc->method.sync_level;
154 method_desc->method.mutex = mutex_desc;
162 * PARAMETERS: method_node - Node of the method
[all...]

Completed in 106 milliseconds

1234567891011>>