Home
last modified time | relevance | path

Searched refs:line (Results 1651 - 1675 of 5981) sorted by relevance

1...<<61626364656667686970>>...240

/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp148 std::string line; in operator >>() local
149 std::getline(is, line); in operator >>()
151 std::string::size_type pos = line.find(delim); in operator >>()
155 r.inputDeviceName_ = line.substr(0, pos); in operator >>()
156 r.displayName_ = line.substr(pos + delim.length()); in operator >>()
474 std::string line; in GetInputNodeNameByCfg() local
475 while (getline(file, line)) { in GetInputNodeNameByCfg()
477 size_t pos = line.find(delim); in GetInputNodeNameByCfg()
481 std::string displayId = line.substr(0, pos); in GetInputNodeNameByCfg()
482 std::string inputNodeName = line in GetInputNodeNameByCfg()
509 std::string line; GetContent() local
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.gui.c154 int get_line_length(const char *line) in get_line_length() argument
157 while (*line != '\0' && *line != '\n') { in get_line_length()
158 line++; in get_line_length()
172 /* do not go over end of line */ in fill_window()
176 const char *line = get_line(text, i); in fill_window() local
177 int len = get_line_length(line); in fill_window()
178 strncpy(tmp, line, min(len, x)); in fill_window()
219 /* find the widest line of msg: */ in btn_dialog()
222 const char *line in btn_dialog() local
334 const char *line = get_line(prompt, i); dialog_inputbox() local
536 const char *line = get_line(text, i); show_scroll_win_ext() local
[all...]
/base/request/request/common/src/
H A Dmodule_init.cpp23 void ModuleInit::LockCallback(int mode, int type, char *file, int line) in LockCallback() argument
26 (void)line; in LockCallback()
41 using LOCK_CALLBACK = void (*)(int mode, int type, char *file, int line);
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dstate_history.py36 for line in input_str.split('\n'):
37 if line.find('procedure: ') == -1:
39 event_procedure = ProcedureStep(line)
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_saver_test.cpp83 std::string line; in HWTEST_F() local
84 std::getline(ifs, line); in HWTEST_F()
85 ASSERT_EQ(line, "DrawStart 123456789"); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp42 std::string line; in Initialize() local
43 std::getline(fin, line); in Initialize()
44 jsonStr += line; in Initialize()
/foundation/distributeddatamgr/pasteboard/services/load/src/
H A Dloader.cpp71 std::string line; in LoadConfig() local
72 std::getline(fin, line); in LoadConfig()
73 context += line; in LoadConfig()
/kernel/linux/linux-5.10/arch/ia64/scripts/
H A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
41 m = start_pattern.match(line)
52 m = rlen_pattern.match(line)
/kernel/linux/linux-6.6/arch/ia64/scripts/
H A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
41 m = start_pattern.match(line)
52 m = rlen_pattern.match(line)
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dnet_dropmonitor.py27 for line in f:
28 loc = int(line.split()[0], 16)
29 name = line.split()[2]
/kernel/linux/linux-6.6/include/linux/
H A Dbug.h40 unsigned int *line);
66 unsigned int *line) in bug_get_file_line()
69 *line = 0; in bug_get_file_line()
65 bug_get_file_line(struct bug_entry *bug, const char **file, unsigned int *line) bug_get_file_line() argument
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dnet_dropmonitor.py27 for line in f:
28 loc = int(line.split()[0], 16)
29 name = line.split()[2]
/kernel/linux/linux-6.6/scripts/
H A Drustdoc_test_gen.rs129 // The `name` follows the `{file}_{line}_{number}` pattern (see description in in main()
133 // Extract the `file` and the `line`, discarding the `number`. in main()
134 let (file, line) = name.rsplit_once('_').unwrap().0.rsplit_once('_').unwrap(); in main()
149 // We avoid the line number, like `rustdoc` does, to make things slightly more stable for in main()
151 // print a diagnostics line in the KTAP report. in main()
158 // Calculate how many lines before `main` function (including the `main` function line). in main()
161 .take_while(|line| !line.contains("fn main() {")) in main()
175 kernel::kunit_assert!("{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, $cond); in main()
183 kernel::kunit_assert_eq!("{kunit_name}", "{real_path}", __DOCTEST_ANCHOR - {line}, in main()
[all...]
/third_party/ffmpeg/tests/
H A Drefcmp-metadata.awk26 while ((getline line < ref) > 0) {
28 ref_lines[ref_nr] = line;
29 if (split(line, fields) == 2 && is_numeric_str(fields[2])) {
/third_party/astc-encoder/Test/
H A Dastc_dump_binary.py21 the root name, for sake of command line sanity, so all overloads get dumped.
65 for line in lines:
66 match = funcPattern.match(line)
75 funcLines.append(line)
81 Parse the command line.
84 Namespace: The parsed command line container.
/third_party/cups-filters/cupsfilters/
H A Dtestdither.c49 main(int argc, /* I - Number of command-line arguments */ in main()
50 char *argv[]) /* I - Command-line arguments */ in main()
53 short line[512]; /* Line to dither */ in main() local
55 *pixptr; /* Pointer in line */ in main()
65 * See if we have lookup table values on the command-line... in main()
126 * Create the grayscale data for the current line... in main()
130 line[x] = 4095 * ((y / 32) * 16 + x / 32) / 255; in main()
133 * Dither the line... in main()
136 cupsDitherLine(dither, lut, line, 1, pixels); in main()
/third_party/FreeBSD/sys/sys/
H A Dmutex.h86 #define mtx_assert_(m, what, file, line) \
87 _mtx_assert((m), (what), (file), (line))
92 #define mtx_assert_(m, what, file, line) (void)0
/third_party/mbedtls/library/
H A Dssl_debug_helpers.h42 int level, const char *file, int line,
47 int level, const char *file, int line,
53 int level, const char *file, int line,
/third_party/libabigail/tests/
H A Dupdate-test-output.py59 for line in input_file:
60 m = re.match(r'^--- (.*?)\t', line)
64 m = re.match(r'^\+\+\+ (.*?)\t', line)
/third_party/node/deps/v8/tools/
H A Dpredictable_wrapper.py42 for line in reversed((stdout or '').splitlines()):
43 if maybe_decode(line).startswith('### Allocations = '):
44 return line
70 '--verify-predictable is passed at the cmd line.')
/third_party/mesa3d/src/intel/vulkan/
H A Danv_util.c37 const char *file, int line, const char *format, ...) in __anv_perf_warn()
49 VK_LOG_OBJS(object), file, line, in __anv_perf_warn()
54 VK_LOG_NO_OBJS(device->physical->instance), file, line, in __anv_perf_warn()
35 __anv_perf_warn(struct anv_device *device, const struct vk_object_base *object, const char *file, int line, const char *format, ...) __anv_perf_warn() argument
/third_party/node/deps/npm/lib/utils/
H A Dcompletion.sh49 local cword line point words si
53 read -l line
57 COMP_LINE="$line" \
/third_party/libinput/tools/
H A Drazer-quirks-lister.py61 for line in input:
62 output.write(line)
63 if line.startswith("# AUTOGENERATED"):
/third_party/python/Tools/scripts/
H A Drgrep.py54 for line in reversed(lines):
55 if prog.search(line):
56 print(line)
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorSplat.h28 ConstructorSplat(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorSplat() argument
29 : INHERITED(line, kExpressionKind, &type, std::move(arg)) {} in ConstructorSplat()
39 int line,

Completed in 10 milliseconds

1...<<61626364656667686970>>...240