Searched refs:Count (Results 176 - 200 of 501) sorted by relevance

1234567891011>>

/external/chromium_org/base/metrics/
H A Dsample_map_unittest.cc68 HistogramBase::Count count;
109 HistogramBase::Count count;
H A Dsample_vector_unittest.cc182 vector<HistogramBase::Count> counts(3);
193 HistogramBase::Count count;
251 HistogramBase::Count count;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_user_data_logger_unittest.cc22 base::HistogramBase::Count GetTotalCount(const std::string& histogram_name) {
29 base::HistogramBase::Count GetBinCount(const std::string& histogram_name,
/external/chromium_org/third_party/skia/src/utils/
H A DSkParse.cpp65 int SkParse::Count(const char str[]) function in class:SkParse
86 int SkParse::Count(const char str[], char separator) function in class:SkParse
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h181 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
182 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
201 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
202 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "wR");
222 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
223 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
232 uint8_t Count = ((Opcode1 & 0x0f) >> 0); local
233 PrintRegisters((((1 << (Count + 1)) - 1) << Start), "d");
/external/skia/src/utils/
H A DSkParse.cpp65 int SkParse::Count(const char str[]) function in class:SkParse
86 int SkParse::Count(const char str[], char separator) function in class:SkParse
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DStats.cs78 int m = X.Count;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs100 if (nodes != null && nodes.Count > 0) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs112 if ( nodes != null && nodes.Count > 0 )
/external/chromium_org/ppapi/tests/
H A Dtest_uma.cc20 RUN_TEST(Count, filter);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_points.c64 for (i = 0; i < VB->Count; i++) {
H A Dt_vb_cliptmp.h124 GLuint newvert = VB->Count;
192 GLuint newvert = VB->Count;
242 ASSERT( inlist[0] >= VB->Count );
272 GLuint newvert = VB->Count;
305 ASSERT( inlist[0] >= VB->Count );
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.h37 uint64_t Count() const;
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs345 public int Count { property in class:StatsViewer.StatsTableCounters
347 return counters_.Count;
497 public int Count { property in class:StatsViewer.StatsTableProcesses
499 return pids_.Count;
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.h128 uint8_t Count; member in struct:phFriNfc_NdefReg_CbParam
132 * The number of records here will be equal to the first parameter Count.
/external/llvm/include/llvm/Transforms/
H A DScalar.h144 Pass *createLoopUnrollPass(int Threshold = -1, int Count = -1,
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp58 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs165 if (paramIndex >= nonSwitchStrings.Count)
189 if (paramIndex < nonSwitchStrings.Count)
217 if (paramIndex >= nonSwitchStrings.Count)
230 if (paramIndex >= nonSwitchStrings.Count)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_points.c64 for (i = 0; i < VB->Count; i++) {
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_GlobalData.h27 int Count() const;
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs189 item.ImageIndex = item.ImageList.Images.Count - 1;
208 for (int i = 0; i < listViewProcesses.Columns.Count; ++i) {
216 if (i == listViewProcesses.Columns.Count - 1 && (total + capped) < (globalMinWidth - 4))
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp172 Meta.Count = 0;
179 it->second.Count++;
182 NewName += (Twine(it->second.TableNum) + "_" + Twine(it->second.Count)).str();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp361 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
366 bool MipsAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { argument
370 if (Count % 4) return false;
372 uint64_t NumNops = Count / 4;
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp207 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override {
209 if (Count % 4 != 0)
212 uint64_t NumNops = Count / 4;
/external/chromium_org/v8/src/arm64/
H A Ddeoptimizer-arm64.cc131 (saved_registers.Count() * kXRegSize) +
132 (saved_fp_registers.Count() * kDRegSize);
135 const int kFPRegistersOffset = saved_registers.Count() * kXRegSize;
174 for (int i = 0; i < saved_registers.Count(); i++) {
183 for (int i = 0; i < saved_fp_registers.Count(); i++) {

Completed in 6094 milliseconds

1234567891011>>