HomeSort by relevance Sort by last modified time
    Searched full:fake (Results 1 - 25 of 550) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_NOP.S 7 /* insert fake function header to help gdb find the stack frame */
  /external/stlport/src/
aligned_buffer.h 5 // this is for fake initialization
  /ndk/sources/android/stlport/src/
aligned_buffer.h 5 // this is for fake initialization
  /external/bluetooth/bluez/input/
fakehid.c 215 struct fake_input *fake = data; local
249 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
258 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
266 ioctl(fake->uinput, UI_DEV_DESTROY);
267 close(fake->uinput);
268 fake->uinput = -1;
269 g_io_channel_unref(fake->io);
274 static int ps3remote_setup_uinput(struct fake_input *fake,
280 fake->uinput = open("/dev/input/uinput", O_RDWR);
281 if (fake->uinput < 0)
    [all...]
device.c 74 struct fake_input *fake; member in struct:input_conn
150 g_free(iconn->fake);
280 struct fake_input *fake = data; local
310 send_key(fake->uinput, key);
315 ioctl(fake->uinput, UI_DEV_DESTROY);
316 close(fake->uinput);
317 fake->uinput = -1;
318 g_io_channel_unref(fake->io);
353 struct fake_input *fake = iconn->fake; local
609 struct fake_input *fake; local
673 struct fake_input *fake = iconn->fake; local
704 struct fake_input *fake = iconn->fake; local
910 struct fake_input *fake = iconn->fake; local
936 struct fake_input *fake; local
    [all...]
fakehid.h 33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);
38 int fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
  /development/simulator/wrapsim/
FakeDev.h 4 * Fake device support.
25 * An open fake device entry.
62 * Fake file descriptors begin here. This should be chosen such that no
69 * Create a new, completely fake device entry.
74 * Create a new, mostly fake device entry.
79 * Free a fake device entry.
84 * Given a file descriptor, find the corresponding fake device. Returns
92 * Returns a "fake" file descriptor on success, <0 on error.
99 * Returns 0 if the device can be fake-accessed, -1 if it can't, -2
FakeDev.c 4 * Fake device support.
17 We have three basic approaches to dealing with "fake" file descriptors:
21 (2) Always use fake fds with absurdly high numeric values. Testing to see
24 (3) Use a mix of real and fake fds, in a high range (512-1023). Because
171 wsLog("WARNING: ran out of 'fake' file descriptors\n");
215 * Free fake device entry.
245 * Map a file descriptor to a fake device.
260 * Check to see if we're opening a device that we want to fake out.
277 wsLog("## created fake dev %d: '%s' %p\n",
295 * Check to see if we're accessing a device that we want to fake out
    [all...]
DevAudio.c 70 // fake timing
85 * Free up our state before closing down the fake descriptor.
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
SSLSocketFactoryImpl.java 51 // it is a fake
60 // it is a fake
69 // it is a fake
78 // it is a fake
  /external/chromium/third_party/icu/source/data/mappings/
noop-gb2312_gl.ucm 8 # Name: "Fake" Unicode to ISO-IR-165 table
11 # This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
noop-iso-ir-165.ucm 8 # Name: "Fake" Unicode to ISO-IR-165 table
11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
noop-cns-11643.ucm 10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD
14 # them vulernable to a security issue. By including this 'fake' table,
  /external/icu4c/data/mappings/
noop-gb2312_gl.ucm 8 # Name: "Fake" Unicode to ISO-IR-165 table
11 # This is not a real GB2312 GL table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
noop-iso-ir-165.ucm 8 # Name: "Fake" Unicode to ISO-IR-165 table
11 # This is not a real ISO-IR-165 table, but a "fake" table to return U+FFFD
15 # them vulernable to a security issue. By including this 'fake' table
noop-cns-11643.ucm 10 # This is not a real CNS-11643 table, but a "fake" table to return U+FFFD
14 # them vulernable to a security issue. By including this 'fake' table,
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 84 int fake = oldStyle & ~tf.getStyle(); local
86 if ((fake & Typeface.BOLD) != 0) {
90 if ((fake & Typeface.ITALIC) != 0) {
StyleSpan.java 100 int fake = want & ~tf.getStyle(); local
102 if ((fake & Typeface.BOLD) != 0) {
106 if ((fake & Typeface.ITALIC) != 0) {
  /external/webkit/WebKit/android/benchmark/
MyJavaVM.cpp 62 static const char* s_fakeString = "Fake Java String";
89 // First, create the fake vm
95 // Now, assign the functions of the vm to our fake ones.
98 // Create the fake env next
104 // Point the functions we care about to out fake ones.
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
ServiceBase.java 61 // Fake disk usage...
71 // Fake disk usage...
74 // Fake disk delay...
  /dalvik/vm/
TestCompability.c 22 LOGE("Fake open_memstream entered");
  /dalvik/vm/mterp/x86-atom/
OP_NOP.S 35 * insert fake function header to help gdb find the stack frame
  /frameworks/base/services/camera/libcameraservice/
FakeCamera.h 27 * FakeCamera is used in the CameraHardwareStub to provide a fake video feed
29 * The fake video is a moving black and white checkerboard background with a
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509ExtendedKeyManagerTest.java 50 // it is a fake
58 // it is a fake
66 // it is a fake
74 // it is a fake
82 // it is a fake
90 // it is a fake
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 43 SkColorSetARGB(0xff, 0x46, 0xb0, 0x00), // fake ring select, for phone, email, text
45 SkColorSetARGB(0xff, 0x36, 0xc0, 0x00) // fake ring pressed
50 SkColorSetARGB(0xff, 0x8c, 0xd9, 0x00), // fake ring select, for phone, email, text
52 SkColorSetARGB(0xff, 0x7c, 0xe9, 0x00) // fake ring pressed
57 SkColorSetARGB(0x80, 0x7c, 0xe9, 0x00) // fake ring pressed

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>