Searched refs:file (Results 251 - 275 of 3694) sorted by relevance

<<11121314151617181920>>

/external/libevent/
H A Dcompile23 # distribute this file as part of a program that contains a
27 # This file is maintained in Automake, please report
41 # Convert a $build file to $host form and store it in $file
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
68 file=`cmd //C echo "$file " | se
[all...]
/external/libopus/
H A Dcompile24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
42 # Convert a $build file to $host form and store it in $file
48 file=$1
49 case $file in
50 / | /[!/]*) # absolute file, and not a UNC file
69 file=`cmd //C echo "$file " | se
[all...]
/external/selinux/checkpolicy/
H A Dparse_util.c36 int read_source_policy(policydb_t * p, const char *file, const char *progname) argument
38 yyin = fopen(file, "r");
40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
43 set_source_file(file);
62 set_source_file(file);
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DSmaliFileTest.java41 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali",
44 Assert.assertEquals(SmaliFileType.INSTANCE, file.getFileType());
46 SmaliClass smaliClass = file.getPsiClass();
49 SmaliClass[] smaliClasses = file.getClasses();
54 String packageName = file.getPackageName();
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/lsan/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
24 LsanCommonSources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 NolibcSources := $(foreach file,$(wildcard $(Dir)/*_nolibc.cc),$(notdir $(file)))
/external/elfutils/tests/
H A Dtest-subr.sh3 # This file is part of elfutils.
5 # This file is free software; you can redistribute it and/or modify
19 # This file is sourced by ". $srcdir/test-subr.sh" at the start of
49 for file; do
50 bunzip2 -c ${abs_srcdir}/${file}.bz2 > ${file} || exit 77
51 remove_files="$remove_files $file"
133 for file in $self_test_files; do
134 testrun $* $file \
135 || { echo "*** failure in $* $file"; exit_statu
[all...]
H A Dbuildid.c3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
38 error (EXIT_FAILURE, 0, "No input file given");
44 const char *file = argv[i]; local
45 int fd = open (file, O_RDONLY);
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
52 printf("%s: elf_begin failed: %s\n", file, elf_errmsg (-1));
62 printf ("%s: <no NT_GNU_BUILD_ID note>\n", file);
66 file, elf_errms
[all...]
H A Ddebugaltlink.c3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
38 error (EXIT_FAILURE, 0, "No input file given");
44 const char *file = argv[i]; local
45 int fd = open (file, O_RDONLY);
47 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
52 printf("%s: dwarf_begin failed: %s\n", file, dwarf_errmsg (-1));
64 printf ("%s: <no .gnu_debugaltlink section>\n", file);
68 file, dwarf_errms
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_host.h16 * you may not use this file except in compliance with the License.
62 /* file I/O */
64 extern EAS_RESULT EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead);
65 extern EAS_RESULT EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p);
66 extern EAS_RESULT EAS_HWGetWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
67 extern EAS_RESULT EAS_HWGetDWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
68 extern EAS_RESULT EAS_HWFilePos (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition);
69 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
70 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
71 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I3
[all...]
/external/toybox/tests/
H A Dmv.test10 touch file
11 testing "Move old_file to new_file" "mv file file1 && [ ! -e file -a -f file1 ] &&
13 rm -f file*
15 touch file
17 testing "Move file to a dir" "mv file dir && [ ! -e file -a -f dir/file ] &&
19 rm -rf file* di
[all...]
/external/bison/build-aux/
H A Dcompile24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
42 # Convert a $build file to $host form and store it in $file
48 file=$1
49 case $file in
50 / | /[!/]*) # absolute file, and not a UNC file
69 file=`cmd //C echo "$file " | se
[all...]
H A Dgnupload22 # The master copy of this file is maintained in the gnulib Git repository.
60 (including the constructed directive file)
78 Options and commands are applied in order. If the file $conffile exists
114 # Read local configuration file
116 echo "$0: Reading configuration file $conffile"
219 echo "$0: No file to upload" 1>&2
225 for file
227 if test ! -f $file; then
228 echo "$0: Cannot find '$file'" 1>&2
231 linkname=`echo $file | se
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
42 # Convert a $build file to $host form and store it in $file
48 file=$1
49 case $file in
50 / | /[!/]*) # absolute file, and not a UNC file
69 file=`cmd //C echo "$file " | se
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java5 * you may not use this file except in compliance with the License.
27 public boolean accept(File file) {
28 return file.isDirectory() || isClass(file.getName());
33 public boolean accept(File file) {
34 return hasExtension(file.getName(), ".jar");
65 File file = new File(part);
66 if (!file.isAbsolute())
67 file = new File(parent, part);
68 if (!file
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc37 #include <google/protobuf/testing/file.h>
77 const string& file,
83 File::GetContents(output_directory + "/" + GetOutputFileName(name, file),
101 EXPECT_EQ(GetOutputFileContent(name, parameter, file,
110 file, file, first_message_name),
115 file, file, first_message_name),
121 const FileDescriptor* file,
125 for (int i = 0; i < file
73 ExpectGenerated( const string& name, const string& parameter, const string& insertions, const string& file, const string& first_message_name, const string& first_parsed_file_name, const string& output_directory) argument
120 Generate( const FileDescriptor* file, const string& parameter, GeneratorContext* context, string* error) const argument
203 GetOutputFileName(const string& generator_name, const FileDescriptor* file) argument
208 GetOutputFileName(const string& generator_name, const string& file) argument
213 GetOutputFileContent( const string& generator_name, const string& parameter, const FileDescriptor* file, GeneratorContext *context) argument
227 GetOutputFileContent( const string& generator_name, const string& parameter, const string& file, const string& parsed_file_list, const string& first_message_name) argument
[all...]
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set_unittest.cc47 // Helper class to write test text file to a temporary file and return
48 // its file descriptor.
64 ScopedTestFile file("10");
65 ASSERT_TRUE(file.IsOk());
68 ASSERT_TRUE(set.ParseSysFile(file.GetFd()));
73 ScopedTestFile file("10\n");
74 ASSERT_TRUE(file.IsOk());
77 ASSERT_TRUE(set.ParseSysFile(file.GetFd()));
82 ScopedTestFile file("
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
H A DExecFileLoaderTest.java74 final File file = new File(sourceFolder.getRoot(), "broken.exec");
75 final FileWriter writer = new FileWriter(file);
79 loader.load(file);
84 final File file = new File(sourceFolder.getRoot(), "target.exec");
86 // Write invalid data to ensure the file is actually overwritten:
87 final OutputStream out = new FileOutputStream(file);
92 loader.save(file, false);
94 assertFileContents(file, "a");
99 final File file = createFile("a");
102 loader.save(file, tru
133 assertFileContents(File file, String... expected) argument
[all...]
/external/vboot_reference/utility/
H A Dvbutil_what_keys4 # found in the LICENSE file.
73 local file="$1" space="$2"
76 hwid=$(futility gbb_utility --hwid "$file" | sed -e 's/^.*: *//') || return
79 futility gbb_utility --rootkey="$TMPFILE" "$file" >/dev/null
84 futility gbb_utility --recoverykey="$TMPFILE" "$file" >/dev/null
96 # handle one input file
98 file="$1"
99 size=$(stat -c %s "$file")
101 if [ -f "$file" ] && [ "$size" -le 8388608 ]; then
102 echo -e "\nBIOS: $file"
[all...]
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dfile_utils_unittest.cc5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
48 // This file (used in some tests) contains binary data. The data correspond to
54 // This file (used in some tests) contains binary data. The data correspond to
141 rtc::scoped_ptr<FileWrapper> file(FileWrapper::Create());
143 file->OpenFile(test_filename.c_str(),
147 ASSERT_TRUE(file->Open()) << "File could not be opened:\n"
153 EXPECT_EQ(kBufferLength, ReadInt16BufferFromFile(file.get(),
160 file
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp8 * you may not use this file except in compliance with the License.
20 * \file
43 Error::Error (VkResult error, const char* message, const char* expr, const char* file, int line) argument
44 : tcu::TestError (message, expr, file, line)
59 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line) argument
60 : tcu::ResourceError(message, expr, file, line)
77 void checkResult (VkResult result, const char* msg, const char* file, int line) argument
88 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line);
90 throw Error(result, msgStr.str().c_str(), DE_NULL, file, line);
/external/deqp/framework/delibs/deutil/
H A DdeFile.h10 * you may not use this file except in compliance with the License.
22 * \file
35 DE_FILEMODE_READ = (1<<0), /*!< Read access to file. */
36 DE_FILEMODE_WRITE = (1<<2), /*!< Write access to file. */
37 DE_FILEMODE_CREATE = (1<<3), /*!< Create file if it doesn't exist. Requires DE_FILEMODE_WRITE. */
38 DE_FILEMODE_OPEN = (1<<4), /*!< Open file if it exists. */
39 DE_FILEMODE_TRUNCATE = (1<<5) /*!< Truncate content of file. Requires DE_FILEMODE_OPEN. */
74 void deFile_destroy (deFile* file);
76 deBool deFile_setFlags (deFile* file, deUint32 flags);
78 deInt64 deFile_getPosition (const deFile* file);
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DUniformItemSection.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
25 * A section of a {@code .dex} file which consists of a sequence of
31 * Constructs an instance. The file offset is initially unknown.
35 * @param file {@code non-null;} file that this instance is part of
39 public UniformItemSection(String name, DexFile file, int alignment) { argument
40 super(name, file, alignment);
71 DexFile file = getFile();
76 one.addContents(file);
[all...]
/external/elfutils/libasm/
H A Dasm_addstrz.c3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
82 fputs ("\t.string\t\"", asmscn->ctx->out.file);
87 fputs ("\\000", asmscn->ctx->out.file);
89 fprintf (asmscn->ctx->out.file, "\\%03o",
92 fputs ("\\\\", asmscn->ctx->out.file);
95 fputs ("\\n\"", asmscn->ctx->out.file);
99 fputc (*str, asmscn->ctx->out.file);
106 fputs ("\"\n", asmscn->ctx->out.file);

Completed in 3326 milliseconds

<<11121314151617181920>>