OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elist
(Results
1 - 8
of
8
) sorted by null
/external/javassist/src/main/javassist/bytecode/
ExceptionsAttribute.java
107
int[]
elist
= new int[n / 2 - 1];
local
110
elist
[k++] = ((blist[j] & 0xff) << 8) | (blist[j + 1] & 0xff);
112
return
elist
;
124
String[]
elist
= new String[n / 2 - 1];
128
elist
[k++] = constPool.getClassInfo(index);
131
return
elist
;
137
public void setExceptionIndexes(int[]
elist
) {
138
int n =
elist
.length;
142
ByteArray.write16bit(
elist
[i], blist, i * 2 + 2);
150
public void setExceptions(String[]
elist
) {
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c
218
STACK_OF(CONF_VALUE) *
elist
;
226
elist
= NCONF_get_section(cnf, CONF_imodule_get_value(md));
228
if (!
elist
)
234
for (i = 0; i < sk_CONF_VALUE_num(
elist
); i++)
236
cval = sk_CONF_VALUE_value(
elist
, i);
/external/openssl/crypto/engine/
eng_cnf.c
218
STACK_OF(CONF_VALUE) *
elist
;
226
elist
= NCONF_get_section(cnf, CONF_imodule_get_value(md));
228
if (!
elist
)
234
for (i = 0; i < sk_CONF_VALUE_num(
elist
); i++)
236
cval = sk_CONF_VALUE_value(
elist
, i);
/external/tinyalsa/
mixer.c
93
struct snd_ctl_elem_list
elist
;
local
106
memset(&
elist
, 0, sizeof(
elist
));
107
if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &
elist
) < 0)
114
mixer->ctl = calloc(
elist
.count, sizeof(struct mixer_ctl));
115
mixer->elem_info = calloc(
elist
.count, sizeof(struct snd_ctl_elem_info));
122
eid = calloc(
elist
.count, sizeof(struct snd_ctl_elem_id));
126
mixer->count =
elist
.count;
128
elist
.space = mixer->count;
129
elist
.pids = eid
[
all
...]
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c
154
struct snd_ctl_elem_list
elist
;
local
167
memset(&
elist
, 0, sizeof(
elist
));
168
if (ioctl(fd, SNDRV_CTL_IOCTL_ELEM_LIST, &
elist
) < 0) {
177
mixer->ctl = calloc(
elist
.count, sizeof(struct mixer_ctl));
178
mixer->info = calloc(
elist
.count, sizeof(struct snd_ctl_elem_info));
182
eid = calloc(
elist
.count, sizeof(struct snd_ctl_elem_id));
186
mixer->count =
elist
.count;
188
elist
.space = mixer->count;
189
elist
.pids = eid
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py
[
all
...]
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 211 milliseconds