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

  /external/strace/
evdev_mpers.c 67 struct_ff_effect ffe; local
69 if (umove_or_printaddr(tcp, arg, &ffe))
73 print_evdev_ff_type(ffe.type);
76 ffe.id,
77 ffe.direction);
88 ffe.trigger.button,
89 ffe.trigger.interval,
90 ffe.replay.length,
91 ffe.replay.delay);
93 switch (ffe.type)
    [all...]
  /external/strace/tests/
ioctl_evdev.c 64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str)
68 type_str, ffe->id, ffe->direction);
72 ffe->trigger.button, ffe->trigger.interval,
73 ffe->replay.length, ffe->replay.delay);
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe);
229 fill_memory(ffe, sizeof(*ffe));
    [all...]
  /external/strace/tests-m32/
ioctl_evdev.c 64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str)
68 type_str, ffe->id, ffe->direction);
72 ffe->trigger.button, ffe->trigger.interval,
73 ffe->replay.length, ffe->replay.delay);
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe);
229 fill_memory(ffe, sizeof(*ffe));
    [all...]
  /external/strace/tests-mx32/
ioctl_evdev.c 64 print_ffe_common(const struct ff_effect *const ffe, const char *const type_str)
68 type_str, ffe->id, ffe->direction);
72 ffe->trigger.button, ffe->trigger.interval,
73 ffe->replay.length, ffe->replay.delay);
228 TAIL_ALLOC_OBJECT_CONST_PTR(struct ff_effect, ffe);
229 fill_memory(ffe, sizeof(*ffe));
    [all...]
  /external/epid-sdk/epid/common-testhelper/unittests/
ffelement_wrapper-test.cc 77 FfElementObj ffe(&ff);
78 EXPECT_NE(nullptr, (FfElement*)ffe);
103 FfElementObj const ffe(&ff);
104 FfElement const* ffe_ptr = ffe;
109 FfElementObj const ffe(&ff);
110 FfElement const* ffe_ptr = ffe.getc();
120 FfElementObj const ffe(&ff);
121 FfElement * ffe_ptr = ffe;
126 FfElementObj const ffe(&ff);
127 FfElement * ffe_ptr = ffe.get()
    [all...]
finite_field_wrapper-test.cc 77 FfElementObj ffe(&ff2, this->ground_str);
78 FiniteFieldObj ff3(ff2, ffe, 2);
  /external/epid-sdk/epid/common-testhelper/
ffelement_wrapper-testhelper.cc 29 void operator()(FfElement* ffe) {
30 if (ffe) {
31 DeleteFfElement(&ffe);
53 std::shared_ptr<FfElement> ffe; local
56 ffe.reset(ffe_ptr, ff_element_deleter);
59 THROW_ON_EPIDERR(ReadFfElement(ff_, buf, buflen, ffe.get()));
61 ffe_ = ffe;
  /external/v8/tools/profviz/
profviz.css 53 background-color: #ffe;
  /external/linux-kselftest/tools/testing/selftests/net/
rtnetlink.sh 158 tc filter add dev "$dev" parent 1:0 prio 5 handle ffe: protocol ip u32 divisor 256
164 tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32 ht ffe:2: match ip src 10.0.0.3 flowid 1:10
166 tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:2 u32 ht ffe:2: match ip src 10.0.0.2 flowid 1:10
170 tc filter del dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
133 "3ffe:8311:ffff::/48"));
142 "3ffe:8311:ffff::/48"));
  /external/python/httplib2/doc/html/_static/
basic.css 198 background-color: #ffe;
  /external/python/cpython2/Doc/tools/static/
basic.css 201 background-color: #ffe;
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 519 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) {
  /external/epid-sdk/epid/common/math/unittests/
ffelement-test.cc     [all...]
  /external/v8/tools/profview/
profview.js 194 color : "#304ffe",
    [all...]

Completed in 577 milliseconds