HomeSort by relevance Sort by last modified time
    Searched full:app_data (Results 26 - 50 of 217) sorted by null

12 3 4 5 6 7 8 9

  /external/openssh/
ssh_api.c 159 ssh_set_app_data(struct ssh *ssh, void *app_data)
161 ssh->app_data = app_data;
167 return ssh->app_data;
packet.h 76 void *app_data; member in struct:ssh
  /frameworks/ex/common/java/com/android/common/
Search.java 38 * The source identifier is stored in the {@link android.app.SearchManager#APP_DATA}
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java 97 intent.putExtra(SearchManager.APP_DATA, appData);
SuggestionUtils.java 59 intent.putExtra(SearchManager.APP_DATA, appSearchData);
SearchWidgetProvider.java 114 qsbIntent.putExtra(SearchManager.APP_DATA, widgetAppData);
SearchActivity.java 211 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
  /system/keymaster/
android_keymaster_test_utils.cpp 600 return device()->get_key_characteristics(device(), &blob_, &client_id_, NULL /* app_data */,
607 NULL /* app_data */, &export_tmp);
    [all...]
  /system/security/keystore-engine/
android_engine.cpp 201 NULL /* app_data */,
279 NULL /* app_data */,
  /external/boringssl/src/include/openssl/
cipher.h 453 /* app_data is a pointer to opaque, user data. */
454 void *app_data; /* application stuff */ member in struct:evp_cipher_ctx_st
524 /* app_data is a pointer to opaque, user data. */
525 void *app_data; member in struct:evp_cipher_st
asn1t.h 628 void *app_data; member in struct:ASN1_EXTERN_FUNCS_st
639 void *app_data; member in struct:ASN1_PRIMITIVE_FUNCS_st
670 void *app_data; member in struct:ASN1_AUX_st
ec_key.h 236 void *app_data; member in struct:ecdsa_method_st
  /hardware/libhardware/include/hardware/
keymaster2.h 120 * client_id and app_data must be the ID and data provided when the key was generated or
142 const keymaster_blob_t* app_data,
208 * \param[in] app_data Appliation data blob, which must match the blob provided in
217 const keymaster_blob_t* app_data,
keymaster1.h 290 * client_id and app_data must be the ID and data provided when the key was generated or
312 const keymaster_blob_t* app_data,
381 const keymaster_blob_t* app_data,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 120 Bundle appSearchData = intent.getBundleExtra(SearchManager.APP_DATA);
  /external/boringssl/src/crypto/cipher/
cipher.c 531 return ctx->app_data;
535 ctx->app_data = data;
e_rc2.c 421 NULL /* app_data */,
439 NULL /* app_data */,
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r11285.htm 261 >APP_data</CODE
  /packages/providers/DownloadProvider/docs/
index.html     [all...]
  /external/boringssl/src/decrepit/xts/
xts.c 255 NULL /* app_data */, aes_xts_init_key, aes_xts_cipher,
  /frameworks/base/core/java/android/app/
SearchManager.java 108 public final static String APP_DATA = "app_data";
474 * {@link #APP_DATA}.
661 intent.putExtra(APP_DATA, appSearchData);
    [all...]
  /system/nfc/src/hal/int/
nfc_brcm_defs.h 321 app_data[NFC_HAL_HCI_CE_RF_A_MAX_HIST_DATA_LEN]; /* 15 bytes optional member in struct:__anon107216
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 532 ('app_data', STRING),
586 ('app_data', STRING),
685 ('app_data', c_void_p),
708 ('app_data', c_void_p),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 532 ('app_data', STRING),
586 ('app_data', STRING),
685 ('app_data', c_void_p),
708 ('app_data', c_void_p),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 532 ('app_data', STRING),
586 ('app_data', STRING),
685 ('app_data', c_void_p),
708 ('app_data', c_void_p),
    [all...]

Completed in 1252 milliseconds

12 3 4 5 6 7 8 9