Searched refs:os (Results 126 - 146 of 146) sorted by relevance

123456

/haiku/src/tests/kits/net/service/
H A DTestServer.h14 #include <os/support/SupportDefs.h>
15 #include <os/support/Url.h>
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/src/tests/kits/net/netservices2/
H A DTestServer.h14 #include <os/support/SupportDefs.h>
15 #include <os/support/Url.h>
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/src/apps/haikudepot/build/scripts/
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')
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')
/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/3rdparty/pulkomandy/
H A Dpkggraph.py7 from os import listdir
8 from os.path import isfile, join
/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/add-ons/print/transports/ipp/
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();
/haiku/headers/private/system/
H A Delf_private.h12 #include <os/kernel/elf.h>
/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/build/scripts/
H A Dbuild_cross_tools149 copy_headers $haikuSourceDir/headers/os $tmpIncludeDir/os
H A Dbootstrap_client.py8 import os
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h36 #include <os/drivers/socket_interface.h>
/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/headers/cpp/std/
H A Dcomplext.cc124 operator << (ostream& os, const complex<FLOAT>& x) argument
126 return os << '(' << real (x) << ',' << imag (x) << ')';
/haiku/src/bin/unzip/
H A Dzipinfo.c943 static ZCONST char Far *os[NUM_HOSTS] = { variable
1017 varmsg_str = LoadFarStringSmall(os[hostnum]);
1034 varmsg_str = LoadFarStringSmall(os[extnum]);
1755 static ZCONST char Far os[NUM_HOSTS+1][4] = { local
1991 os[hostnum])),
1995 LoadFarStringSmall(os[hostnum]),
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp6 #include <os/support/ObjectList.h>
/haiku/headers/build/os/support/
H A DErrors.h500 # include <../os/support/Errors.h>
/haiku/src/bin/keymap/
H A DKeymap.cpp949 "# Key n s c o os "

Completed in 143 milliseconds

123456