Searched refs:volume (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DCatalogPrivate.h93 extern OSErr LocateCatalogNodeByKey ( const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr,
96 extern OSErr LocateCatalogRecord( const ExtendedVCB *volume, HFSCatalogNodeID folderID, const CatalogName *name,
99 extern OSErr LocateCatalogNodeWithRetry ( const ExtendedVCB *volume, HFSCatalogNodeID folderID, ConstStr31Param pascalName,
102 extern OSErr FlushCatalog( ExtendedVCB *volume);
111 extern OSErr BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name,
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A Dmovie.tcl33 set vol [expr 64 + [%W cget -volume]]
35 %W configure -volume $vol
42 set vol [expr -64 + [%W cget -volume]]
44 %W configure -volume $vol
H A DosxMacTcl.c319 * directory. (Ie. volume & dir = 0)
410 fileSpecPtr->vRefNum = catalogInfo.volume;
557 * which volume to set.
561 SYS_BEEP_VOLUME, /* This sets the volume for SysBeep calls */
571 static void SetSoundVolume(int volume, enum WhichVolume mode);
599 int volume = -1, length;
631 if (!strcmp(Tcl_GetStringFromObj(objv[1], &length), "-volume")) {
632 Tcl_GetIntFromObj(interp, objv[2], &volume);
637 if (!strcmp(Tcl_GetStringFromObj(objv[1], &length), "-volume")) {
638 Tcl_GetIntFromObj(interp, objv[2], &volume);
597 int volume = -1, length; local
726 SetSoundVolume( int volume, enum WhichVolume mode) argument
[all...]
/macosx-10.9.5/msdosfs-198/
H A Dmsdosfs.py631 def __init__(self, volume, head):
632 self.volume = volume
640 bytesPerCluster = self.volume.bytesPerCluster
646 cluster = self.volume.fat[cluster]
662 bytesPerCluster = self.volume.bytesPerCluster
670 buf = self.volume.ReadCluster(cluster)
677 cluster = self.volume.fat[cluster]
685 result.append(self.volume.ReadCluster(cluster))
686 cluster = self.volume
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DOS2.pm73 my ($volume,$directory,$file) = ('','','');
79 $volume = $1;
91 $volume = $1;
96 return ($volume,$directory,$file);
107 my ($self,$volume,$directory,$file) = @_;
110 # whatever separator is first in the $volume
111 $volume .= $1
112 if ( $volume =~ m@^([\\/])[\\/][^\\/]+[\\/][^\\/]+\Z(?!\n)@s &&
116 $volume .= $directory ;
118 # If the volume i
[all...]
H A DWin32.pm86 # volume, 1 if it's absolute with no volume, 0 otherwise.
169 ($volume,$directories,$file) = File::Spec->splitpath( $path );
170 ($volume,$directories,$file) = File::Spec->splitpath( $path, $no_file );
172 Splits a path into volume, directory, and filename portions. Assumes that
175 ( $volume, $path, '' ).
188 my ($volume,$directory,$file) = ('','','');
192 $volume = $1;
201 $volume = $1;
206 return ($volume,
[all...]
H A DMac.pm131 If the first argument is an empty string "" or is a volume name, i.e. matches
145 volume, which is the closest in concept to Unix' "/". This should help
150 For absolute paths, some cleanup is done, to ensure that the volume
174 by passing either an empty string or a path that begins with a volume
179 of absolute paths. It takes volume, directory and file portions and
182 C<catpath()> to concatenate I<volume names> and I<directory
208 } elsif ($args[0] =~ /^[^:]+:/) { # absolute path, volume name
260 # remove updirs immediately following the volume name
305 To concatenate I<volume names>, I<directory paths> and I<filenames>,
343 returns the name of the startup volume, sinc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DFullscreenVideoControllerGStreamer.cpp85 m_playerVolumeSignalHandler = g_signal_connect(pipeline, "notify::volume", G_CALLBACK(playerVolumeChangedCallback), this);
123 setVolume(m_player->volume() + VOLUME_UP_OFFSET);
128 setVolume(m_player->volume() - VOLUME_DOWN_OFFSET);
131 void FullscreenVideoControllerGStreamer::setVolume(float volume) argument
133 volume = CLAMP(volume, 0.0, 1.0);
134 m_player->setVolume(volume);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsEflFullscreen.css39 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container {
40 -webkit-appearance: media-volume-slider-container;
44 video:-webkit-full-screen::-webkit-media-controls-volume-slider {
45 -webkit-appearance: media-volume-slider;
H A DmediaControlsGtk.css148 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
149 -webkit-appearance: media-volume-slider-container;
161 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
162 -webkit-appearance: media-volume-slider;
175 audio::-webkit-media-controls-volume-slider-container input[type="range"]::-webkit-media-slider-container > div, video::-webkit-media-controls-volume-slider-container input[type="range"]::-webkit-media-slider-container > div {
179 audio::-webkit-media-controls-volume-slider-container input[type="range"]::-webkit-media-slider-thumb, video::-webkit-media-controls-volume
[all...]
H A DmediaControlsQtFullscreen.css68 video::-webkit-media-controls-volume-slider-container {
69 -webkit-appearance: media-volume-slider-container;
73 video::-webkit-media-controls-volume-slider {
74 -webkit-appearance: media-volume-slider;
H A DfullscreenQuickTime.css68 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container {
72 video:-webkit-full-screen::-webkit-media-controls-volume-slider {
76 video:-webkit-full-screen::-webkit-media-controls-volume-slider-mute-button {
80 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-min-button {
90 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-slider {
91 -webkit-appearance: media-fullscreen-volume-slider;
100 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-max-button {
H A DmediaControlsQt.css99 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
100 -webkit-appearance: media-volume-slider-container;
109 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
110 -webkit-appearance: media-volume-slider;
160 ::-webkit-media-controls-volume-slider,
H A DmediaControlsEfl.css124 audio::-webkit-media-controls-volume-slider-container, video::-webkit-media-controls-volume-slider-container {
125 -webkit-appearance: media-volume-slider-container;
133 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
134 -webkit-appearance: media-volume-slider;
196 audio::-webkit-media-controls-volume-slider-mute-button, video::-webkit-media-controls-volume-slider-mute-button {
197 -webkit-appearance: media-volume-slider-mute-button;
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesisUtterance.h55 float volume() const { return m_platformUtterance->volume(); } function in class:WebCore::SpeechSynthesisUtterance
56 void setVolume(float volume) { m_platformUtterance->setVolume(volume); } argument
H A DSpeechSynthesisUtterance.idl35 attribute float volume;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisUtterance.h59 float volume() const { return m_volume; } function in class:WebCore::PlatformSpeechSynthesisUtterance
60 void setVolume(float volume) { m_volume = std::max(std::min(1.0f, volume), 0.0f); } argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c50 LocateCatalogNodeByKey(const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr, argument
68 fcb = GetFileControlBlock(volume->catalogRefNum);
120 result = LocateCatalogRecord(volume, threadParentID, nodeName, kNoHint, keyPtr, dataPtr, newHint);
136 LocateCatalogRecord(const ExtendedVCB *volume, HFSCatalogNodeID folderID, const CatalogName *name, argument
154 fcb = GetFileControlBlock(volume->catalogRefNum);
161 BuildCatalogKey(folderID, name, (volume->vcbSigWord == kHFSPlusSigWord), (CatalogKey *)&searchIterator->key);
216 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
226 if ( volume->vcbSigWord == kHFSPlusSigWord ) {
250 err = utf8_to_hfs(volume, nameLength, name, &key->hfs.nodeName[0]);
279 // Function: Flushes the catalog for a specified volume
284 FlushCatalog(ExtendedVCB *volume) argument
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBlockCache.c42 InitBlockCache(SVCB *volume) argument
44 volume->vcbBlockCache = (void *) &fscache;
55 GetVolumeBlock (SVCB *volume, UInt64 blockNum, GetBlockOptions options, BlockDescriptor *block) argument
65 cache = (Cache_t *) volume->vcbBlockCache;
106 ReleaseVolumeBlock (SVCB *volume, BlockDescriptor *block, ReleaseBlockOptions options) argument
114 cache = (Cache_t *) volume->vcbBlockCache;
159 /* Map file block to volume block */
249 SVCB * volume; local
256 volume = file->fcbVolume;
257 cache = (Cache_t *)volume
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaController.idl49 [SetterRaisesException] attribute double volume;
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dchrootvfs.tcl23 processes, and mounted volumes besides the volume on which the chroot directory resides are aliased so
31 Usage: mount ?-volume? <existing "chroot" directory> <virtual directory>
39 mount -volume /var/www/htdocs chroot://
64 set volume [lindex $::vfs::template::mount($to) 1]
65 if {$volume != "-volume"} {set volume {}}
72 eval ::vfs::filesystem mount $volume [list $to] \[list [namespace current]::handler \[file normalize \$path\]\]
84 ::vfs::template::chroot::mount -volume /tmp C:/
H A Dtemplatevfs.tcl22 Usage: mount ?-cache <number>? ?-volume? <existing directory> <virtual directory>
31 -volume
32 Volume specified in virtual directory pathname will be mounted as a virtual volume.
120 upvar volume volume
124 if [string equal $volume {}] {set to [::file normalize $to]}
156 set volume [lindex $args [lsearch $args "-volume"]]
159 set args [string map "\" -volume \" { } \" -cache $cache \" { }" " $args "]
175 if [string equal $volume {}] {se
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.c319 * directory. (Ie. volume & dir = 0)
409 fileSpecPtr->vRefNum = catalogInfo.volume;
556 * which volume to set.
560 SYS_BEEP_VOLUME, /* This sets the volume for SysBeep calls */
570 static void SetSoundVolume(int volume, enum WhichVolume mode);
598 int volume = -1, length;
630 if (!strcmp(Tcl_GetStringFromObj(objv[1], &length), "-volume")) {
631 Tcl_GetIntFromObj(interp, objv[2], &volume);
636 if (!strcmp(Tcl_GetStringFromObj(objv[1], &length), "-volume")) {
637 Tcl_GetIntFromObj(interp, objv[2], &volume);
596 int volume = -1, length; local
725 SetSoundVolume( int volume, enum WhichVolume mode) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb15 volume = Tk::Vu::Dial.new(:label=>"Volume", :from=>-0.1, :to=>0.1,
80 if v_volume == volume[:to]
81 v_volume.numeric = volume[:from]
83 v_volume.numeric += volume[:resolution]
95 Tk.grid(f_btns, speed, volume, :sticky=>:news)
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlElementTypes.cpp270 double volume = value().toDouble(); local
271 if (volume != mediaController()->volume())
272 mediaController()->setVolume(volume, ASSERT_NO_EXCEPTION);
294 void MediaControlVolumeSliderElement::setVolume(double volume) argument
296 if (value().toDouble() != volume)
297 setValue(String::number(volume));

Completed in 180 milliseconds

123456