Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 25 of 160) sorted by relevance

1234567

/external/sepolicy/
Dfile.te25 type unlabeled, file_type;
27 type system_file, file_type;
29 type system_data_file, file_type, data_file_type;
31 type drm_data_file, file_type, data_file_type;
33 type anr_data_file, file_type, data_file_type, mlstrustedobject;
35 type tombstone_data_file, file_type, data_file_type;
37 type apk_data_file, file_type, data_file_type;
38 type apk_tmp_file, file_type, data_file_type, mlstrustedobject;
40 type apk_private_data_file, file_type, data_file_type;
41 type apk_private_tmp_file, file_type, data_file_type, mlstrustedobject;
[all …]
Ddhcp.te3 type dhcp_exec, exec_type, file_type;
4 type dhcp_data_file, file_type, data_file_type;
5 type dhcp_system_file, file_type, data_file_type;
Dtee.te5 type tee_exec, exec_type, file_type;
7 type tee_data_file, file_type, data_file_type;
Dppp.te5 type ppp_exec, exec_type, file_type;
6 type ppp_system_file, file_type;
/external/chromium_org/chrome/browser/sync_file_system/
Dsync_file_metadata.cc12 : file_type(sync_file_system::SYNC_FILE_TYPE_UNKNOWN), in SyncFileMetadata()
17 SyncFileType file_type, in SyncFileMetadata() argument
20 : file_type(file_type), in SyncFileMetadata()
28 return file_type == that.file_type && in operator ==()
Dfile_change.h25 FileChange(ChangeType change, SyncFileType file_type);
35 SyncFileType file_type() const { return file_type_; } in file_type() function
41 file_type() == that.file_type();
Dfile_change.cc15 SyncFileType file_type) in FileChange() argument
17 file_type_(file_type) {} in FileChange()
30 switch (file_type()) { in DebugString()
/external/icu4c/tools/
Dicu-svnprops-check.py107 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))
/external/chromium_org/third_party/icu/source/tools/
Dicu-svnprops-check.py107 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))
/external/chromium_org/net/disk_cache/
Daddr.cc33 if (file_type() > BLOCK_4K) in SanityCheckV2()
47 if (file_type() > BLOCK_FILES) in SanityCheckV3()
60 if (is_separate_file() || file_type() != BLOCK_256) in SanityCheckForEntryV2()
73 if (file_type() != BLOCK_ENTRIES && file_type() != BLOCK_EVICTED) in SanityCheckForEntryV3()
86 if (is_separate_file() || file_type() != RANKINGS || num_blocks() != 1) in SanityCheckForRankings()
Daddr.h61 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr() argument
62 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) | in Addr()
85 FileType file_type() const { in file_type() function
100 return BlockSizeForFileType(file_type()); in BlockSize()
119 static int BlockSizeForFileType(FileType file_type) { in BlockSizeForFileType() argument
120 switch (file_type) { in BlockSizeForFileType()
151 static int RequiredBlocks(int size, FileType file_type) { in RequiredBlocks() argument
152 int block_size = BlockSizeForFileType(file_type); in RequiredBlocks()
/external/chromium_org/webkit/browser/database/
Dvfs_backend.cc23 const int file_type = desired_flags & kFileTypeMask; in OpenFileFlagsAreConsistent() local
48 return (file_type == SQLITE_OPEN_MAIN_DB) || in OpenFileFlagsAreConsistent()
49 (file_type == SQLITE_OPEN_TEMP_DB) || in OpenFileFlagsAreConsistent()
50 (file_type == SQLITE_OPEN_MAIN_JOURNAL) || in OpenFileFlagsAreConsistent()
51 (file_type == SQLITE_OPEN_TEMP_JOURNAL) || in OpenFileFlagsAreConsistent()
52 (file_type == SQLITE_OPEN_SUBJOURNAL) || in OpenFileFlagsAreConsistent()
53 (file_type == SQLITE_OPEN_MASTER_JOURNAL) || in OpenFileFlagsAreConsistent()
54 (file_type == SQLITE_OPEN_TRANSIENT_DB); in OpenFileFlagsAreConsistent()
/external/chromium/net/disk_cache/
Daddr.h54 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr() argument
55 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) | in Addr()
78 FileType file_type() const { in file_type() function
93 return BlockSizeForFileType(file_type()); in BlockSize()
96 static int BlockSizeForFileType(FileType file_type) { in BlockSizeForFileType() argument
97 switch (file_type) { in BlockSizeForFileType()
/external/chromium_org/remoting/tools/
Dverify_resources.py53 def ExtractTagFromLine(file_type, line): argument
55 if file_type == "html":
65 elif file_type == 'js':
69 elif file_type == 'cc' or file_type == 'mm':
75 elif file_type == 'json':
79 elif file_type == 'jinja2':
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
Dchecker.py469 def _create_checker(self, file_type, file_path, handle_style_error, argument
472 if file_type == FileType.NONE:
474 elif file_type == FileType.CPP:
478 elif file_type == FileType.JSON:
480 elif file_type == FileType.PYTHON:
482 elif file_type == FileType.XML:
484 elif file_type == FileType.XCODEPROJ:
486 elif file_type == FileType.PNG:
488 elif file_type == FileType.TEXT:
497 % {"file_type": file_type,
[all …]
/external/chromium_org/webkit/browser/fileapi/
Dsandbox_database_test_helper.cc31 leveldb::FileType file_type; in CorruptDatabase() local
33 &number, &file_type)); in CorruptDatabase()
34 if (file_type == type && in CorruptDatabase()
89 leveldb::FileType file_type; in DeleteDatabaseFile() local
91 &number, &file_type)); in DeleteDatabaseFile()
92 if (file_type == type) { in DeleteDatabaseFile()
/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud.cc172 const std::string& file_type, in CloudPrintDataSender() argument
177 file_type_(file_type), in CloudPrintDataSender()
226 const std::string& file_type, in CloudPrintFlowHandler() argument
233 file_type_(file_type), in CloudPrintFlowHandler()
463 const std::string& file_type, in CloudPrintWebDialogDelegate() argument
468 file_type, close_after_signin, callback)), in CloudPrintWebDialogDelegate()
602 const std::string& file_type, in CreateDialogImpl() argument
609 print_ticket, file_type, close_after_signin, callback); in CreateDialogImpl()
643 const std::string& file_type, in CreateDialogForFileImpl() argument
664 print_ticket, file_type)); in CreateDialogForFileImpl()
[all …]
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud.cc161 const std::string& file_type) in CloudPrintDataSender() argument
164 file_type_(file_type) { in CloudPrintDataSender()
226 const std::string& file_type) in CloudPrintFlowHandler() argument
229 file_type_(file_type) { in CloudPrintFlowHandler()
410 const std::string& file_type, in CloudPrintHtmlDialogDelegate() argument
414 file_type)), in CloudPrintHtmlDialogDelegate()
517 const std::string& file_type, in CreateDialogImpl() argument
551 path_to_file, width, height, std::string(), job_title, file_type, in CreateDialogImpl()
573 const std::string& file_type, in CreatePrintDialogForFile() argument
583 file_type, in CreatePrintDialogForFile()
[all …]
Dprint_dialog_cloud_internal.h57 const std::string& file_type);
97 const std::string& file_type);
146 const std::string& file_type,
185 const std::string& file_type,
/external/chromium_org/ppapi/cpp/
Ddirectory_entry.cc21 data_.file_type = data.file_type; in DirectoryEntry()
26 data_.file_type = other.data_.file_type; in DirectoryEntry()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Dremote_sync_delegate.cc70 bool missing_local_file = (metadata.file_type == SYNC_FILE_TYPE_UNKNOWN); in DidPrepareForProcessRemoteChange()
82 local_metadata_.file_type, in DidPrepareForProcessRemoteChange()
126 HandleConflict(callback, remote_file_change().file_type()); in DidPrepareForProcessRemoteChange()
243 local_metadata_.file_type, in HandleConflict()
316 SyncFileType file_type = SYNC_FILE_TYPE_UNKNOWN; in DidGetEntryForConflictResolution() local
318 file_type = SYNC_FILE_TYPE_FILE; in DidGetEntryForConflictResolution()
320 file_type = SYNC_FILE_TYPE_DIRECTORY; in DidGetEntryForConflictResolution()
323 HandleConflict(callback, file_type); in DidGetEntryForConflictResolution()
335 local_metadata_.file_type), in ResolveToLocal()
386 if (remote_file_change().file_type() == SYNC_FILE_TYPE_FILE) { in DidResolveToRemote()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dtest_result_writer.py142 def write_output_files(self, file_type, output, expected): argument
155 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type)
156 expected_filename = self.output_filename(self.FILENAME_SUFFIX_EXPECTED + file_type)
182 file_type = '.txt'
183 actual_filename = self.output_filename(self.FILENAME_SUFFIX_ACTUAL + file_type)
184 expected_filename = self.output_filename(self.FILENAME_SUFFIX_EXPECTED + file_type)
188 diff_filename = self.output_filename(self.FILENAME_SUFFIX_DIFF + file_type)
/external/chromium_org/base/files/
Dfile_enumerator_win.cc45 int file_type) in FileEnumerator() argument
47 file_type_(file_type), in FileEnumerator()
58 int file_type, in FileEnumerator() argument
61 file_type_(file_type), in FileEnumerator()
Dfile_enumerator_posix.cc42 int file_type) in FileEnumerator() argument
46 file_type_(file_type) { in FileEnumerator()
54 int file_type, in FileEnumerator() argument
59 file_type_(file_type), in FileEnumerator()
/external/chromium/chrome/browser/
Dfile_select_helper.cc179 scoped_ptr<SelectFileDialog::FileTypeInfo> file_type( in GetFileTypesFromAcceptType() local
181 file_type->include_all_files = true; in GetFileTypesFromAcceptType()
182 file_type->extensions.resize(1); in GetFileTypesFromAcceptType()
183 std::vector<FilePath::StringType>* extensions = &file_type->extensions.back(); in GetFileTypesFromAcceptType()
230 file_type->extension_description_overrides.push_back( in GetFileTypesFromAcceptType()
234 return file_type.release(); in GetFileTypesFromAcceptType()

1234567