Searched
full:pathname (Results
326 -
350 of
1275) sorted by null
<<11121314151617181920>>
/external/valgrind/main/coregrind/m_aspacemgr/ |
priv_aspacemgr.h | 108 extern SysRes ML_(am_open) ( const Char* pathname, Int flags, Int mode );
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 71 extern SysRes VG_(open) ( const Char* pathname, Int flags, Int mode );
|
/frameworks/base/core/java/android/speech/srec/ |
Recognizer.java | 137 * Get the pathname of the SREC configuration directory corresponding to the 143 * @return Pathname of the configuration directory. 156 * @param configFile pathname of the baseline*.par configuration file, 181 * @param g2gFileName pathname of g2g file.
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
fxp_mul32_c_msc_evc.h | 20 Pathname: fxp_mul32_msc_evc.h
|
fxp_mul32_c_msc_evc_armv5.h | 20 Pathname: .fxp_mul32_msc_evc_armv5.h
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op_armv5.h | 34 Pathname: ./src/pvamrwbdecoder_basic_op_armv5.h
|
q_pulse.h | 34 Pathname: ./cpp/include/q_pulse.h
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pv_mp3dec_fxd_op_arm.h | 23 Pathname: ./cpp/include/pv_mp3dec_fxd_op_arm.h
|
pv_mp3dec_fxd_op_c_equivalent.h | 23 Pathname: ./cpp/include/pv_mp3dec_fxd_op_c_equivalent.h
|
pv_mp3dec_fxd_op_msc_evc.h | 23 Pathname: ./cpp/include/pv_mp3dec_fxd_op_msc_evc.h
|
/libcore/luni/src/main/native/ |
realpath.cpp | 120 // Remove trailing slash except when the resolved pathname is a single "/".
|
/ndk/sources/host-tools/make-3.81/ |
README.DOS | 211 defined to the exact pathname of that file, and that shell will 222 pathname of the shell, including the filename extension. 284 make implicit assumptions about the pathname syntax. In 286 and any pathname which doesn't begin with a `/' is assumed to be
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
glob.h | 153 it is called with the pathname that caused the error, and the
|
/sdk/sdkmanager/app/etc/ |
android.bat | 24 rem and set up progdir to be the fully-qualified pathname of its directory.
|
/system/core/sh/ |
options.h | 66 DEF_OPT( "noglob", 'f' ) /* no pathname expansion */
|
/external/bluetooth/glib/glib/ |
gfileutils.c | 62 * @pathname: a pathname in the GLib file name encoding 74 g_mkdir_with_parents (const gchar *pathname, 79 if (pathname == NULL || *pathname == '\0') 85 fn = g_strdup (pathname); [all...] |
/build/ |
envsetup.sh | 1015 local pathname 1018 while [[ -z "$pathname" ]]; do 1033 pathname=${lines[$(($choice-1))]} 1036 pathname=${lines[0]} 1038 cd $T/$pathname
|
/frameworks/base/libs/utils/ |
AssetManager.cpp | 1039 Asset* AssetManager::openAssetFromFileLocked(const String8& pathName, 1044 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) { 1045 //printf("TRYING '%s'\n", (const char*) pathName); 1046 pAsset = Asset::createFromCompressedFile(pathName.string(), mode); 1048 //printf("TRYING '%s'\n", (const char*) pathName); 1049 pAsset = Asset::createFromFile(pathName.string(), mode); [all...] |
/external/doclava/src/com/google/doclava/ |
Doclava.java | [all...] |
/external/quake/quake/src/WinQuake/ |
common.cpp | 804 const char *COM_SkipPath (const char *pathname) 808 last = pathname; 809 while (*pathname) 811 if (*pathname=='/') 812 last = pathname+1; 813 pathname++; [all...] |
/external/freetype/src/base/ |
ftobjs.c | 164 error = FT_Stream_Open( stream, args->pathname ); 165 stream->pathname.pointer = args->pathname; [all...] |
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 27 /\.webInspector[^/]*\.html/.test(location.pathname); 118 var is_experimental_index = /\/experimental\.html$/.test(location.pathname);
|
/external/e2fsprogs/e2fsck/ |
message.c | 45 * then return the pathname of directory <ino2>) 191 * This function prints a pathname, using the ext2fs_get_pathname
|
/external/e2fsprogs/intl/ |
l10nflist.c | 66 /* Pathname support. 69 it may be concatenated to a directory pathname.
|
/external/emma/lib/internal/ |
stamptool.jar | |
Completed in 2857 milliseconds
<<11121314151617181920>>