Searched refs:__path (Results 1 – 7 of 7) sorted by relevance
/external/bison/lib/ |
D | spawn.in.h | 179 const char *_Restrict_ __path, 187 const char *_Restrict_ __path, 196 const char *_Restrict_ __path, 205 const char *_Restrict_ __path, 784 const char *_Restrict_ __path, int __oflag, mode_t __mode) 789 const char *_Restrict_ __path, int __oflag, mode_t __mode)); 795 const char *_Restrict_ __path, int __oflag, mode_t __mode) 801 const char *_Restrict_ __path, int __oflag, mode_t __mode));
|
/external/bison/darwin-lib/ |
D | spawn.h | 491 const char *_Restrict_ __path, 499 const char *_Restrict_ __path, 508 const char *_Restrict_ __path, 517 const char *_Restrict_ __path, 1096 const char *_Restrict_ __path, int __oflag, mode_t __mode) 1101 const char *_Restrict_ __path, int __oflag, mode_t __mode)); 1107 const char *_Restrict_ __path, int __oflag, mode_t __mode) 1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
|
/external/bison/linux-lib/ |
D | spawn.h | 491 const char *_Restrict_ __path, 499 const char *_Restrict_ __path, 508 const char *_Restrict_ __path, 517 const char *_Restrict_ __path, 1096 const char *_Restrict_ __path, int __oflag, mode_t __mode) 1101 const char *_Restrict_ __path, int __oflag, mode_t __mode)); 1107 const char *_Restrict_ __path, int __oflag, mode_t __mode) 1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
|
/external/clang/test/Sema/ |
D | function.c | 6 int foo (__const char *__path);
|
/external/opencv3/cmake/ |
D | OpenCVModule.cmake | 252 foreach(__path ${ARGN}) 253 if("${__path}" STREQUAL "EXTRA") 256 get_filename_component(__path "${__path}" ABSOLUTE) 258 list(FIND __directories_observed "${__path}" __pathIdx) 260 message(FATAL_ERROR "The directory ${__path} is observed for OpenCV modules second time.") 262 list(APPEND __directories_observed "${__path}") 264 file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*") 268 get_filename_component(__modpath "${__path}/${mod}" ABSOLUTE) 282 ocv_clear_vars(__ocvmodules __directories_observed __path __modpath __pathIdx)
|
/external/curl/lib/ |
D | setup-vms.h | 104 # define vms_translate_path(__path) __path argument
|
/external/opencv3/platforms/android/ |
D | android.toolchain.cmake | 1215 OUTPUT_VARIABLE __path OUTPUT_STRIP_TRAILING_WHITESPACE 1218 file( TO_CMAKE_PATH "${__path}" ANDROID_SYSROOT )
|