/bootable/diskinstaller/ |
config.mk | 159 $(TARGET_INSTALLER_OUT)/data/userdata.img
|
/external/icu4c/stubdata/ |
Android.mk | 16 # To get your own ICU userdata:
|
/development/build/ |
sdk.atree | 185 userdata.img platforms/${PLATFORM_NAME}/images/userdata.img
|
/frameworks/base/packages/TtsService/jni/ |
android_tts_SynthProxy.cpp | 276 static tts_callback_status ttsSynthDoneCB(void *& userdata, uint32_t rate, 281 if (userdata == NULL){ 282 LOGE("userdata == NULL"); 285 afterSynthData_t* pForAfter = (afterSynthData_t*)userdata;
|
/build/core/ |
Makefile | 746 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)") 748 $(call build-userimage-ext2-target,$(TARGET_OUT_DATA),$(INSTALLED_USERDATAIMAGE_TARGET),userdata,) 756 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)") 763 BUILT_USERDATAIMAGE_TARGET := $(PRODUCT_OUT)/userdata.img 778 $(call pretty,"Target userdata fs tarball: " \ 785 userdata_tar := $(PRODUCT_OUT)/userdata.tar [all...] |
main.mk | 725 # Tests are installed in userdata.img. If we're building the tests 727 # contents of userdata.img, so that people can easily extract a
|
/external/qemu/audio/ |
sdlaudio.c | 534 req.userdata = sdl;
|
/system/core/adb/ |
sysdeps.h | 182 typedef void (*fd_func)(int fd, unsigned events, void *userdata);
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerTest.java | 205 private void addAccountExplicitly(Account account, String password, Bundle userdata) { 206 assertTrue(am.addAccountExplicitly(account, password, userdata)); 347 addAccountExplicitly(ACCOUNT, ACCOUNT_PASSWORD, null /* userData */); 376 addAccountExplicitly(ACCOUNT, ACCOUNT_PASSWORD, null /* userData */); 384 addAccountExplicitly(ACCOUNT_SAME_TYPE, ACCOUNT_PASSWORD, null /* userData */); 418 addAccountExplicitly(ACCOUNT, ACCOUNT_PASSWORD, null /* userData */); 445 // Check that the UserData is the one we defined 450 // Check that the UserData is the one we defined 460 addAccountExplicitly(ACCOUNT, ACCOUNT_PASSWORD, null /* userData */); 487 addAccountExplicitly(ACCOUNT, ACCOUNT_PASSWORD, null /* userData */); [all...] |
/external/libpcap/ |
pcap-linux.c | 461 pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata) 737 callback(userdata, &pcap_header, bp); [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 186 public static final String KEY_USERDATA = "userdata"; 478 * @param userdata String values to use for the account's userdata, null for none 482 public boolean addAccountExplicitly(Account account, String password, Bundle userdata) { 485 return mService.addAccount(account, password, userdata); 635 * Sets one userdata key for an account. Intended by use for the 645 * @param account The account to set the userdata for 646 * @param key The userdata key to set. Must not be null 647 * @param value The value to set, null to clear this userdata key [all...] |
/external/kernel-headers/original/linux/ |
pci.h | 558 void *userdata);
|
/external/openssl/crypto/pem/ |
pem.h | 564 /* "userdata": new with OpenSSL 0.9.4 */ 565 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
|
/external/openssl/include/openssl/ |
pem.h | 564 /* "userdata": new with OpenSSL 0.9.4 */ 565 typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata);
|
/external/bluetooth/glib/tests/ |
sequence-test.c | 1179 compare (gconstpointer a, gconstpointer b, gpointer userdata)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfd.h | 352 #define bfd_get_section_userdata(bfd, ptr) ((ptr)->userdata) 358 #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) 1427 void *userdata; member in struct:bfd_section [all...] |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |