HomeSort by relevance Sort by last modified time
    Searched full:file (Results 426 - 450 of 47728) sorted by null

<<11121314151617181920>>

  /external/stlport/stlport/stl/config/
_mlc.h 1 // STLport configuration file
  /external/tcpdump/
TODO 5 5. update CHANGES file
  /external/webkit/LayoutTests/http/tests/appcache/
max-size-expected.txt 1 Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
resource.h 2 // Microsoft Visual C++ generated include file.
  /external/webkit/WebKitTools/android/flex-2.5.4a/
mkskel.sh 4 /* File created from flex.skl via mkskel.sh */
  /external/zlib/contrib/testzlib/
testzlib.txt 3 copy to a directory file from :
  /frameworks/base/awt/java/awt/image/
package.html 4 This package contains classes and interfaces that allow to modify existing images or to create a new image rather than loading it from a file.
  /frameworks/base/tests/CoreTests/android/core/
ZipFileTest.java 5 * you may not use this file except in compliance with the License.
21 import java.io.File;
42 File file = File.createTempFile("ZipFileTest", ".zip"); local
44 // create a test file; assume it's not going to collide w/anything
45 FileOutputStream outStream = new FileOutputStream(file);
47 // System.out.println("CREATED " + file);
49 scanZip(file.getPath());
50 read2(file.getPath())
    [all...]
  /frameworks/base/tools/localize/
SourcePos.cpp 16 string file; member in struct:ErrorPos
22 ErrorPos(const string& file, int line, const string& error);
28 void Print(FILE* to) const;
38 :file(that.file),
45 :file(f),
58 if (this->file < rhs.file) return true;
59 if (this->file == rhs.file) {
    [all...]
XLIFFFile.h 57 TransUnit* EditTransUnit(const string& file, const string& id);
59 // exports this file as a n XMLNode, you own this object
69 struct File {
70 int Compare(const File& that) const;
72 inline bool operator<(const File& that) const { return Compare(that) < 0; }
73 inline bool operator<=(const File& that) const { return Compare(that) <= 0; }
74 inline bool operator==(const File& that) const { return Compare(that) == 0; }
75 inline bool operator!=(const File& that) const { return Compare(that) != 0; }
76 inline bool operator>=(const File& that) const { return Compare(that) >= 0; }
77 inline bool operator>(const File& that) const { return Compare(that) > 0;
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
OrFileFilter.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
19 import java.io.File;
28 * file filters. This filter returns <code>true</code> if any filters in the
30 * Checking of the file filter list stops when the first filter returns
42 /** The list of file filters. */
58 * @param fileFilters the file filters for this filter, copied, null ignored
70 * Constructs a new file filter that ORs the result of two other filters.
116 public boolean accept(final File file) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /system/bluetooth/data/
input.conf 1 # Configuration file for the input service
  /system/core/adb/
mutex_list.h 3 #error ADB_MUTEX not defined when including this file
  /build/core/
distdir.mk 5 # you may not use this file except in compliance with the License.
33 # $(1): source file
34 # $(2): destination file
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
49 # $(2): the dist files to add to those goals. If the file contains ':',
50 # the text following the colon is the name that the file is copied
54 $(foreach file,$(2), \
55 $(eval fw := $(subst :,$(space),$(file))) \
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
FileOutputStream.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
28 * A specialized {@link OutputStream} that writes to a file in the file system.
49 // The unique file channel associated with this FileInputStream (lazily
56 * Constructs a new FileOutputStream on the File {@code file}. If the file
59 * @param file
    [all...]
package.html 5 file system access and serialization.
8 These classes allow you to get direct access to the file system.
  /external/expat/
expat_config.h.in 9 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* Define to 1 if you have the <fcntl.h> header file. */
18 /* Define to 1 if you have the <inttypes.h> header file. */
24 /* Define to 1 if you have the <memory.h> header file. */
30 /* Define to 1 if you have the <stdint.h> header file. */
33 /* Define to 1 if you have the <stdlib.h> header file. */
36 /* Define to 1 if you have the <strings.h> header file. */
39 /* Define to 1 if you have the <string.h> header file. */
42 /* Define to 1 if you have the <sys/stat.h> header file. */
45 /* Define to 1 if you have the <sys/types.h> header file. *
    [all...]
  /external/libpng/
config.h.in 3 /* Define to 1 if you have the <dlfcn.h> header file. */
6 /* Define to 1 if you have the <inttypes.h> header file. */
15 /* Define to 1 if you have the <malloc.h> header file. */
18 /* Define to 1 if you have the <memory.h> header file. */
27 /* Define to 1 if you have the <stdint.h> header file. */
30 /* Define to 1 if you have the <stdlib.h> header file. */
33 /* Define to 1 if you have the <strings.h> header file. */
36 /* Define to 1 if you have the <string.h> header file. */
39 /* Define to 1 if you have the <sys/stat.h> header file. */
42 /* Define to 1 if you have the <sys/types.h> header file. *
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_handle.h 5 * you may not use this file except in compliance with the License.
31 /*! \file oscl_file_handle.h
32 \brief The file oscl_file_handle.h defines the class OsclFileHandle
49 ** TOsclFileHandle is an OS-native file handle type.
50 * With a class-based file API such as Symbian, a class ref is used
51 * as a file handle.
52 * For most ANSI-style file APIs, a file pointer is used as a
53 * file handle.
55 typedef FILE* TOsclFileHandle
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/util/
TempFile.java 3 * or more contributor license agreements. See the NOTICE file *
5 * regarding copyright ownership. The ASF licenses this file *
7 * "License"); you may not use this file except in compliance *
31 * Gets an <code>InputStream</code> to read bytes from this temporary file.
44 * Gets an <code>OutputStream</code> to write bytes to this temporary file.
57 * Returns the absolute path including file name of this
59 * an in-memory file.
66 * Deletes this file as soon as possible.
71 * Determines if this is an in-memory file.
73 * @return <code>true</code> if this file is currently in memory,
    [all...]
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 61 /* Some of the file replacement code was based on the code from gedit,
105 GLocalFileOutputStream *file; local
107 file = G_LOCAL_FILE_OUTPUT_STREAM (object);
109 g_free (file->priv->tmp_filename);
110 g_free (file->priv->original_filename);
111 g_free (file->priv->backup_filename);
112 g_free (file->priv->etag);
154 GLocalFileOutputStream *file; local
157 file = G_LOCAL_FILE_OUTPUT_STREAM (stream);
163 res = write (file->priv->fd, buffer, count)
188 GLocalFileOutputStream *file; local
344 GLocalFileOutputStream *file; local
354 GLocalFileOutputStream *file; local
370 GLocalFileOutputStream *file; local
407 GLocalFileOutputStream *file; local
441 GLocalFileOutputStream *file; local
481 GLocalFileOutputStream *file; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdItem.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
25 * Representation of a type reference inside a Dalvik file.
28 /** size of instances when written out to a file, in bytes */
54 public void addContents(DexFile file) {
55 file.getStringIds().intern(getDefiningClass().getDescriptor());
60 public void writeTo(DexFile file, AnnotatedOutput out) {
63 int idx = file.getStringIds().indexOf(descriptor);

Completed in 46 milliseconds

<<11121314151617181920>>