Searched refs:Put (Results 1 – 13 of 13) sorted by relevance
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | format_buffer.h | 70 if (!out->Put(' ')) { in PutString() 77 if (!out->Put(*p)) { in PutString() 88 if (!out->Put(' ')) { in PutChar() 92 return out->Put(c); in PutChar() 127 if (!out->Put(' ')) { in PutUInt() 134 if (!out->Put(prefix[i])) { in PutUInt() 142 if (!out->Put('0')) { in PutUInt() 149 if (!out->Put(*--p)) { in PutUInt() 171 bool Put(Out* out) { in Put() function 178 if (!out->Put(c)) { in Put() [all …]
|
D | tracing.h | 62 buf.Put('\n'); in TraceA()
|
/frameworks/libs/binary_translation/runtime_primitives/ |
D | table_of_tables_test.cc | 29 ASSERT_EQ(1729U, *tot.Put(25, 1729)); in TEST() 41 ASSERT_EQ(1729U, *tot.Put(25, 1729)); in TEST() 61 ASSERT_EQ(1729U, *tot->Put(page | (base + 5), 1729)); in TEST() 62 ASSERT_EQ(1U, *tot->Put(page | (base + 6), 1)); in TEST()
|
/frameworks/native/libs/vr/libbroadcastring/ |
D | broadcast_ring_test.cc | 152 ring.Put(original_record); in TYPED_TEST() 176 ring.Put(Record(FillChar(i))); in TYPED_TEST() 203 ring.Put(newest_record); in TYPED_TEST() 299 ring.Put(record_0); in TYPED_TEST() 300 ring.Put(record_1); in TYPED_TEST() 442 original_ring.Put(original_record_0); in TEST() 443 original_ring.Put(original_record_1); in TEST() 489 original_ring.Put(original_record_0); in TEST() 490 original_ring.Put(original_record_1); in TEST() 533 original_ring.Put(original_record_0); in TEST() [all …]
|
/frameworks/base/packages/SystemUI/docs/ |
D | corestartable.md | 15 1) Subclass `CoreStartable`. Put any initialization logic in its `#start` method. Preferably, put it 25 4) Put the following definition inside your new module:
|
/frameworks/libs/binary_translation/base/ |
D | format_buffer_test.cc | 257 EXPECT_TRUE(buf.Put('c')); in TEST() 263 EXPECT_TRUE(buf.Put('c')); in TEST()
|
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | table_of_tables.h | 62 /*may_discard*/ std::atomic<T>* Put(Key key, T value) { in Put() function
|
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/ |
D | README.md | 32 2. Put an entry for the enum value into the `sShortcutResource` `HashMap` in `A11yMenuShortcut`.
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | framework-policy-override.txt | 45 # Put basic exception classes in the "impl" jar.
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
D | broadcast_ring.h | 260 void Put(const Record& record) { in Put() function
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 205 // Put the screen in a low power state and allow the CPU to suspend if
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 8 Put simply, you would like to synchronize the graphical effects of some WM changes with the graphic…
|