Home
last modified time | relevance | path

Searched full:know (Results 1 – 25 of 11930) sorted by relevance

12345678910>>...478

/external/webrtc/net/dcsctp/tx/
Drr_send_queue_test.cc32 constexpr TimeMs kNow = TimeMs(0); variable
59 EXPECT_FALSE(buf_.Produce(kNow, kOneFragmentPacketSize).has_value()); in TEST_F()
64 buf_.Add(kNow, DcSctpMessage(kStreamID, kPPID, {1, 2, 4, 5, 6})); in TEST_F()
69 buf_.Produce(kNow, kOneFragmentPacketSize); in TEST_F()
77 buf_.Add(kNow, DcSctpMessage(kStreamID, kPPID, payload)); in TEST_F()
80 buf_.Produce(kNow, /*max_size=*/20); in TEST_F()
86 buf_.Produce(kNow, /*max_size=*/20); in TEST_F()
92 buf_.Produce(kNow, /*max_size=*/20); in TEST_F()
97 EXPECT_FALSE(buf_.Produce(kNow, kOneFragmentPacketSize).has_value()); in TEST_F()
102 buf_.Add(kNow, DcSctpMessage(kStreamID, kPPID, payload)); in TEST_F()
[all …]
Doutstanding_data_test.cc36 constexpr TimeMs kNow(42); variable
68 buf_.Insert(gen_.Ordered({1}, "BE"), kNow)); in TEST_F()
84 buf_.Insert(gen_.Ordered({1}, "BE"), kNow); in TEST_F()
103 buf_.Insert(gen_.Ordered({1}, "BE"), kNow); in TEST_F()
118 buf_.Insert(gen_.Ordered({1}, "B"), kNow); in TEST_F()
119 buf_.Insert(gen_.Ordered({1}, "E"), kNow); in TEST_F()
141 buf_.Insert(gen_.Ordered({1}, "B"), kNow); in TEST_F()
142 buf_.Insert(gen_.Ordered({1}, "E"), kNow); in TEST_F()
164 buf_.Insert(gen_.Ordered({1}, "B"), kNow); in TEST_F()
165 buf_.Insert(gen_.Ordered({1}, ""), kNow); in TEST_F()
[all …]
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs247 … // Safe because we know that our file is a VM fd, we know the kernel will only write correct in get_pvclock_arch()
261 // Safe because we know that our file is a VM fd, we know the kernel will only read correct in set_pvclock_arch()
281 // Safe because we know our file is a VM fd, we know the kernel will only write in get_pic_state()
288 // Safe as we know that we are retrieving data related to the in get_pic_state()
307 // Safe because we know that our file is a VM fd, we know the kernel will only read in set_pic_state()
332 // Safe because we know our file is a VM fd, we know the kernel will only write in get_ioapic_state()
339 // Safe as we know that we are retrieving data related to the in get_ioapic_state()
358 // Safe because we know that our file is a VM fd, we know the kernel will only read in set_ioapic_state()
374 // Safe because we know that our file is a VM fd, we know the kernel will only read the in create_pit()
390 // Safe because we know that our file is a VM fd, we know the kernel will only write in get_pit_state()
[all …]
Dmod.rs181 // Safe because we know that the descriptor is valid and we verify the return result. in new_with_path()
198 // Safe because we know that our file is a KVM fd and we verify the return result. in new_with_path()
234 // this ioctl is safe because we know this kvm descriptor is valid, in check_capability()
267 // Safe because we know kvm is a real kvm fd as this module is the only one that can make in new()
318 // Safe because we know that our file is a VM fd and we verify the return result. in create_kvm_vcpu()
353 // Safe because we know that our file is a VM fd and we verify the return result. in create_irq_chip()
369 // Safe because we know that our file is a VM fd, we know the kernel will only read the in set_irq_line()
399 // Safe because we know that our file is a VM fd, we know the kernel will only read the in register_irqfd()
422 // Safe because we know that our file is a VM fd, we know the kernel will only read the in unregister_irqfd()
505 // Safe because we know that our file is a VM fd, we know the kernel will only read the in ioeventfd()
[all …]
/external/crosvm/kvm/src/
Dlib.rs198 // Safe because we know that our file is a KVM fd and that the extension is one of the ones in check_extension_int()
211 // Safe because we know that our file is a KVM fd and we verify the return result. in get_vcpu_mmap_size()
297 // Safe because we know self is a real kvm fd in get_vm_type()
380 // Safe because we know kvm is a real kvm fd as this module is the only one that can make in new()
421 // Safe because we know that our file is a KVM fd and that the extension is one of the ones in check_extension()
463 // know that the pointer and size are correct because the MemoryMapping interface ensures in add_memory_region()
551 // Safe because we know that our file is a VM fd and we verify the return result. in set_identity_map_addr()
568 // Safe because we know that our file is a VM fd, we know the kernel will only write in get_clock()
584 // Safe because we know that our file is a VM fd, we know the kernel will only read in set_clock()
600 // Safe because we know that our file is a VM fd and we verify the return result. in create_irq_chip()
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDeserializationProblemHandler.java82 * <li>Indicate it does not know what to do by returning {@link #NOT_HANDLED}
95 * @return Either {@link #NOT_HANDLED} to indicate that handler does not know
115 * <li>Indicate it does not know what to do by returning {@link #NOT_HANDLED}
129 * @return Either {@link #NOT_HANDLED} to indicate that handler does not know
149 * <li>Indicate it does not know what to do by returning {@link #NOT_HANDLED}
163 * @return Either {@link #NOT_HANDLED} to indicate that handler does not know
181 * <li>Indicate it does not know what to do by returning {@link #NOT_HANDLED}
191 * @return Either {@link #NOT_HANDLED} to indicate that handler does not know
228 * <li>Indicate it does not know what to do by returning {@link #NOT_HANDLED}
242 * @return Either {@link #NOT_HANDLED} to indicate that handler does not know
[all …]
/external/cronet/stable/net/base/
Dexpiring_cache_unittest.cc260 const std::string kNow("Now"); in TEST() local
267 // Add three entries at t=kNow that expire at kLater. in TEST()
268 cache.Put("test1", "foo1", kNow, kLater); in TEST()
269 cache.Put("test2", "foo2", kNow, kLater); in TEST()
270 cache.Put("test3", "foo3", kNow, kLater); in TEST()
273 // Add two entries at t=kNow that expire at kMuchLater in TEST()
274 cache.Put("test4", "foo4", kNow, kMuchLater); in TEST()
275 cache.Put("test5", "foo5", kNow, kMuchLater); in TEST()
279 EXPECT_THAT(cache.Get("test1", kNow), Pointee(StrEq("foo1"))); in TEST()
280 EXPECT_THAT(cache.Get("test2", kNow), Pointee(StrEq("foo2"))); in TEST()
[all …]
/external/cronet/tot/net/base/
Dexpiring_cache_unittest.cc260 const std::string kNow("Now"); in TEST() local
267 // Add three entries at t=kNow that expire at kLater. in TEST()
268 cache.Put("test1", "foo1", kNow, kLater); in TEST()
269 cache.Put("test2", "foo2", kNow, kLater); in TEST()
270 cache.Put("test3", "foo3", kNow, kLater); in TEST()
273 // Add two entries at t=kNow that expire at kMuchLater in TEST()
274 cache.Put("test4", "foo4", kNow, kMuchLater); in TEST()
275 cache.Put("test5", "foo5", kNow, kMuchLater); in TEST()
279 EXPECT_THAT(cache.Get("test1", kNow), Pointee(StrEq("foo1"))); in TEST()
280 EXPECT_THAT(cache.Get("test2", kNow), Pointee(StrEq("foo2"))); in TEST()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
Dvar_off.c9 * &skb->pkt_type, but we don't know which
31 * we don't know which
53 * we don't know which
74 * we don't know which
82 * that write (even if the verifier doesn't actually know
110 * we don't know which.
176 * we don't know which
201 * we don't know which
225 /* Add it to fp. We now have either fp-12 or fp-16, but we don't know
250 /* Add it to fp. We now have either fp-12 or fp-16, but we don't know
[all …]
/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodb/
Dexamples-1.json12 "S": "No One You Know"
28 "S": "No One You Know"
83 "S": "No One You Know"
113 "S": "No One You Know"
215 "S": "No One You Know"
408 "S": "No One You Know"
439 "S": "No One You Know"
465 …pecifies the partition key value. It returns song titles by the artist named \"No One You Know\".",
479 "S": "No One You Know"
516 …c table, and then narrows the results to songs by the artist \"No One You Know\". For each item, o…
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dlog_entry_test.cc269 "I know the kings of England, and I quote the fights historical / " in TEST()
274 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
296 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
303 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
309 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
314 Eq("I know the kings of England, and I quote the fights historical / " in TEST()
329 "I know the kings of England, and I quote the fights historical / " in TEST()
335 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
359 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
366 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
[all …]
/external/abseil-cpp/absl/log/
Dlog_entry_test.cc269 "I know the kings of England, and I quote the fights historical / " in TEST()
274 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
296 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
303 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
309 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
314 Eq("I know the kings of England, and I quote the fights historical / " in TEST()
329 "I know the kings of England, and I quote the fights historical / " in TEST()
335 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
359 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
366 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
[all …]
/external/angle/third_party/abseil-cpp/absl/log/
Dlog_entry_test.cc269 "I know the kings of England, and I quote the fights historical / " in TEST()
274 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
296 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
303 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
309 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
314 Eq("I know the kings of England, and I quote the fights historical / " in TEST()
329 "I know the kings of England, and I quote the fights historical / " in TEST()
335 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
359 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
366 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dlog_entry_test.cc269 "I know the kings of England, and I quote the fights historical / " in TEST()
274 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
296 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
303 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
309 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
314 Eq("I know the kings of England, and I quote the fights historical / " in TEST()
329 "I know the kings of England, and I quote the fights historical / " in TEST()
335 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
359 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
366 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dlog_entry_test.cc269 "I know the kings of England, and I quote the fights historical / " in TEST()
274 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
296 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
303 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
309 "and mineral.:2147483647] I know the kings of England, and I " in TEST()
314 Eq("I know the kings of England, and I quote the fights historical / " in TEST()
329 "I know the kings of England, and I quote the fights historical / " in TEST()
335 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
359 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
366 "and mineral.:-2147483647] I know the kings of England, and I " in TEST()
[all …]
/external/replicaisland/res/values/
Dwanda.xml91 But once you get to know him, he’s a pretty nice guy. Just don’t get on his bad side.
108 …bit of it, is something that The Source manufactured. The eggheads don’t know why it makes stuff,…
120 Look, Android, I know you’re in a rough spot. Kabocha has lost it, and now he has The Source, so s…
124 … Maybe you didn’t know what you were doing. Or maybe Kabocha manipulated you into thinking it was…
128 …n he didn’t. I’m starting to think he’s not the man I thought he was. I know he’s helping you ou…
158 I know Kabocha is completely unstable and you’re trying to stop him by helping Rokudou, but either …
184 Look, I was wrong about you before. I know what happened to Kyle wasn’t your fault alone. I know
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi219 # We don't care about the internals (and in fact don't know them)
223 # We don't care about the internals (and in fact don't know them)
227 # We don't care about the internals (and in fact don't know them)
231 # We don't care about the internals (and in fact don't know them)
563 # We don't care about the internals (and in fact don't know them)
567 # We don't care about the internals (and in fact don't know them)
571 # We don't care about the internals (and in fact don't know them)
575 # We don't care about the internals (and in fact don't know them)
625 # We don't care about the internals (and in fact don't know them)
637 # We don't care about the internals (and in fact don't know them)
[all …]
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h63 // We know we are kept in a vector of contiguous entries, so we know
69 // We know we are kept in a vector of contiguous entries, so we know
78 // We know we are kept in a vector of contiguous entries, so we know in setSibling()
/external/guava/android/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt87 have to ask them what the name of the country is, you know.
99 you might catch a bat, and that's very like a mouse, you know.
146 know how to begin.' For, you see, so many out-of-the-way things
191 this; `for it might end, you know,' said Alice to herself, `in my
320 sure I can't be Mabel, for I know all sorts of things, and she,
322 and--oh dear, how puzzling it all is! I'll try if I know all the
323 things I used to know. Let me see: four times five is twelve,
402 trying.' So she began: `O Mouse, do you know the way out of
445 A little bright-eyed terrier, you know, with oh, such long curly
449 know, and he says it's so useful, it's worth a hundred pounds!
[all …]
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt87 have to ask them what the name of the country is, you know.
99 you might catch a bat, and that's very like a mouse, you know.
146 know how to begin.' For, you see, so many out-of-the-way things
191 this; `for it might end, you know,' said Alice to herself, `in my
320 sure I can't be Mabel, for I know all sorts of things, and she,
322 and--oh dear, how puzzling it all is! I'll try if I know all the
323 things I used to know. Let me see: four times five is twelve,
402 trying.' So she began: `O Mouse, do you know the way out of
445 A little bright-eyed terrier, you know, with oh, such long curly
449 know, and he says it's so useful, it's worth a hundred pounds!
[all …]
/external/brotli/tests/testdata/
Dalice29.txt89 have to ask them what the name of the country is, you know.
101 you might catch a bat, and that's very like a mouse, you know.
148 know how to begin.' For, you see, so many out-of-the-way things
193 this; `for it might end, you know,' said Alice to herself, `in my
322 sure I can't be Mabel, for I know all sorts of things, and she,
324 and--oh dear, how puzzling it all is! I'll try if I know all the
325 things I used to know. Let me see: four times five is twelve,
404 trying.' So she began: `O Mouse, do you know the way out of
447 A little bright-eyed terrier, you know, with oh, such long curly
451 know, and he says it's so useful, it's worth a hundred pounds!
[all …]
/external/python/cpython3/Lib/test/test_email/
Dtest_generator.py414 oh là là, know what I mean, know what I mean?
425 oh l=E0 l=E0, know what I mean, know what I mean?
438 msg.set_content("oh là là, know what I mean, know what I mean?")
447 oh là là, know what I mean, know what I mean?
459 msg.set_content("oh boy, know what I mean, know what I mean?")
468 oh boy, know what I mean, know what I mean?
/external/apache-xml/test/tests/perf/xtestdata/
Delem128ktext.xml37 …er PAROLLESAsideOne that goes with him: I love him for his sake;And yet I know him a notorious lia…
53 …fond, adoptious christendoms,That blinking Cupid gossips. Now shall he--I know not what he shall. …
88 KING: I fill a place, I know't. How long is't, count,Since the physician at your father's died?He w…
107 COUNTESS: May the world know them?
124 Steward: I know, madam, you love your gentlewoman entirely.
126 … to acquaint you withal;sithence, in the loss that may happen, it concernsyou something to know it.
129 COUNTESS: You know, Helen,I am a mother to you.
144 …suit;Nor would I have him till I do deserve him;Yet never know how that desert should be.I know I …
148 HELENA: I will tell truth; by grace itself I swear.You know my father left me some prescriptionsOf …
193 …han I dare blame my weakness: will you see herFor that is her demand, and know her business?That d…
[all …]
/external/autotest/client/cros/multimedia/
Darc_resource_common.py8 """Properties of microphone app that both server and client should know."""
19 """Properties of Play Music app that both server and client should know."""
26 """Properties of Play Video app that both server and client should know."""
/external/flashrom/doc/about_flashrom/
Dteam.rst28 * Try to respond to technical questions on the mailing list if the topic is something you know about
31 * Know development guidelines and check the patches you are reviewing align with the guidelines.
52 * Know development guidelines, and educate other contributors if needed (e.g. give links).
56 * Try to respond to technical questions on the mailing list if the topic is something you know about

12345678910>>...478