HomeSort by relevance Sort by last modified time
    Searched defs:dummy (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/e2fsprogs/intl/
osdep.c 23 typedef int dummy; typedef
  /external/openssl/crypto/evp/
openbsd_hw.c 57 static void *dummy=&dummy; variable
e_camellia.c 128 static void *dummy=&dummy; variable
p_open.c 124 static void *dummy=&dummy; variable
e_old.c 60 static void *dummy = &dummy; variable
  /external/openssl/crypto/
fips_err.c 6 static void *dummy=&dummy; variable
LPdir_nyi.c 32 struct LP_dir_context_st { void *dummy; }; member in struct:LP_dir_context_st
ebcdic.c 7 static void *dummy=&dummy; variable
  /external/openssl/crypto/dh/
dh_depr.c 64 static void *dummy=&dummy; variable
  /bionic/libc/stdio/
vsnprintf.c 43 char dummy; local
54 str = &dummy;
snprintf.c 45 char dummy; local
54 str = &dummy;
wcio.h 39 int dummy; member in struct:wchar_io_data
  /external/bluetooth/bluez/test/
dbusdef.py 6 dummy = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.freedesktop.DBus.Introspectable') variable
8 #print dummy.Introspect()
  /external/openssl/crypto/bn/
bn_depr.c 65 static void *dummy=&dummy; variable
  /external/openssl/crypto/dsa/
dsa_depr.c 72 static void *dummy=&dummy; variable
  /external/openssl/crypto/rsa/
rsa_depr.c 67 static void *dummy=&dummy; variable
  /external/qemu/distrib/sdl-1.2.12/src/main/qtopia/
SDL_qtopia_main.cc 40 QWidget dummy; local
41 app->showMainWidget(&dummy);
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QPEApp.cc 42 QWidget dummy; local
43 app->showMainWidget(&dummy);
SDL_sysmouse.cc 37 static WMcursor dummy; local
38 dummy.bits = 0;
39 return &dummy;
  /external/webkit/WebCore/dom/
EventNames.h 163 int dummy; // Needed to make initialization macro work. member in class:WebCore::EventNames
  /external/icu4c/tools/tzcode/
scheck.c 26 char dummy; local
59 if (sscanf(string, fbuf, &dummy) != 1)
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /external/gtest/test/
gtest_nc.cc 189 testing::StaticAssertTypeEq<int, int> dummy; variable
196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
  /external/openssl/crypto/pem/
pem_seal.c 186 static void *dummy=&dummy; variable
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_systimer.c 62 unsigned long dummy; local
71 mint_present = (Getcookie(C_MiNT, &dummy) == C_FOUND);

Completed in 1117 milliseconds

1 2 3 4 5 6 7 8 910