HomeSort by relevance Sort by last modified time
    Searched full:dummy (Results 126 - 150 of 1142) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/extras/tests/sdcard/
sysutil.cpp 477 char dummy; local
478 size = sizeof(dummy);
486 s = read(readfd, &dummy, size);
571 char dummy; local
575 size = sizeof(dummy);
579 ssize_t s = write(writefd, &dummy, size);
  /external/icu4c/common/
ubidi_props.h 51 * Get a singleton dummy object, one that works with no real data.
53 * Using the dummy can reduce checks for available data after an initial failure.
  /external/openssl/crypto/dh/
dh_depr.c 64 static void *dummy=&dummy; variable
  /external/openssl/ssl/
s2_meth.c 81 static void *dummy=&dummy;
  /external/quake/quake/src/QW/client/
sys_win.c 233 DWORD dummy; local
254 DWORD dummy; local
402 int i, dummy; local
430 WriteFile(houtput, "\r\n", 2, &dummy, NULL);
441 WriteFile(houtput, "\b \b", 3, &dummy, NULL);
470 len+=dummy;
471 WriteFile(houtput, textCopied, i, &dummy, NULL);
481 WriteFile(houtput, &ch, 1, &dummy, NULL);
  /external/webkit/WebCore/platform/wince/
SharedTimerWince.cpp 57 int dummy; local
58 JSC::g_stackBase = &dummy;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 30 """Dummy Port implementation used for testing."""
127 """Test/Dummy implementation of the DumpRenderTree interface."""
  /frameworks/base/media/libstagefright/
AMRWriter.cpp 140 void *dummy; local
141 pthread_join(mThread, &dummy);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeUnitTests.java 60 * Delete any dummy accounts we set up for this test
115 * Create a dummy account with minimal fields
  /bionic/libc/stdio/
wcio.h 39 int dummy; member in struct:wchar_io_data
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 120 if (getIntent().getBooleanExtra("dummy", false)) {
121 Log.i(TAG, "in dummy activity -- finishing");
217 startActivity(intent.putExtra("dummy", true));
232 startActivity(intent.putExtra("dummy", true));
  /external/bluetooth/glib/glib/
gpattern.c 148 gboolean dummy; local
150 return g_pattern_ph_match (pspec->pattern, string, &dummy);
153 return g_pattern_ph_match (pspec->pattern, string_reversed, &dummy);
159 result = g_pattern_ph_match (pspec->pattern, tmp, &dummy);
  /external/bluetooth/hcidump/
acinclude.m4 48 PKG_CHECK_MODULES(BLUEZ, bluez, dummy=yes, AC_MSG_ERROR(Bluetooth library is required))
  /external/grub/stage2/
bios.c 146 unsigned char dummy[16];
150 cdrp.size = sizeof (cdrp) - sizeof (cdrp.dummy);
235 unsigned char dummy[16];
247 drp.size = sizeof (drp) - sizeof (drp.dummy);
144 unsigned char dummy[16]; member in struct:iso_spec_packet
233 unsigned char dummy[16]; member in struct:drive_parameters
size_test 30 set dummy `ls -l $file`
  /external/gtest/test/
gtest_uninitialized_test_.cc 34 TEST(DummyTest, Dummy) {
  /external/openssl/crypto/
LPdir_nyi.c 32 struct LP_dir_context_st { void *dummy; }; member in struct:LP_dir_context_st
  /external/proguard/src/proguard/evaluation/value/
TopValue.java 25 * dummy value that takes up the extra space when storing a long value or a
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios_sb3.h 56 unsigned short dummy; member in struct:__anon4520
  /external/stlport/test/unit/
mvctor_test.h 92 //Dummy data just to control struct sizeof
  /external/webkit/JavaScriptCore/os-win32/
stdint.h 55 #define CASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1];
  /external/webkit/WebCore/platform/chromium/
DragImageRef.h 35 // to compile by defining this dummy type.
  /external/webkit/WebKit/android/plugins/
PluginViewBridgeAndroid.h 36 // (Dummy for now) WebCoreViewBridge associated with a PluginView Widget.
  /frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
InnerTest.java 17 package mock_android.dummy;
  /dalvik/libcore/sql/src/main/java/SQLite/
Blob.java 40 * Mark method; dummy to satisfy InputStream class.
47 * Reset method; dummy to satisfy InputStream class.
176 * Flush blob; dummy to satisfy OutputStream class.

Completed in 250 milliseconds

1 2 3 4 56 7 8 91011>>