Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/libwebsockets/contrib/abi/
Dlibwebsockets.json10 "Source": "src/libwebsockets/current", string
20 "Source": "src/libwebsockets/3.0.0/libwebsockets-3.0.0.tar.gz", string
30 "Source": "src/libwebsockets/2.4.2/libwebsockets-2.4.2.tar.gz", string
40 "Source": "src/libwebsockets/2.4.1/libwebsockets-2.4.1.tar.gz", string
50 "Source": "src/libwebsockets/2.4.0/libwebsockets-2.4.0.tar.gz", string
60 "Source": "src/libwebsockets/2.3.0/libwebsockets-2.3.0.tar.gz", string
70 "Source": "src/libwebsockets/2.2.2/libwebsockets-2.2.2.tar.gz", string
80 "Source": "src/libwebsockets/2.2.1/libwebsockets-2.2.1.tar.gz", string
90 "Source": "src/libwebsockets/2.2.0/libwebsockets-2.2.0.tar.gz", string
100 "Source": "src/libwebsockets/2.1.1/libwebsockets-2.1.1.tar.gz", string
[all …]
/third_party/skia/third_party/externals/dawn/src/common/
DStackContainer.h42 struct Source { struct
43 Source() : used_stack_buffer_(false) { in Source() argument
47 T* stack_buffer() { in stack_buffer()
50 const T* stack_buffer() const { in stack_buffer()
57 alignas(T) char stack_buffer_[sizeof(T[stack_capacity])];
83 // no guarantee that the Source buffer of Ts is large enough argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextend.inl10 genType const & Source,
21 tvec2<T, P> const & Source,
32 tvec3<T, P> const & Source,
43 tvec4<T, P> const & Source,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8632.h827 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift()
870 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR()
1015 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift()
1162 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike()
1307 static InstX86Movmsk *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1338 static InstX86Mov *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1349 InstX86Mov(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mov()
1357 static InstX86Movp *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1365 InstX86Movp(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movp()
1372 static InstX86Movq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
[all …]
DIceInstX8664.h766 InstX86BaseBinopGPRShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPRShift()
809 InstX86BaseBinopGPR(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopGPR()
954 InstX86BaseBinopXmmShift(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseBinopXmmShift()
1101 InstX86BaseMovlike(Cfg *Func, Variable *Dest, Operand *Source) in InstX86BaseMovlike()
1248 static InstX86Movmsk *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1279 static InstX86Mov *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1290 InstX86Mov(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Mov()
1298 static InstX86Movp *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1306 InstX86Movp(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Movp()
1313 static InstX86Movq *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/tok/
Dtok.go81 type Source struct { struct
82 S, E Location
86 func (s Source) IsValid() bool {
91 func (s Source) Format(w fmt.State, verb rune) {
107 Source Source member
/third_party/boost/boost/units/
Dconversion.hpp65 #define BOOST_UNITS_DEFINE_CONVERSION_FACTOR(Source, Destination, type_, value_) \ argument
97 #define BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE(Params, Source, Destination, type_, value_) … argument
118 #define BOOST_UNITS_DEFAULT_CONVERSION(Source, Dest) \ argument
137 #define BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE(Params, Source, Dest) \ argument
/third_party/skia/third_party/externals/tint/src/
Dsource.h135 inline Source() : range() {} in Source() function
139 inline explicit Source(const Range& rng) : range(rng) {} in Source() function
143 inline explicit Source(const Location& loc) : range(Range(loc)) {} in Source() function
148 inline Source(const Range& rng, File const* file) in Source() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
185 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
201 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
205 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
213 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
DStringExtras.cpp37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
50 void llvm::SplitString(StringRef Source, in SplitString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTFWrapper.cpp20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
66 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
186 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
214 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
DStringExtras.cpp37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
50 void llvm::SplitString(StringRef Source, in SplitString()
/third_party/boost/boost/msm/front/
Drow2.hpp31 typedef T1 Source; typedef
46 typedef T1 Source; typedef
73 typedef T1 Source; typedef
106 typedef T1 Source; typedef
129 typedef T1 Source; typedef
155 typedef T1 Source; typedef
187 typedef T1 Source; typedef
Dstate_machine_def.hpp50 typedef T1 Source; typedef
70 typedef T1 Source; typedef
85 typedef T1 Source; typedef
111 typedef T1 Source; typedef
130 typedef T1 Source; typedef
151 typedef T1 Source; typedef
176 typedef T1 Source; typedef
194 typedef T1 Source; typedef
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go57 Source tok.Source member
73 Source tok.Source member
89 Source tok.Source member
103 Source tok.Source member
139 Source tok.Source member
184 Source tok.Source member
201 Source tok.Source member
241 Source tok.Source member
289 Source tok.Source member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp105 struct Source struct in SPIRV_CROSS_NAMESPACE::ParsedIR
107 uint32_t version = 0;
108 bool es = false;
109 bool known = false;
110 bool hlsl = false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DTapiUniversal.cpp23 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal()
48 TapiUniversal::create(MemoryBufferRef Source) { in create()
/third_party/protobuf/java/
DREADME.md74 ### Build from Source - With Maven
116 ### Build from Source - Without Maven
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dround.inl304 GLM_FUNC_QUALIFIER genType ceilMultiple(genType Source, genType Multiple)
310 …GLM_FUNC_QUALIFIER vecType<T, P> ceilMultiple(vecType<T, P> const & Source, vecType<T, P> const & …
319 GLM_FUNC_QUALIFIER genType floorMultiple(genType Source, genType Multiple)
325 …GLM_FUNC_QUALIFIER vecType<T, P> floorMultiple(vecType<T, P> const & Source, vecType<T, P> const &…
334 GLM_FUNC_QUALIFIER genType roundMultiple(genType Source, genType Multiple)
340 …GLM_FUNC_QUALIFIER vecType<T, P> roundMultiple(vecType<T, P> const & Source, vecType<T, P> const &…
/third_party/boost/libs/iostreams/example/
Dshell_comments_filter.hpp72 void close(Source&) { skip_ = false; } in close() argument
100 void close(Source&) { skip_ = false; } in close() argument
182 void close(Source&) { skip_ = false; } in close() argument
214 void close(Source&) { skip_ = false; } in close() argument
/third_party/skia/third_party/externals/tint/src/sem/
Dtype_conversion.h35 const sem::Type* Source() const { return Parameters()[0]->Type(); } in Source() function
/third_party/typescript/tests/baselines/reference/
DvarianceCallbacksAndIndexedAccesses.js29 function f1(s: Source, t: Target) {
/third_party/flutter/flutter/packages/flutter_tools/doc/
Dattach.md26 ## Source section in Flutter Attach
/third_party/node/deps/npm/node_modules/object-keys/
DREADME.md53 ## Source section
/third_party/boost/libs/iostreams/test/
Dauto_close_test.cpp39 int get(Source&) { return EOF; } in get() argument
44 void close(Source&) { *open_ = false; } in close() argument

123456