/external/clang/test/CoverageMapping/ |
H A D | builtinmacro.c | 5 // CHECK: filename 6 const char *filename (const char *name) { // CHECK-NEXT: File 0, [[@LINE]]:41 -> [[@LINE+3]]:2 = #0 function 12 filename(__FILE__ "test.c");
|
/external/valgrind/none/tests/ |
H A D | fdleak_creat.c | 8 char filename[24]; local 12 sprintf(filename, "/tmp/file.%d", getpid()); 13 (void) DO( creat(filename, 0) ); 14 (void) DO( unlink(filename) );
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
H A D | utils.py | 30 def ReadFile(filename, print_error=True): 33 fp = open(filename) 40 print('Error reading %s: %s' % (filename, sys.exc_info()[1]))
|
/external/e2fsprogs/tests/progs/ |
H A D | hold_inode.c | 24 char *filename; local 30 filename = argv[1]; 31 if (stat(filename, &statbuf) < 0) { 32 perror(filename); 36 if (!opendir(filename)) { 37 perror(filename); 41 if (open(filename, O_RDONLY) < 0) { 42 perror(filename);
|
/external/vboot_reference/host/lib/include/ |
H A D | host_misc.h | 19 /* Read data from [filename]. Store the size of returned data in [size]. 23 uint8_t* ReadFile(const char* filename, uint64_t* size); 26 * filename to read. 29 char* ReadFileString(char* dest, int size, const char* filename); 34 int ReadFileInt(const char* filename, unsigned* value); 39 int ReadFileBit(const char* filename, int bitmask); 41 /* Writes [size] bytes of [data] to [filename]. 44 int WriteFile(const char* filename, const void *data, uint64_t size); 49 * @param filename Name of file to read from 56 int vb2_read_file(const char *filename, uint8_ [all...] |
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
H A D | NonVolatileStore.cpp | 66 char filename[256]; local 71 ALOGE ("%s: filename too long", __FUNCTION__); 74 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block); 76 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename); 77 int fileStream = open (filename, O_RDONLY); 124 char filename[256]; local 130 ALOGE ("%s: filename too long", __FUNCTION__); 133 snprintf (filename, sizeof(filename), " 199 char filename[256]; local 243 char filename[256]; local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
H A D | BaseResourceLoader.java | 37 * Default implementation returns the filename as the ResourceLoaders that subclass this class 38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the 42 public Object getKey(String filename) { argument 43 return filename; 50 public Object getResourceVersionId(String filename) { argument 51 return filename;
|
/external/libvorbis/test/ |
H A D | write_read.h | 18 /* Write supplied data to an Ogg/Vorbis file with specified filename at 20 void write_vorbis_data_or_die (const char *filename, int srate, float q, 26 void read_vorbis_data_or_die (const char *filename, int srate,
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/ |
H A D | StouCommandHandler.java | 24 * unique filename, which is "" by default. You can customize the returned filename by setting
25 * the <code>filename</code> property.
39 private String filename = "";
field in class:StouCommandHandler 42 * Override the default implementation to send a custom reply text that includes the STOU response filename
47 final String[] ARGS = {filename};
52 * Set the filename returned with the final reply of the STOU command
54 * @param filename - the filename
56 public void setFilename(String filename) {
argument [all...] |
/external/slf4j/ |
H A D | binderVersion.pl | 15 my $filename = $_[0]; 17 if(-s $filename) { 18 print "Processing [" . $filename . "]\r\n"; 20 my $original = "$filename.original"; 22 rename($filename, $original); 23 open(OUT, ">$filename"); 36 print "File [" . $filename . "] does not exist\r\n"
|
H A D | version.pl | 12 my $filename = $_[0]; 14 if(-s $filename) { 15 print "Processing [" . $filename . "]\r\n"; 17 my $original = "$filename.original"; 19 rename($filename, $original); 20 open(OUT, ">$filename"); 35 print "File [" . $filename . "] does not exist\r\n"
|
/external/libnfc-nci/src/adaptation/ |
H A D | libmain.c | 89 char filename[256], filename2[256]; local 91 memset (filename, 0, sizeof(filename)); 97 ALOGE ("%s: filename too long", __FUNCTION__); 100 sprintf (filename, "%s%u", filename2, block); 102 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename); 103 int fileStream = open (filename, O_RDONLY); 148 char filename[256], filename2[256]; local 150 memset (filename, 0, sizeof(filename)); 203 char filename[256], filename2[256]; local 246 char filename[256], filename2[256]; local [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
H A D | test_doctests.py | 31 for filename in filenames: 32 filename = os.path.join( 34 filename) 35 yield do_doctest, filename 37 def do_doctest(filename): 39 filename, module_relative=False, 41 assert not failure, "Failure in %r" % filename 59 for filename in args: 60 doctest.testfile(filename, module_relative=False)
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/ |
H A D | Abbreviator.java | 40 public String abbreviate(String filename) { argument 41 if (filename.length() <= desiredLength) { 42 return filename; 45 int firstIndex = filename.indexOf(folderSeparator, invariantPrefixLength); 48 return filename; 51 buf.append(filename.substring(0, firstIndex + 1)); 53 int nextIndex = computeNextIndex(filename, firstIndex); 55 buf.append(filename.substring(nextIndex)); 58 return filename; 61 if (buf.length() < filename 70 computeNextIndex(String filename, int firstIndex) argument [all...] |
/external/skia/tools/ |
H A D | reformat-json.py | 41 def Reformat(filename): 42 print 'Reformatting file %s...' % filename 43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename) 50 for filename in args.filenames: 51 Reformat(filename)
|