/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.cpp | 1894 // 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 D | AMDGPUMachineCFGStructurizer.cpp | 1796 // 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 D | test_itertools.py | 1443 # 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 D | test_ssl.py | 3154 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 D | test_os.py | 553 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 D | test_inspect.py | 90 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 D | test_curses.py | 1169 human_readable_signature = stdscr.addch.__doc__.split("\n")[0]
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 2566 tp_name = str(type(msg)).split("'")[1] 2572 parts = tp_name.split('.')
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 699 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 D | AArch64AsmParser.cpp | 3781 // 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 D | funeth_main.c | 1516 attrs.split = 1; in fun_dl_port_register()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.h | 326 split:1, member
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 1157 r = [int(i, 16) for i in r_str.split()]
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 1187 func.__module__.split(".")[-1:][0], ".", func.__name__,
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 67 @@ 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 D | variables.cc | 1407 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 D | ast.py | 700 self.in_class_name_only = in_class.split('::')[-1]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 457 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneFormat.java | 420 String[] hourPatterns = hourFormats.split(";", 2); in TimeZoneFormat()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 117 * 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 D | profview.js | 1431 let source = scriptBlock.source.split("\n");
|
/third_party/python/Lib/ |
H A D | pickle.py | 323 for subpath in name.split('.'):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 554 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 D | COFFObjectFile.cpp | 520 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
|
/third_party/python/Lib/tkinter/ |
H A D | tix.py | 429 plist = path.split('.')
|