Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 4456) sorted by relevance

12345678910>>...179

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-hexagon-circ.c6 unsigned char test1(int mod, void *start) { in test1()
13 unsigned char test2(int mod, void *start) { in test2()
20 unsigned short test3(int mod, void *start) { in test3()
27 short test4(int mod, void *start) { in test4()
34 int test5(int mod, void *start) { in test5()
41 long long test6(int mod, void *start) { in test6()
48 unsigned char test7(int mod, void *start) { in test7()
55 unsigned char test8(int mod, void *start) { in test8()
62 unsigned short test9(int mod, void *start) { in test9()
69 short test10(int mod, void *start) { in test10()
[all …]
/external/rust/crates/tokio/src/time/tests/
Dtest_sleep.rs14 let start = clock.now(); localVariable
23 let start = clock.now(); localVariable
39 let start = clock.now(); localVariable
78 let start = clock.now(); localVariable
100 let start = clock.now(); localVariable
129 let start = clock.now(); localVariable
148 let start = clock.now(); localVariable
171 let start = clock.now(); localVariable
203 let start = clock.now(); localVariable
239 let start = clock.now(); localVariable
[all …]
/external/llvm-project/lldb/source/Host/common/
DLockFileBase.cpp26 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock()
32 Status LockFileBase::TryWriteLock(const uint64_t start, const uint64_t len) { in TryWriteLock()
38 Status LockFileBase::ReadLock(const uint64_t start, const uint64_t len) { in ReadLock()
44 Status LockFileBase::TryReadLock(const uint64_t start, const uint64_t len) { in TryReadLock()
65 Status LockFileBase::DoLock(const Locker &locker, const uint64_t start, in DoLock()
/external/adhd/cras/src/fuzz/
DREADME.md10 ### Sudoless Docker
14 ### Sync to the latest base-builder
19 ### Build a container from the adhd directory
25 ### Build fuzzers
30 ### Look in /tmp/fuzzers to see the executables. Run them like so:
37 ### Debug in docker
/external/icu/libicu/cts_headers/unicode/
Dunistr.h3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3824 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3935 UnicodeString::doCompare(int32_t start, in doCompare()
3985 UnicodeString::compare(int32_t start, in compare()
3996 UnicodeString::compare(int32_t start, in compare()
4004 UnicodeString::compare(int32_t start, in compare()
4010 UnicodeString::compare(int32_t start, in compare()
4018 UnicodeString::compareBetween(int32_t start, in compareBetween()
4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/external/icu/icu4c/source/common/unicode/
Dunistr.h3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3824 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3935 UnicodeString::doCompare(int32_t start, in doCompare()
3985 UnicodeString::compare(int32_t start, in compare()
3996 UnicodeString::compare(int32_t start, in compare()
4004 UnicodeString::compare(int32_t start, in compare()
4010 UnicodeString::compare(int32_t start, in compare()
4018 UnicodeString::compareBetween(int32_t start, in compareBetween()
4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/external/okio/okio/src/jvmTest/java/okio/
DWaitUntilNotifiedTest.java40 double start = now(); in notified() local
58 double start = now(); in timeout() local
73 double start = now(); in deadline() local
89 double start = now(); in deadlineBeforeTimeout() local
105 double start = now(); in timeoutBeforeDeadline() local
120 double start = now(); in deadlineAlreadyReached() local
134 double start = now(); in threadInterrupted() local
169 private void assertElapsed(double duration, double start) { in assertElapsed()
DPipeTest.java110 double start = now(); in sinkTimeout() local
129 double start = now(); in sourceTimeout() local
181 double start = now(); in sinkBlocksOnSlowReader() local
198 double start = now(); in sinkWriteFailsByClosedReader() local
303 double start = now(); in sourceReadUnblockedByClosedSink() local
344 double start = now(); in sourceBlocksOnSlowWriter() local
373 private void assertElapsed(double duration, double start) { in assertElapsed()
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer_unittest.cc29 const char* start = R"({ "foo": "bar" })"; in TEST() local
43 const char* start = R"({ "foo": "}\"bar{\\" })"; in TEST() local
57 const char* start = R"({"foo": 1}, {"bar": 2})"; in TEST() local
78 const char* start = R"({"foo": 1)"; in TEST() local
89 const char* start = R"("Test": 01234, )"; in TEST() local
101 const char* start = R"(, "key": [test], )"; in TEST() local
113 const char* start = R"("key2": {}})"; in TEST() local
125 const char* start = R"("key\n2": {}})"; in TEST() local
137 const char* start = R"(")"; in TEST() local
148 const char* start = R"("key)"; in TEST() local
[all …]
/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo()
69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint()
85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint()
105 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset()
125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_sfixed()
144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_ufixed()
162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint()
176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint()
186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed()
194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRangeDateRule.java50 public void add(Date start, DateRule rule) { in add()
61 public Date firstAfter(Date start) { in firstAfter()
86 public Date firstBetween(Date start, Date end) { in firstBetween()
124 public boolean isBetween(Date start, Date end) { in isBetween()
132 private int startIndex(Date start) { in startIndex()
158 public Range(Date start, DateRule rule) { in Range()
162 public Date start; field in Range
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeDateRule.java52 public void add(Date start, DateRule rule) { in add()
64 public Date firstAfter(Date start) { in firstAfter()
90 public Date firstBetween(Date start, Date end) { in firstBetween()
130 public boolean isBetween(Date start, Date end) { in isBetween()
138 private int startIndex(Date start) { in startIndex()
164 public Range(Date start, DateRule rule) { in Range()
168 public Date start; field in Range
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java99 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween()
110 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween()
114 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan()
154 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween()
194 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween()
205 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween()
230 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween()
241 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween()
268 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween()
282 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween()
[all …]
/external/flac/microbench/
Dutil.c44 counter_diff (const LARGE_INTEGER * start, const LARGE_INTEGER * end) in counter_diff()
57 LARGE_INTEGER start, end; in benchmark_function() local
75 counter_diff (const uint64_t * start, const uint64_t * end) in counter_diff()
87 uint64_t start, end; in benchmark_function() local
106 timespec_diff (const struct timespec * start, const struct timespec * end) in timespec_diff()
123 { struct timespec start, end; in benchmark_function() local
142 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff()
159 { struct timeval start, end; in benchmark_function() local
/external/llvm-project/llvm/utils/
Dbisect-skip-count47 start = args.skipstart variable
67 start = count variable
73 start = args.countstart variable
87 start = count variable
93 start = count variable
/external/skqp/tests/
DRRectInPathTest.cpp15 SkPath::Direction* dir, unsigned* start) { in path_contains_rrect()
44 SkPath::Direction dir, unsigned start) { in inner_path_contains_rrect()
63 SkPath::Direction dir, unsigned start) { in path_contains_rrect_check()
72 SkPath::Direction dir, unsigned start) { in path_contains_rrect_nocheck()
80 SkVector v[4], SkPath::Direction dir, unsigned start) { in path_contains_rrect_check()
88 ForceIsRRect_Private(SkPath* path, SkPath::Direction dir, unsigned start) { in ForceIsRRect_Private()
94 SkPath::Direction dir, unsigned start) { in force_path_contains_rrect()
174 for (int start = 0; start < 8; ++start) { in test_tricky_radii() local
201 for (int start = 0; start < 8; ++start) { in test_empty_crbug_458524() local
219 for (int start = 0; start < 8; ++start) { in test_inset() local
[all …]
/external/skia/tests/
DRRectInPathTest.cpp15 SkPathDirection* dir, unsigned* start) { in path_contains_rrect()
44 SkPathDirection dir, unsigned start) { in inner_path_contains_rrect()
63 SkPathDirection dir, unsigned start) { in path_contains_rrect_check()
72 SkPathDirection dir, unsigned start) { in path_contains_rrect_nocheck()
80 SkVector v[4], SkPathDirection dir, unsigned start) { in path_contains_rrect_check()
88 ForceIsRRect_Private(SkPath* path, SkPathDirection dir, unsigned start) { in ForceIsRRect_Private()
94 SkPathDirection dir, unsigned start) { in force_path_contains_rrect()
170 for (int start = 0; start < 8; ++start) { in test_tricky_radii() local
197 for (int start = 0; start < 8; ++start) { in test_empty_crbug_458524() local
215 for (int start = 0; start < 8; ++start) { in test_inset() local
[all …]
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile()
139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite()
231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine()
247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript()
268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest()
343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses()
357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners()
372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener()
382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages()
408 public void xmlMethodSelectors(boolean start, Attributes attributes) { in xmlMethodSelectors()
[all …]
/external/auto/value/src/main/java/com/google/auto/value/processor/
DJavaScanner.java56 int tokenEnd(int start) { in tokenEnd()
82 private int spaceEnd(int start) { in spaceEnd()
89 private int blockCommentEnd(int start) { in blockCommentEnd()
96 private int lineCommentEnd(int start) { in lineCommentEnd()
103 private int quoteEnd(int start) { in quoteEnd()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.h58 absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
72 absl::string_view name, int64 start, int64 end, int64 step, in ForWithStatus()
81 absl::string_view name, int64 start, int64 end, int64 step, in For()
110 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
124 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in ForWithStatus()
135 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
146 absl::string_view name, llvm::Value* start, llvm::Value* end, in ForWithStatus()
157 absl::string_view name, llvm::Value* start, llvm::Value* end, in For()
167 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in ForWithStatus()
178 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in For()
[all …]
/external/icu/icu4c/source/samples/break/
Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
66 for (int32_t start = boundary.previous(); in printEachBackward() local
77 int32_t start = boundary.first(); in printFirst() local
86 int32_t start = boundary.previous(); in printLast() local
94 int32_t start = boundary.previous(); in printAt() local
Dubreak.c23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange()
41 int32_t start = ubrk_first(boundary); in printEachForward() local
51 int32_t start; in printEachBackward() local
62 int32_t start = ubrk_first(boundary); in printFirst() local
69 int32_t start; in printLast() local
78 int32_t start; in printAt() local
/external/llvm-project/lldb/source/Host/posix/
DLockFilePosix.cpp21 Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock()
44 Status LockFilePosix::DoWriteLock(const uint64_t start, const uint64_t len) { in DoWriteLock()
48 Status LockFilePosix::DoTryWriteLock(const uint64_t start, const uint64_t len) { in DoTryWriteLock()
52 Status LockFilePosix::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock()
56 Status LockFilePosix::DoTryReadLock(const uint64_t start, const uint64_t len) { in DoTryReadLock()
/external/llvm-project/lldb/source/Host/windows/
DLockFileWindows.cpp18 Status fileLock(HANDLE file_handle, DWORD flags, const uint64_t start, in fileLock()
47 Status LockFileWindows::DoWriteLock(const uint64_t start, const uint64_t len) { in DoWriteLock()
51 Status LockFileWindows::DoTryWriteLock(const uint64_t start, in DoTryWriteLock()
57 Status LockFileWindows::DoReadLock(const uint64_t start, const uint64_t len) { in DoReadLock()
61 Status LockFileWindows::DoTryReadLock(const uint64_t start, in DoTryReadLock()
/external/libchrome/base/i18n/
Dbidi_line_iterator_unittest.cc32 int start, length; in TEST_P() local
52 int start, length; in TEST_P() local
74 int start, length; in TEST_P() local
99 int start, length; in TEST_P() local
133 int start, length; in TEST_P() local
156 int start; in TEST_P() member
182 int start, length; in TEST_P() local

12345678910>>...179