HomeSort by relevance Sort by last modified time
    Searched refs:evs (Results 1 - 17 of 17) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
AnnotationEntryGen.java 44 private List<ElementValuePairGen> evs; field in class:AnnotationEntryGen
67 evs = copyValues(a.getElementValuePairs(), cpool, copyPoolEntries);
89 for (final ElementValuePairGen element : evs) {
100 evs = elements;
120 dos.writeShort(evs.size()); // u2 element_value pair count
121 for (final ElementValuePairGen envp : evs) {
127 if (evs == null) {
128 evs = new ArrayList<>();
130 evs.add(evp);
153 return evs;
    [all...]
  /external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
decode_proto_op_test_base.py 49 def _compareValues(self, fd, vs, evs):
52 if len(vs) != len(evs):
54 (fd.name, len(vs), len(evs)))
55 for i, ev in enumerate(evs):
105 evs = field.value.Extensions[test_example_pb2.ext_value]
107 evs = getattr(field.value, field.name)
108 if len(vs) != len(evs):
110 (fd.name, len(vs), len(evs)))
111 for v, ev in zip(vs, evs):
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 54 evs = range(-2 * steps_per_ev, 2 * steps_per_ev + 1, steps_per_ev)
62 for ev in evs:
84 pylab.plot(evs, lumas, '-ro')
97 # Only allow positive EVs to give saturated image
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 42 std::vector<intrusive_ref<event>> evs; local
45 std::swap(_chain, evs);
48 return evs;
63 std::vector<intrusive_ref<event>> evs; local
66 std::swap(_chain, evs);
68 return evs;
  /external/libxkbcommon/xkbcommon/test/
interactive-evdev.c 284 struct input_event evs[16]; local
287 while ((len = read(kbd->fd, &evs, sizeof(evs))) > 0) {
290 process_event(kbd, evs[i].type, evs[i].code, evs[i].value);
308 struct epoll_event evs[16]; local
331 ret = epoll_wait(epfd, evs, 16, -1);
342 kbd = evs[i].data.ptr;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 66 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
72 if (evs->machine->Tokens != shader->state.tokens) {
73 tgsi_exec_machine_bind_shader(evs->machine,
98 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
99 struct tgsi_exec_machine *machine = evs->machine;
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 63 auto evs = objs(d_evs, num_evs); local
65 for (auto &ev : evs) {
66 if (ev.context() != evs.front().context())
75 auto sev = create<soft_event>(evs.front().context(), evs, true);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 970 struct epoll_event *evs = NULL; local
1003 evs = PyMem_New(struct epoll_event, maxevents);
1004 if (evs == NULL) {
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1033 PyMem_Free(evs);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 1004 struct epoll_event *evs = NULL; local
1037 evs = PyMem_New(struct epoll_event, maxevents);
1038 if (evs == NULL) {
1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1067 PyMem_Free(evs);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 970 struct epoll_event *evs = NULL; local
1003 evs = PyMem_New(struct epoll_event, maxevents);
1004 if (evs == NULL) {
1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1033 PyMem_Free(evs);
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 1004 struct epoll_event *evs = NULL; local
1037 evs = PyMem_New(struct epoll_event, maxevents);
1038 if (evs == NULL) {
1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout);
1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events);
1067 PyMem_Free(evs);
    [all...]
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 394 int evs = TEMP_FAILURE_RETRY(io_getevents(mCtx, num_events, AIO_BUFS_MAX, events, nullptr)); local
395 if (static_cast<unsigned>(evs) != num_events) {
396 PLOG(ERROR) << "Mtp couldn't cancel all requests, got " << evs;
  /build/soong/cc/config/
vndk.go 30 "android.hardware.automotive.evs@1.0",
  /external/python/cpython3/Modules/
selectmodule.c 1506 struct epoll_event *evs = NULL; local
    [all...]
  /external/curl/lib/
easy.c 586 static struct events evs = {2, FALSE, 0, NULL, 0}; local
589 events_setup(multi, &evs);
591 return wait_or_timeout(multi, &evs);
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 354 sp<os::IExternalVibratorService> evs = getExternalVibratorService(); local
355 if (evs != 0) {
357 binder::Status status = evs->onExternalVibrationStart(*externalVibration, &ret);
367 sp<os::IExternalVibratorService> evs = getExternalVibratorService(); local
368 if (evs != 0) {
369 evs->onExternalVibrationStop(*externalVibration);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 928 milliseconds