Searched refs:relative (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/support/
H A DUrl.cpp134 BUrl relative; local
135 relative._ExplodeUrlString(location, PARSE_RAW_PATH_MASK_BIT);
140 if (relative.HasProtocol()) {
141 SetProtocol(relative.Protocol());
142 if (relative.HasAuthority())
143 SetAuthority(relative.Authority());
144 SetPath(relative.Path());
145 SetRequest(relative.Request());
147 if (relative.HasAuthority()) {
148 SetAuthority(relative
1142 result << relative; local
1153 result << relative; local
[all...]
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp53 off_t relative = _PositionToRelative(position); local
54 if (relative < 0)
56 if (relative > (off_t)oldLength)
58 status_t status = buffer->WriteAt(0, (void*)((addr_t)oldBuffer + relative),
59 oldLength - relative);
62 status = buffer->Seek(fBuffer->Position() - relative, SEEK_SET);
65 fBackPosition -= relative;
66 fStartOffset += relative;
/haiku/headers/os/support/
H A DUrl.h20 BUrl(const BUrl& base, const BString& relative);
105 BString _MergePath(const BString& relative) const;
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp258 const char* relative; member in struct:RelativeUrl
310 // relative path ".." segments than there are hierarchical levels in the
326 // Less likely are cases where the relative URI reference uses
337 // fragment components from a relative path before merging it with the
341 // relative references.
347 // Some parsers allow the scheme name to be present in a relative URI
536 message << tests[index].relative;
540 BUrl(baseUrl, tests[index].relative).UrlString());
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDDataTypes.h107 relative : 1,
H A DHIDReport.cpp52 TRACE("\t\t%s\n", mainData.relative ? "relative" : "absolute");
127 mainData.array_variable == 0, mainData.relative != 0,
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex263 Specifies the offset of the resource index section relative to the beginning
311 Specifies the offset of the resource index section relative to the beginning
324 Specifies the offset of the unknown section relative to the beginning
330 Specifies the offset of the unknown section relative to the beginning
338 Specifies the offset of the resource info table relative to the beginning
369 Specifies the offset of the resource data relative to the beginning
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css366 * other blockquote content (e.g. relative/absolute positioning), but
566 position: relative;
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp36 bool relative = false);
55 bool relative; member in struct:TestEntry
349 // relative path
408 // relative path (one level)
425 // relative path (two levels)
830 // relative path
891 // relative path (one level)
908 // relative path (two levels)
1492 // relative path
2524 relative(tru
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php23 // relative path to the vnc java applet jar

Completed in 80 milliseconds