Home
last modified time | relevance | path

Searched defs:const (Results 6776 - 6800 of 11683) sorted by relevance

1...<<271272273274275276277278279280>>...468

/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktraceMap.h145 size_t size() const { return maps_.size(); } in size() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h273 bool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); } in operator !=() argument
400 isCustomCurrencySymbol() const isCustomCurrencySymbol() argument
407 isCustomIntlCurrencySymbol() const isCustomIntlCurrencySymbol() argument
414 getCodePointZero() const getCodePointZero() argument
514 getSymbol(ENumberFormatSymbol symbol) const getSymbol() argument
526 getConstSymbol(ENumberFormatSymbol symbol) const getConstSymbol() argument
537 getConstDigitSymbol(int32_t digit) const getConstDigitSymbol() argument
585 getLocale() const getLocale() argument
591 getCurrencyPattern() const getCurrencyPattern() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp303 clone() const clone() argument
308 format(double number, UnicodeString& appendTo, FieldPosition& ) const format() argument
313 format(int32_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
318 format(int64_t number, UnicodeString& appendTo, FieldPosition& ) const format() argument
323 parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const parse() argument
343 format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *fmt, ...) const format() argument
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp80 void IcuToolErrorCode::handleFailure() const { in handleFailure() argument
[all...]
H A Dppucd.h115 getLineNumber() const getLineNumber() argument
121 getUnicodeVersion() const getUnicodeVersion() argument
124 lineHasPropertyValues() const lineHasPropertyValues() argument
[all...]
/third_party/littlefs/scripts/
H A Dperfbd.py1212 const=0, variable in main.AppendSort
1223 const=THRESHOLD, variable in main.AppendSort
1230 const=THRESHOLD, variable in main.AppendSort
1237 const=THRESHOLD, variable in main.AppendSort
1244 const=THRESHOLD, variable in main.AppendSort
1266 const=0, variable in main.AppendSort
H A Dstack.py726 const=0, variable in .AppendSort
/third_party/libphonenumber/cpp/src/phonenumbers/base/memory/
H A Dscoped_ptr.h159 T* get() const { return data_.ptr; } in get() argument
162 const D& get_deleter() const { return data_; } in get_deleter() argument
268 operator *() const operator *() argument
272 operator ->() const operator ->() argument
276 get() const get() argument
280 get_deleter() const get_deleter() argument
288 operator Testable() const operator Testable() argument
293 operator ==(const element_type* p) const operator ==() argument
294 operator !=(const element_type* p) const operator !=() argument
356 operator [](size_t i) const operator []() argument
360 get() const get() argument
364 get_deleter() const get_deleter() argument
372 operator Testable() const operator Testable() argument
377 operator ==(element_type* array) const operator ==() argument
378 operator !=(element_type* array) const operator !=() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h61 data() const data() argument
62 size() const size() argument
63 length() const length() argument
64 empty() const empty() argument
83 operator [](size_type i) const operator []() argument
94 compare(const StringPiece& x) const compare() argument
104 as_string() const as_string() argument
113 starts_with(const StringPiece& x) const starts_with() argument
119 ends_with(const StringPiece& x) const ends_with() argument
124 begin() const begin() argument
125 end() const end() argument
126 rbegin() const rbegin() argument
129 rend() const rend() argument
133 max_size() const max_size() argument
134 capacity() const capacity() argument
144 find_first_of(char c, size_type pos = 0) const find_first_of() argument
150 find_last_of(char c, size_type pos = npos) const find_last_of() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc83 const AreaCodeMap* PhoneNumberOfflineGeocoder::GetPhonePrefixDescriptions( in GetPhonePrefixDescriptions() argument
98 LoadAreaCodeMapFromFile( const string& filename) const LoadAreaCodeMapFromFile() argument
117 GetCountryNameForNumber( const PhoneNumber& number, const Locale& language) const GetCountryNameForNumber() argument
124 GetRegionDisplayName( const string* region_code, const Locale& language) const GetRegionDisplayName() argument
139 GetDescriptionForValidNumber( const PhoneNumber& number, const Locale& language) const GetDescriptionForValidNumber() argument
148 GetDescriptionForValidNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const GetDescriptionForValidNumber() argument
163 GetDescriptionForNumber( const PhoneNumber& number, const Locale& locale) const GetDescriptionForNumber() argument
176 GetDescriptionForNumber( const PhoneNumber& number, const Locale& language, const string& user_region) const GetDescriptionForNumber() argument
190 GetAreaDescription( const PhoneNumber& number, const string& lang, const string& script, const string& region) const GetAreaDescription() argument
216 MayFallBackToEnglish( const string& lang) const MayFallBackToEnglish() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc79 virtual string ToString() const { in ToString() argument
90 int position() const { in position() argument
126 Consume(RegExpInput* input_string, bool anchor_at_start, string* matched_string1, string* matched_string2, string* matched_string3, string* matched_string4, string* matched_string5, string* matched_string6) const Consume() argument
167 Match(const string& input_string, bool full_match, string* matched_string) const Match() argument
189 Replace(string* string_to_process, bool global, const string& replacement_string) const Replace() argument
236 CreateInput(const string& utf8_input) const CreateInput() argument
240 CreateRegExp(const string& utf8_regexp) const CreateRegExp() argument
[all...]
H A Dregexp_adapter_re2.cc41 virtual string ToString() const { in ToString() argument
99 Consume(RegExpInput* input_string, bool anchor_at_start, string* matched_string1, string* matched_string2, string* matched_string3, string* matched_string4, string* matched_string5, string* matched_string6) const Consume() argument
124 Match(const string& input_string, bool full_match, string* matched_string) const Match() argument
136 Replace(string* string_to_process, bool global, const string& replacement_string) const Replace() argument
155 CreateInput(const string& utf8_input) const CreateInput() argument
159 CreateRegExp(const string& utf8_regexp) const CreateRegExp() argument
[all...]
H A Dshortnumberinfo.cc77 const PhoneMetadata* ShortNumberInfo::GetMetadataForRegion( in GetMetadataForRegion() argument
105 bool ShortNumberInfo::RegionDialingFromMatchesNumber(const PhoneNumbe argument
115 IsPossibleShortNumberForRegion(const PhoneNumber& number, const string& region_dialing_from) const IsPossibleShortNumberForRegion() argument
133 IsPossibleShortNumber(const PhoneNumber& number) const IsPossibleShortNumber() argument
154 IsValidShortNumberForRegion( const PhoneNumber& number, const string& region_dialing_from) const IsValidShortNumberForRegion() argument
176 IsValidShortNumber(const PhoneNumber& number) const IsValidShortNumber() argument
188 GetExpectedCostForRegion( const PhoneNumber& number, const string& region_dialing_from) const GetExpectedCostForRegion() argument
234 GetExpectedCost( const PhoneNumber& number) const GetExpectedCost() argument
271 GetRegionCodeForShortNumberFromRegionList( const PhoneNumber& number, const list<string>& region_codes, string* region_code) const GetRegionCodeForShortNumberFromRegionList() argument
296 GetExampleShortNumber(const string& region_code) const GetExampleShortNumber() argument
308 GetExampleShortNumberForCost(const string& region_code, ShortNumberInfo::ShortNumberCost cost) const GetExampleShortNumberForCost() argument
336 ConnectsToEmergencyNumber(const string& number, const string& region_code) const ConnectsToEmergencyNumber() argument
342 IsEmergencyNumber(const string& number, const string& region_code) const IsEmergencyNumber() argument
348 MatchesEmergencyNumberHelper(const string& number, const string& region_code, bool allow_prefix_match) const MatchesEmergencyNumberHelper() argument
372 IsCarrierSpecific(const PhoneNumber& number) const IsCarrierSpecific() argument
386 IsCarrierSpecificForRegion(const PhoneNumber& number, const string& region_dialing_from) const IsCarrierSpecificForRegion() argument
400 IsSmsServiceForRegion(const PhoneNumber& number, const string& region_dialing_from) const IsSmsServiceForRegion() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h234 utf8_data() const utf8_data() argument
254 utf8_data() const utf8_data() argument
258 get_utf8(char* buf) const get_utf8() argument
263 rbegin() const rbegin() argument
266 rend() const rend() argument
285 utf8_data() const utf8_data() argument
286 utf8_length() const utf8_length() argument
287 utf8_capacity() const utf8_capacity() argument
317 UTF8WasValid() const UTF8WasValid() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dframe-states.h41 size_t GetOffsetToPokeAt() const { in GetOffsetToPokeAt() argument
46 bool IsOutputIgnored() const { return parameter_ == kInvalidIndex; } in IsOutputIgnored() argument
48 size_t ConsumedOutputCount() const { return IsOutputIgnored() ? 0 : 1; } in ConsumedOutputCount() argument
50 bool operator==(OutputFrameStateCombine const& other) const { in operator ==() argument
53 bool operator!=(OutputFrameStateCombine const& other) const { in operator !=() argument
95 local_count() const local_count() argument
96 parameter_count() const parameter_count() argument
97 shared_info() const shared_info() argument
98 type() const type() argument
125 signature() const signature() argument
141 type() const type() argument
145 bailout_id() const bailout_id() argument
146 state_combine() const state_combine() argument
147 shared_info() const shared_info() argument
151 parameter_count() const parameter_count() argument
154 local_count() const local_count() argument
157 function_info() const function_info() argument
[all...]
H A Dgraph-visualizer.h79 int GetIdAt(size_t pos) const { return source_ids_[pos]; } in GetIdAt() argument
[all...]
H A Dstate-values-utils.cc398 bool StateValuesAccess::iterator::operator!=(iterator const& other) const { in operator !=() argument
415 size_t StateValuesAccess::size() const { in size() argument
H A Dbytecode-analysis.h34 int parameter_count() const { return parameter_count_; } in parameter_count() argument
35 int local_count() const { return bit_vector_->length() - parameter_count_; } in local_count() argument
53 int suspend_id() const { return suspend_id_; } in suspend_id() argument
54 int target_offset() const { retur in suspend_id() argument
55 is_leaf() const is_leaf() argument
117 GetLoopInfos() const GetLoopInfos() argument
120 resume_jump_targets() const resume_jump_targets() argument
131 osr_entry_point() const osr_entry_point() argument
136 osr_bailout_id() const osr_bailout_id() argument
139 liveness_analyzed() const liveness_analyzed() argument
143 bytecode_count() const bytecode_count() argument
164 zone() const zone() argument
165 bytecode_array() const bytecode_array() argument
170 liveness_map() const liveness_map() argument
[all...]
H A Dbytecode-liveness-map.h24 int operator*() const { in operator *() argument
32 bool operator!=(const Iterator& other) const { return it_ != other.it_; } in operator !=() argument
62 bool RegisterIsLive(int index) const { in RegisterIsLive() argument
68 bool AccumulatorIsLive() const { retur argument
70 Equals(const BytecodeLivenessState& other) const Equals() argument
104 register_count() const register_count() argument
107 live_value_count() const live_value_count() argument
109 begin() const begin() argument
111 end() const end() argument
151 GetLiveness(int offset) const GetLiveness() argument
160 GetInLiveness(int offset) const GetInLiveness() argument
167 GetOutLiveness(int offset) const GetOutLiveness() argument
[all...]
H A Dgraph-reducer.h37 Node* replacement() const { return replacement_; } in replacement() argument
38 bool Changed() const { return replacement() != nullptr; } in Changed() argument
39 Reduction FollowedBy(Reduction next) const { in FollowedBy() argument
150 Graph* graph() const { return graph_; } in graph() argument
[all...]
H A Dloop-variable-optimizer.h22 Node* phi() const { return phi_; } in phi() argument
23 Node* effect_phi() const { return effect_phi_; } in effect_phi() argument
24 Node* arith() const { return arith_; } in arith() argument
25 Node* increment() const { return increment_; } in increment() argument
26 Node* init_value() const { return init_value_; } in init_value() argument
[all...]
H A Dnode-origin-table.h41 int64_t created_from() const { return created_from_; } in created_from() argument
42 const char* reducer_name() const { return reducer_name_; } in reducer_name() argument
43 const cha in reducer_name() argument
45 origin_kind() const origin_kind() argument
47 operator ==(const NodeOrigin& o) const operator ==() argument
[all...]
H A Dredundancy-elimination.cc77 Equals( EffectPathChecks const* that) const Equals() argument
120 AddCheck(Zone* zone, Node* node) const AddCheck() argument
226 LookupCheck(Node* node) const LookupCheck() argument
236 LookupBoundsCheckFor( Node* node) const LookupBoundsCheckFor() argument
250 Get(Node* node) const Get() argument
[all...]
H A Dproperty-access-builder.cc25 Graph* PropertyAccessBuilder::graph() const { return jsgraph()->graph(); } in graph() argument
27 Isolate* PropertyAccessBuilder::isolate() const { return jsgraph()->isolate(); } in isolate() argument
29 CommonOperatorBuilder* PropertyAccessBuilder::common() const { in common() argument
33 SimplifiedOperatorBuilder* PropertyAccessBuilder::simplified() const { in simplified() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h72 int latency() const { return latency_; } in latency() argument
74 int total_latency() const { return total_latency_; } in total_latency() argument
77 int start_cycle() const { return start_cycle_; } in start_cycle() argument
113 bool IsEmpty() const { return nodes_.empty(); } in IsEmpty() argument
157 bool IsBarrier(const Instruction* instr) const { in IsBarrier() argument
163 HasSideEffect(const Instruction* instr) const HasSideEffect() argument
168 IsLoadOperation(const Instruction* instr) const IsLoadOperation() argument
172 CanTrap(const Instruction* instr) const CanTrap() argument
185 MayNeedDeoptOrTrapCheck(const Instruction* instr) const MayNeedDeoptOrTrapCheck() argument
191 DependsOnDeoptOrTrap(const Instruction* instr) const DependsOnDeoptOrTrap() argument
198 IsFixedRegisterParameter(const Instruction* instr) const IsFixedRegisterParameter() argument
[all...]

Completed in 18 milliseconds

1...<<271272273274275276277278279280>>...468