Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.hpp76 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
77 Int4 dynamicAddress(const Shader::Relative &rel);
DPixelProgram.hpp78 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
79 Int4 dynamicAddress(const Shader::Relative &rel);
DShader.hpp401 struct Relative struct in sw::Shader
418 Relative rel;
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dflutter_app.gni44 # Relative path of source files to be included in the dart package for
123 # Relative path of source files to be included in the dart package for
248 # Relative path of source files to be included in the dart package for
285 # Relative path of source files to be included in the dart package for
/third_party/skia/include/utils/
DSkParsePath.h21 enum class PathEncoding { Absolute, Relative }; enumerator
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp149 bool Relative = true) { in ParseDrive() argument
153 if (!Relative) // Accept relative path? in ParseDrive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp541 SmallString<128> Relative; in computeArchiveRelativePath() local
543 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath()
546 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
548 return Relative.str(); in computeArchiveRelativePath()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_app.gni42 # Relative path of source files to be included in the dart package for
122 # Relative path of source files to be included in the dart package for
241 # Relative path of source files to be included in the dart package for
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts4 const enum RelativePreference { Relative, NonRelative, Shortest, ExternalNonRelative } enumerator
17 importModuleSpecifierPreference === "relative" ? RelativePreference.Relative :
36 …: isExternalModuleNameRelative(oldImportSpecifier) ? RelativePreference.Relative : RelativePrefere…
184 if (!baseUrl && !paths || relativePreference === RelativePreference.Relative) {
/third_party/flutter/skia/third_party/externals/sdl/test/
Drelative_mode.markdown1 Relative mode testing
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Danalyze_test.dart38 // Relative paths
/third_party/flutter/flutter/dev/bots/
Drun_command.dart72 '${bold}Relative working directory:$red $relativeWorkingDir$reset\n'
167 '${bold}Relative working directory:$red $relativeWorkingDir$reset\n'
/third_party/node/tools/inspector_protocol/
Dinspector_protocol.gni18 # Files generated. Relative to out_dir.
/third_party/flutter/flutter/examples/flutter_gallery/ios/fastlane/
DFastfile31 # Relative to this file.
/third_party/flutter/engine/flutter/frontend_server/
DREADME.md31 Relative paths should be relative to current working directory for the shell that launched
/third_party/gn/src/gn/
Dlabel.cc230 Relative labels
Dswitches.cc168 name is required. Relative paths will be resolved relative to the current "//"
/third_party/flutter/engine/flutter/testing/dart/
Dcolor_test.dart127 // Relative luminance's formula is just the linearized color value for gray.
/third_party/python/Doc/library/
D__future__.rst79 | | | | *Imports: Multi-Line and Absolute/Relative* |
/third_party/node/deps/npm/node_modules/tiny-relative-date/
DREADME.md1 # Relative Date
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dcolors_test.dart128 // Relative luminance's formula is just the linearized color value for gray.
Dcolor_test.dart128 // Relative luminance's formula is just the linearized color value for gray.
/third_party/openssl/doc/man3/
DX509_cmp.pod36 In particular, the order of Relative Distinguished Names (RDNs) is relevant.
/third_party/skia/src/utils/
DSkParsePath.cpp226 const auto rel_selector = encoding == PathEncoding::Relative; in ToSVGString()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt79 - [Relative only] Set up multiple timers to expire after the same duration

12345