OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_params
(Results
1 - 11
of
11
) sorted by null
/external/valgrind/unittest/
thread_wrappers.h
167
int
n_params
;
member in struct:Closure
173
if (
n_params
== 0) {
175
} else if (
n_params
== 1) {
178
CHECK(
n_params
== 2);
187
res->
n_params
= 0;
198
res->
n_params
= 1;
210
res->
n_params
= 2;
/external/bluetooth/glib/gobject/
gsignal.c
209
guint
n_params
: 8;
member in struct:_SignalNode
1853
guint
n_params
= 0;
local
1928
guint
n_params
= 0;
local
2910
guint i,
n_params
;
local
[
all
...]
gsignal.h
225
* @
n_params
: The number of parameters that user callbacks take.
244
guint
n_params
;
member in struct:_GSignalQuery
258
guint
n_params
,
268
guint
n_params
,
278
guint
n_params
,
288
guint
n_params
,
gobject.c
1273
guint
n_params
= 0, n_alloced_params = 16;
local
[
all
...]
ChangeLog
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
438
int
n_params
;
member in struct:Closure
444
if (
n_params
== 0) {
446
} else if (
n_params
== 1) {
449
CHECK(
n_params
== 2);
458
res->
n_params
= 0;
469
res->
n_params
= 1;
480
res->
n_params
= 2;
/external/bluetooth/glib/docs/reference/gobject/
tut_gsignal.xml
214
guint
n_params
,
254
n_params
: this is the number of parameters this signal takes.
258
of the signal. The length of this array is indicated by
n_params
.
tut_howto.xml
[
all
...]
/external/dhcpcd/
dhcp.c
836
uint8_t *
n_params
= NULL;
local
1014
n_params
= p;
1026
*
n_params
= p -
n_params
- 1;
/external/llvm/include/llvm/Support/
MachO.h
268
StabCompilerParameters = 0x86u, //
N_PARAMS
/external/dbus/
ChangeLog.pre-1-0
[
all
...]
Completed in 1184 milliseconds