/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationPage.java | 104 // return the ui root node, as a dummy application root node.
|
/sdk/jarutils/src/com/android/jarutils/ |
DebugKeyProvider.java | 35 * A provider of a dummy key to sign Android application for debugging purpose.
|
/system/core/toolbox/ |
mount.c | 263 * have a "type" as such. Use the dummy "none" type.
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
RxXfer.c | 130 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE]; /* Dummy buffer to use if we couldn't get a buffer for the packet (so drop the packet) */ 576 /* Read packet to dummy buffer and ignore it (no callback needed) */ 702 * DESCRIPTION: Dummy CB for case of dropping a packet due to out-of-memory. 755 /* Check if buffer allocated and not the dummy one (has a different callback) */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | [all...] |
/external/icu4c/common/ |
utrie.h | 114 * Number of bytes for a dummy trie. 115 * A dummy trie is an empty runtime trie, used when a real data trie cannot 506 * "Unserialize" a dummy trie. 507 * A dummy trie is an empty runtime trie, used when a real data trie cannot 515 * @param data a pointer to 32-bit-aligned memory to be filled with the dummy trie data
|
ubidi_props.c | 279 /* the dummy object was already created */ 282 /* create the dummy object */
|
/external/qemu/target-arm/ |
neon_helper.c | 765 #define NEON_FN(dest, src, dummy) dest = (src < 0) ? -src : src 787 #define NEON_FN(dest, src, dummy) dest = do_clz8(src) 791 #define NEON_FN(dest, src, dummy) dest = do_clz16(src) 795 #define NEON_FN(dest, src, dummy) dest = do_clz8((src < 0) ? ~src : src) - 1 799 #define NEON_FN(dest, src, dummy) dest = do_clz16((src < 0) ? ~src : src) - 1 [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Collector.cpp | 639 int dummy; 640 return getStackBase(&dummy); 797 void* dummy; local 798 void* stackPointer = &dummy; [all...] |
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 853 # ServerAdmin webmaster@dummy-host.example.com 854 # DocumentRoot /www/docs/dummy-host.example.com 855 # ServerName dummy-host.example.com 856 # ErrorLog logs/dummy-host.example.com-error_log 857 # CustomLog logs/dummy-host.example.com-access_log common
|
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 239 // Create a dummy account for the attendee 282 // Create a dummy account for the attendee 344 // Create a dummy account for the attendee 410 // Create a dummy account for the attendee 491 // Create a dummy account for the attendee [all...] |
/external/strace/ |
ChangeLog | 900 * linux/dummy.h: Likewise. [all...] |
/external/icu4c/tools/genuca/ |
genuca.cpp | 49 /* dummy UDataInfo cf. udata.h */ 59 { 0, 0, 0, 0 }, /* dummy dataFormat */ 60 { 0, 0, 0, 0 }, /* dummy formatVersion */ 61 { 0, 0, 0, 0 } /* dummy dataVersion */ [all...] |
/bionic/libc/bionic/ |
pthread-timers.c | 320 struct timespec dummy; local 323 if (clock_gettime( clockid, &dummy ) < 0 && errno == EINVAL )
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1withDSA_SignatureImpl.java | 339 byte dummy; 351 dummy = sigBytes[5 + n1 + n2]; // to check length of sigBytes
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 105 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl"); 116 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
|
/dalvik/vm/mterp/ |
gen-mterp.py | 206 # we take the low road and just emit a dummy OP_NOP here. 209 asm_fp.write(label_prefix + "_OP_NOP: /* dummy */\n");
|
/external/bluetooth/glib/glib/ |
gmem.c | 678 } dummy = { local 682 return (void*) &dummy;
|
/external/clearsilver/python/examples/base/ |
odb_test.py | 132 # (i.e. the "dummy cursor" string should never be called!) 135 a_row.save(cursor = "dummy cursor")
|
/external/dbus/dbus/ |
dbus-threads.c | 82 * module to swap out dummy mutexes for real a real mutex so libraries 193 * module to swap out dummy condvars for real a real condvar so libraries
|
/external/dnsmasq/src/ |
helper.c | 83 gid_t dummy; local 84 if (setgroups(0, &dummy) == -1 ||
|
util.c | 308 struct tms dummy; local 314 return (time_t)(times(&dummy)/tps);
|
/external/iproute2/tc/ |
tc_util.c | 434 char dummy; local 435 if (sscanf(arg, "%d%c", &res, &dummy) != 1)
|
/external/openssl/apps/ |
dsaparam.c | 481 static void *dummy=&dummy; variable
|
engine.c | 539 static void *dummy=&dummy; variable
|