Searched refs:split (Results 1 - 18 of 18) sorted by relevance

/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py57 for line in infos.split(b'\n'):
59 provides.append(line.split(b' ')[1])
61 line = line.split(b' ')[1]
63 line = line.split(b'>')[0]
65 line = line.split(b'=')[0]
/haiku/src/apps/cortex/addons/audioOps/
H A DAudioAdapterOp.cpp511 bool split = outChannels > inChannels; local
519 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, uint8>(host) :
525 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< uint8, short>(host) :
529 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, short>(host) :
535 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< uint8, float>(host) :
539 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, float>(host) :
545 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< uint8, int32>(host) :
549 split ? (IAudioOp*)new _AudioAdapterOp_split < uint8, int32>(host) :
560 split ? (IAudioOp*)new _AudioAdapterOp_swap_split< short, uint8>(host) :
564 split
[all...]
/haiku/src/tools/checkstyle/
H A Dutils.py73 for line in temp.split('\n'):
79 for line in temp.split('\n'):
H A Dcheckstyle.py46 if os.path.split(root)[1] in vcsCacheDirectory:
/haiku/src/system/libroot/stubbed/
H A Dgenerate_stubs.py17 (address, type, symbol) = line.split()
/haiku/src/tests/kits/net/service/
H A Dtestserver.py136 for e in self.headers.get('Accept-Encoding', '').split(',')
238 auth_type, encoded_credentials = authorization.split()
242 username, password = decoded.decode('utf-8').split(':')
269 auth_type, fields = authorization.split(maxsplit=1)
354 path_parts = os.path.split(path)
445 for kvpair in header_value.split(sep):
446 key, value = kvpair.strip().split('=')
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py136 for e in self.headers.get('Accept-Encoding', '').split(',')
238 auth_type, encoded_credentials = authorization.split()
242 username, password = decoded.decode('utf-8').split(':')
269 auth_type, fields = authorization.split(maxsplit=1)
354 path_parts = os.path.split(path)
445 for kvpair in header_value.split(sep):
446 key, value = kvpair.strip().split('=')
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp391 uint32 split = (uint32)(current * (evenWidth - 1) + 0.5); local
392 split += split & 1;
402 if (x < split) {
406 } else if (x == split) {
410 } else if (x > split) {
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h68 uint32 split; // range to split I/O ports for each device member in struct:port_constraints
82 // I/O port constrains (which ranges to use, how to split them)
H A DDriver.cpp423 // no more to split
448 ioport += supported->constraints.split;
/haiku/headers/private/net/
H A Dnet_buffer.h50 net_buffer* (*split)(net_buffer* from, uint32 offset); member in struct:net_buffer_module_info
/haiku/src/tools/
H A Dhardlink_packages.py20 return text.split(":")[1].strip()
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py99 h = self.fortunes[int(random.random() * len(self.fortunes))].split('\n')
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp328 next_frame = gBufferModule->split(curr_frame, device->mtu);
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py508 components = key.split(b'.' if binary_mode else '.') # type: ignore
721 start_tag, end_tag = template[tag_start:tag_end].split(b' ')
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php297 $langs = split(",", $langs);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp418 buffer = gBufferModule->split(current, fChannelConfig.outgoing_mtu);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp621 net_buffer* headerBuffer = gBufferModule->split(buffer, headerLength);
655 fragmentBuffer = gBufferModule->split(buffer, fragmentLength);

Completed in 133 milliseconds