/system/tools/hidl/test/utils_test/ |
D | main.cpp | 75 FQName e; in TEST() local 83 FQName e; in TEST() local 94 FQName e; in TEST() local 101 FqInstance e; in TEST() local 117 FqInstance e; in TEST() local 130 FqInstance e; in TEST() local 142 FqInstance e; in TEST() local 151 FqInstance e; in TEST() local 158 FqInstance e; in TEST() local 165 FqInstance e; in TEST() local
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | FrameBufferBuffer.java | 45 public void componentResized(ComponentEvent e) { in componentResized() 52 public void componentMoved(ComponentEvent e) { in componentMoved() 57 public void componentShown(ComponentEvent e) { in componentShown() 62 public void componentHidden(ComponentEvent e) { in componentHidden() 205 public void actionPerformed(ActionEvent e) { in actionPerformed() 257 public void mouseReleased(MouseEvent e) { in mouseReleased() 271 public void mouseClicked(MouseEvent e){ in mouseClicked() 275 public void mousePressed(MouseEvent e){ in mousePressed() 279 public void mouseEntered(MouseEvent e){ in mouseEntered() 283 public void mouseExited(MouseEvent e){ in mouseExited() [all …]
|
/system/extras/simpleperf/scripts/inferno/ |
D | script.js | 92 function zoom(e) { argument 159 function unzoom(e) { argument 183 function search(e) { argument 243 function select(e) { argument
|
/system/libbase/ |
D | expected_test.cpp | 56 exp_int e; in TEST() local 69 exp_int e; in TEST() local 84 exp_int e; in TEST() local 107 exp_double e = 3.3f; in TEST() local 117 exp_double e = 3.3f; in TEST() local 127 exp_int e = 3; in TEST() local 146 exp_string e = std::move(hello); in TEST() local 154 exp_int e = 3.3f; // double to int in TEST() local 165 exp_int e = unexp; in TEST() local 187 exp_int e = unexpected(10); in TEST() local [all …]
|
/system/update_engine/payload_generator/ |
D | extent_ranges.cc | 86 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in AddExtent() local 131 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in SubtractExtent() local 159 e = ranges.extent_set_.end(); in AddRanges() local 168 e = ranges.extent_set_.end(); in SubtractRanges() local 176 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents() local 184 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents() local 193 for (int i = 0, e = exts.size(); i != e; ++i) { in AddRepeatedExtents() local 200 for (int i = 0, e = exts.size(); i != e; ++i) { in SubtractRepeatedExtents() local 225 e = extent_set_.end(); in Dump() local 254 e = extent_set_.end(); in GetExtentsForBlockCount() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | transport_sniffer.cpp | 26 Event e(READ_ERROR, std::move(buf)); in Read() local 33 Event e(READ, std::move(buf)); in Read() local 47 Event e(WRITE_ERROR, std::move(buf)); in Write() local 54 Event e(WRITE, std::move(buf)); in Write() local 69 Event e(RESET, std::move(buf)); in Reset() local 188 Event e(SERIAL, std::move(buf)); in ProcessSerial() local
|
/system/libhwbinder/ |
D | Binder.cpp | 87 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() local 93 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() local 147 Extras* e = getOrCreateExtras(); in attachObject() local 156 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() local 165 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() local 179 Extras* e = mExtras.load(std::memory_order_relaxed); in ~BHwBinder() local 193 Extras* e = mExtras.load(std::memory_order_acquire); in getOrCreateExtras() local
|
D | ProcessState.cpp | 270 handle_entry e; in lookupHandleLocked() local 285 handle_entry* e = lookupHandleLocked(handle); in getStrongProxyForHandle() local 315 handle_entry* e = lookupHandleLocked(handle); in getWeakProxyForHandle() local 344 handle_entry* e = lookupHandleLocked(handle); in expungeHandle() local
|
/system/extras/latencytop/ |
D | latencytop.c | 68 struct latency_entry *e; in main() local 175 struct latency_entry *e; in read_global_stats() local 204 struct latency_entry *e; in read_process_stats() local 233 struct latency_entry *e; in read_thread_stats() local 271 struct latency_entry *e; in alloc_latency_entry() local 288 struct latency_entry *e; in find_latency_entry() local 316 struct latency_entry *e, *head; in read_latency_file() local 359 struct latency_entry *e, **array; in print_latency_entries() local
|
/system/iorap/tests/src/binder/ |
D | app_launch_event_test.cc | 87 AppLaunchEvent e{Type::kIntentStarted, sequence_id, std::move(intent_proto)}; in MakeIntentStarted() local 92 AppLaunchEvent e{Type::kIntentFailed, sequence_id}; in MakeIntentFailed() local 103 AppLaunchEvent e{Type::kActivityLaunched, in MakeActivityLaunched() local 115 AppLaunchEvent e{Type::kActivityLaunchCancelled, in MakeActivityLaunchCancelled() local 128 AppLaunchEvent e{Type::kActivityLaunchFinished, in MakeActivityLaunchFinished() local
|
/system/libbase/include/android-base/ |
D | expected.h | 203 constexpr expected(const unexpected<G>& e) in expected() 210 constexpr explicit expected(const unexpected<G>& e) in expected() 218 constexpr expected(unexpected<G>&& e) in expected() 225 constexpr explicit expected(unexpected<G>&& e) in expected() 470 constexpr expected(const unexpected<G>& e) in expected() 477 constexpr explicit expected(const unexpected<G>& e) in expected() 485 constexpr expected(unexpected<G>&& e) in expected() 492 constexpr explicit expected(unexpected<G>&& e) in expected() 612 constexpr unexpected(Err&& e) : val_(std::forward<Err>(e)) {} in unexpected()
|
/system/libufdt/tests/testdata/ |
D | local_fixup_with_offset-overlay.dts | 8 e: e{ label
|
D | apply_fragment-base.dts | 8 e: e { label
|
/system/libvintf/ |
D | ManifestHal.cpp | 109 forEachInstance([&](const auto& e) { in appendAllVersions() 139 for (const FqInstance& e : fqInstances) { in insertInstances() local 147 bool ManifestHal::insertInstance(const FqInstance& e, std::string* error) { in insertInstance()
|
/system/bt/gd/security/ |
D | pairing_handler_le.h | 149 PairingEvent e = WaitForEvent(); in WaitEncryptionChanged() local 267 PairingEvent e = queue.front(); in WaitForEvent() local 280 PairingEvent e = WaitForEvent(); in WaitUiPairingAccept() local 289 PairingEvent e = WaitForEvent(); in WaitUiConfirmYesNo() local 298 PairingEvent e = WaitForEvent(); in WaitUiPasskey() local
|
/system/teeui/libteeui/example/ |
D | touch_button_example.cpp | 52 Error tapOk(Event e) { in tapOk() 60 Error tapCancel(Event e) { in tapCancel() 131 [](Event e, void* p) -> Error { return reinterpret_cast<GUIStateTouch*>(p)->tapOk(e); }, in setDeviceInfo() 135 [](Event e, void* p) -> Error { in setDeviceInfo()
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 292 const int e = (c->state.enables & GGL_ENABLE_FOG)?1:0; in ggl_enable_fog() local 617 const int e = (c->state.enables & GGL_ENABLE_BLENDING)?1:0; in ggl_enable_blending() local 627 const int e = (c->state.enables & GGL_ENABLE_SCISSOR_TEST)?1:0; in ggl_enable_scissor_test() local 637 const int e = (c->state.enables & GGL_ENABLE_ALPHA_TEST)?1:0; in ggl_enable_alpha_test() local 647 const int e = (c->state.enables & GGL_ENABLE_LOGIC_OP)?1:0; in ggl_enable_logic_op() local 657 const int e = (c->state.enables & GGL_ENABLE_DITHER)?1:0; in ggl_enable_dither() local 673 const int e = (c->state.enables & GGL_ENABLE_DEPTH_TEST)?1:0; in ggl_enable_depth_test() local 683 const int e = (c->state.enables & GGL_ENABLE_AA)?1:0; in ggl_enable_aa() local 693 const int e = (c->state.enables & GGL_ENABLE_POINT_AA_NICE)?1:0; in ggl_enable_point_aa_nice() local 703 const int e = (c->state.enables & GGL_ENABLE_W)?1:0; in ggl_enable_w_lerp() local
|
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 172 const cache_entry_t& e = mCacheData.valueAt(index); in lookup() local 191 const cache_entry_t& e = mCacheData.valueAt(i); in cache() local 196 const cache_entry_t& e = mCacheData.valueAt(lru); in cache() local
|
/system/chre/apps/chqts/src/busy_startup/ |
D | busy_startup.cc | 83 uint32_t e = eventType; in checkSelfEvent() local 154 uint32_t e = eventType; in nanoappHandleEvent() local
|
/system/security/keystore/ |
D | auth_token_table.cpp | 139 entries_, [&](Entry& e) { return e.token().challenge == op_handle && !e.completed(); }); in FindAuthPerOpAuthorization() 187 entries_, [&](Entry& e) { return e.token().challenge == challenge && !e.completed(); }); in FindAuthorizationForCredstore() 238 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }), in RemoveEntriesSupersededBy() 259 [&](Entry& e) { return e.Supersedes(entry); }); in IsSupersededBySomeEntry() 265 auto found = find_if(entries_, [&](Entry& e) { return e.token().challenge == op_handle; }); in MarkCompleted()
|
/system/extras/simpleperf/ |
D | IOEventLoop.cpp | 26 event* e; member 96 IOEvent* e = static_cast<IOEvent*>(arg); in EventCallbackFn() local 152 std::unique_ptr<IOEvent> e(new IOEvent(this, callback)); in AddEvent() local
|
/system/bt/gd/packet/parser/ |
D | enum_gen.cc | 23 EnumGen::EnumGen(EnumDef e) : e_(std::move(e)) {} in EnumGen()
|
D | main.cc | 180 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 188 for (const auto& e : decls.type_defs_queue_) { in generate_cpp_headers_one_file() local 327 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local 338 for (const auto& e : decls.type_defs_queue_) { in generate_pybind11_sources_one_file() local
|
/system/core/liblog/ |
D | log_time.cpp | 59 char* e = cp; in strptime() local
|
/system/tools/aidl/ |
D | ast_java.cpp | 126 overloaded{[&](std::shared_ptr<Expression> e) { e->Write(to); }, in Write() 157 ExpressionStatement::ExpressionStatement(std::shared_ptr<Expression> e) : expression(e) {} in ExpressionStatement() 198 overloaded{[&](std::shared_ptr<Expression> e) { in Write() 242 Cast::Cast(const std::string& t, std::shared_ptr<Expression> e) : type(t), expression(e) {} in Cast() 277 ReturnStatement::ReturnStatement(std::shared_ptr<Expression> e) : expression(e) {} in ReturnStatement() 314 SwitchStatement::SwitchStatement(std::shared_ptr<Expression> e) : expression(e) {} in SwitchStatement()
|