Home
last modified time | relevance | path

Searched defs:relative (Results 1 – 25 of 52) sorted by relevance

123

/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DTestFiler.kt59 val relative = name.toString().replace(".", separator) + ".kt" // Assumes well-formed. in getOriginatingElements() constant
74 val relative = pkg.toString().replace(".", separator) + separator + relativeName in createClassFile() constant
/external/skia/src/utils/
DSkParsePath.cpp65 bool isRelative, SkPoint* relative) { in find_points()
79 bool isRelative, SkScalar relative) { in find_scalar()
122 bool relative = false; in FromSVGString() local
/external/elfutils/libdwfl/
Ddwfl_validate_address.c42 Dwarf_Addr relative = address; in dwfl_validate_address() local
/external/threetenbp/src/main/java/org/threeten/bp/temporal/
DTemporalAdjusters.java445 private final int relative; field in TemporalAdjusters.RelativeDayOfWeek
449 private RelativeDayOfWeek(int relative, DayOfWeek dayOfWeek) { in RelativeDayOfWeek()
/external/zxing/zxing.appspot.com/src/main/java/com/google/zxing/web/generator/client/
DTimeZoneInfo.java26 TimeZoneInfo(String abbreviation, String longName, String relative, long gmtDiff) { in TimeZoneInfo()
/external/cronet/third_party/libc++/src/test/libcxx/
Dtransitive_includes_to_csv.py112 relative = lambda h: re.match(LIBCXX_HEADER_REGEX, h).group(1) function
/external/python/cpython2/Lib/plat-mac/
Dmacostools.py32 def mkalias(src, dst, relative=None): argument
/external/replicaisland/src/com/replica/replicaisland/
DRenderComponent.java99 public void setCameraRelative(boolean relative) { in setCameraRelative()
/external/libcups/cgi-bin/
Dhelp-index.c737 const char *relative) /* I - Relative path */ in help_load_directory()
840 const char *relative, /* I - Relative path */ in help_load_file()
/external/zxing/core/src/main/java/com/google/zxing/multi/
DByQuadrantReader.java109 ResultPoint relative = points[i]; in makeAbsolute() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DTestFiler.java67 String relative = name.toString().replace(".", separator) + ".java"; // Assumes well-formed. in createSourceFile() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc264 TensorSlice relative; in TEST() local
273 TensorSlice relative; in TEST() local
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader.h53 unsigned relative:1; member
132 unsigned relative:1; member
161 unsigned relative:1; member
/external/doclava/src/com/google/doclava/
DSampleCode.java141 public void setProjectStructure(List<Node> parent, File dir, String relative) { in setProjectStructure()
180 public void writeProjectDirectory(File dir, String relative, Boolean recursed, in writeProjectDirectory()
374 String relative = subdir.replaceFirst("samples/", ""); in writePage() local
DDocFile.java113 public static void writePage(String docfile, String relative, String outfile, Data hdf) { in writePage()
/external/rust/crates/syn/tests/repo/
Dmod.rs350 let relative = path.strip_prefix(&prefix)?; in download_and_unpack() localVariable
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc153 const bool relative) { in CheckTensorValue()
301 float tolerance, bool relative, in RunTestResizeBilinearTwoDims()
341 void TestResizeBilinearTwoDimsType(const float tolerance, const bool relative, in TestResizeBilinearTwoDimsType()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateCasingChart.java42 relative, enumConstant
/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp220 std::string CXmlDocSource::mkUri(const std::string &base, const std::string &relative) in mkUri()
/external/cronet/net/test/embedded_test_server/
Dembedded_test_server.cc838 base::StringPiece relative) { in ServeFilesFromSourceDirectory()
845 const base::FilePath& relative) { in ServeFilesFromSourceDirectory()
859 const base::FilePath& relative) { in GetFullPathFromSourceDirectory()
/external/gptfdisk/
Dbsd.cc69 int relative = 0; // assume absolute partition sector numbering in ReadBSDData() local
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathServiceTest.java74 JimfsPath relative = service.createRelativePath(service.names(ImmutableList.of("foo", "bar"))); in testPathCreation() local
/external/autotest/client/cros/
Dcros_logging.py112 def set_start_by_current(self, relative=0): argument
/external/cronet/url/
Durl_util.cc315 const CHAR* relative = RemoveURLWhitespace( in DoResolveRelative() local
791 const char* relative, in ResolveRelative()
804 const char16_t* relative, in ResolveRelative()
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Doperations.hpp485 path relative(const path& p, const path& base=current_path()) in relative() function
488 path relative(const path& p, system::error_code& ec) in relative() function
496 path relative(const path& p, const path& base, system::error_code& ec) in relative() function

123