Home
last modified time | relevance | path

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

12345678910>>...37

/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A 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
/aosp_15_r20/external/skia/src/utils/
H A DSkParsePath.cpp65 bool isRelative, SkPoint* relative) { in find_points()
79 bool isRelative, SkScalar relative) { in find_scalar()
122 bool relative = false; in FromSVGString() local
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDsdktestutils.jar ... ) throws java.io.IOException String name String relative java.io.InputStream contents protected java.io ...
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/temporal/
H A DTemporalAdjusters.java445 private final int relative; field in TemporalAdjusters.RelativeDayOfWeek
449 private RelativeDayOfWeek(int relative, DayOfWeek dayOfWeek) { in RelativeDayOfWeek()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h35 unsigned relative:1; member
114 unsigned relative:1; member
143 unsigned relative:1; member
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A 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
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java243 public void setPivotXRelative(boolean relative) { in setPivotXRelative()
295 public void setPivotYRelative(boolean relative) { in setPivotYRelative()
/aosp_15_r20/development/tools/idegen/src/com/android/idegen/
H A DModule.java236 String relative = src.getCanonicalPath().substring(moduleDir.length()); in buildImlFile() local
248 String relative = src.getCanonicalPath().substring(moduleDir.length()); in buildImlFile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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()
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dembedded_test_server.cc861 std::string_view relative) { in ServeFilesFromSourceDirectory()
868 const base::FilePath& relative) { in ServeFilesFromSourceDirectory()
882 const base::FilePath& relative) { in GetFullPathFromSourceDirectory()
/aosp_15_r20/external/libcups/cgi-bin/
H A Dhelp-index.c737 const char *relative) /* I - Relative path */ in help_load_directory()
840 const char *relative, /* I - Relative path */ in help_load_file()
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-typedef-remover/31.7.0-alpha07/
HDlint-typedef-remover-31.7.0-alpha07.jar ... rewritten java.io.File classDir boolean found String relative java.util.Collection classDirs private byte[]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_slice_test.cc264 TensorSlice relative; in TEST() local
273 TensorSlice relative; in TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs1747 let relative = "a/b"; localVariable
1776 let relative = r"a\b"; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs1747 let relative = "a/b"; localVariable
1776 let relative = r"a\b"; localVariable
/aosp_15_r20/build/make/tools/
H A Dcompare_builds.py596 def ShouldIncludeFile(self, root, relative): argument
618 def ShouldIncludeFile(self, root, relative): argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/
Dseqmid.h132 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \ argument
151 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \ argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs1866 let relative = "a/b"; localVariable
1895 let relative = r"a\b"; localVariable
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
H A DStubWriter.kt130 val relative = packageItem.qualifiedName().replace('.', File.separatorChar) in getPackageDir() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs1866 let relative = "a/b"; localVariable
1895 let relative = r"a\b"; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs1866 let relative = "a/b"; localVariable
1895 let relative = r"a\b"; localVariable
/aosp_15_r20/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
/aosp_15_r20/external/cronet/url/
H A Durl_util.cc326 const CHAR* relative = RemoveURLWhitespace( in DoResolveRelative() local
818 const char* relative, in ResolveRelative()
831 const char16_t* relative, in ResolveRelative()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DURITest.java665 URI relative = new URI("robots.txt"); in testResolveRelativeAndAbsolute() local
674 URI relative = new URI("robots.txt"); in testRelativizeRelativeAndAbsolute() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_validate_address.c42 Dwarf_Addr relative = address; in dwfl_validate_address() local

12345678910>>...37