/third_party/gn/src/gn/ |
D | location.h | 13 class Location { 15 Location(); 16 Location(const InputFile* file, int line_number, int column_number); 21 bool is_null() const { return *this == Location(); } in is_null() 23 bool operator==(const Location& other) const; 24 bool operator!=(const Location& other) const; 25 bool operator<(const Location& other) const; 26 bool operator<=(const Location& other) const; 27 bool operator>(const Location& other) const { return !(*this <= other); } 28 bool operator>=(const Location& other) const { return !(*this < other); } [all …]
|
D | location.cc | 13 Location::Location() = default; 15 Location::Location(const InputFile* file, int line_number, int column_number) in Location() function in Location 18 bool Location::operator==(const Location& other) const { in operator ==() 23 bool Location::operator!=(const Location& other) const { in operator !=() 27 bool Location::operator<(const Location& other) const { in operator <() 33 bool Location::operator<=(const Location& other) const { in operator <=() 39 std::string Location::Describe(bool include_column_number) const { in Describe() 60 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange()
|
D | token.h | 61 Token(const Location& location, Type t, std::string_view v); 63 static Token ClassifyAndMake(const Location& location, std::string_view v); 67 const Location& location() const { return location_; } in location() 68 void set_location(Location location) { location_ = location; } in set_location() 72 Location(location_.file(), location_.line_number(), in range() 83 Location location_;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Location.hpp | 26 struct Location struct 28 Location() = default; 29 inline Location(const std::shared_ptr<File> &file, int line, int column = 0); 31 inline bool operator==(const Location &o) const; 32 inline bool operator!=(const Location &o) const; 33 inline bool operator<(const Location &o) const; 40 Location::Location(const std::shared_ptr<File> &file, int line, int column /* = 0 */) in Location() function in vk::dbg::Location 46 bool Location::operator==(const Location &o) const in operator ==() 51 bool Location::operator!=(const Location &o) const in operator !=() 56 bool Location::operator<(const Location &o) const in operator <() [all …]
|
/third_party/jsoncpp/include/json/ |
D | reader.h | 40 typedef const Char* Location; typedef 179 Location start_; 180 Location end_; 187 Location extra_; 209 bool decodeUnicodeCodePoint(Token& token, Location& current, Location end, 211 bool decodeUnicodeEscapeSequence(Token& token, Location& current, 212 Location end, unsigned int& unicode); 214 Location extra = JSONCPP_NULL); 221 void getLocationLineAndColumn(Location location, int& line, 223 String getLocationLineAndColumn(Location location) const; [all …]
|
/third_party/libsoup/tests/ |
D | httpd.conf.in | 162 <Location /Basic/realm1> 167 </Location> 169 <Location /Basic/realm1/not> 174 </Location> 176 <Location /Basic/realm12> 181 </Location> 183 <Location /Basic/realm1/realm2> 188 </Location> 190 <Location /Basic/realm1/realm2/realm1> 195 </Location> [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 130 class Location class in vk::DescriptorSetUpdateBuilder 133 static inline Location binding (deUint32 binding_) in binding() 135 return Location(binding_, 0u); in binding() 137 static inline Location bindingArrayElement (deUint32 binding_, deUint32 arrayElement) in bindingArrayElement() 139 return Location(binding_, arrayElement); in bindingArrayElement() 144 inline Location (deUint32 binding_, deUint32 arrayElement) in Location() function in vk::DescriptorSetUpdateBuilder::Location 184 const Location& destLocation, in writeSingle() 192 const Location& destLocation, in writeSingle() 200 const Location& destLocation, in writeSingle() 208 const Location& destLocation, in writeSingle() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.loopsArtificial.frag.out | 33 Decorate 11(BaseColor) Location 11 34 Decorate 17(bigColor4) Location 6 35 Decorate 27(d4) Location 15 36 Decorate 80(d13) Location 16 37 Decorate 140(gl_FragColor) Location 0 38 Decorate 142(bigColor) Location 0 39 Decorate 143(bigColor1_1) Location 1 40 Decorate 144(bigColor1_2) Location 2 41 Decorate 145(bigColor1_3) Location 3 42 Decorate 146(bigColor2) Location 4 [all …]
|
D | spv.earlyReturnDiscard.frag.out | 27 Decorate 11(BaseColor) Location 9 28 Decorate 14(otherColor) Location 3 29 Decorate 17(c) Location 4 30 Decorate 19(d) Location 0 31 Decorate 25(bigColor) Location 1 32 Decorate 30(smallColor) Location 2 33 Decorate 39(minimum) Location 8 34 Decorate 51(threshhold) Location 5 35 Decorate 63(threshhold2) Location 6 36 Decorate 105(gl_FragColor) Location 0 [all …]
|
D | spv.flowControl.frag.out | 22 Decorate 11(BaseColor) Location 5 23 Decorate 14(otherColor) Location 3 24 Decorate 17(c) Location 4 25 Decorate 19(d) Location 0 26 Decorate 25(bigColor) Location 1 27 Decorate 30(smallColor) Location 2 28 Decorate 35(gl_FragColor) Location 0
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | entry_point_validation_test.cc | 57 {Stage(ast::PipelineStage::kFragment)}, {Location(0)}); in TEST_F() 95 {Location(Source{{13, 43}}, 0), in TEST_F() 113 "Output", {Member("a", ty.f32(), {Location(0)}), in TEST_F() 134 {Location(Source{{13, 43}}, 0), in TEST_F() 157 "Output", {Member(Source{{13, 43}}, "a", ty.f32(), {Location(0)}), in TEST_F() 195 auto* param = Param("param", ty.f32(), {Location(0)}); in TEST_F() 218 {Location(Source{{13, 43}}, 0), in TEST_F() 236 "Input", {Member("a", ty.f32(), {Location(0)}), in TEST_F() 255 {Location(Source{{13, 43}}, 0), in TEST_F() 276 "Input", {Member(Source{{13, 43}}, "a", ty.f32(), {Location(0)}), in TEST_F() [all …]
|
/third_party/skia/third_party/externals/tint/src/ |
D | source.h | 63 class Location { 73 inline bool operator<(const Source::Location& rhs) { 80 inline bool operator==(const Location& rhs) const { 87 inline bool operator!=(const Location& rhs) const { 100 inline constexpr explicit Range(const Location& loc) in Range() 106 inline constexpr Range(const Location& b, const Location& e) in Range() 129 Location begin; 131 Location end; 143 inline explicit Source(const Location& loc) : range(Range(loc)) {} in Source() 214 const Source::Location& loc) {
|
/third_party/libxml2/result/XPath/xptr/ |
D | strpoint | 4 Object is a Location Set: 11 Object is a Location Set: 18 Object is a Location Set: 31 Object is a Location Set: 44 Object is a Location Set: 51 Object is a Location Set: 58 Object is a Location Set: 65 Object is a Location Set: 72 Object is a Location Set:
|
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 53 … feature.Name, feature.Location.GetLatitude(), feature.Location.GetLongitude()); in GetFeature() 58 feature.Location.GetLatitude(), feature.Location.GetLongitude()); in GetFeature() 122 Point point = features[index].Location; in RecordRoute() 172 note.Location.Latitude, note.Location.Longitude); in RouteChat() 179 request.Location.Latitude, request.Location.Longitude); in RouteChat() 211 Location = new Point { Latitude = lat, Longitude = lon } in NewNote()
|
/third_party/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 76 bool Reader::containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() 336 Location commentBegin = current_ - 1; in readComment() 358 String Reader::normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() 361 Reader::Location current = begin; in normalizeEOL() 377 void Reader::addComment(Location begin, Location end, in addComment() 415 Location p = current_; in readNumber() 556 Location current = token.start_; in decodeNumber() 629 Location current = token.start_ + 1; // skip '"' in decodeString() 630 Location end = token.end_ - 1; // do not include '"' in decodeString() 680 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 23 type Location struct { struct 27 func (l Location) String() string { argument 32 func (l Location) Compare(o Location) int { argument 47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 } argument 50 func (l Location) After(o Location) bool { return l.Compare(o) == 1 } argument 54 Start, End Location
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/float32/comparison/ |
D | modfstruct_4_vert.amber | 82 OpDecorate %position Location 0 90 OpDecorate %modf_x_out Location 0 92 OpDecorate %modf_i_out Location 1 94 OpDecorate %modfStruct_x_out Location 2 96 OpDecorate %modfStruct_i_out Location 3 237 OpDecorate %modf_x_out Location 0 239 OpDecorate %modf_x_in Location 0 240 OpDecorate %modf_i_out Location 1 242 OpDecorate %modf_i_in Location 1 243 OpDecorate %modfStruct_x_out Location 2 [all …]
|
D | modfstruct_4_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 368 OpDecorate %modf_x_out Location 0 370 OpDecorate %modf_x_in Location 0 372 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_1_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 372 OpDecorate %frexp_x_out Location 0 374 OpDecorate %frexp_x_in Location 0 376 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | modfstruct_3_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 370 OpDecorate %modf_x_out Location 0 372 OpDecorate %modf_x_in Location 0 374 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_3_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 376 OpDecorate %frexp_x_out Location 0 378 OpDecorate %frexp_x_in Location 0 380 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | modfstruct_1_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 179 OpDecorate %ndx_in Location 0 182 OpDecorate %modf_x_out Location 0 184 OpDecorate %modf_i_out Location 1 186 OpDecorate %modfStruct_x_out Location 2 188 OpDecorate %modfStruct_i_out Location 3 367 OpDecorate %modf_x_out Location 0 369 OpDecorate %modf_x_in Location 0 371 OpDecorate %modf_i_out Location 1 [all …]
|
D | frexpstruct_4_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 374 OpDecorate %frexp_x_out Location 0 376 OpDecorate %frexp_x_in Location 0 378 OpDecorate %frexp_exp_out Location 1 [all …]
|
D | frexpstruct_2_tesc.amber | 49 OpDecorate %position Location 0 51 OpDecorate %ndx_out Location 0 181 OpDecorate %ndx_in Location 0 184 OpDecorate %frexp_x_out Location 0 186 OpDecorate %frexp_exp_out Location 1 188 OpDecorate %frexpStruct_x_out Location 2 190 OpDecorate %frexpStruct_exp_out Location 3 376 OpDecorate %frexp_x_out Location 0 378 OpDecorate %frexp_x_in Location 0 380 OpDecorate %frexp_exp_out Location 1 [all …]
|
/third_party/skia/third_party/externals/tint/test/shader_io/ |
D | interpolate_input_parameters.wgsl.expected.spvasm | 29 OpDecorate %none_1 Location 0 30 OpDecorate %flat_1 Location 1 32 OpDecorate %perspective_center_1 Location 2 33 OpDecorate %perspective_centroid_1 Location 3 35 OpDecorate %perspective_sample_1 Location 4 37 OpDecorate %linear_center_1 Location 5 39 OpDecorate %linear_centroid_1 Location 6 42 OpDecorate %linear_sample_1 Location 7
|