HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 1051 - 1075 of 2724) sorted by null

<<41424344454647484950>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem_tracker.c 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.
16 Stores a list of addreses, their size, and file and line they came from.
43 #include <string.h> // VXWORKS doesn't have a malloc/memory.h file,
50 #undef vpx_free // memory functions in this file
81 static void memory_tracker_check_integrity(char *file, unsigned int line);
83 char *file, unsigned int line,
124 FILE *file; member in struct:__anon24284
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 29 * @file OMX_G711Decoder.c
31 * This file implements OMX Component for G711 decoder that
81 extern char file[500][50] = {""}; variable
93 * EXTERNAL REFERENCES NOTE : only use if not found in header file
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 29 * @file OMX_G726Enc_Utils.c
31 * This file implements G726 Encoder Component Specific APIs and its functionality
91 extern char file[500][50] ={""}; variable
115 strcpy(file[e],s);
116 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s);
129 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s);
131 strcpy(file[q],"");
138 printf("\n\n__ Pointer not found. Line:%d File%s!!\n\n",line, s);
    [all...]
  /libcore/luni/src/main/java/java/net/
URL.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
41 * {@code http://username:password@host:8080/directory/file?query#ref}:
49 * <tr><td>{@link #getFile() File}</td><td>{@code /directory/file?query}</td><td></td></tr>
50 * <tr><td>{@link #getPath() Path}</td><td>{@code /directory/file}</td><td></td></tr>
58 * <li><strong>file</strong>: read files from the local filesystem.
59 * <li><strong>ftp</strong>: <a href="http://www.ietf.org/rfc/rfc959.txt">File
88 private String file; field in class:URL
665 String file = path; local
    [all...]
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.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
279 String file = url.getFile(); local
280 write("RETR " + file + "\r\n");
282 if (reply == FTP_NOTFOUND && file.length() > 0 && file.charAt(0) == '/') {
283 write("RETR " + file.substring(1) + "\r\n");
287 throw new FileNotFoundException("Unable to retrieve file: " + reply);
437 * Issue the STOR command to the server with the file as the paramete
    [all...]
  /ndk/sources/android/crazy_linker/tests/
test_util.h 3 // found in the LICENSE file.
7 // dependency on another source file for all tests that include this
144 // Remove any file in this directory.
170 // Scoped FILE* class. Always closed on destruction.
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno));
188 FILE* file() const { return file_; } function in class:__anon27811::ScopedFILE
191 FILE* file_;
219 // Copy a file named |src_file_name| in directory |src_file_dir| into
220 // a file named |dst_file_name| in directory |dst_file_dir|. Panics on error
329 FILE* file = fopen("\/proc\/self\/maps", "rb"); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lib.c 35 FILE *infile = NULL;
36 char *file = ""; variable
124 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
125 if (infile == NULL) { /* have to open a new file */
126 file = getargv(argno);
127 if (*file == '\0') { /* it's been zapped */
131 if (isclvar(file)) { /* a var=value arg */
132 setclvar(file);
136 *FILENAME = file;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 5 * you may not use this file except in compliance with the License.
36 import java.io.File;
51 public SavedWallpaperTile(int dbId, File target, Drawable thumb) {
87 File file = new File(mContext.getFilesDir(), filename); local
89 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath());
92 new File(mContext.getFilesDir(), result.getString(2)),
144 File imageFile = new File(mContext.getFilesDir(), filenames.first)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 5 * you may not use this file except in compliance with the License.
109 import java.io.File;
1375 final File file = new File(filePath); local
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 5 * you may not use this file except in compliance with the License.
41 import java.io.File;
82 // Create a thrice-compressed dictionary file.
99 final File dst = File.createTempFile("testGetRawDict", ".tmp");
108 final BinaryDictOffdeviceUtils.DecoderChainSpec<File> decodeSpec =
127 // Randomly create some 4k file containing garbage
128 final File dst = File.createTempFile("testGetRawDict", ".tmp");
136 // Test that a random data file actually fail
178 File file = File.createTempFile(dictName, ".tmp"); local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 5 * you may not use this file except in compliance with the License.
37 import java.io.File;
63 * downloaded to the file system. We only support the attachment type.
78 * Creates a filename (where the file should be saved) from info about a download.
79 * This file will be touched to reserve it.
85 final File parent;
86 final File[] parentTest;
90 final File file = new File(Uri.parse(hint).getPath()) local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 16 To create a Message object: first open a file, e.g.:
18 fp = open(file, 'r')
20 You can use any other legal way of getting an open file object, e.g. use
21 sys.stdin or call os.popen(). Then pass the open file object to the Message()
37 an unseekable object such as a file object created from a socket object. If
39 file object is called once; if this raises an exception, seekable is reset to
117 """Rewind the file to the start of the body (if seekable)."""
119 raise IOError, "unseekable file"
135 file).
979 file = os.path.join(os.environ['HOME'], 'Mail/inbox/1' variable
    [all...]
smtplib.py 175 """A fake file like object that really wraps a SSLObject.
227 file = None variable in class:SMTP
348 Raises SMTPServerDisconnected if end-of-file is reached.
351 if self.file is None:
352 self.file = self.sock.makefile('rb')
355 line = self.file.readline()
642 self.file = SSLFakeFile(self.sock)
745 if self.file:
746 self.file.close()
747 self.file = Non
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 27 # locate file with test values
29 file = sys.argv[0] variable
31 file = __file__ variable
32 test_dir = os.path.dirname(file) or os.curdir
83 """Parse a file with test values
108 """Parse a file with test values
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 16 To create a Message object: first open a file, e.g.:
18 fp = open(file, 'r')
20 You can use any other legal way of getting an open file object, e.g. use
21 sys.stdin or call os.popen(). Then pass the open file object to the Message()
37 an unseekable object such as a file object created from a socket object. If
39 file object is called once; if this raises an exception, seekable is reset to
117 """Rewind the file to the start of the body (if seekable)."""
119 raise IOError, "unseekable file"
135 file).
979 file = os.path.join(os.environ['HOME'], 'Mail/inbox/1' variable
    [all...]
smtplib.py 175 """A fake file like object that really wraps a SSLObject.
227 file = None variable in class:SMTP
348 Raises SMTPServerDisconnected if end-of-file is reached.
351 if self.file is None:
352 self.file = self.sock.makefile('rb')
355 line = self.file.readline()
642 self.file = SSLFakeFile(self.sock)
745 if self.file:
746 self.file.close()
747 self.file = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 27 # locate file with test values
29 file = sys.argv[0] variable
31 file = __file__ variable
32 test_dir = os.path.dirname(file) or os.curdir
83 """Parse a file with test values
108 """Parse a file with test values
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 5 * you may not use this file except in compliance with the License.
87 * In such a case, just open that result. Give preference to the file name/line # search
98 * @param fileName file name in which the method is present, null if not known
99 * @param lineNumber line number in the file which should be given focus, -1 if not known.
119 // 1. if there are > 1 file name matches, try to see if they can be narrowed down
129 // Couldn't find file match, but we have a filename and line number: attempt
138 IFile file = (IFile) resource; local
143 IRegion region = AdtUtils.getRegionOfLine(file, lineNumber - 1);
158 return displayFile(file, lineNumber);
237 private boolean displayFile(IFile file, int lineNumber)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 5 * you may not use this file except in compliance with the License.
88 import java.io.File;
236 fileLabel.setText("Image File:");
497 mValues.imagePath = new File(sImagePath);
594 } else if (!(new File(path).exists())) {
639 mValues.imagePath = new File(mImagePathText.getText().trim());
685 // Choose image file
694 String file = dialog.open(); local
695 if (file != null) {
696 mValues.imagePath = new File(file)
1032 File file = new File(path); local
1201 IFile file = newProject.getFile(dest); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 5 * you may not use this file except in compliance with the License.
35 import java.io.File;
45 * " (skipping hidden file '&lt;file path&gt;'"
48 "^\\s+\\(skipping hidden file\\s'(.*)'\\)$"); //$NON-NLS-1$
68 * "Defined at file &lt;path&gt; line &lt;line&gt;"
75 * "Defined at file &lt;path&gt; line &lt;line&gt;"<br>
79 "Defined\\s+at\\s+file\\s+(.+)\\s+line\\s+(\\d+)"); //$NON-NLS-1$
88 * "ERROR parsing XML file &lt;path&gt;"<br>
92 "^Error\\s+parsing\\s+XML\\s+file\\s(.+)$"); //$NON-NLS-1
769 String file = filename.substring(root.length()); local
    [all...]
AaptQuickFix.java 5 * you may not use this file except in compliance with the License.
158 // We have to find the corresponding project/file (so we can look up the aapt
163 // However, the IQuickAssistProcessor will only be used interactively by a file
165 // look up the currently active file in the IDE. To be on the safe side,
167 // we are indeed looking at the right file:
171 IFile file = editor.getInputFile(); local
172 if (file == null) {
177 file, document, invocationContext.getOffset());
218 public CreateNamespaceFix(IFile file) {
219 mFile = file;
371 IFile file = location.getFirst(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 5 * you may not use this file except in compliance with the License.
163 * Checks an Xml file for validity. Errors/warnings will be marked on the
164 * file
170 // first make sure this is an xml file
172 IFile file = (IFile)resource; local
175 removeMarkersFromResource(file, AdtConstants.MARKER_XML);
178 XmlErrorHandler reporter = new XmlErrorHandler(file, visitor);
181 getParser().parse(file.getContents(), reporter);
215 * @param file The file from which to delete the markers
392 IAbstractFile file = e.getFile(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 5 * you may not use this file except in compliance with the License.
199 IFile file = chooser.getEditedFile(); local
200 List<IFile> variations = AdtUtils.getResourceVariations(file, true);
231 if (file != null) {
232 boolean selected = file.equals(resource);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 5 * you may not use this file except in compliance with the License.
24 import java.io.File;
342 File file = new File("/tmp/layout" + sLayoutId + "_pass" + sRectId + ".png"); local
344 ImageIO.write(image, "PNG", file);
345 System.out.println("Wrote diagnostics image " + file);
LayoutMetadata.java 5 * you may not use this file except in compliance with the License.
188 final IFile file = editor.getInputFile(); local
189 if (file != null) {
190 final List<IFile> variations = AdtUtils.getResourceVariations(file, false);
199 if (variation.equals(file)) {
203 // If the corresponding file is open in the IDE, use the

Completed in 958 milliseconds

<<41424344454647484950>>