HomeSort by relevance Sort by last modified time
    Searched refs:entry_point (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 121 entry_point, /* REQUIRED */
306 entry_point, /* REQUIRED */
374 entry_point, /* REQUIRED */
438 entry_point, /* REQUIRED */
495 entry_point, /* REQUIRED */
729 entry_point, /* REQUIRED */
775 entry_point, /* REQUIRED */
880 entry_point,
926 entry_point,
1065 entry_point, /* REQUIRED *
    [all...]
cs46xx_dsp_task_types.h 113 entry_point,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 121 entry_point, /* REQUIRED */
306 entry_point, /* REQUIRED */
374 entry_point, /* REQUIRED */
438 entry_point, /* REQUIRED */
495 entry_point, /* REQUIRED */
729 entry_point, /* REQUIRED */
775 entry_point, /* REQUIRED */
880 entry_point,
926 entry_point,
1065 entry_point, /* REQUIRED *
    [all...]
cs46xx_dsp_task_types.h 113 entry_point,
  /external/v8/src/
log.h 215 void CallbackEvent(String* name, Address entry_point);
216 void GetterCallbackEvent(String* name, Address entry_point);
217 void SetterCallbackEvent(String* name, Address entry_point);
321 Address entry_point);
cpu-profiler.h 225 static void CallbackEvent(String* name, Address entry_point);
243 static void GetterCallbackEvent(String* name, Address entry_point);
245 static void SetterCallbackEvent(String* name, Address entry_point);
cpu-profiler.cc 345 void CpuProfiler::CallbackEvent(String* name, Address entry_point) {
347 Logger::CALLBACK_TAG, CodeEntry::kEmptyNamePrefix, name, entry_point);
428 void CpuProfiler::GetterCallbackEvent(String* name, Address entry_point) {
430 Logger::CALLBACK_TAG, "get ", name, entry_point);
444 void CpuProfiler::SetterCallbackEvent(String* name, Address entry_point) {
446 Logger::CALLBACK_TAG, "set ", name, entry_point);
log.cc 827 Address entry_point) {
833 msg.AppendAddress(entry_point);
840 void Logger::CallbackEvent(String* name, Address entry_point) {
844 CallbackEventInternal("", *str, entry_point);
848 void Logger::GetterCallbackEvent(String* name, Address entry_point) {
852 CallbackEventInternal("get ", *str, entry_point);
856 void Logger::SetterCallbackEvent(String* name, Address entry_point) {
860 CallbackEventInternal("set ", *str, entry_point);
1571 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 98 void **entry_point)
101 *entry_point = dlsym(module, name);
103 if(error == NULL && *entry_point != NULL) {

Completed in 318 milliseconds