/external/webkit/WebCore/dom/ |
EventNames.h | 163 int dummy; // Needed to make initialization macro work. member in class:WebCore::EventNames
|
/external/wpa_supplicant/ |
l2_packet_none.c | 2 * WPA Supplicant - Layer2 packet handling example with dummy functions
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_none.c | 2 * WPA Supplicant - Layer2 packet handling example with dummy functions
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/ |
StubProjectWizard.java | 72 * Overrides parent to return dummy wizard container
|
/system/extras/tests/bionic/libstdc++/ |
test_cstddef.cpp | 42 // Dummy struct used to calculate offset of some of its fields.
|
/bionic/libc/regex/ |
regexec.c | 64 #define STATEVARS long dummy /* dummy version */
|
/bootable/recovery/minzip/ |
SysUtil.c | 152 off_t dummy; local 160 if (getFileStartAndLength(fd, &dummy, &fileLength) < 0)
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/multianewarray/ |
Test_multianewarray.java | 61 fail("dummy for s "+s); 81 fail("dummy for i "+i);
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestKeyStoreSpi.java | 53 public static final Object DUMMY = new Object(); 59 aliases.put("unknownalias", DUMMY);
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TestProvider.java | 25 * This class implements a dummy provider. 41 * Constructs a new instance of the dummy provider.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
FuncKey.java | 45 /** Dummy value to be used in usedrefs hashtable */ 114 // ISTRUE being used as a dummy value.
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ltc_ecc_mulmod_timing.c | 121 /* dummy operations */ 129 /* dummy operations */
|
/external/gtest/test/ |
gtest_nc.cc | 189 testing::StaticAssertTypeEq<int, int> dummy; variable 196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
|
/external/libffi/ |
depcomp | 148 ## dummy dependencies for each header file. Too bad gcc doesn't do 198 # The second pass generates a dummy entry for each header file. 205 # store a dummy comment line, to avoid errors with the Makefile 207 echo "#dummy" > "$depfile" 248 # store a dummy comment line, to avoid errors with the Makefile 250 echo "#dummy" > "$depfile" 328 echo "#dummy" > "$depfile" 386 echo "#dummy" > "$depfile"
|
/external/libpng/ |
depcomp | 155 ## dummy dependencies for each header file. Too bad gcc doesn't do 205 # The second pass generates a dummy entry for each header file. 212 # store a dummy comment line, to avoid errors with the Makefile 214 echo "#dummy" > "$depfile" 260 # store a dummy comment line, to avoid errors with the Makefile 262 echo "#dummy" > "$depfile" 345 echo "#dummy" > "$depfile" 403 echo "#dummy" > "$depfile"
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
d_homing.cpp | 56 //static void* dummy[] = { (void *) bitno, (void *) dummy };
|
/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/evp/ |
e_camellia.c | 128 static void *dummy=&dummy; variable
|
e_old.c | 60 static void *dummy = &dummy; variable
|
p_open.c | 124 static void *dummy=&dummy; variable
|
/external/openssl/crypto/pem/ |
pem_seal.c | 186 static void *dummy=&dummy; variable
|
/external/openssl/crypto/rsa/ |
rsa_depr.c | 67 static void *dummy=&dummy; variable
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-192465.js | 74 * Set both |actual| and |expect| to a dummy value. 85 // recursion. We haven't crashed; good! Continue on to set the dummy values -
|
/external/webkit/WebCore/platform/chromium/ |
MIMETypeRegistryChromium.cpp | 136 static HashSet<String> dummy; local 137 return dummy;
|