Home
last modified time | relevance | path

Searched refs:cursor (Results 1 - 25 of 905) sorted by relevance

12345678910>>...37

/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp183 * @tc.desc: Normal testCase of cursor for GetColumnType.
191 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
192 EXPECT_NE(cursor, NULL); in HWTEST_F()
193 cursor->goToNextRow(cursor); in HWTEST_F()
196 errCode = cursor->getColumnType(cursor, 0, &type); in HWTEST_F()
199 errCode = cursor->getColumnType(cursor, 1, &type); in HWTEST_F()
202 errCode = cursor in HWTEST_F()
235 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
275 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
316 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local
381 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local
428 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local
475 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
503 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
565 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
687 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
[all...]
H A Drdb_predicates_test.cpp133 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
134 EXPECT_NE(cursor, NULL); in HWTEST_F()
136 errCode = cursor->getRowCount(cursor, &rowCount); in HWTEST_F()
141 cursor->destroy(cursor); in HWTEST_F()
159 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
160 EXPECT_NE(cursor, NULL); in HWTEST_F()
162 errCode = cursor->getRowCount(cursor, in HWTEST_F()
184 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
245 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
270 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
295 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
317 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
338 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
367 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
393 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
418 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
451 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
477 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
505 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
529 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
557 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
582 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
611 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
[all...]
H A Drdb_store_test.cpp121 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SetUp() local
124 cursor->getRowCount(cursor, &rowCount); in SetUp()
126 cursor->destroy(cursor); in SetUp()
179 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
180 EXPECT_NE(cursor, NULL); in HWTEST_F()
183 cursor->getRowCount(cursor, &rowCount); in HWTEST_F()
186 errCode = cursor in HWTEST_F()
245 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
305 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
337 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
384 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
424 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
471 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
549 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
589 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates2, NULL, 0); HWTEST_F() local
635 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local
797 OH_Cursor *cursor; HWTEST_F() local
841 OH_Cursor *cursor = OH_Rdb_FindModifyTime(nullptr, "rdbstoreimpltest_integer", "data_key", values); HWTEST_F() local
1047 OH_Cursor *cursor = OH_Rdb_QueryLockedRow(storeTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
[all...]
/third_party/libdrm/tests/modetest/
H A Dcursor.c42 #include "cursor.h"
44 struct cursor { struct
57 static struct cursor cursors[MAX_CURSORS];
65 * the cursor
69 void (*run)(struct cursor *cursor, const struct cursor_step *step);
77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor() argument
83 handle = cursor->bo_handle; in set_cursor()
85 cursor in set_cursor()
90 move_cursor(struct cursor *cursor, const struct cursor_step *step) move_cursor() argument
148 struct cursor *cursor = &cursors[i]; cursor_thread_func() local
169 struct cursor *cursor = &cursors[ncursors]; cursor_init() local
[all...]
/third_party/rust/crates/clap/clap_lex/tests/
H A Dparsed.rs6 let mut cursor = raw.cursor(); in to_long_stdio() variables
7 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in to_long_stdio()
8 let next = raw.next(&mut cursor).unwrap(); in to_long_stdio()
18 let mut cursor = raw.cursor(); in to_long_no_escape() variables
19 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in to_long_no_escape()
20 let next = raw.next(&mut cursor).unwrap(); in to_long_no_escape()
30 let mut cursor = raw.cursor(); in to_long_no_value() variables
44 let mut cursor = raw.cursor(); to_long_with_empty_value() variables
58 let mut cursor = raw.cursor(); to_long_with_value() variables
72 let mut cursor = raw.cursor(); to_short_stdio() variables
84 let mut cursor = raw.cursor(); to_short_escape() variables
96 let mut cursor = raw.cursor(); to_short_long() variables
108 let mut cursor = raw.cursor(); to_short() variables
122 let mut cursor = raw.cursor(); is_negative_number() variables
132 let mut cursor = raw.cursor(); is_positive_number() variables
142 let mut cursor = raw.cursor(); is_not_number() variables
152 let mut cursor = raw.cursor(); is_stdio() variables
162 let mut cursor = raw.cursor(); is_not_stdio() variables
172 let mut cursor = raw.cursor(); is_escape() variables
182 let mut cursor = raw.cursor(); is_not_escape() variables
[all...]
H A Dshorts.rs4 let mut cursor = raw.cursor(); in iter() variables
5 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in iter()
6 let next = raw.next(&mut cursor).unwrap(); in iter()
16 let mut cursor = raw.cursor(); in next_flag() variables
17 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in next_flag()
18 let next = raw.next(&mut cursor).unwrap(); in next_flag()
35 let mut cursor = raw.cursor(); in next_value_os() variables
48 let mut cursor = raw.cursor(); next_flag_with_value() variables
62 let mut cursor = raw.cursor(); next_flag_with_no_value() variables
79 let mut cursor = raw.cursor(); advance_by_nothing() variables
93 let mut cursor = raw.cursor(); advance_by_something() variables
107 let mut cursor = raw.cursor(); advance_by_out_of_bounds() variables
121 let mut cursor = raw.cursor(); is_not_empty() variables
132 let mut cursor = raw.cursor(); is_partial_not_empty() variables
144 let mut cursor = raw.cursor(); is_exhausted_empty() variables
156 let mut cursor = raw.cursor(); is_number() variables
167 let mut cursor = raw.cursor(); is_not_number() variables
[all...]
H A Dlexer.rs4 let mut cursor = raw.cursor(); in insert() variables
6 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("bin"))); in insert()
7 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("a"))); in insert()
8 raw.insert(&cursor, ["1", "2", "3"]); in insert()
9 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("1"))); in insert()
10 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("2"))); in insert()
11 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("3"))); in insert()
12 assert_eq!(raw.next_os(&mut cursor), Some(std::ffi::OsStr::new("b"))); in insert()
13 assert_eq!(raw.next_os(&mut cursor), Som in insert()
15 let mut cursor = raw.cursor(); insert() variables
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString() argument
31 if (ReadUint8(buff, cursor) != TLV_STRING_TAG) { in ReadString()
34 int32_t strLen = ReadInt32(buff, cursor); in ReadString()
40 uint8_t chVal = ReadUint8(buff, cursor); in ReadString()
58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble() argument
60 if (ReadUint8(buff, cursor) != TLV_DOUBLE_TAG) { in ReadDouble()
63 auto start = buff.begin() + cursor; in ReadDouble()
67 cursor += sizeof(double); in ReadDouble()
80 Color TLVUtil::ReadColor(std::vector<uint8_t>& buff, int32_t& cursor) in ReadColor() argument
82 if (ReadUint8(buff, cursor) ! in ReadColor()
99 ReadDimension(std::vector<uint8_t>& buff, int32_t& cursor) ReadDimension() argument
118 ReadFontFamily(std::vector<uint8_t>& buff, int32_t& cursor) ReadFontFamily() argument
144 ReadTextShadow(std::vector<uint8_t>& buff, int32_t& cursor) ReadTextShadow() argument
172 ReadTextShadows(std::vector<uint8_t>& buff, int32_t& cursor) ReadTextShadows() argument
195 ReadFontFeature(std::vector<uint8_t>& buff, int32_t& cursor) ReadFontFeature() argument
220 ReadBorderRadiusProperty(std::vector<uint8_t>& buff, int32_t& cursor) ReadBorderRadiusProperty() argument
259 ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) ReadPixelMap() argument
280 ReadCalcDimension(std::vector<uint8_t>& buff, int32_t& cursor) ReadCalcDimension() argument
297 ReadCalcLength(std::vector<uint8_t>& buff, int32_t& cursor) ReadCalcLength() argument
324 ReadImageSpanSize(std::vector<uint8_t>& buff, int32_t& cursor) ReadImageSpanSize() argument
370 ReadPaddingProperty(std::vector<uint8_t>& buff, int32_t& cursor) ReadPaddingProperty() argument
432 ReadImageSpanAttribute(std::vector<uint8_t>& buff, int32_t& cursor) ReadImageSpanAttribute() argument
485 ReadLeadingMargin(std::vector<uint8_t>& buff, int32_t& cursor) ReadLeadingMargin() argument
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A Dmk_Gcursor_i.c42 OFFSET("IP_OFF", offsetof (struct cursor, ip)); in main()
43 OFFSET("PR_OFF", offsetof (struct cursor, pr)); in main()
44 OFFSET("BSP_OFF", offsetof (struct cursor, bsp)); in main()
45 OFFSET("PSP_OFF", offsetof (struct cursor, psp)); in main()
46 OFFSET("PFS_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_PFS])); in main()
47 OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT])); in main()
48 OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT])); in main()
49 OFFSET("LC_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_LC])); in main()
50 OFFSET("FPSR_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_FPSR])); in main()
51 OFFSET("B1_LOC_OFF", offsetof (struct cursor, lo in main()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp21 #include "store/cursor.h"
80 auto cursor = CacheCursorTest::GetCursor(); in HWTEST_F() local
81 EXPECT_NE(cursor, nullptr); in HWTEST_F()
84 auto result = cursor->GetColumnNames(names); in HWTEST_F()
89 auto err = cursor->GetColumnName(4, colName); in HWTEST_F()
91 err = cursor->GetColumnName(-1, colName); in HWTEST_F()
93 err = cursor->GetColumnName(1, colName); in HWTEST_F()
96 int type = cursor->GetColumnType(0); in HWTEST_F()
98 type = cursor->GetColumnType(4); in HWTEST_F()
100 type = cursor in HWTEST_F()
130 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
163 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
213 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs31 /// Given a clang cursor, return the kind of function it represents, or
33 pub fn from_cursor(cursor: &clang::Cursor) -> Option<FunctionKind> { in from_cursor()
35 Some(match cursor.kind() { in from_cursor()
41 FunctionKind::Method(if cursor.method_is_virtual() { in from_cursor()
43 pure_virtual: cursor.method_is_pure_virtual(), in from_cursor()
50 if cursor.method_is_virtual() { in from_cursor()
52 pure_virtual: cursor.method_is_pure_virtual(), in from_cursor()
54 } else if cursor.method_is_static() { in from_cursor()
236 /// An ABI extracted from a clang cursor.
299 /// Get the mangled name for the cursor'
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_cursor.h103 * @param cursor Represents a pointer to an {@link OH_Cursor} instance.
109 int (*getColumnCount)(OH_Cursor *cursor, int *count);
114 * @param cursor Represents a pointer to an {@link OH_Cursor} instance.
121 int (*getColumnType)(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnType);
126 * @param cursor Represents a pointer to an {@link OH_Cursor} instance.
134 int (*getColumnIndex)(OH_Cursor *cursor, const char *name, int *columnIndex);
139 * @param cursor Represents a pointer to an {@link OH_Cursor} instance.
148 int (*getColumnName)(OH_Cursor *cursor, int32_t columnIndex, char *name, int length);
153 * @param cursor Represents a pointer to an {@link OH_Cursor} instance.
160 int (*getRowCount)(OH_Cursor *cursor, in
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DUtils.cs28 int cursor = 0; in FillWithZeroes()
29 while (cursor < length) in FillWithZeroes()
31 int step = System.Math.Min(cursor + 1024, length) - cursor; in FillWithZeroes()
32 System.Array.Copy(ByteZeroes, 0, dest, offset + cursor, step); in FillWithZeroes()
33 cursor += step; in FillWithZeroes()
50 int cursor = 0; in FillWithZeroes()
51 while (cursor < length) in FillWithZeroes()
53 int step = System.Math.Min(cursor + 1024, length) - cursor; in FillWithZeroes()
[all...]
/third_party/node/lib/internal/readline/
H A Dinterface.js321 this.cursor = 0;
395 if (!preserveCursor) this.cursor = 0;
490 // cursor position
493 // First move to the bottom of the current line, based on cursor pos
512 // Move cursor to original position.
630 this[kBeforeEdit](this.line, this.cursor);
631 if (this.cursor < this.line.length) {
632 const beg = StringPrototypeSlice(this.line, 0, this.cursor);
635 this.cursor,
639 this.cursor
[all...]
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs58 //! let mut cursor = raw.cursor();
59 //! raw.next(&mut cursor); // Skip the bin
60 //! while let Some(arg) = raw.next(&mut cursor) {
62 //! args.paths.extend(raw.remaining(&mut cursor).map(PathBuf::from));
136 /// let mut cursor = raw.cursor();
137 /// let _bin = raw.next_os(&mut cursor);
139 /// let mut paths = raw.remaining(&mut cursor).map(PathBuf::from).collect::<Vec<_>>();
153 /// let mut cursor
177 pub fn cursor(&self) -> ArgCursor { cursor() functions
[all...]
/third_party/libunwind/libunwind/src/riscv/
H A DGinit_local.c33 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument
41 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
43 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
48 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
51 c->dwarf.as_arg = cursor; in unw_init_local_common()
59 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
61 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
65 unw_init_local2 (unw_cursor_t *cursor, unw_context_ argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp186 uint32_t cursor = 0; in GetVideoSize() local
193 GetU(1, buf, cursor); in GetVideoSize()
195 GetU(2, buf, cursor); // 2:fixed size in GetVideoSize()
196 int32_t nalUnitType = GetU(5, buf, cursor); // 5:fixed size in GetVideoSize()
201 int32_t profileIdc = GetU(8, buf, cursor); // 8:fixed size in GetVideoSize()
203 GetU(1, buf, cursor); in GetVideoSize()
205 GetU(1, buf, cursor); in GetVideoSize()
207 GetU(1, buf, cursor); in GetVideoSize()
209 GetU(1, buf, cursor); in GetVideoSize()
211 GetU(1, buf, cursor); in GetVideoSize()
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.h52 static int GetColumnCount(OH_Cursor *cursor, int *count);
53 static int GetColumnType(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnType);
54 static int GetColumnIndex(OH_Cursor *cursor, const char *name, int *columnIndex);
55 static int GetColumnName(OH_Cursor *cursor, int32_t columnIndex, char *name, int length);
56 static int GetRowCount(OH_Cursor *cursor, int *count);
57 static int GoToNextRow(OH_Cursor *cursor);
58 static int GetSize(OH_Cursor *cursor, int32_t columnIndex, size_t *size);
59 static int GetText(OH_Cursor *cursor, int32_t columnIndex, char *value, int length);
60 static int GetInt64(OH_Cursor *cursor, int32_t columnIndex, int64_t *value);
61 static int GetReal(OH_Cursor *cursor, int32_
[all...]
/third_party/gn/src/base/
H A Dsha1.cc64 uint32_t cursor; member in base::SecureHashAlgorithm
104 cursor = 0; in Init()
124 M[cursor++] = *d++; in Update()
125 if (cursor >= 64) in Update()
132 M[cursor++] = 0x80; in Pad()
134 if (cursor > 64 - 8) { in Pad()
136 while (cursor < 64) in Pad()
137 M[cursor++] = 0; in Pad()
142 while (cursor < 64 - 8) in Pad()
143 M[cursor in Pad()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.cc67 uint32_t cursor; member in angle::base::SecureHashAlgorithm
125 cursor = 0; in Init()
148 M[cursor++] = *d++; in Update()
149 if (cursor >= 64) in Update()
157 M[cursor++] = 0x80; in Pad()
159 if (cursor > 64 - 8) in Pad()
162 while (cursor < 64) in Pad()
163 M[cursor++] = 0; in Pad()
168 while (cursor < 64 - 8) in Pad()
169 M[cursor in Pad()
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
42 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
47 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
58 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
60 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
64 unw_init_local2 (unw_cursor_t *cursor, unw_tdep_context_t *uc, int flag) in unw_init_local2() argument
68 return unw_init_local_common(cursor, u in unw_init_local2()
[all...]
/third_party/libunwind/libunwind/src/arm/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
42 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
47 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
56 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
58 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
62 unw_init_local2 (unw_cursor_t *cursor, unw_context_t *uc, int flag) in unw_init_local2() argument
66 return unw_init_local_common(cursor, u in unw_init_local2()
[all...]
/third_party/libunwind/libunwind/src/tilegx/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument
40 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
42 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
49 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
58 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument
60 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
64 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2() argument
68 return unw_init_local_common(cursor, u in unw_init_local2()
[all...]
/third_party/libunwind/libunwind/src/ppc/
H A DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument
47 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
49 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
54 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
66 unw_init_local(unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument
68 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
72 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2() argument
76 return unw_init_local_common(cursor, u in unw_init_local2()
[all...]
/third_party/libunwind/libunwind/src/sh/
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common() argument
42 struct cursor *c = (struct cursor *) cursor; in unw_init_local_common()
47 Debug (1, "(cursor=%p)\n", c); in unw_init_local_common()
56 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument
58 return unw_init_local_common(cursor, uc, 1); in unw_init_local()
62 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2() argument
66 return unw_init_local_common(cursor, u in unw_init_local2()
[all...]

Completed in 11 milliseconds

12345678910>>...37