HomeSort by relevance Sort by last modified time
    Searched refs:Count (Results 126 - 150 of 698) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 86 if ( _index < _outer.nodes.Count )
107 if ( _index < _outer.nodes.Count )
110 return _index < _outer.nodes.Count;
184 public virtual int Count
190 throw new InvalidOperationException( "Cannot determine the Count before the buffer is filled." );
192 return nodes.Count;
327 for ( int i = 0; i < nodes.Count; i++ )
397 if ( ( p + k - 1 ) >= nodes.Count )
417 Console.Out.WriteLine( "start last node: " + i + " size==" + nodes.Count );
565 for ( int i = 0; i < nodes.Count; i++
    [all...]
BaseTree.cs 95 return Children.Count;
174 if ( Children == null || i >= Children.Count )
231 c.ChildIndex = Children.Count - 1;
252 t.ChildIndex = Children.Count - 1;
358 replacingWithHowMany = newChildren.Count;
359 int numNewChildren = newChildren.Count;
498 if ( Children == null || Children.Count == 0 )
509 for ( int i = 0; Children != null && i < Children.Count; i++ )
ParseTree.cs 129 for ( int i = 0; i < hiddenTokens.Count; i++ )
160 for ( int i = 0; Children != null && i < Children.Count; i++ )
  /external/libchrome/base/metrics/
histogram_base.h 55 typedef subtle::Atomic32 AtomicCount; // Used to count samples.
56 typedef int32_t Count; // Used to manipulate counts in temporaries.
130 // function increases the |value| bucket by |count|. |count| should be greater
132 virtual void AddCount(Sample value, int count) = 0;
171 // counts to |buckets|, the total sample count to |count| and the total sum
173 virtual void GetCountAndBucketData(Count* count,
186 // Output is the count in the buckets, as well as the percentage
    [all...]
histogram_base.cc 77 HistogramBase::Count old_flags = subtle::NoBarrier_Load(&flags_);
82 HistogramBase::Count old_flags = subtle::NoBarrier_Load(&flags_);
106 Count count; local
109 GetCountAndBucketData(&count, &sum, buckets.get());
116 root.SetInteger("count", count);
160 void HistogramBase::WriteAsciiBucketValue(Count current,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 64 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
105 bool SystemZMCAsmBackend::writeNopData(uint64_t Count,
107 for (uint64_t I = 0; I != Count; ++I)
  /external/opencv3/modules/cudalegacy/perf/
perf_calib3d.cpp 53 DEF_PARAM_TEST_1(Count, int);
58 PERF_TEST_P(Count, Calib3D_ProjectPoints,
61 const int count = GetParam(); local
63 cv::Mat src(1, count, CV_32FC3);
92 PERF_TEST_P(Count, Calib3D_SolvePnPRansac,
97 const int count = GetParam(); local
99 cv::Mat object(1, count, CV_32FC3);
120 const cv::Mat image(1, count, CV_32FC2, &image_vec[0]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 334 UINT Count;
341 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorOutputFormats )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,D3DFORMAT *pFormats);
342 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorInputFormats )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,D3DFORMAT *pFormats);
343 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorCaps )(HANDLE hDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,UINT Count,DXVAHD_VPCAPS *pCaps);
344 typedef HRESULT ( CALLBACK *PDXVAHDSW_GetVideoProcessorCustomRates )(HANDLE hDevice,const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates);
400 STDMETHOD_(HRESULT,GetVideoProcessorCaps)(THIS_ UINT Count,DXVAHD_VPCAPS *pCaps) PURE;
401 STDMETHOD_(HRESULT,GetVideoProcessorCustomRates)(THIS_ const GUID *pVPGuid,UINT Count,DXVAHD_CUSTOM_RATE_DATA *pRates) PURE;
404 STDMETHOD_(HRESULT,GetVideoProcessorInputFormats)(THIS_ UINT Count,D3DFORMAT *pFormats) PURE;
405 STDMETHOD_(HRESULT,GetVideoProcessorOutputFormats)(THIS_ UINT Count,D3DFORMAT *pFormats) PURE;
415 #define IDXVAHD_Device_GetVideoProcessorCaps(This,Count,pCaps) (This)->lpVtbl->GetVideoProcessorCaps(This,Count,pCaps
    [all...]
dxgitype.h 25 UINT Count;
rtinfo.h 22 ULONG Count;
  /art/runtime/
dex_instruction_visitor_test.cc 42 TEST(InstructionTest, Count) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 80 FOLLOW_identifier_in_stat20 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_identifier_in_stat20_data Count:(NSUInteger)1] retain];
81 FOLLOW_ID_in_identifier35 = [[ANTLRBitSet newANTLRBitSetWithBits:(const unsigned long long *)FOLLOW_ID_in_identifier35_data Count:(NSUInteger)1] retain];
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 36 public static final byte Count = 1;
63 public int count; field in class:EventMod
103 count = -1;
  /external/avahi/avahi-sharp/
AddressResolver.cs 144 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
163 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
DomainBrowser.cs 145 (addListeners.Count == 0 && removeListeners.Count == 0))
161 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
HostNameResolver.cs 124 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
140 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
ServiceTypeBrowser.cs 141 (addListeners.Count == 0 && removeListeners.Count == 0))
157 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
  /external/clang/tools/libclang/
CXString.cpp 117 Set->Count = Strings.size();
118 Set->Strings = new CXString[Set->Count];
119 for (unsigned SI = 0, SE = Set->Count; SI < SE; ++SI)
189 for (unsigned SI = 0, SE = set->Count; SI < SE; ++SI)
  /external/dng_sdk/source/
dng_matrix.cpp 94 void dng_matrix::SetIdentity (uint32 count)
97 *this = dng_matrix (count, count);
99 for (uint32 j = 0; j < count; j++)
425 dng_vector::dng_vector (uint32 count)
431 if (count < 1 || count > kMaxColorPlanes)
438 fCount = count;
477 void dng_vector::SetIdentity (uint32 count)
480 *this = dng_vector (count);
    [all...]
  /external/llvm/bindings/go/llvm/
IRBindings.cpp 61 unsigned Count) {
63 MDNode::get(*unwrap(C), ArrayRef<Metadata *>(unwrap(MDs), Count)));
67 unsigned Count) {
69 ArrayRef<Metadata *>(unwrap(MDs), Count))
  /external/llvm/include/llvm/MC/
MCLinkerOptimizationHint.h 136 uint64_t Count;
138 void write_impl(const char *, size_t size) override { Count += size; }
140 uint64_t current_pos() const override { return Count; }
143 raw_counting_ostream() : Count(0) {}
  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 50 virtual void Observe(MachineInstr *MI, unsigned Count,
  /external/v8/src/
bit-vector.cc 43 int BitVector::Count() const {
44 int count = 0; local
48 count += base::bits::CountPopulation64(data);
50 count += base::bits::CountPopulation32(static_cast<uint32_t>(data));
53 return count;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 81 return Children.Count;
145 if (children == null || i >= children.Count)
193 c.ChildIndex = children.Count - 1;
209 t.ChildIndex = children.Count - 1;
301 replacingWithHowMany = newChildren.Count;
302 int numNewChildren = newChildren.Count;
416 if (children == null || children.Count == 0) {
425 for (int i = 0; children != null && i < children.Count; i++) {
ParseTree.cs 108 for (int i = 0; i < hiddenTokens.Count; i++) {
135 for (int i = 0; Children != null && i < Children.Count; i++) {

Completed in 1336 milliseconds

1 2 3 4 56 7 8 91011>>