/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/nodes/streaming/medialayernode/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/oscl/oscl/osclbase/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/oscl/oscl/osclio/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_shared_library.h | 54 * Constructor that accepts a path to the library to load. The library 57 * @param aPath path name of a specific library to load 69 * @param aPath path name of a specific library to load 85 * @param aPath path name of a specific library to load
|
/external/opencore/oscl/oscl/osclutil/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/protocols/rtp_payload_parser/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/protocols/rtsp_client_engine/build_opencore/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/protocols/sdp/parser/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/tools_v2/build/make/platforms/ |
linux_arm.mk | 16 # include the common engine header files in the search path
|
/external/openssl/crypto/x509/ |
x509_d2.c | 84 const char *path) 95 if (path != NULL) 99 if (X509_LOOKUP_add_dir(lookup,path,X509_FILETYPE_PEM) != 1) 102 if ((path == NULL) && (file == NULL))
|
/external/oprofile/daemon/ |
oprofiled.h | 46 int opd_read_fs_int(char const * path, char const * name, int is_fatal);
|
/external/oprofile/ |
opimport_pull | 22 # default path is prebuilt/linux-x86/oprofile 52 if (os.path.exists(output_dir) and (replace_dir == 1)): 58 if os.path.exists(output_dir): 112 if not os.path.exists(dir):
|
/external/ppp/pppd/ |
pathnames.h | 2 * define path names
|
/external/qemu/android/build/ |
host_static_library.make | 21 LOCAL_BUILT_MODULE := $(call library-path,$(LOCAL_MODULE))
|
/external/qemu/android/utils/ |
timezone.c | 170 char path[ PATH_MAX ]; member in struct:__anon4176 175 const char* path ) 180 D( "%s: comparing %s:", __FUNCTION__, path ); 182 if ( stat( path, &st ) < 0 ) { 197 fd2 = open( path, O_RDONLY ); 199 D(" can't open %s: %s\n", path, strerror(errno) ); 237 DIR* d = opendir( scan->path ); 240 D( "%s: entering '%s\n", __FUNCTION__, scan->path ); 254 //D( "%s: scanning '%s'\n", __FUNCTION__, scan->path ); 256 if ( stat( scan->path, &ent_st ) < 0 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxgl_c.h | 48 extern int CGX_GL_LoadLibrary(_THIS, const char *path);
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_gl.h | 34 int ph_GL_LoadLibrary(_THIS, const char* path);
|
/external/quake/quake/src/QW/client/ |
menu.h | 37 qpic_t *M_CachePic (char *path);
|
/external/quake/quake/src/QW/server/ |
sys_win.c | 34 int Sys_FileTime (char *path)
38 f = fopen(path, "rb");
53 void Sys_mkdir (char *path)
55 _mkdir(path);
|
/external/quake/quake/src/WinQuake/ |
draw.h | 40 qpic_t *Draw_CachePic (const char *path);
|
/external/skia/include/animator/ |
SkAnimatorView.h | 30 bool decodeFile(const char path[]);
|
/external/skia/include/core/ |
SkPicture.h | 53 /* This flag specifies that when clipPath() is called, the path will 55 only see the path's bounds. This speeds up the recording process 58 clip-query calls will reflect the path's bounds, not the actual 59 path.
|
/external/skia/include/effects/ |
SkLayerRasterizer.h | 51 virtual bool onRasterize(const SkPath& path, const SkMatrix& matrix,
|
/external/skia/src/animator/ |
SkDrawPath.cpp | 78 SkPath& path = getPath(); local 80 maker.fCanvas->drawPath(path, *maker.fPaint); 146 const SkPath& path = ((SkDrawPath*) this)->getPath(); local 147 SkPathMeasure pathMeasure(path, false);
|