Searched refs:location (Results 1 - 25 of 238) sorted by path

12345678910

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php585 echo "window.location = \"" . $_SERVER['PHP_SELF'] . "\";\n";
841 //window.open("<?php echo $_SERVER["SCRIPT_NAME"] . "?close"; ?>", "closing", "width=100,height=30,location=no,menubar=no,toolbar=no,scrollbars=no");
852 window.location.hash = anchor;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex62 at the end of the files. They are completely independent of their location.
/haiku/headers/os/interface/
H A DDeskbar.h37 status_t SetLocation(deskbar_location location,
/haiku/headers/os/package/
H A DInstallationLocationInfo.h28 BPackageInstallationLocation location);
/haiku/headers/os/package/solver/
H A DSolverRepository.h36 BPackageInstallationLocation location);
43 status_t SetTo(BPackageInstallationLocation location);
67 BPackageInstallationLocation location);
/haiku/headers/os/storage/
H A DAppFileInfo.h109 void SetInfoLocation(info_location location);
H A DFile.h36 virtual ssize_t ReadAt(off_t location, void *buffer, size_t size);
38 virtual ssize_t WriteAt(off_t location, const void *buffer, size_t size);
/haiku/headers/private/app/
H A DServerProtocolStructs.h98 BPoint location; member in struct:ViewDrawStringInfo
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h91 const SourceLocation& location) const;
/haiku/headers/private/debugger/model/
H A DDisassembledCode.h29 const SourceLocation& location,
37 const SourceLocation& location) const;
H A DFileSourceCode.h29 const SourceLocation& location);
37 const SourceLocation& location,
50 const SourceLocation& location,
H A DSourceCode.h33 const SourceLocation& location,
H A DStackFrameValueInfos.h43 ValueLocation* location);
H A DTeam.h219 const SourceLocation& location,
H A DUserBreakpoint.h82 const UserBreakpointLocation& location);
H A DVariable.h23 Type* type, ValueLocation* location,
/haiku/headers/private/debugger/value/
H A DValueNode.h80 void SetLocationAndValue(ValueLocation* location,
125 void SetLocation(ValueLocation* location,
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h50 ValueLocation& location) const;
/haiku/headers/private/interface/
H A DToolTip.h32 virtual void SetMouseRelativeLocation(BPoint location);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h49 set_string(char *&location, const char *newValue) argument
52 if (location) {
53 free(location);
54 location = NULL;
59 location = strdup(newValue);
60 if (!location)
/haiku/headers/private/package/
H A DDaemonClient.h42 BPackageInstallationLocation location,
52 BPackageInstallationLocation location,
/haiku/headers/private/package/hpkg/
H A DStacker.h19 Stacker(Type*& location, Type* element) argument
21 fLocation(&location),
22 fPreviousElement(location)
27 Stacker(Type** location, Type* element) argument
29 fLocation(location),
30 fPreviousElement(*location)
/haiku/headers/private/package/manager/
H A DPackageManager.h69 BPackageInstallationLocation location,
221 BPackageInstallationLocation location,
H A DRepositoryBuilder.h55 BPackageInstallationLocation location,
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp361 const char* location local
363 snprintf(custom, size, "%s%s%s", location ? location : "",
364 location ? " " : "", device);

Completed in 439 milliseconds

12345678910