HomeSort by relevance Sort by last modified time
    Searched refs:file_type (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /system/sepolicy/
tee.te 5 type tee_exec, exec_type, file_type;
7 type tee_data_file, file_type, data_file_type;
attributes 35 attribute file_type;
untrusted_app.te 154 neverallow untrusted_app file_type:file link;
191 file_type
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 107 file_type, string_proplist = propline.split("=", 1)
111 file_type = file_type.strip()
112 file_type = file_type.replace(".", "\.")
113 file_type = file_type.replace("*", ".*")
114 file_type = file_type + "$"
135 file_types.append((file_type, proplist)
    [all...]
  /system/sepolicy/tools/fc_sort/
fc_sort.c 39 char *file_type; member in struct:file_context_node
50 free(x->file_type);
112 if (!a->file_type && b->file_type)
114 if (!b->file_type && a->file_type)
423 temp->file_type = (char *)malloc(sizeof(char) * 3);
424 if (!(temp->file_type)) {
437 temp->file_type[0] = line_buf[i];
438 temp->file_type[1] = line_buf[i + 1]
    [all...]
  /external/autotest/client/cros/audio/
audio_test_data.py 26 file_type, sample_format, channel, and rate.
27 file_type: file type e.g. 'raw' or 'wav'.
62 data_format = dict(file_type='raw', sample_format='S32_LE',
131 data_format=dict(file_type='raw',
144 data_format=dict(file_type='raw',
161 data_format=dict(file_type='raw',
178 data_format=dict(file_type='raw',
  /external/libchrome/base/files/
file_enumerator.h 95 // |file_type|, a bit mask of FileType, specifies whether the enumerator
109 int file_type);
112 int file_type,
file_enumerator_posix.cc 44 int file_type)
48 file_type_(file_type) {
56 int file_type,
61 file_type_(file_type),
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 34 typedef typename Info::file_type file_type; typedef in class:clang::serialization::MultiOnDiskHashTable
49 file_type File;
52 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries,
60 std::vector<file_type> Files;
76 llvm::TinyPtrVector<file_type> PendingOverrides;
113 llvm::DenseSet<file_type> Files;
182 void add(file_type File, storage_type Data, Info InfoObj = Info()) {
192 llvm::SmallVector<file_type, 16> OverriddenFiles;
  /system/extras/ext4_utils/
contents.h 26 u8 file_type; member in struct:dentry
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 44 case sys::fs::file_type::file_not_found:
47 case sys::fs::file_type::regular_file: {
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 644 attribute file_type;
847 type default_t, file_type, mountpoint;
848 type etc_t, file_type;
849 type etc_runtime_t, file_type;
850 type file_t, file_type, mountpoint;
851 type home_root_t, file_type, mountpoint;
852 type lost_found_t, file_type;
853 type mnt_t, file_type, mountpoint;
855 type no_access_t, file_type;
856 type poly_t, file_type;
    [all...]
  /external/freetype/include/freetype/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/pdfium/third_party/freetype/include/freetype/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftwinfnt.h 189 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 238 file_type = unittest_pb2.DESCRIPTOR
241 file_type.message_types_by_name[unittest_pb2._TESTALLTYPES.name])
247 file_type.message_types_by_name)
250 file_type = unittest_pb2.DESCRIPTOR
253 file_type.enum_types_by_name[unittest_pb2._FOREIGNENUM.name])
256 file_type = unittest_pb2.DESCRIPTOR
259 file_type.extensions_by_name[unittest_pb2.my_extension_string.name])
  /external/llvm/include/llvm/Support/
FileSystem.h 53 enum class file_type { class in namespace:llvm::sys::fs
157 file_type Type;
164 Type(file_type::status_error), Perms(perms_not_known) {}
166 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0),
170 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime,
177 FileIndexHigh(0), FileIndexLow(0), Type(file_type::status_error),
180 file_status(file_type Type) : LastWriteTimeHigh(0), LastWriteTimeLow(0),
185 file_status(file_type Type, uint32_t LastWriteTimeHigh,
197 file_type type() const { return Type; }
219 void type(file_type v) { Type = v;
    [all...]
  /external/elfutils/src/
ld.c 390 if (ld_state.file_type != relocatable_file_type)
415 if (ld_state.file_type != relocatable_file_type)
556 if (ld_state.file_type != no_file_type)
559 ld_state.file_type = dso_file_type;
594 if (ld_state.file_type != no_file_type)
597 ld_state.file_type = relocatable_file_type;
960 && ld_state.file_type == dso_file_type)
978 && ld_state.file_type == dso_file_type)
984 && ld_state.file_type == dso_file_type)
1047 && ld_state.file_type == dso_file_type
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_vs_real_test.py 58 def _CreateTestFile(self, file_type, path, contents=None):
61 self._created_files.append([file_type, path, contents])
63 if file_type == 'd':
66 if file_type == 'f':
74 if file_type == 'b':
82 if file_type in ('l', 'h'):
88 if file_type == 'l':
91 elif file_type == 'h':
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 39 llvm::sys::fs::file_type Type;
46 Status() : Type(llvm::sys::fs::file_type::status_error) {}
50 uint64_t Size, llvm::sys::fs::file_type Type,
63 llvm::sys::fs::file_type getType() const { return Type; }
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 29 Data.IsNamedPipe = Status.getType() == llvm::sys::fs::file_type::fifo_file;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 95 enum VideoFileType file_type; member in struct:VpxInputContext
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 33 dict(file_type='raw', sample_format='S16_LE',
35 dict(file_type='raw', sample_format='S16_LE',
39 file_type='raw', sample_format='S16_LE', channel=2, rate=48000)
137 file_type, sample_format, channel, and rate.
138 file_type: file type e.g. 'raw' or 'wav'.
178 file_type: 'raw'.
331 file_type: 'raw'.
  /external/autotest/site_utils/
backup_mysql_db.py 208 file_type = 'txt'
210 file_type = 'gz'
212 datetime.datetime.now().strftime('%y.%m.%d'), file_type)

Completed in 1127 milliseconds

1 2 3 4 5 6 7