Searched refs:file_format (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/common/ |
D | task-context.cc | 60 const std::string &file_format, in GetInput() argument 63 if (!file_format.empty()) { in GetInput() 66 if (input->file_format(i) == file_format) found = true; in GetInput() 68 if (!found) input->add_file_format(file_format); in GetInput() 176 const std::string &file_format, in Supports() argument 182 if (input.file_format(i) == file_format) { in Supports()
|
D | task-context.h | 41 const std::string &file_format, 72 static bool Supports(const TaskInput &input, const std::string &file_format,
|
D | task-spec.proto | 29 repeated string file_format = 3; field 40 optional string file_format = 8; field
|
/external/autotest/server/brillo/ |
D | audio_utils.py | 108 file_format='wav'): argument 123 prefix='sine-', suffix='.' + file_format, dir=temp_dir) 134 if file_format != 'wav': 136 logging.info('Converting file to %s', file_format) 138 prefix='sine-', suffix='.' + file_format, dir=temp_dir) 146 remote_filename = os.path.join(dut_tmp_dir, 'sine.' + file_format)
|
/external/autotest/server/site_tests/brillo_DecodingAudioTest/ |
D | brillo_DecodingAudioTest.py | 33 def run_once(self, host, fb_client, file_format, argument 55 _DEFAULT_SINE_FREQUENCY, self.temp_dir, file_format)
|
D | control.mp3.decode | 43 file_format='mp3',
|
/external/markdown/tests/misc/ |
D | link-with-parenthesis.txt | 1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
|
/external/sqlite/dist/ |
D | Android.patch | 72 if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){
|
D | sqlite3.c | 13944 u8 file_format; /* Schema format version for this file */ member 71030 const int file_format = 1; 71039 iSerial = sqlite3VdbeSerialType(argv[0], file_format, &nVal); 74509 SQLITE_PRIVATE u32 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen){ 74529 if( (i&1)==i && file_format>=4 ){ 80944 int file_format; /* File format to use for encoding */ 80973 file_format = p->minWriteFileFormat; 81011 pRec->uTemp = serial_type = sqlite3VdbeSerialType(pRec, file_format, &len); 81530 pDb->pSchema->file_format = pOp->p3; 81652 if( pDb->pSchema->file_format < p->minWriteFileFormat ){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 13944 u8 file_format; /* Schema format version for this file */ member 71030 const int file_format = 1; 71039 iSerial = sqlite3VdbeSerialType(argv[0], file_format, &nVal); 74509 SQLITE_PRIVATE u32 sqlite3VdbeSerialType(Mem *pMem, int file_format, u32 *pLen){ 74529 if( (i&1)==i && file_format>=4 ){ 80944 int file_format; /* File format to use for encoding */ 80973 file_format = p->minWriteFileFormat; 81011 pRec->uTemp = serial_type = sqlite3VdbeSerialType(pRec, file_format, &len); 81530 pDb->pSchema->file_format = pOp->p3; 81652 if( pDb->pSchema->file_format < p->minWriteFileFormat ){ [all …]
|