HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1076 - 1100 of 1907) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 37 unsigned file:2; member in struct:x86_reg
166 struct x86_reg x86_make_reg( enum x86_reg_file file,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 38 rc_register_file File;
51 combine.File = inner.File;
69 rc_register_file file = src->File; local
83 if (file == RC_FILE_ADDRESS) {
88 /* These instructions cannot read from the constants file.
91 if(reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_TEMPORARY &&
92 reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_INPUT &&
111 if (src->File == sc_data->Fil
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 76 GLuint file:2; member in struct:brw_reg
176 * \param file one of the BRW_x_REGISTER_FILE values
186 static INLINE struct brw_reg brw_reg( GLuint file,
197 if (file == BRW_GENERAL_REGISTER_FILE)
199 else if (file == BRW_MESSAGE_REGISTER_FILE)
201 else if (file == BRW_ARCHITECTURE_REGISTER_FILE)
205 reg.file = file;
230 static INLINE struct brw_reg brw_vec16_reg( GLuint file,
234 return brw_reg(file,
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 774 FILE *file; local
775 file = fopen("d:\\test\\projStatus.txt","w");
780 fprintf(file,"%d (%d) ",i,status->data.ptr[i]);
794 fprintf(file,"%d (%lf %lf %lf %lf) - (%lf %lf)",i,X,Y,Z,W,x,y );
807 fprintf(file,"\n");
811 fclose(file);
    [all...]
  /external/openssl/crypto/conf/
conf.h 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
162 int NCONF_load(CONF *conf,const char *file,long *eline);
164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
171 int NCONF_dump_fp(const CONF *conf, FILE *out);
  /external/openssl/crypto/
mem_dbg.c 154 const char *file; member in struct:app_mem_info_st
176 const char *file; member in struct:mem_st
397 int CRYPTO_push_info_(const char *info, const char *file, int line)
422 ami->file=file;
481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line,
517 m->file=file;
606 const char *file, int line, int before_p)
611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line = %d, before_p = %d)\n"
    [all...]
  /external/openssl/include/openssl/
conf.h 123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
137 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
162 int NCONF_load(CONF *conf,const char *file,long *eline);
164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);
171 int NCONF_dump_fp(const CONF *conf, FILE *out);
  /external/proguard/src/proguard/
ConfigurationParser.java 34 * array of arguments or from a configuration file or URL.
59 File baseDir) throws IOException
68 * Creates a new ConfigurationParser for the given file.
70 public ConfigurationParser(File file) throws IOException
72 reader = new FileWordReader(file);
156 else if (ConfigurationConstants.ADAPT_RESOURCE_FILE_NAMES_OPTION .startsWith(nextWord)) configuration.adaptResourceFileNames = parseCommaSeparatedList("resource file name", true, true, false, false, false, false, false, configuration.adaptResourceFileNames);
157 else if (ConfigurationConstants.ADAPT_RESOURCE_FILE_CONTENTS_OPTION .startsWith(nextWord)) configuration.adaptResourceFileContents = parseCommaSeparatedList("resource file name", true, true, false, false, false, false, false, configuration.adaptResourceFileContents);
192 // Read the configuation file name.
193 readNextWord("configuration file name")
195 File file = file(nextWord); local
209 reader.setBaseDir(file(nextWord)); method
349 File file = file(nextWord); local
370 File file = file(nextWord); local
1027 private File file(String word) throws ParseException method in class:ConfigurationParser
1030 File file = new File(fileName); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 34 const ::google::protobuf::FileDescriptor* file = local
37 GOOGLE_CHECK(file != NULL);
38 CodeGeneratorRequest_descriptor_ = file->message_type(0);
55 CodeGeneratorResponse_descriptor_ = file->message_type(1);
133 "atorResponse\022\r\n\005error\030\001 \001(\t\022B\n\004file\030\017 \003("
135 "orResponse.File\032>\n\004File\022\014\n\004name\030\001 \001(\t\022\027\n"
    [all...]
plugin.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
251 // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
336 typedef CodeGeneratorResponse_File File;
350 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
354 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
358 file() const;
684 // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15
691 inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorResponse
701 CodeGeneratorResponse::file() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /external/qemu/android/
main.c 112 /* TODO: Put in shared source file */
152 dwarning("%s partition size adjusted to match image file %s\n", description, temp);
275 derror("You must use the -snapstorage <file> option to specify a snapshot storage file!\n");
342 "emulator: WARNING: could not find keyset file named '%s',"
352 fprintf(stderr, "PANIC: default keyset file is corrupted !!\n" );
429 derror( "This AVD's configuration is missing a kernel file!!" );
435 derror( "Invalid or missing kernel image file: %s", kernelFile );
449 * to each AVD config file, then automatically determine its value for
586 derror("System image file doesn't exist: %s", initImage)
1256 FILE* file = fopen(coreHwIniPath, "rt"); local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 5 * Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
35 FILE *fdopen(int, const char *);
49 #define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */
52 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */
53 #define COMMENT 0x10 /* bit 4 set: file comment present */
59 int z_eof; /* set if end of input file */
60 FILE *file; /* .gz file */ member in struct:gz_stream
66 int transparent; /* 1 if input file is not a .gz file *
    [all...]
  /external/qemu/telephony/
sim_card.c 157 /* descriptor for a known SIM File */
192 /* convert a SIM File descriptor into an ASCII string,
196 sim_file_to_hex( SimFile file, bytes_t dst )
198 SimFileType type = file->any.type;
213 /* bytes 3-4 are the file size */
215 file_size = file->dedicated.length;
217 file_size = file->linear.rec_count * file->linear.rec_len;
222 /* bytes 5-6 are the file id */
223 gsm_hex_from_short( dst, file->any.id )
383 const SimFileEFDedicatedRec* file = _const_files_dedicated; local
405 const SimFileEFDedicatedRec* file = _const_files_dedicated; local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextTest.java 13 import java.io.File;
34 File[] files = context.getFilesDir().listFiles();
38 File[] cachedFiles = context.getFilesDir().listFiles();
51 public void deleteDir(File path) {
53 File[] files = path.listFiles();
55 for (File f : files) {
64 File dataDir = new File(ShadowContext.FILES_DIR, "data");
75 File dataDir = new File(ShadowContext.FILES_DIR, "data")
159 File file = new File(context.getFilesDir(), "__test__"); local
190 File file = new File("__test__"); local
226 File file = new File(filesDir, "test.txt"); local
236 File file = new File(filesDir, "test.txt"); local
    [all...]
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 6 * found in the LICENSE file.
22 FILE* file = ::fopen("SkRadialGradient_Table.h", "w"); local
23 SkASSERT(file);
24 ::fprintf(file, "static const uint8_t gSqrt8Table[] = {\n");
28 ::fprintf(file, "\t");
33 ::fprintf(file, "0x%02X", value);
35 ::fprintf(file, ", ");
38 ::fprintf(file, "\n");
41 ::fprintf(file, "};\n")
    [all...]
  /external/srec/portable/src/
pstream.c 7 * you may not use this file except in compliance with the License. *
42 /* Open a existed writable file (i.e., the file is not closed yet).
43 At some cases user knows the filename only but does not know the file handle (1),
44 the user could call fopen to open this file again with another file handle (2).
45 He/She could get all the information before the last fflush was called via file handle (1).
55 use a double link list to store the data of the writable file.
58 #define FILEBUFFERSIZE 4096 /* 4k for each file buffer entry */
187 passert("File Table is not initialized!" == NULL)
858 const char *file; local
    [all...]
  /external/srec/srec/include/
sample.h 7 * you may not use this file except in compliance with the License. *
48 /* The known wave-file types are
117 unsigned long len; /* length of file */
118 PFile* file; /* pointer to file */ member in struct:__anon26501
119 char name[MAX_FILE_NAME]; /* file name */
140 wav_file_info file; member in union:__anon26503
  /external/srec/tools/test_g2g/
test_g2g.c 7 * you may not use this file except in compliance with the License. *
64 pfprintf(PSTDOUT,"<basefilename> can be a file.g2g or @g2gfilelist\n");
65 pfprintf(PSTDOUT,"[-checkword id] .. also checks word id in the file\n");
107 /* Set ANSI file-system as default file-system */
200 FILE* fp;
479 FILE* fp;
481 char **files = 0, *file; local
502 file = files[i++] = CALLOC(strlen(line)+1,sizeof(char),__FILE__);
503 strcpy( file, line)
    [all...]
  /external/tinyxml/
tinyxml.cpp 766 void TiXmlElement::Print( FILE* cfile, int depth ) const
975 FILE* file = fopen( value.c_str (), "rb" ); local
977 if ( file )
979 // Get the file size, so we can pre-allocate the string. HUGE speed impact.
981 fseek( file, 0, SEEK_END );
982 length = ftell( file );
983 fseek( file, 0, SEEK_SET );
988 fclose( file );
992 // If we have a file, assume it is all one big XML file, and read it in
    [all...]
  /external/v8/samples/
process.cc 533 string* file) {
538 *file = arg;
548 // Reads a file into a v8 string.
550 FILE* file = fopen(name.c_str(), "rb"); local
551 if (file == NULL) return Handle<String>();
553 fseek(file, 0, SEEK_END);
554 int size = ftell(file);
555 rewind(file);
560 int read = fread(&chars[i], 1, size - i, file);
601 string file; local
    [all...]
  /external/v8/src/
platform-posix.cc 214 FILE* OS::FOpen(const char* path, const char* mode) {
215 FILE* file = fopen(path, mode); local
216 if (file == NULL) return NULL;
218 if (fstat(fileno(file), &file_stat) != 0) return NULL;
220 if (is_regular_file) return file;
221 fclose(file);
231 FILE* OS::OpenTemporaryFile() {
256 void OS::FPrint(FILE* out, const char* format, ...) {
264 void OS::VFPrint(FILE* out, const char* format, va_list args)
    [all...]
  /external/valgrind/main/callgrind/
fn.c 7 This file is part of Callgrind, a Valgrind tool for call tracing.
26 The GNU General Public License is contained in the file COPYING.
202 /*--- Object/File/Function hash entry operations ---*/
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1", local
295 file->name = VG_(strdup)("cl.fn.nfn.2", filename);
297 file->fns[i] = NULL;
300 file->number = CLG_(stat).distinct_files;
301 file->obj = obj;
302 file->next = next;
303 return file;
410 file_node *file = CLG_(get_file_node)(obj, filename); local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 5 * 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.
44 // file. This is the typical case. When the file should be updated, it can
70 FILE* far_file_;
71 FILE* near_file_;
108 ASSERT_TRUE(far_file_ != NULL) << "Could not open input file " <<
112 ASSERT_TRUE(near_file_ != NULL) << "Could not open input file " <<
215 FILE* file = fopen(filename.c_str(), "wb") local
234 FILE* file = fopen(filename.c_str(), "rb"); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 79 u_int8_t file[128]; member in struct:dhcp_message
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 5 * you may not use this file except in compliance with the License.
20 import java.io.File;
27 * This class allows to handle an audio track. This audio file is mixed with the
83 * @param filename The absolute file name
85 * @throws IOException if file is not found
86 * @throws IllegalArgumentException if file format is not supported or if
100 * @param filename The audio filename. In case file contains Audio and Video,
116 * @param audioWaveformFilename The name of the waveform file
118 * @throws IOException if file is not found
119 * @throws IllegalArgumentException if file format is not supported or i
130 File file = new File(filename); local
    [all...]

Completed in 474 milliseconds

<<41424344454647484950>>