HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 326 - 350 of 31893) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/nio/file/attribute/
UserPrincipal.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
32 * to objects in a file system.
34 * <p> On many platforms and file systems an entity requires appropriate access
35 * rights or permissions in order to access objects in a file system. The
38 * enforce privilege separation then a file in the file system may have a
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
EmptyFileFilter.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;
25 * If the <code>File</code> is a directory it checks that
32 * File dir = new File(".");
44 * File dir = new File(".");
69 * Checks to see if the file is empty
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4273.c 3 // license that can be found in the LICENSE file.
8 void _compilerrt_abort_impl(const char *file, int line, const char *func) {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4273.c 3 // license that can be found in the LICENSE file.
8 void _compilerrt_abort_impl(const char *file, int line, const char *func) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
comment.s 1 # This test file is to see whether comments get written into listings
2 # correctly. The file has no real contents.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
baddata1.l 2 .*:8: Error: cannot represent BFD_RELOC_8 relocation in this object file format
3 .*:9: Error: cannot represent BFD_RELOC_8 relocation in this object file format
sb1-ext-ps.s 1 # source file to test assembly of SB-1 core's paired-single
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
break.s 1 # Source file used to test the 20-bit break instructions
bret.s 1 # Source file used to test the bret instructions
ret.s 1 # Source file used to test the ret instructions
sync.s 1 # Source file used to test the sync instructions
tret.s 1 # Source file used to test the ret instructions
  /external/sonivox/arm-wt-22k/misc/
eas_host.c 3 * File:
7 * This file contains the host wrapper functions for stdio, stdlib, etc.
9 * Modify this file to suit the needs of your particular system.
12 * a MIDI type 1 file that can be played. To maintain efficiency, data
16 * EAS_HW_FILE is a structure to support local file buffering. It
17 * comprises the OS File handle, some data related to the local file
23 * If the file system supports duplicate file handles and buffering,
25 * native file I/O routines
233 EAS_HW_FILE *file; local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 5 * you may not use this file except in compliance with the License.
26 public void read(DexRandomAccessFile file) throws IOException {
27 file.alignForwards(4);
28 file.getOffsetTracker().getNewOffsettable(file, this);
29 size = file.readUInt();
32 (list[i] = new TypeItem()).read(file);
37 public void write(DexRandomAccessFile file) throws IOException {
38 file.alignForwards(4);
39 file.getOffsetTracker().updatePositionOfNextOffsettable(file)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
23 * repeated piece of a Dalvik file.
59 * This will <i>not</i> add an item to the file for this instance itself
65 * @param file {@code non-null;} the file to populate
67 public abstract void addContents(DexFile file);
76 * @param file {@code non-null;} the file to use for reference
79 public abstract void writeTo(DexFile file, AnnotatedOutput out)
    [all...]
MemberIdsSection.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dexgen.dex.file;
20 * Member (field or method) refs list section of a {@code .dex} file.
24 * Constructs an instance. The file offset is initially unknown.
28 * @param file {@code non-null;} file that this instance is part of
30 public MemberIdsSection(String name, DexFile file) {
31 super(name, file, 4);
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
23 * repeated piece of a Dalvik file.
59 * This will <i>not</i> add an item to the file for this instance itself
65 * @param file {@code non-null;} the file to populate
67 public abstract void addContents(DexFile file);
76 * @param file {@code non-null;} the file to use for reference
79 public abstract void writeTo(DexFile file, AnnotatedOutput out)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
assert.c 1 /** @file
31 @param[in] file The name of the file containing the assert.
43 IN const char *file,
50 printf("Assertion failed: (%s), file %s, line %d.\n",
51 failedexpr, file, line);
53 printf("Assertion failed: (%s), file %s, function %s, line %d.\n",
54 failedexpr, file, func, line);
  /external/compiler-rt/make/
filter-inputs 7 # This file is distributed under the University of Illinois Open Source
13 # first file for any particular filename.
18 for file in sys.argv[1:]:
19 base = os.path.basename(file)
22 print file
  /external/freetype/builds/atari/
FNames.SIC 1 /* the following changes file names for PureC projects */
13 local i,entries,directory,file;
18 file = directory[i,0];
21 ChangeFilenames(folder+file+"\\");
25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
26 ChangeFilename(folder,file);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileResource.java 1 package com.bumptech.glide.load.resource.file;
5 import java.io.File;
8 * A simple {@link com.bumptech.glide.load.engine.Resource} that wraps a {@link File}.
10 public class FileResource extends SimpleResource<File> {
11 public FileResource(File file) {
12 super(file);
  /external/guava/guava-tests/test/com/google/common/io/
FileTreeTraverserTest.java 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
34 private File dir;
43 File[] files = dir.listFiles();
49 for (File file : files) {
50 file.delete();
61 File file = newFile("test"); local
62 assertDirChildren(file);
66 File file = newDir("test"); local
79 File file = new File(dir, name); local
85 File file = new File(dir, name); local
    [all...]
  /external/icu/icu4c/source/test/hdrtst/
testinternalheaders.sh 14 for file in `ls common/*.h`; do
15 echo $file
16 echo '#include "'$file'"' > ht_temp.cpp ;
21 for file in `ls i18n/*.h`; do
22 echo $file
23 echo '#include "'$file'"' > ht_temp.cpp ;
28 for file in `ls io/*.h`; do
29 echo $file
30 echo '#include "'$file'"' > ht_temp.cpp ;
40 #for file in `ls layoutex/*.h`; d
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 5 * you may not use this file except in compliance with the License.
21 import java.io.File;
34 private final File rootDir;
36 public FileSystemResourceLoader(File rootDir) {
41 this(new File(rootDir));
46 File file = new File(rootDir, name); local
47 // Check for non-directory rather than is-file so that reads from
49 if (file.exists() && !file.isDirectory() && file.canRead())
73 File file = new File(rootDir, filename); local
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
missing 24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"
    [all...]

Completed in 455 milliseconds

<<11121314151617181920>>