/third_party/python/Lib/ |
H A D | traceback.py | 836 yield from [l + '\n' for l in note.split('\n')]
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 1246 components = _PrefixWithDot(package).split('.')
|
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 234 parts = fix_name.split("_")
|
/third_party/python/Lib/test/ |
H A D | test_cmath.py | 344 osx_version = tuple(map(int, version_txt.split('.')))
|
H A D | test_launcher.py | 171 for p in os.getenv("PATH").split(";"):
|
H A D | test_httpservers.py | 348 lines = err.getvalue().split('\n') 1175 result = _readAndReseek(output).split(b'\r\n')
|
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 285 source_dir, source_file_part = posixpath.split(source)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 841 QStringList types = res.split(QChar(' ')); in getEapCapa()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 841 QStringList types = res.split(QChar(' ')); in getEapCapa()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 1471 * find the split cpos easily. in ocfs2_divide_leaf_refcount_block() 1852 * If we just need to split the header or tail clusters, in ocfs2_split_refcount_rec() 1853 * no more recs are needed, just split is OK. in ocfs2_split_refcount_rec() 1866 * We need one more rec if we split in the middle and the new rec have in ocfs2_split_refcount_rec() 1931 * If we have "len", the we will split in the tail and move it in ocfs2_split_refcount_rec() 1944 * If the split pos isn't the same as the original one, we need to in ocfs2_split_refcount_rec() 1945 * split in the head. in ocfs2_split_refcount_rec() 2014 * 3. If we are in the middle of one extent record, split in __ocfs2_increase_refcount() 2192 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec() local 2193 split in ocfs2_decrease_refcount_rec() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 1469 * find the split cpos easily. in ocfs2_divide_leaf_refcount_block() 1850 * If we just need to split the header or tail clusters, in ocfs2_split_refcount_rec() 1851 * no more recs are needed, just split is OK. in ocfs2_split_refcount_rec() 1864 * We need one more rec if we split in the middle and the new rec have in ocfs2_split_refcount_rec() 1929 * If we have "len", the we will split in the tail and move it in ocfs2_split_refcount_rec() 1942 * If the split pos isn't the same as the original one, we need to in ocfs2_split_refcount_rec() 1943 * split in the head. in ocfs2_split_refcount_rec() 2012 * 3. If we are in the middle of one extent record, split in __ocfs2_increase_refcount() 2190 struct ocfs2_refcount_rec split = *rec; in ocfs2_decrease_refcount_rec() local 2191 split in ocfs2_decrease_refcount_rec() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 1893 hi_bool split(hi_u8 *src, const hi_char *separator, hi_char **dest, hi_u8 num) in split() function 1932 if (!split(src, ",", revbuf, data_size)) { in split_cmd_paras()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | es1938.c | 1678 int split = snd_es1938_mixer_read(chip, 0x64) & 0x80; in snd_es1938_interrupt() local 1682 if (!split) { in snd_es1938_interrupt()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 627 vq->last_avail_idx = vq_state.split.avail_index; in vhost_vdpa_vring_ioctl() 652 vq_state.split.avail_index = vq->last_avail_idx; in vhost_vdpa_vring_ioctl()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1938.c | 1630 int split = snd_es1938_mixer_read(chip, 0x64) & 0x80; in snd_es1938_interrupt() local 1634 if (!split) { in snd_es1938_interrupt()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_jsunit_driver.py | 397 test_item = test.split("#") 1072 lines = content.split(end_mark)
|
/third_party/ffmpeg/libavfilter/ |
H A D | Makefile | 103 OBJS-$(CONFIG_ASPLIT_FILTER) += split.o 477 OBJS-$(CONFIG_SPLIT_FILTER) += split.o
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 553 ; split the loop in an aligned and unaligned case 609 ; split the loop in an aligned and unaligned case
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1055 components = path.split(posixpath.sep) 1328 path_split = path.split(posixpath.sep)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1055 components = path.split(posixpath.sep) 1328 path_split = path.split(posixpath.sep)
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 271 if let Some(strings) = shlex::split(&extra_clang_args) { in get_extra_clang_args() 2489 let mut split = opt.split('='); in find_effective_target() variables 2490 split.next(); in find_effective_target() 2491 return (split.next().unwrap().to_owned(), true); in find_effective_target() 2946 .map(|v| v.split('.').collect()); in clang_version()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | help.rs | 2528 .try_get_matches_from("foo a".split(' ')); in disabled_help_flag() 2540 .try_get_matches_from("foo help".split(' ')); in disabled_help_flag_and_subcommand()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_entry_points.py | 1579 is_const = "const" in param_type.split() 2460 if just_the_type_packed(param, packed_enums).split(' ')[0] == type_name:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 68 cl::desc("Do not create extra branches to split comparison logic."), 869 // If type is to be expanded, split the vector. in getTypeConversion() 907 // If there is no wider legal type, split the vector. in getTypeConversion() 1322 // Type is already a power of 2. The default action is to split. in computeRegisterProperties() 1661 // the only operation that costs anything is the split. After splitting in getTypeLegalizationCost() 1884 Override.split(OverrideVector, ','); in getOpEnabled() 1944 Override.split(OverrideVector, ','); in getOpRefinementSteps()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 66 * distances vanish fast after each split. In the conic case, they vanish 1305 /* to draw starting from 2^level. Before each draw we split as */ in gray_render_conic() 1309 int split = draw & ( -draw ); /* isolate the rightmost 1-bit */ in gray_render_conic() local 1312 while ( ( split >>= 1 ) ) in gray_render_conic() 1402 /* with each split, control points quickly converge towards */ in gray_render_cubic()
|