Searched refs:os (Results 1 - 25 of 146) sorted by last modified time

123456

/haiku/src/apps/haikudepot/build/scripts/
H A Djsonschema2cppparser.py15 import os namespace
903 cpp_header_filename = os.path.join(output_directory, cpp_listener_name + '.h')
904 cpp_implementation_filename = os.path.join(output_directory, cpp_listener_name + '.cpp')
H A Djsonschema2cppmodel.py14 import os namespace
223 cpp_header_filename = os.path.join(output_directory, cpp_name + '.h')
224 cpp_implementation_filename = os.path.join(output_directory, cpp_name + '.cpp')
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py7 from os import listdir
8 from os.path import isfile, join
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh3 # For "official" images on https://www.haiku-os.org/guides/virtualizing/google
49 # of the "user" user from GKE. ONLY "user" WORKS! We have no PAM for gce's os-login stuff
50 wget https://eu.hpkg.haiku-os.org/haikuports/r1beta4/x86_64/current/packages/smolcloudtools-$SMOL_RELEASE-x86_64.hpkg \
/haiku/src/add-ons/screen_savers/flurry/
H A DSmoke.cpp304 float sm, os, ow; local
312 os = ow / d;
314 os = 0.0f;
323 float dxos = dx * os;
324 float dyos = dy * os;
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh29 git clone --depth=1 --branch $HAIKU_REV https://review.haiku-os.org/haiku
30 git clone --depth=1 --branch $BUILDTOOLS_REV https://review.haiku-os.org/buildtools
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py26 import os namespace
354 path_parts = os.path.split(path)
487 cert_file = os.path.join(temp_cert_dir, 'cert.pem')
488 key_file = os.path.join(temp_cert_dir, 'key.pem')
H A DTestServer.h14 #include <os/support/SupportDefs.h>
15 #include <os/support/Url.h>
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py6 import re, sys, os namespace
45 for root, dirs, files in os.walk(dir):
46 if os.path.split(root)[1] in vcsCacheDirectory:
51 path = os.path.join(root, file)
52 if os.path.splitext(file)[1] in extensions:
87 if os.path.isfile(arg):
/haiku/headers/compatibility/bsd/sys/
H A Dlink_elf.h15 #include <os/kernel/elf.h>
/haiku/src/tools/
H A Dhardlink_packages.py10 import sys, os, subprocess, re, hashlib namespace
50 for filename in os.listdir(args_src):
92 if not (os.path.exists(args_dst_packages + greatestVersion)):
93 os.link(args_src + greatestVersion, args_dst_packages + greatestVersion)
99 if os.path.exists(args_src + srcpkg):
100 if not os.path.exists(args_dst_packages + srcpkg):
101 os.link(args_src + srcpkg, args_dst_packages + srcpkg)
115 os.mkdir(args_dst + listhash)
121 os.symlink('../packages', repodir + 'packages')
134 if os
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Dmp_ring.c96 drain_ring_locked(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) argument
100 uint16_t cidx = os.cidx;
101 uint16_t pidx = os.pidx_tail;
103 MPASS(os.flags == BUSY);
115 os.state = ns.state = r->state;
139 os.state = ns.state = r->state;
170 drain_ring_lockless(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) argument
174 uint16_t cidx = os.cidx;
175 uint16_t pidx = os.pidx_tail;
177 MPASS(os
323 union ring_state os, ns; local
398 union ring_state os, ns; local
480 union ring_state os, ns; local
[all...]
/haiku/headers/build/os/support/
H A DErrors.h500 # include <../os/support/Errors.h>
H A DBufferIO.h1 #include <../os/support/BufferIO.h>
/haiku/3rdparty/os_probe/
H A D83haiku7 # https://bazaar.launchpad.net/~idefix/ubuntu/trusty/os-prober/HaikuPM/files/head:/os-probes/mounted/x86
8 # Latest version now at https://git.haiku-os.org/haiku/tree/3rdparty/os_probe
10 . /usr/share/os-prober/common.sh
/haiku/src/tests/kits/net/service/
H A Dtestserver.py26 import os namespace
354 path_parts = os.path.split(path)
487 cert_file = os.path.join(temp_cert_dir, 'cert.pem')
488 key_file = os.path.join(temp_cert_dir, 'key.pem')
/haiku/headers/build/os/kernel/
H A DOS.h9 #include <../os/kernel/OS.h>
/haiku/build/scripts/
H A Dbuild_cross_tools149 copy_headers $haikuSourceDir/headers/os $tmpIncludeDir/os
/haiku/headers/build/os/interface/
H A DGradientRadialFocus.h1 #include <../os/interface/GradientRadialFocus.h>
H A DGradientLinear.h1 #include <../os/interface/GradientLinear.h>
H A DGradientRadial.h1 #include <../os/interface/GradientRadial.h>
H A DGradientDiamond.h1 #include <../os/interface/GradientDiamond.h>
H A DGradientConic.h1 #include <../os/interface/GradientConic.h>
/haiku/src/add-ons/print/transports/ipp/
H A DIppURLConnection.cpp73 ostream &os = getOutputStream(); local
74 os << *__ippRequest;
95 ostream &IppURLConnection::printIppRequest(ostream &os) argument
97 return __ippRequest->print(os);
100 ostream &IppURLConnection::printIppResponse(ostream &os) argument
103 return __ippResponse->print(os);
105 return os;
H A DHttpURLConnection.cpp217 ostream &os = getOutputStream(); local
218 os << __method << ' ' << url.Path() << " HTTP/1.1" << '\r' << '\n';
220 os << (*it).key << ": " << (*it).value << '\r' << '\n';
222 os << '\r' << '\n';
227 os.flush();

Completed in 118 milliseconds

123456