Searched refs:get (Results 76 - 100 of 1613) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession-dialog.cc79 rb->setChecked( !prefs.get<bool>(Prefs::SESSION_IS_REMOTE) );
83 rb->setChecked( prefs.get<bool>(Prefs::SESSION_IS_REMOTE) );
87 le->setText( prefs.get<QString>(Prefs::SESSION_REMOTE_HOST) );
92 sb->setValue( prefs.get<int>(Prefs::SESSION_REMOTE_PORT) );
96 cb->setChecked( prefs.get<bool>(Prefs::SESSION_REMOTE_AUTH) );
101 le->setText( prefs.get<QString>(Prefs::SESSION_REMOTE_USERNAME) );
106 le->setText( prefs.get<QString>(Prefs::SESSION_REMOTE_PASSWORD) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleCatalog.java73 Class cls = primitiveTypeToWrapper.get(type);
81 Class cls = keywordToPrimitive.get(className);
83 cls = primitiveTypeToWrapper.get(cls);
96 Class cls = keywordToPrimitive.get(className);
98 cls = primitiveTypeToWrapper.get(cls);
108 Class cls = keywordToPrimitive.get(className);
116 return instance.formatMap.get(type.getName());
126 Format thisFormat = instance.formatList.get(i);
127 Format otherFormat = copyToList.get(i);
204 SimpleFormat primitiveFormat = formatList.get(primitiveI
[all...]
H A DRawAccessor.java114 writeField(o, secKeyFields.get(i), output);
139 readField(o, secKeyFields.get(i), input);
149 writeField(o, nonKeyFields.get(i), output);
171 readField(o, nonKeyFields.get(i), input);
185 isSecField ? secKeyFields.get(field) : nonKeyFields.get(field);
200 isSecField ? secKeyFields.get(field) : nonKeyFields.get(field);
209 return ((RawObject) o).getValues().get(field.getName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest043.tcl84 puts "\tTest043.b: get keys using DB_FIRST/DB_NEXT"
94 for { set rec [$dbc get -first] } { [llength $rec] != 0 } {
95 set rec [$dbc get -next] } {
98 error_check_good "$dbc get key==data" [pad_data $method $k] $d
99 error_check_good "$dbc get sequential" $k $check
101 error_check_good "$dbc get key too large" $k $nentries
106 # Now make sure that we get DB_KEYEMPTY for non-existent keys
111 for { set rec [$dbc get -first] } { [llength $rec] != 0 } {
112 set rec [$dbc get -next] } {
115 set ret [eval {$db get}
[all...]
H A Dtest059.tcl80 for {set d [$curs get -first] } { [llength $d] != 0 } {
81 set d [$curs get -next] } {
86 puts "\tTest059.a: db get with 0 partial length retrieve"
89 set ret [eval {$db get -partial {0 0}} $txn $gflags {$key_set(5)}]
93 set ret [$curs get -first -partial {0 0}]
100 set ret [$curs get -next -partial {0 0}]
107 set ret [$curs get -last -partial {0 0}]
114 set ret [$curs get -prev -partial {0 0}]
121 set ret [$curs get -current -partial {0 0}]
128 set ret [$curs get
[all...]
H A Dtest072.tcl95 error_check_good preset [$precursor get -set $prekey] \
97 error_check_good postset [$postcursor get -set $postkey] \
119 error_check_good "dbc get -get_both ($i)"\
120 [$dbc($i) get -get_both $key $datum]\
124 set dbt [$dbc($j) get -current]
144 set pre_dbt [$precursor get -current]
145 set post_dbt [$postcursor get -current]
191 error_check_good "dbc get -get_both ($i)"\
192 [$dbc($i) get -get_both $key $datum]\
196 set dbt [$dbc($j) get
[all...]
H A Drep018script.tcl64 set ret [lindex [$db get $i] 0]
85 while { [llength [$marker get PARENTDONE]] == 0 } {
92 error_check_good db_empty [llength [$cursor get -first]] 0
H A Dtest062.tcl108 for {set ret [$dbc get -set $key]} \
110 {set ret [$dbc get -nextdup]} {
119 set ret [$dbc get -current]
127 set ret [$dbc get -current]
133 puts "\tTest$tnum.c: Double-checking get loop."
137 for {set ret [$dbc get -first]} \
139 {set ret [$dbc get -next]} {
H A Dlog007.tcl68 set first [$m_logc get -first]
70 set last [$m_logc get -last]
74 for { set logrec [$m_logc get -first] } \
76 { set logrec [$m_logc get -next]} {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_sockopt.c64 int val, int get)
76 if (get) {
95 /* Call get/setsockopt() */
97 char __user *opt, int *len, int get)
102 ops = nf_sockopt_find(sk, pf, val, get);
106 if (get)
107 ret = ops->get(sk, val, opt, len);
131 char __user *opt, int *len, int get)
136 ops = nf_sockopt_find(sk, pf, val, get);
140 if (get) {
63 nf_sockopt_find(struct sock *sk, u_int8_t pf, int val, int get) argument
96 nf_sockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len, int get) argument
130 compat_nf_sockopt(struct sock *sk, u_int8_t pf, int val, char __user *opt, int *len, int get) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DScopedPtr.h64 TYPE* get() const { return m_ptr; } function in class:CScopedPtr
113 /** @see CScopedPtr::get */
114 TYPE* get() const { return m_ptr; } function in class:CScopedArray
177 STL_CONTAINER* get() const { return m_ptr; } function in class:CScopedContainer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dentry.S24 ldr r4, [r10, #TI_PREEMPT] @ get preempt count
38 ldr r4, [r10, #TI_PREEMPT] @ get preempt count
56 ldr r4, [r10, #TI_PREEMPT] @ get preempt count
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dsleep.S48 ldr r7, [ r4 ] @ get REFRESH (and ensure in TLB)
49 ldr r8, [ r5 ] @ get MISCCR (and ensure in TLB)
50 ldr r9, [ r6 ] @ get CLKCON (and ensure in TLB)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile4 curget.html curput.html cursor.html delete.html get.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dsysfs.c8 #define SIMPLE_SHOW_STORE(name, get, set) \
14 return snprintf(buf, PAGE_SIZE, "%d\n", get); \
31 #define SIMPLE_SHOW(name, get) \
37 return snprintf(buf, PAGE_SIZE, "%d\n", get); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5206/
H A Dgpio.c31 .get = mcf_gpio_get_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5206e/
H A Dgpio.c31 .get = mcf_gpio_get_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5307/
H A Dgpio.c31 .get = mcf_gpio_get_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/5407/
H A Dgpio.c31 .get = mcf_gpio_get_value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.h33 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
38 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
43 .get = snd_ac97_get_volsw, .put = snd_ac97_put_volsw, \
63 .get = snd_ac97_get_enum_double, .put = snd_ac97_put_enum_double, \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/init.d/
H A Dleafp2p.sh6 SYS_PREFIX=$(${nvram} get leafp2p_sys_prefix)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-spear6xx/include/mach/
H A Dentry-macro.S29 ldr \irqstat, [\base, #VIC_IRQ_STATUS] @ get status
34 ldr \irqstat, [\base, #VIC_IRQ_STATUS] @ get status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dabort-ev7.S25 mrc p15, 0, r1, c5, c0, 0 @ get FSR
26 mrc p15, 0, r0, c6, c0, 0 @ get FAR
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dentry-macro-iomd.S23 ldrb \irqstat, [\base, #IOMD_IRQREQB] @ get high priority first
27 ldreqb \irqstat, [\base, #IOMD_DMAREQ] @ get dma
32 ldreqb \irqstat, [\base, #IOMD_IRQREQA] @ get low priority
45 2406: ldrneb \irqnr, [\tmp, \irqstat] @ get IRQ number
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpcmcia_cis.c273 struct pcmcia_loop_get *get = priv; local
275 *get->buf = kzalloc(tuple->TupleDataLen, GFP_KERNEL);
276 if (*get->buf) {
277 get->len = tuple->TupleDataLen;
278 memcpy(*get->buf, tuple->TupleData, tuple->TupleDataLen);
285 * pcmcia_get_tuple() - get first tuple from CIS
297 struct pcmcia_loop_get get = { local
302 *get.buf = NULL;
303 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get);
305 return get
[all...]

Completed in 115 milliseconds

1234567891011>>