Searched defs:Format (Results 1 - 25 of 110) sorted by relevance

12345

/external/chromium-trace/catapult/perf_insights/perf_insights/results/
H A Doutput_formatter.py14 def Format(self, results): member in class:OutputFormatter
H A Djson_output_formatter.py16 def Format(self, result_list): member in class:JSONOutputFormatter
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
H A Doutput_formatter.py24 def Format(self, page_test_results): member in class:OutputFormatter
H A Dcsv_pivot_table_output_formatter.py33 def Format(self, page_test_results): member in class:CsvPivotTableOutputFormatter
H A Dchart_json_output_formatter.py77 def Format(self, page_test_results): member in class:ChartJsonOutputFormatter
H A Djson_output_formatter.py55 def Format(self, page_test_results): member in class:JsonOutputFormatter
H A Dbuildbot_output_formatter.py26 def Format(self, page_test_results): member in class:BuildbotOutputFormatter
H A Dcsv_pivot_table_output_formatter_unittest.py56 def Format(self): member in class:CsvPivotTableOutputFormatterTest
57 self._formatter.Format(self._results)
71 self.assertEqual(expected, self.Format())
91 csv_string = self.Format()
109 output = self.Format().split(self._LINE_SEPARATOR)
/external/gemmlowp/internal/
H A Dkernel_SSE.h36 Format; typedef in struct:gemmlowp::SSE4_32_Kernel4x4Depth2
46 std::int32_t run_depth_cells = run_depth / Format::kDepth;
209 Format; typedef in struct:gemmlowp::SSE4_64_Kernel12x4Depth2
219 const std::int64_t run_depth_cells = run_depth / Format::kDepth;
H A Dkernel_reference.h30 // This kernel is templatized in an arbitrary Format template parameter,
34 typedef tFormat Format; typedef in struct:gemmlowp::ReferenceKernel
40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth,
41 Format::Lhs::Cell::kDepth,
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells,
43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth,
44 CellOrderName(Format
[all...]
H A Dkernel_neon.h37 Format; typedef in struct:gemmlowp::NEON_32_Kernel12x4Depth2
271 Format; typedef in struct:gemmlowp::NEON_32_Kernel12x4Depth2Assuming12BitProducts
650 Format; typedef in struct:gemmlowp::NEON_64_Kernel12x8Depth2
993 Format; typedef in struct:gemmlowp::NEONKernel4Nx1Depth2
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/chromium-trace/catapult/telemetry/
H A Djson_format29 def Format(file_path): function
48 help='Format the JSON file.')
51 Format(options.file_path)
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfCompressor.h83 // Format of the pixel data read and written
89 enum Format enum in class:Imf::Compressor
95 virtual Format format () const;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItemFactory.java29 package org.jf.baksmali.Adaptors.Format;
H A DArrayDataMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DOffsetInstructionFormatMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DUnresolvedOdexInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DPackedSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DSparseSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
/external/skia/src/gpu/vk/
H A DGrVkStencilAttachment.h20 struct Format { struct in class:GrVkStencilAttachment
29 int sampleCnt, const Format& format);
47 const Format& format,
54 Format fFormat;
/external/icu/icu4c/source/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
53 // class Format
70 Format::Format() function in class:Format
78 Format::~Format()
85 Format::Format(const Format function in class:Format
[all...]
/external/llvm/tools/llvm-diff/
H A DDiffLog.h36 StringRef Format; member in class:llvm::LogBuilder
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} argument
43 : consumer(L.consumer), Format(L.Format),
/external/skia/src/sfnt/
H A DSkOTTable_post.h24 struct Format { struct in struct:SkOTTablePostScript
/external/clang/include/clang/Frontend/
H A DPCHContainerOperations.h105 const PCHContainerWriter *getWriterOrNull(StringRef Format) { argument
106 return Writers[Format].get();
108 const PCHContainerReader *getReaderOrNull(StringRef Format) { argument
109 return Readers[Format].get();

Completed in 1515 milliseconds

12345