/external/oprofile/libpp/ |
format_output.cpp | 2 * @file format_output.cpp 6 * @remark Read the file COPYING 74 bool extract_linenr_info(string const & info, string & file, size_t & line) 77 file = ""; 83 file = info.substr(0, colon_pos); 666 // for spu since oparchive doesn't archive the real file but 816 // source file. this can happen with inlined functions in 918 string file; local 921 if (extract_linenr_info(str, file, line)) { 925 out << init_attr(tag, file); [all...] |
/external/oprofile/pp/ |
opannotate.cpp | 2 * @file opannotate.cpp 6 * @remark Read the file COPYING 101 << "Output annotated source file with samples" << '\n'; 574 << in_comment << "Total samples for file : " 618 // symbols belonging to this file. This make more visible the 619 // problem of having less samples for a given file than the 620 // sum of all symbols samples for this file due to inlining 649 * alone as that needs the file to exist already. 651 * Let's not complain again if we couldn't find the file anyway. 661 cerr << "refusing to create file " << out_fil 695 string file = origfile; local [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ServiceTest.java | 262 FileDescriptor file = UnittestNoGenericServices.getDescriptor(); local 263 assertEquals(1, file.getServices().size()); 264 assertEquals("TestService", file.getServices().get(0).getName()); 265 assertEquals(1, file.getServices().get(0).getMethods().size()); 267 file.getServices().get(0).getMethods().get(0).getName());
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 155 // Try to create the parent directory of the given file, creating the parent's 156 // parent if necessary, and so on. The full file name is actually 160 // Recursively create parent directories to the output file. 237 // Add a boilerplate META-INF/MANIFEST.MF file as required by the Java JAR 311 // Create the output file. 324 // Write the file. 371 // Create the output file. 455 cerr << filename_ << ": Tried to write the same file twice." << endl; 470 // Find the file we are going to insert into. 472 cerr << filename_ << ": Tried to insert into file that doesn't exist. 668 FileDescriptorProto file; local [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 100 unittest::TestAllTypes::descriptor()->file(); 1195 const FileDescriptor* file = local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
sdlexe.cpp | 572 RFile file; local 573 TInt err = file.Open(iEikonEnv->FsSession(), _L("sdl_param.txt"),EFileRead); 576 file.Read(cmd); 577 file.Close();
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 67 FILE *dbgout; 83 FILE *file; local 85 if ((file = fopen("/proc/cpuinfo", "r")) != NULL) { 86 while (fgets(cpuinfo, sizeof(cpuinfo), file) != NULL) 89 fclose(file); 501 file arch/armnommu/mach-ipod/fb.c. A few modifications have been made. ***/
|
/external/skia/src/core/ |
SkStream.cpp | 6 * found in the LICENSE file. 193 SkFILEStream::SkFILEStream(const char file[]) : fName(file), fOwnership(kCallerPasses_Ownership) { 194 fFILE = file ? sk_fopen(fName.c_str(), kRead_SkFILE_Flag) : NULL; 197 SkFILEStream::SkFILEStream(FILE* file, Ownership ownership) 198 : fFILE((SkFILE*)file) 814 SkFILE* file = sk_fopen(path, kRead_SkFILE_Flag); local 815 if (NULL == file) { 819 SkData* data = SkData::NewFromFILE(file); [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 9 * you may not use this file except in compliance with the License. 68 * the file size and read position. 73 FILE *pFile; 681 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n"); 683 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n"); 690 /* need to track file opens for duplicate handles */ 798 * Open a file for read or write 804 EAS_HW_FILE *file; local 814 /* find an empty entry in the file table */ 815 file = hwInstData->files 1313 EAS_HW_FILE *file; local [all...] |
EASLibVst.c | 8 * you may not use this file except in compliance with the License. 66 * the file size and read position. 71 FILE *pFile; 376 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n"); 378 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n"); 385 /* need to track file opens for duplicate handles */ 493 * Open a file for read or write 499 EAS_HW_FILE *file; local 509 /* find an empty entry in the file table */ 510 file = hwInstData->files 1008 EAS_HW_FILE *file; local [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | 7 * you may not use this file except in compliance with the License. * 833 * Imports file containing [key, value] pairs into session. 836 * @param filename File to read session from 851 PFile* file = NULL; local 859 file = pfopen ( filename, L("r") ); 860 /* CHKLOG(rc, PFileSystemCreatePFile(filename, ESR_TRUE, &file)); 861 CHKLOG(rc, PFileOpen(file, L("r")));*/ 863 if (file == NULL) 884 line = pfgets(line, LINE_SIZE, file); 887 if (pfeof(file)) [all...] |
/external/stressapptest/src/ |
os.cc | 5 // you may not use this file except in compliance with the License. 17 // This file includes an abstracted interface 47 // This file must work with autoconf on its public version, 136 // Returns the HD device that contains this file. 644 // Open a PCI bus-dev-func as a file and return its file descriptor. 884 FILE *file; local 891 file = fopen(filename, "r"); 892 if (!file) { [all...] |
/external/svox/pico/lib/ |
picorsrc.c | 5 * you may not use this file except in compliance with the License. 17 * @file picorsrc.c 67 picoos_File file; member in struct:picorsrc_resource 105 this->file = NULL; 284 PICODBG_DEBUG(("analysing file name %s",fileName)); 296 picoos_FileHeader header, picoos_uint32 * headerlen, picoos_File file) 305 status = picoos_readPicoHeader(file, headerlen); 309 return picoos_emRaiseException(this->common->em,status,NULL,(picoos_char *)"problem reading file header"); 312 status = picoos_read_pi_uint16(file,&hdrlen1); 320 if (picoos_ReadBytes(file, (picoos_uint8 *) this->tmpHeader, &n) && hdrlen1 == n) [all...] |
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 5 * you may not use this file except in compliance with the License. 34 import java.io.File; 53 * and provide the name of its backup agent class in its {@code AndroidManifest.xml} file via 99 * suited to handling of simple file or {@link android.content.SharedPreferences} 115 * During a full restore, indicates that the file system object being restored 116 * is an ordinary file. 121 * During a full restore, indicates that the file system object being restored 181 * last backup pass is provided in the <code>oldState</code> file 185 * be written to the file pointed to by the file descriptor wrapped i 404 File file = scanQueue.remove(0); local [all...] |
/frameworks/base/core/jni/android/graphics/ |
BitmapFactory.cpp | 521 doThrowIOE(env, "broken file descriptor"); 528 FILE* file = fdopen(descriptor, "r"); local 529 if (file == NULL) { 530 return nullObjectReturn("Could not open file"); 533 SkAutoTUnref<SkFILEStream> fileStream(new SkFILEStream(file, 544 // continuing to modify the original file descriptor. 555 return nullObjectReturn("Could not read the file."); 562 // current position of the file descriptor.
|
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 5 * you may not use this file except in compliance with the License. 42 #define MAGIC1 0x656c6946 // File 45 * File entity data format (v1): 49 * - the file data itself 51 * i.e. a 16-byte metadata header followed by the raw file data. If the 53 * interpret the file data itself correctly. 108 FileState file; local 111 amt = read(fd, &file, sizeof(FileState)); 119 int nameBufSize = round_up(file.nameLen); 125 snapshot->add(String8(filename, file.nameLen), file) local 350 char const* file = files[i]; local [all...] |
ZipFileRO.cpp | 5 * you may not use this file except in compliance with the License. 47 * Zip file constants. 53 #define kEOCDNumEntries 8 // offset to #of entries in file 57 #define kEOCDCommentSize 20 // offset to the length of the file comment 119 * Open the specified file read-only. We memory-map the entire thing and 120 * close the file before returning. 129 * Open and map the specified file. 184 ALOGW("File too short to be a zip file"); 224 * need to read the last part of the file into a buffer, dig throug 737 FileMap *file; local 801 FileMap *file; local [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaItem.java | 5 * you may not use this file except in compliance with the License. 20 import java.io.File; 38 * defined with a file path as a source data. 43 * A constant which can be used to specify the end of the file (instead of 79 * The name of the file associated with the MediaItem 122 * @param filename name of the media file. 124 * @throws IOException if file is not found 125 * @throws IllegalArgumentException if a capability such as file format is 134 File file = new File(filename) local [all...] |
/frameworks/native/cmds/installd/ |
utils.c | 5 ** you may not use this file except in compliance with the License. 480 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1); local 481 if (file != NULL) { 482 file->dir = dir; 483 file->modTime = modTime; 484 strcpy(file->name, name); 490 ALOGE("Failure growing cache file array for %s\n", name); 496 CACHE_NOISY(ALOGI("Setting file %p at position %d in array %p", file, 498 cache->files[cache->numFiles] = file; 757 cache_file_t* file = cache->files[i]; local [all...] |
/frameworks/rs/ |
rsContext.h | 5 * you may not use this file except in compliance with the License. 192 void setWatchdogGL(const char *cmd, uint32_t line, const char *file) const { 194 watchdog.file = file; 230 const char *file; member in struct:android::renderscript::Context::__anon30662
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
data_builder.c | 14 * @file data_builder.c 68 FILE *file; member in struct:inv_data_builder_t 78 /** Change this key if the data being stored by this file changes */ 84 * @param[in] file File to write to, must be open. 86 void inv_turn_on_data_logging(FILE *file) 89 inv_data_builder.file = file; [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 5 * you may not use this file except in compliance with the License. 43 * This file will have a maximum of 38 bytes: 843 FILE *file; local 852 file = fopen(AUDIO_DATA_BLOCK_PATH, "rb"); 853 if (file == NULL) { 859 fread(&header, 1, sizeof(header), file); 864 fread(&block, header.length, 1, file); 866 fclose(file); [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 5 * you may not use this file except in compliance with the License. 356 String file = readString(); local 364 System.out.println("\tfile=" + file); 367 StackTraceElement stackFrame = new StackTraceElement(className, methodName, file, line);
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 5 * you may not use this file except in compliance with the License. 21 import java.io.File; 32 private static final File TMP_DIR = 33 new File(System.getProperty("java.io.tmpdir"), "loading-test"); 39 private static final File JAR_FILE = new File(TMP_DIR, JAR_NAME); 40 private static final File DEX_FILE = new File(TMP_DIR, DEX_NAME); 41 private static final File JAR2_FILE = new File(TMP_DIR, JAR2_NAME) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 3 * contributor license agreements. See the NOTICE file distributed with 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 21 import java.io.File; 49 File resources = Support_Resources.createTempFolder(); 52 File file = new File(resources.toString() + "/net/" + jarFile); local 54 return new URL("jar:file:" + file.getPath() + "!/" + inFile) 190 File file = new File(resources.toString() + "\/hyts_att.jar"); local 228 File file = new File(resources.toString() + "\/hyts_att.jar"); local [all...] |