Searched
full:filenames (Results
426 -
450 of
1194) sorted by null
<<11121314151617181920>>
/external/protobuf/src/google/protobuf/compiler/ |
code_generator.h | 102 // "foo/" is included in these filenames. The filename is not allowed to
|
/external/smack/src/org/jivesoftware/smack/util/ |
Base32Encoder.java | 22 * Base32 string encoding is useful for when filenames case-insensitive filesystems are encoded.
|
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/ |
SimpleDirectoryPersistentCache.java | 59 * produce longer filenames.
|
/external/webrtc/test/testsupport/ |
fileutils.h | 106 // Adapts to what filenames are currently present in the
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_i.h | 25 /* "filenames" used in URLs that we service via our "web server": */
|
/frameworks/base/core/java/android/app/backup/ |
SharedPreferencesBackupHelper.java | 103 // make filenames for the prefGroups
|
/frameworks/compile/slang/ |
slang_rs.h | 52 // Collect generated filenames (without the .java) for dependency generation
|
/libcore/luni/src/main/native/ |
java_io_File.cpp | 90 // Iterates over the filenames in the given directory.
|
/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 78 // getMimeTypeFromExtension() doesn't handle spaces in filenames nor can it handle
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
PrefixFileFilter.java | 26 * Filters filenames for a certain prefix.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DataExporter.java | 39 * Make sure not to output dump filenames anywhere, including logcat.
|
/prebuilts/devtools/ |
update_jars.sh | 35 echo " -o: only keep the given *leaf* filenames (.jar can be omitted)"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
posix_opt.h | 57 /* Filenames are not silently truncated. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix_opt.h | 57 /* Filenames are not silently truncated. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix_opt.h | 57 /* Filenames are not silently truncated. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 34 "platform name to embed in generated filenames "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 113 directory separator. Needed because filenames in the setup script are 366 filenames listed in 'py_files'; you can modify these with 'prefix' and 421 # XXX would be nice to write absolute filenames, just for 463 # This lets us be lazy and not filter filenames in
|
dist.py | 331 platform, and return a list of filenames in the order in which they 332 should be parsed. The filenames returned are guaranteed to exist 377 def parse_config_files(self, filenames=None): 380 if filenames is None: 381 filenames = self.find_config_files() 387 for filename in filenames: 402 # the original filenames that options come from) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 133 # in_file and out_file as filenames
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 34 "platform name to embed in generated filenames "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 113 directory separator. Needed because filenames in the setup script are 366 filenames listed in 'py_files'; you can modify these with 'prefix' and 421 # XXX would be nice to write absolute filenames, just for 463 # This lets us be lazy and not filter filenames in
|
dist.py | 331 platform, and return a list of filenames in the order in which they 332 should be parsed. The filenames returned are guaranteed to exist 377 def parse_config_files(self, filenames=None): 380 if filenames is None: 381 filenames = self.find_config_files() 387 for filename in filenames: 402 # the original filenames that options come from) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uu.py | 133 # in_file and out_file as filenames
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 198 may also be a list of filenames. 269 # User requested that we leave filenames alone 358 # Match filenames which specify files in this directory, not including 663 # sum of the lengths of all resulting shortened filenames. 668 my @filename_list = @_; # provided list of filenames
|
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 140 Buf_Init(&p->FileNames); 151 Buf_Free(&p->FileNames, alloc); 912 const Byte *src = p->FileNames.data + (p->FileNameOffsets[fileIndex] * 2); 1019 if (!Buf_Create(&p->FileNames, namesSize, allocMain)) 1022 memcpy(p->FileNames.data, sd->Data, namesSize); [all...] |
Completed in 2591 milliseconds
<<11121314151617181920>>