Home
last modified time | relevance | path

Searched defs:source (Results 2601 - 2625 of 3019) sorted by relevance

1...<<101102103104105106107108109110>>...121

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp184 bool LoopDependenceAnalysis::GetDependence(const Instruction* source, in GetDependence() argument
396 auto source = std::get<0>(subscript_pair); in ZIVTest() local
511 StrongSIVTest(SENode* source, SENode* destination, SENode* coefficient, DistanceEntry* distance_entry) StrongSIVTest() argument
665 SymbolicStrongSIVTest( SENode* source, SENode* destination, SENode* coefficient, DistanceEntry* distance_entry) SymbolicStrongSIVTest() argument
696 WeakZeroSourceSIVTest( SENode* source, SERecurrentNode* destination, SENode* coefficient, DistanceEntry* distance_entry) WeakZeroSourceSIVTest() argument
849 WeakZeroDestinationSIVTest( SERecurrentNode* source, SENode* destination, SENode* coefficient, DistanceEntry* distance_entry) WeakZeroDestinationSIVTest() argument
1003 WeakCrossingSIVTest( SENode* source, SENode* destination, SENode* coefficient, DistanceEntry* distance_entry) WeakCrossingSIVTest() argument
1078 auto source = std::get<0>(subscript_pair); GCDMIVTest() local
1651 auto source = dependence_point->GetSource(); DeltaTest() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddecimfmt.cpp429 DecimalFormat::DecimalFormat(const DecimalFormat& source) : NumberFormat(source) { in DecimalFormat() argument
H A Dmsgfmt.cpp877 MessageFormat::format(const Formattable* source, in format() argument
908 MessageFormat::format(const Formattable& source, in format() argument
1371 parse(int32_t msgStart, const UnicodeString& source, ParsePosition& pos, int32_t& count, UErrorCode& ec) const parse() argument
1503 parse(const UnicodeString& source, ParsePosition& pos, int32_t& count) const parse() argument
1516 parse(const UnicodeString& source, int32_t& cnt, UErrorCode& success) const parse() argument
1540 parseObject( const UnicodeString& source, Formattable& result, ParsePosition& status) const parseObject() argument
[all...]
H A Dplurrule_impl.h331 double source; member in FixedDecimal
H A Drematch.cpp2741 int64_t *source = (int64_t *)fp; in StateSave() local
H A Dtimezone.cpp363 TimeZone::TimeZone(const TimeZone &source) in TimeZone() argument
H A Duregex.cpp287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone() local
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp2254 const char* source = "oma.c"; in pkg_createOptMatchArch() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp806 Texture* source in RecordCommands() local
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c421 buffered_dealloc_warn(buffered *self, PyObject *source) in buffered_dealloc_warn() argument
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c224 pa_source *source; global() member
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h306 traits::EnableIfIsType<T, ast::Node>* create(const Source& source, in create() argument
454 vec(const Source& source, const ast::Type* type, uint32_t n) const vec() argument
518 mat(const Source& source, const ast::Type* type, uint32_t columns, uint32_t rows) const mat() argument
659 array(const Source& source, const ast::Type* subtype, EXPR&& n = nullptr, ast::DecorationList decos = {}) const array() argument
688 array(const Source& source, const ast::Type* subtype, EXPR&& n, uint32_t stride) const array() argument
739 type_name(const Source& source, NAME&& name) const type_name() argument
760 alias(const Source& source, NAME&& name, const ast::Type* type) const alias() argument
783 pointer( const Source& source, const ast::Type* type, ast::StorageClass storage_class, ast::Access access = ast::Access::kUndefined) const pointer() argument
804 atomic(const Source& source, const ast::Type* type) const atomic() argument
830 sampler(const Source& source, ast::SamplerKind kind) const sampler() argument
844 depth_texture(const Source& source, ast::TextureDimension dims) const depth_texture() argument
859 depth_multisampled_texture( const Source& source, ast::TextureDimension dims) const depth_multisampled_texture() argument
877 sampled_texture(const Source& source, ast::TextureDimension dims, const ast::Type* subtype) const sampled_texture() argument
896 multisampled_texture( const Source& source, ast::TextureDimension dims, const ast::Type* subtype) const multisampled_texture() argument
920 storage_texture(const Source& source, ast::TextureDimension dims, ast::ImageFormat format, ast::Access access) const storage_texture() argument
987 Expr(const Source& source, Symbol symbol) Expr() argument
1000 Expr(const Source& source, const ast::Variable* variable) Expr() argument
1014 Expr(const Source& source, const char* name) Expr() argument
1028 Expr(const Source& source, const std::string& name) Expr() argument
1042 Expr(const Source& source, bool value) Expr() argument
1055 Expr(const Source& source, f32 value) Expr() argument
1068 Expr(const Source& source, i32 value) Expr() argument
1081 Expr(const Source& source, u32 value) Expr() argument
1152 Construct(const Source& source, const ast::Type* type, ARGS&&... args) Construct() argument
1182 Bitcast(const Source& source, const ast::Type* type, EXPR&& expr) Bitcast() argument
1353 Var(const Source& source, NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Var() argument
1385 Const(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) Const() argument
1414 Param(const Source& source, NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Param() argument
1461 Global(const Source& source, NAME&& name, const ast::Type* type, OPTIONAL&&... optional) Global() argument
1498 GlobalConst(const Source& source, NAME&& name, const ast::Type* type, const ast::Expression* constructor, ast::DecorationList decorations = {}) GlobalConst() argument
1513 AddressOf(const Source& source, EXPR&& expr) AddressOf() argument
1530 Deref(const Source& source, EXPR&& expr) Deref() argument
1549 Call(const Source& source, NAME&& func, ARGS&&... args) Call() argument
1569 CallStmt(const Source& source, const ast::CallExpression* call) CallStmt() argument
1582 Phony(const Source& source) Phony() argument
1652 Mul(const Source& source, LHS&& lhs, RHS&& rhs) Mul() argument
1703 IndexAccessor(const Source& source, OBJ&& obj, IDX&& idx) IndexAccessor() argument
1724 MemberAccessor(const Source& source, OBJ&& obj, IDX&& idx) MemberAccessor() argument
1751 MemberSize(const Source& source, uint32_t val) MemberSize() argument
1767 MemberAlign(const Source& source, uint32_t val) MemberAlign() argument
1819 Func(const Source& source, NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument
1860 Break(const Source& source) Break() argument
1871 Continue(const Source& source) Continue() argument
1884 Return(const Source& source) Return() argument
1899 Return(const Source& source, EXPR&& val) Return() argument
1914 Discard(const Source& source) Discard() argument
1930 Alias(const Source& source, NAME&& name, const ast::Type* type) Alias() argument
1956 Structure(const Source& source, NAME&& name, ast::StructMemberList members, ast::DecorationList decorations = {}) Structure() argument
1990 Member(const Source& source, NAME&& name, const ast::Type* type, ast::DecorationList decorations = {}) Member() argument
2032 Block(const Source& source, Statements&&... statements) Block() argument
2087 Assign(const Source& source, LhsExpressionInit&& lhs, RhsExpressionInit&& rhs) Assign() argument
2112 Loop( const Source& source, const ast::BlockStatement* body, const ast::BlockStatement* continuing = nullptr) Loop() argument
2138 For(const Source& source, const ast::Statement* init, COND&& cond, const ast::Statement* cont, const ast::BlockStatement* body) For() argument
2167 Decl(const Source& source, const ast::Variable* var) Decl() argument
2185 Switch(const Source& source, ExpressionInit&& condition, Cases&&... cases) Switch() argument
2212 Case(const Source& source, ast::CaseSelectorList selectors, const ast::BlockStatement* body = nullptr) Case() argument
2242 DefaultCase( const Source& source, const ast::BlockStatement* body = nullptr) DefaultCase() argument
2259 Fallthrough(const Source& source) Fallthrough() argument
2273 Builtin(const Source& source, ast::Builtin builtin) Builtin() argument
2290 Interpolate( const Source& source, ast::InterpolationType type, ast::InterpolationSampling sampling) Interpolate() argument
2310 Invariant(const Source& source) Invariant() argument
2324 Location(const Source& source, uint32_t location) Location() argument
2340 Override(const Source& source, uint32_t id) Override() argument
2354 Override(const Source& source) Override() argument
2366 Stage(const Source& source, ast::PipelineStage stage) Stage() argument
2403 WorkgroupSize(const Source& source, EXPR_X&& x, EXPR_Y&& y, EXPR_Z&& z) WorkgroupSize() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1895 auto source = GetSourceForInst(inst); in MakeConstantExpression() local
1947 MakeConstantExpressionForScalarSpirvConstant( Source source, const Type* original_ast_type, const spvtools::opt::analysis::Constant* spirv_const) MakeConstantExpressionForScalarSpirvConstant() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.h422 Source source() const { return source_; } source() function in tint::reader::wgsl::Token
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc626 auto source = decl->type ? decl->type->source : decl->source; ValidateAtomicVariable() local
1827 ValidateVector(const sem::Vector* ty, const Source& source) ValidateVector() argument
1836 ValidateMatrix(const sem::Matrix* ty, const Source& source) ValidateMatrix() argument
2037 ValidateArray(const sem::Array* arr, const Source& source) ValidateArray() argument
2056 ValidateArrayStrideDecoration(const ast::StrideDecoration* deco, uint32_t el_size, uint32_t el_align, const Source& source) ValidateArrayStrideDecoration() argument
2206 ValidateLocationDecoration( const ast::LocationDecoration* location, const sem::Type* type, std::unordered_set<uint32_t>& locations, const Source& source, const bool is_input) ValidateLocationDecoration() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c1478 char source[12]; in unzOpenCurrentFile3() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv.cpp1170 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_fromUnicode() argument
1616 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) ucnv_toUnicode() argument
1833 ucnv_getNextUChar(UConverter *cnv, const char **source, const char *sourceLimit, UErrorCode *err) ucnv_getNextUChar() argument
2038 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) ucnv_convertEx() argument
2397 ucnv_internalConvert(UConverter *outConverter, UConverter *inConverter, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_internalConvert() argument
2470 ucnv_convert(const char *toConverterName, const char *fromConverterName, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convert() argument
2519 ucnv_convertAlgorithmic(UBool convertToAlgorithmic, UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_convertAlgorithmic() argument
2576 ucnv_toAlgorithmic(UConverterType algorithmicType, UConverter *cnv, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_toAlgorithmic() argument
2588 ucnv_fromAlgorithmic(UConverter *cnv, UConverterType algorithmicType, char *target, int32_t targetCapacity, const char *source, int32_t sourceLength, UErrorCode *pErrorCode) ucnv_fromAlgorithmic() argument
2655 ucnv_fixFileSeparator(const UConverter *cnv, UChar* source, int32_t sourceLength) ucnv_fixFileSeparator() argument
2747 ucnv_detectUnicodeSignature( const char* source, int32_t sourceLength, int32_t* signatureLength, UErrorCode* pErrorCode) ucnv_detectUnicodeSignature() argument
[all...]
H A Ducnv2022.cpp1065 getEndOfBuffer_2022(const char** source, in getEndOfBuffer_2022() argument
826 changeState_2022(UConverter* _this, const char** source, const char* sourceLimit, Variant2022 var, UErrorCode* err) changeState_2022() argument
1597 const UChar* source = args->source; UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2286 const UChar *source = args->source; UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2849 const UChar* source = args->source; UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
[all...]
H A Ducnvmbcs.cpp2036 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local
1105 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extFromU() argument
1172 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) _extToU() argument
2188 const uint8_t *source, *sourceLimit, *lastSource; ucnv_MBCSSingleToBMPWithOffsets() local
2468 const uint8_t *source, *sourceLimit; ucnv_MBCSToUnicodeWithOffsets() local
2886 const uint8_t *source, *sourceLimit; ucnv_MBCSSingleGetNextUChar() local
2970 const uint8_t *source, *sourceLimit, *lastSource; ucnv_MBCSGetNextUChar() local
3264 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData, const char *source, int32_t length, UBool useFallback) ucnv_MBCSSimpleGetNextUChar() argument
3409 const UChar *source, *sourceLimit; ucnv_MBCSDoubleFromUnicodeWithOffsets() local
3641 const UChar *source, *sourceLimit; ucnv_MBCSSingleFromUnicodeWithOffsets() local
3817 const UChar *source, *sourceLimit, *lastSource; ucnv_MBCSSingleFromBMPWithOffsets() local
4074 const UChar *source, *sourceLimit; ucnv_MBCSFromUnicodeWithOffsets() local
5024 const uint8_t *source, *sourceLimit; ucnv_SBCSFromUTF8() local
5326 const uint8_t *source, *sourceLimit; ucnv_DBCSFromUTF8() local
[all...]
/third_party/toybox/toys/pending/
H A Ddhcp.c266 uint16_t tmp = 0, *source = (uint16_t *)addr; in dhcp_checksum() local
/third_party/python/Lib/test/
H A Dtest_coroutines.py2135 async def source(): function
/third_party/python/Python/
H A Dbltinmodule.c739 builtin_compile_impl(PyObject *module, PyObject *source, PyObject *filename, in builtin_compile_impl() argument
904 builtin_eval_impl(PyObject *module, PyObject *source, PyObject *globals, PyObject *locals) builtin_eval_impl() argument
997 builtin_exec_impl(PyObject *module, PyObject *source, PyObject *globals, PyObject *locals, PyObject *closure) builtin_exec_impl() argument
[all...]
H A Dfileutils.c956 _Py_ConvertWCharForm(const wchar_t *source, Py_ssize_t size, in _Py_ConvertWCharForm() argument
H A Dimport.c2437 _imp_source_hash_impl(PyObject *module, long key, Py_buffer *source) in _imp_source_hash_impl() argument
/third_party/python/Modules/
H A D_zoneinfo.c53 unsigned char source; member

Completed in 96 milliseconds

1...<<101102103104105106107108109110>>...121