HomeSort by relevance Sort by last modified time
    Searched full:__file__ (Results 976 - 1000 of 2021) sorted by null

<<31323334353637383940>>

  /external/qemu/audio/
audio_int.h 287 #define AUDIO_FUNC __FILE__ ":" AUDIO_STRINGIFY (__LINE__)
  /external/qemu/
qerror.h 43 qerror_report_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
sysemu.h 88 qemu_error_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
  /external/skia/
gyp_skia 18 script_dir = os.path.dirname(__file__)
  /external/skia/include/gpu/
GrConfig.h 112 #define GR_FILE_AND_LINE_STR __FILE__ "(" GR_STRING(__LINE__) ") : "
  /external/skia/src/core/
SkOnce.h 128 #define ANNOTATE_BENIGN_RACE(mem, desc) AnnotateBenignRace(__FILE__, __LINE__, mem, desc)
  /external/skia/tools/
jsondiff.py 37 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm'))
  /external/speex/libspeex/
_kiss_fft_guts.h 58 fprintf(stderr,"WARNING:overflow @ " __FILE__ "(%d): (%d " #op" %d) = %ld\n",__LINE__,(a),(b),(SAMPPROD)(a) op (SAMPPROD)(b) ); }
os_support.h 154 #define speex_fatal(str) _speex_fatal(str, __FILE__, __LINE__);
  /external/srec/portable/src/
PFileImpl.c 65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
  /external/stressapptest/src/
logger.h 46 fprintf(stderr, "Assertion failed at %s:%d\n", __FILE__, __LINE__);\
  /external/valgrind/main/VEX/priv/
main_util.h 56 __FILE__, __LINE__, \
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 80 __FILE__, __LINE__, \
  /frameworks/compile/mclinker/lib/Support/
DefSymParser.cpp 131 << __FILE__ << __LINE__
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 154 ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__);
184 ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__);
304 ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__);
334 ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__);
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 122 _LOG_E(" *** Detected in %s:%i/%s()", __FILE__, __LINE__, __FUNCTION__); \
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 449 #define OMX_DBG_FILE __FILE__ ":"
451 #define OMX_DBG_FILE __FILE__
555 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
556 #define newfree(z) myfree(z,__LINE__,__FILE__)
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_trace.c 80 /* strip out leading ../ stuff that happens to __FILE__ for out-of-tree builds */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG))
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 66 ,__FILE__ \
  /pdk/apps/CameraITS/tests/
test_black_level.py 35 NAME = os.path.basename(__file__).split(".")[0]
test_param_color_correction.py 32 NAME = os.path.basename(__file__).split(".")[0]
test_param_tonemap_mode.py 32 NAME = os.path.basename(__file__).split(".")[0]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 53 __FILE__, __LINE__, __FUNCTION__); \

Completed in 1275 milliseconds

<<31323334353637383940>>