/external/libnfc-nxp/src/ |
phFriNfc_OvrHal.h | 105 #define PH_FRINFC_OVRHAL_ENU (1) /**< \brief Enumerate */ 236 a call to the HAL Enumerate function (not contained in the overlapped HAl API). */
|
phFriNfc_OvrHalCmd.h | 54 #define PH_FRINFC_OVRHALCMD_ENU (1) /**< \brief Enumerate */
|
/external/webkit/WebCore/bindings/v8/ |
V8NPObject.cpp | 295 if (NP_CLASS_STRUCT_VERSION_HAS_ENUM(npObject->_class) && npObject->_class->enumerate) { 298 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
|
/external/webkit/WebCore/bridge/ |
NP_jsobject.cpp | 420 if (NP_CLASS_STRUCT_VERSION_HAS_ENUM(o->_class) && o->_class->enumerate) 421 return o->_class->enumerate(o, identifier, count);
|
/frameworks/base/core/java/android/nfc/tech/ |
Ndef.java | 51 * It is mandatory for all Android devices with NFC to correctly enumerate 57 * should enumerate and implement {@link Ndef} under these vendor specifications
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 147 * objType: Type of object to enumerate. 151 * DSP_EFAIL: Unable to enumerate through the DCD database.
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPProcessor.c | 154 * Enumerate and get configuration information about nodes allocated 297 * Enumerate the resources currently available on a processor.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 147 * objType: Type of object to enumerate. 151 * DSP_EFAIL: Unable to enumerate through the DCD database.
|
/libcore/dalvik/src/main/java/dalvik/system/ |
SamplingProfiler.java | 159 * to enumerate the threads each time profiler wants to collect 222 threadCount = threadGroup.enumerate(threads);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 125 bool (*next)(FIELD *,const void *); /* enumerate next value */ 126 bool (*prev)(FIELD *,const void *); /* enumerate prev value */
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.cc | 122 // Enumerate the headers
|
/external/libvpx/examples/includes/geshi/geshi/ |
python.php | 72 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'execfile',
|
/external/webkit/WebCore/plugins/ |
npfunctions.h | 166 NPN_EnumerateProcPtr enumerate; member in struct:_NPNetscapeFuncs
|
/external/webkit/WebKit/chromium/src/ |
WebBindings.cpp | 75 bool WebBindings::enumerate(NPP id, NPObject* obj, NPIdentifier** identifier, uint32_t* val) function in class:WebKit::WebBindings
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.h | 120 bool enumerate(uint32_t objectID, data_t& resultData, mach_msg_type_number_t& resultLength);
|
/system/core/fastboot/ |
usb_windows.c | 328 // Enumerate all present and active interfaces.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/ |
HwInit.c | 283 whal_hwAccess_ReConfig(pTNETWIF->hHwAccess); /* SDIO enumerate*/
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.c | 579 log ("\n Test enumerate '%s'...\n", (char *) test_data); [all...] |
/external/chromium/net/disk_cache/ |
disk_cache.h | 158 // Enumerate the cache. Initialize iter to NULL before calling this method 162 // entries to enumerate. When the entry pointer is no longer needed, the 174 // entries to enumerate. When the entry pointer is no longer needed, its
|