Searched refs:num_ (Results 1 – 14 of 14) sorted by relevance
26 num_ = 0; in WorkRecord()67 parcel.WriteInt32(num_); in Marshalling()84 parcel.WriteInt32(num_); in MarshallingWorkRecord()86 parcel.WriteInt32(num_); in MarshallingWorkRecord()177 return num_; in Size()182 if (num_ == 0) { in IsEmpty()197 num_++; in Add()210 num_++; in Add()237 num_--; in Remove()262 num_--; in Remove()[all …]
124 /* private changed to for testing: */ public get num_(): number {127 /* private changed to for testing: */ public set num_(newValue: number) {156 num_?: number,169 public updateWithValueParams(params: { num_?: number, reg_?: string }): void {171 if (params.num_) {172 this.num_ = params.num_;201 …console.debug(`${this.id__()}:${this.constructor.name}: render: state is: num_: ${this.num_}, link…232 test(`childView.num_ value ok`, childView.num_ == 1);267 test(`childView.num_ unchanged`, childView.num_ == 1);284 test(`childView.num_ unchanged`, childView.num_ == 1);
52 num_ = num; in Init()62 for (uint32_t i = 0; i < num_; ++i) { in Reset()71 return writeIndex_ == (readIndex_ ^ num_); in IsFull()99 uint32_t index = writeIndex_ & (num_ - 1); in Push()105 writeIndex_ = (writeIndex_ + 1) & (2 * num_ - 1); // 2: logic buffer size in Push()130 uint32_t index = readIndex_ & (num_ - 1); in Pop()136 readIndex_ = (readIndex_ + 1) & (2 * num_ - 1); // 2: logic buffer size in Pop()176 for (uint32_t i = 0; i < num_ && bufArray_[i] != nullptr; i++) { in Release()
48 uint32_t num_ = 0; // buffer num variable
123 explicit NumWrapper(std::atomic<uint32_t> &num) : num_(num) in NumWrapper()125 ++num_; in NumWrapper()130 --num_; in ~NumWrapper()134 std::atomic<uint32_t> &num_;
96 num_ = num; in SetNum()106 return num_; in GetNum()
282 workrecord->num_ = 1;290 workrecord->num_ = 1;294 workrecord->num_ = 1;298 workrecord->num_ = -1;
37 int num_ {0};
56 int num_;
264 uint32_t &num_;
138 num_ = count_.fetch_add(1, std::memory_order_relaxed); in CapturerStateOb()148 callback_(isActive, num_); in OnCapturerState()153 int32_t num_; member in OHOS::AudioStandard::CapturerStateOb
1246 CdmaSmsNumberMessages::CdmaSmsNumberMessages(uint32_t &num) : num_(num) in CdmaSmsNumberMessages()1269 num_ = (((v & 0xf0) >> BIT4) * DECIMAL_NUM) + (v & 0x0f); in Decode()
2992 constructor(num_: number) {2993 this.num = num_;
2994 constructor(num_: number) {2995 this.num = num_;