Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/chromium_org/third_party/icu/source/i18n/
Duspoof.cpp137 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
152 uspoof_close(USpoofChecker *sc) { in uspoof_close()
160 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
178 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
187 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
196 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
206 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
215 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
225 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
231 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp170 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
185 uspoof_close(USpoofChecker *sc) { in uspoof_close()
193 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
211 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
220 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
229 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
239 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
248 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
258 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
264 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
155 static INLINE void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
186 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
197 cso_find_state(struct cso_cache *sc, in cso_find_state()
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
239 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local
263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state()
279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_cache.c83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type()
155 static INLINE void sanitize_hash(struct cso_cache *sc, in sanitize_hash()
186 cso_insert_state(struct cso_cache *sc, in cso_insert_state()
197 cso_find_state(struct cso_cache *sc, in cso_find_state()
225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template()
239 void * cso_take_state(struct cso_cache *sc, in cso_take_state()
248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local
263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state()
279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete()
300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size()
[all …]
/external/chromium_org/third_party/libaddressinput/chromium/
Dstring_compare_unittest.cc13 i18n::addressinput::StringCompare sc; in TEST() local
18 i18n::addressinput::StringCompare sc; in TEST() local
23 i18n::addressinput::StringCompare sc; in TEST() local
/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp170 SymbolFileSymtab::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage()
177 SymbolFileSymtab::ParseCompileUnitFunctions (const SymbolContext &sc) in ParseCompileUnitFunctions()
258 SymbolFileSymtab::ParseCompileUnitLineTable (const SymbolContext &sc) in ParseCompileUnitLineTable()
264 SymbolFileSymtab::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList &support_file… in ParseCompileUnitSupportFiles()
270 SymbolFileSymtab::ParseFunctionBlocks (const SymbolContext &sc) in ParseFunctionBlocks()
277 SymbolFileSymtab::ParseTypes (const SymbolContext &sc) in ParseTypes()
284 SymbolFileSymtab::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext()
302 SymbolFileSymtab::FindNamespace (const SymbolContext& sc, const ConstString &name, const ClangNames… in FindNamespace()
308 …ileSymtab::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext()
384 SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc, in FindTypes()
/external/lldb/source/Symbol/
DSymbolVendor.cpp149 SymbolVendor::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage()
163 SymbolVendor::ParseCompileUnitFunctions (const SymbolContext &sc) in ParseCompileUnitFunctions()
176 SymbolVendor::ParseCompileUnitLineTable (const SymbolContext &sc) in ParseCompileUnitLineTable()
189 SymbolVendor::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList& support_files) in ParseCompileUnitSupportFiles()
202 SymbolVendor::ParseFunctionBlocks (const SymbolContext &sc) in ParseFunctionBlocks()
215 SymbolVendor::ParseTypes (const SymbolContext &sc) in ParseTypes()
228 SymbolVendor::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext()
255 …bolVendor::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext()
334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl… in FindTypes()
364 SymbolVendor::FindNamespace(const SymbolContext& sc, const ConstString &name, const ClangNamespaceD… in FindNamespace()
DCompileUnit.cpp59 CompileUnit::CalculateSymbolContext(SymbolContext* sc) in CalculateSymbolContext()
228 SymbolContext sc; in GetLanguage() local
248 SymbolContext sc; in GetLineTable() local
272 SymbolContext sc; in GetVariableList() local
348 SymbolContext sc(GetModule()); in ResolveSymbolContext() local
449 SymbolContext sc; in GetSupportFiles() local
DUnwindTable.cpp72 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetFuncUnwindersContainingAddress()
115 UnwindTable::GetUncachedFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetUncachedFuncUnwindersContainingAddress()
/external/lldb/source/Commands/
DCommandObjectSource.cpp356 DisplayFunctionSource (const SymbolContext &sc, in DisplayFunctionSource()
539 SymbolContext sc; in DoExecute() local
569 SymbolContext sc; in DoExecute() local
592 SymbolContext sc; in DoExecute() local
624 SymbolContext sc; in DoExecute() local
648 SymbolContext sc; in DoExecute() local
675 SymbolContext sc; in DoExecute() local
814 SymbolContext sc; in DoExecute() local
837 SymbolContext sc; in DoExecute() local
DCommandObjectDisassemble.cpp455 SymbolContext sc; in DoExecute() local
488 … SymbolContext sc(frame->GetSymbolContext(eSymbolContextFunction | eSymbolContextSymbol)); in DoExecute() local
531 … SymbolContext sc(frame->GetSymbolContext(eSymbolContextFunction | eSymbolContextSymbol)); in DoExecute() local
/external/lldb/source/API/
DSBSymbolContextList.cpp55 SymbolContext sc; in GetContextAtIndex() local
72 SBSymbolContextList::Append(SBSymbolContext &sc) in Append()
/external/aac/libAACenc/src/
Dbit_cnt.cpp115 INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local
191 INT bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11() local
262 INT bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count5_6_7_8_9_10_11() local
317 INT bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count7_8_9_10_11() local
367 INT bc9_10,bc11,sc; in FDKaacEnc_count9_10_11() local
414 INT bc11,sc; in FDKaacEnc_count11() local
455 INT bc11,ec,sc; in FDKaacEnc_countEsc() local
/external/iproute2/tc/
Dq_hfsc.c227 hfsc_print_sc(FILE *f, char *name, struct tc_service_curve *sc) in hfsc_print_sc()
293 hfsc_get_sc1(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc1()
336 hfsc_get_sc2(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc2()
398 hfsc_get_sc(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc()
/external/chromium_org/content/public/browser/
Dmedia_device_id.cc15 std::string GetHMACForMediaDeviceID(const ResourceContext::SaltCallback& sc, in GetHMACForMediaDeviceID()
30 bool DoesMediaDeviceIDMatchHMAC(const ResourceContext::SaltCallback& sc, in DoesMediaDeviceIDMatchHMAC()
/external/ipsec-tools/src/racoon/
Dschedule.c158 sched_add(sc) in sched_add() argument
198 sched_kill(sc) in sched_kill() argument
211 struct sched *sc; local
/external/eigen/test/
Dcorners.cpp35 Index sc = internal::random<Index>(1,cols) - 1; in corners() local
57 sc = SCols in corners_fixedsize() enumerator
/external/chromium-trace/trace-viewer/src/tracing/importer/
Dtimeline_stream_importer_test.js167 sc: [4], property
187 sc: [4], property
242 sc: [4, 3, 2], property
263 sc: [4, 3, 2], property
288 sc: [4, 3], property
312 sc: [4, 3, 2, 5], property
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp549 SymbolFileDWARFDebugMap::GetSymbolFile (const SymbolContext& sc) in GetSymbolFile()
681 SymbolFileDWARFDebugMap::GetCompUnitInfo (const SymbolContext& sc) in GetCompUnitInfo()
706 SymbolFileDWARFDebugMap::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage()
715 SymbolFileDWARFDebugMap::ParseCompileUnitFunctions (const SymbolContext& sc) in ParseCompileUnitFunctions()
724 SymbolFileDWARFDebugMap::ParseCompileUnitLineTable (const SymbolContext& sc) in ParseCompileUnitLineTable()
733 SymbolFileDWARFDebugMap::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList &suppo… in ParseCompileUnitSupportFiles()
743 SymbolFileDWARFDebugMap::ParseFunctionBlocks (const SymbolContext& sc) in ParseFunctionBlocks()
753 SymbolFileDWARFDebugMap::ParseTypes (const SymbolContext& sc) in ParseTypes()
763 SymbolFileDWARFDebugMap::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext()
791 …ugMap::ResolveSymbolContext (const Address& exe_so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext()
[all …]
/external/lldb/source/Core/
DAddress.cpp627 SymbolContext sc; in Dump() local
683 SymbolContext sc; in Dump() local
771 Address::CalculateSymbolContext (SymbolContext *sc, uint32_t resolve_scope) const in CalculateSymbolContext()
805 SymbolContext sc; in CalculateSymbolContextCompileUnit() local
822 SymbolContext sc; in CalculateSymbolContextFunction() local
839 SymbolContext sc; in CalculateSymbolContextBlock() local
856 SymbolContext sc; in CalculateSymbolContextSymbol() local
873 SymbolContext sc; in CalculateSymbolContextLineEntry() local
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dcommon.cc111 int sc = 1; // Next size class to assign in Init() local
168 const int sc = SizeClass(size); in Init() local
/external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp56 const unsigned sc = sizeof(ic)/sizeof(ic[0]); in test() local
254 const unsigned sc = sizeof(ic)/sizeof(ic[0]); in test1() local
/external/lldb/source/Target/
DThreadPlanStepInRange.cpp212 … SymbolContext sc = curr_frame->GetSymbolContext (eSymbolContextFunction | eSymbolContextSymbol); in ShouldStop() local
286 …SymbolContext sc = frame->GetSymbolContext(eSymbolContextFunction|eSymbolContextBlock|eSymbolConte… in FrameMatchesAvoidRegexp() local
343 …SymbolContext sc = frame->GetSymbolContext(eSymbolContextFunction|eSymbolContextBlock|eSymbolConte… in DefaultShouldStopHereCallback() local
/external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
Dsearch_n.pass.cpp60 const unsigned sc = sizeof(ic)/sizeof(ic[0]); in test() local
/external/fio/lib/
Dstrsep.c7 int c, sc; in strsep() local

12345678910>>...12