Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 136) 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/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/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/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/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/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/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/rust/crates/rustix/src/fs/
Dmount.rs15 pub fn mount<Source: path::Arg, Target: path::Arg, Fs: path::Arg, Data: path::Arg>( in mount()
71 pub fn bind_mount<Source: path::Arg, Target: path::Arg>( in bind_mount()
95 pub fn recursive_bind_mount<Source: path::Arg, Target: path::Arg>( in recursive_bind_mount()
135 pub fn move_mount<Source: path::Arg, Target: path::Arg>( in move_mount()
/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/rust/crates/clap/tests/derive/
Dgroups.rs39 struct Source { in implicit_struct_group() struct
40 crates: Vec<String>, in implicit_struct_group()
42 path: Option<std::path::PathBuf>, in implicit_struct_group()
44 git: Option<String>, in implicit_struct_group()
Dflatten.rs268 struct Source { in optional_flatten() struct
269 crates: Vec<String>, in optional_flatten()
271 path: Option<std::path::PathBuf>, in optional_flatten()
273 git: Option<String>, in optional_flatten()
/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/rust/crates/codespan/codespan/src/
Dfile.rs74 pub fn update(&mut self, file_id: FileId, source: Source) { in update()
80 fn get(&self, file_id: FileId) -> &File<Source> { in get()
86 fn get_mut(&mut self, file_id: FileId) -> &mut File<Source> { in get_mut()
188 pub fn source(&self, file_id: FileId) -> &Source { in source()
231 type Source = &'a str; typedef
290 fn update(&mut self, source: Source) { in update()
362 fn source(&self) -> &Source { in source()
/third_party/rust/crates/codespan/codespan-reporting/src/
Dfiles.rs92 type Source: 'a + AsRef<str>; typedef
98 fn source(&'a self, id: Self::FileId) -> Result<Self::Source, Error>; in source()
279 pub fn new(name: Name, source: Source) -> SimpleFile<Name, Source> { in new() argument
293 pub fn source(&self) -> &Source { in source()
324 type Source = &'a str; typedef
378 pub fn get(&self, file_id: usize) -> Result<&SimpleFile<Name, Source>, Error> { in get() argument
390 type Source = &'a str; typedef
/third_party/flutter/skia/tools/fm/
Dfm.cpp112 struct Source { struct
119 static void init(Source* source, std::shared_ptr<skiagm::GM> gm) { in init() argument
/third_party/typescript/tests/baselines/reference/
DvarianceCallbacksAndIndexedAccesses.js29 function f1(s: Source, t: Target) {
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp97 const std::string &Source, in rewriteComdat()
116 const std::string Source; member in __anon8dd0af010111::ExplicitRewriteDescriptor
328 std::string Source; in parseRewriteFunctionDescriptor() local
397 std::string Source; in parseRewriteGlobalVariableDescriptor() local
460 std::string Source; in parseRewriteGlobalAliasDescriptor() local

123456