Home
last modified time | relevance | path

Searched refs:split (Results 3251 - 3275 of 3360) sorted by relevance

1...<<131132133134135

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp1894 // Optionally, split the last char of the string off into
1900 void RegexCompile::fixLiterals(UBool split) {
1916 if (split) {
1951 // TODO here: add optimization to split case sensitive strings of length two
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1796 // structurized region with a loop will have the entry block split,
1806 // successor of the entry block since the block may be split.
2522 static MachineBasicBlock *split(MachineBasicBlock::iterator I) {
2545 MachineBasicBlock *EntrySucc = split(Entry->getFirstNonPHI());
/third_party/python/Lib/test/
H A Dtest_itertools.py1443 # test long-lagged and multi-way split
1747 list(map(tuple, 'AB AC AD BA BC BD CA CB CD DA DB DC'.split())))
1753 list(map(tuple, 'Ax Ay Bx By Cx Cy Dx Dy'.split())))
H A Dtest_ssl.py3154 cipher = s.cipher()[0].split('-')
3180 cipher = s.cipher()[0].split('-')
3566 server.port, os.path.split(CERTFILE)[1])
4125 parts = cipher.split("-")
H A Dtest_os.py553 for name in 'st_atime st_mtime st_ctime'.split():
858 dirname, name = os.path.split(filename)
1046 defpath_list = os.defpath.split(os.pathsep)
3695 ).split()
H A Dtest_inspect.py90 unsorted_keyword_only_parameters = 'throw out the baby with_ the_ bathwater'.split()
444 lines = self.source.split("\n")
2187 names = 'GEN_CREATED GEN_RUNNING GEN_SUSPENDED GEN_CLOSED'.split()
2280 names = 'CORO_CREATED CORO_RUNNING CORO_SUSPENDED CORO_CLOSED'.split()
H A Dtest_curses.py1169 human_readable_signature = stdscr.addch.__doc__.split("\n")[0]
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py2566 tp_name = str(type(msg)).split("'")[1]
2572 parts = tp_name.split('.')
/kernel/linux/linux-5.10/net/core/
H A Ddevlink.c699 if (!attrs->split) in devlink_nl_port_attrs_put()
1100 /* Split ports cannot be split. */ in devlink_nl_cmd_port_split_doit()
1101 if (devlink_port->attrs.split) in devlink_nl_cmd_port_split_doit()
1102 NL_SET_ERR_MSG_MOD(info->extack, "Port cannot be split further"); in devlink_nl_cmd_port_split_doit()
1104 NL_SET_ERR_MSG_MOD(info->extack, "Port cannot be split"); in devlink_nl_cmd_port_split_doit()
1109 NL_SET_ERR_MSG_MOD(info->extack, "Invalid split count"); in devlink_nl_cmd_port_split_doit()
8318 WARN_ON(attrs->splittable && attrs->split); in devlink_port_attrs_set()
8387 if (!attrs->split) in __devlink_port_phys_port_name_get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3781 // Create the leading tokens for the mnemonic, split by '.' characters. in ParseInstruction()
5114 getParser().parseStringToEndOfStatement().trim().split('+'); in parseDirectiveArch()
5135 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveArch()
5216 getParser().parseStringToEndOfStatement().trim().split('+'); in parseDirectiveCPU()
5223 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveCPU()
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1516 attrs.split = 1; in fun_dl_port_register()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h326 split:1, member
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py1157 r = [int(i, 16) for i in r_str.split()]
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dtest_case.py1187 func.__module__.split(".")[-1:][0], ".", func.__name__,
/third_party/ffmpeg/libavcodec/arm/
H A Dsimple_idct_arm.S67 @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimize ldr accesses (i.e. split 32 bits in two 16-bit words), at least it gives more usable registers :)
/third_party/gn/src/gn/
H A Dvariables.cc1407 want to split those into a separate target to avoid unnecessary recompiles.
2093 "shlex.split(file_contents)".
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py700 self.in_class_name_only = in_class.split('::')[-1]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java457 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java420 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h117 * abs/neg flags are split out into float and int variants. In
119 * bitwise not, so split that out into a new flag to make it
395 } split; member
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js1431 let source = scriptBlock.source.split("\n");
/third_party/python/Lib/
H A Dpickle.py323 for subpath in name.split('.'):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp554 StringRef Target = Name.drop_front(5).split('.').first; in findTargetSubtable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp520 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
/third_party/python/Lib/tkinter/
H A Dtix.py429 plist = path.split('.')

Completed in 98 milliseconds

1...<<131132133134135