| /system/extras/simpleperf/scripts/inferno/ |
| D | script.js | 92 function zoom(e) { argument 159 function unzoom(e) { argument 183 function search(e) { argument 207 document.onkeydown = function handle_keyboard_input(e) { argument 243 function select(e) { argument
|
| /system/update_engine/payload_generator/ |
| D | extent_ranges.cc | 87 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 157 e = ranges.extent_set_.end(); it != e; ++it) { in AddRanges() local 164 e = ranges.extent_set_.end(); it != e; ++it) { in SubtractRanges() local 170 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents() local 177 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents() local 185 for (int i = 0, e = exts.size(); i != e; ++i) { in AddRepeatedExtents() local 192 for (int i = 0, e = exts.size(); i != e; ++i) { in SubtractRepeatedExtents() local 217 e = extent_set_.end(); in Dump() local 238 e = extent_set_.end(); in GetExtentsForBlockCount() local
|
| D | graph_utils.cc | 68 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddReadBeforeDepExtents() local 98 for (Graph::iterator it = graph->begin(), e = graph->end(); it != e; ++it) { in DropIncomingEdgesTo() local 115 e = out_edges.end(); it != e; ++it) { in DumpOutEdges() local 126 for (Graph::size_type i = 0, e = graph.size(); i != e; ++i) { in DumpGraph() local
|
| /system/tools/hidl/test/utils_test/ |
| D | main.cpp | 134 FqInstance e; in TEST_F() local 150 FqInstance e; in TEST_F() local 163 FqInstance e; in TEST_F() local 175 FqInstance e; in TEST_F() local 187 FqInstance e; in TEST_F() 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 | 231 handle_entry e; in lookupHandleLocked() local 246 handle_entry* e = lookupHandleLocked(handle); in getStrongProxyForHandle() local 276 handle_entry* e = lookupHandleLocked(handle); in getWeakProxyForHandle() local 305 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/libufdt/tests/testdata/ |
| D | local_fixup_with_offset-overlay.dts | 8 e: e{ label
|
| D | apply_fragment-base.dts | 8 e: e { label
|
| /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 | 168 const cache_entry_t& e = mCacheData.valueAt(index); in lookup() local 187 const cache_entry_t& e = mCacheData.valueAt(i); in cache() local 192 const cache_entry_t& e = mCacheData.valueAt(lru); in cache() local
|
| /system/libvintf/ |
| D | HalManifest.cpp | 126 forEachInstance([&names](const ManifestInstance& e) { in getHalNamesAndVersions() 136 forEachInstanceOfInterface(package, v, interfaceName, [&](const auto& e) { in getTransport() 305 for (const auto& e : incompatibleHals) { in checkCompatibility() local 342 forEachInstance([&matrix](const ManifestInstance& e) { in generateCompatibleMatrix() 430 (void)forEachInstanceOfInterface(halName, version, interfaceName, [&ret](const auto& e) { in getInstances() 442 [&found, &instance](const auto& e) { in hasInstance()
|
| D | ManifestHal.cpp | 93 forEachInstance([&](const auto& e) { in appendAllVersions() 126 for (const FqInstance& e : fqInstances) { in insertInstances() local
|
| D | ManifestInstance.cpp | 90 FqInstance e; in getFqInstanceNoPackage() local
|
| D | main.cpp | 80 for (const auto& e : options) in getShortOptions() local 89 for (const auto& e : options) { in getLongOptions() local 142 for (const auto& e : options) { in usage() local
|
| /system/extras/simpleperf/ |
| D | IOEventLoop.cpp | 26 event* e; member 76 IOEvent* e = static_cast<IOEvent*>(arg); in EventCallbackFn() local 133 std::unique_ptr<IOEvent> e(new IOEvent(this, callback)); in AddEvent() local
|
| /system/chre/apps/chqts/src/busy_startup/ |
| D | busy_startup.cc | 89 uint32_t e = eventType; in checkSelfEvent() local 150 uint32_t e = eventType; in nanoappHandleEvent() local
|
| /system/security/keystore/ |
| D | auth_token_table.cpp | 137 entries_, [&](Entry& e) { return e.token().challenge == op_handle && !e.completed(); }); in FindAuthPerOpAuthorization() 184 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }), in RemoveEntriesSupersededBy() 198 [&](Entry& e) { return e.Supersedes(entry); }); in IsSupersededBySomeEntry() 202 auto found = find_if(entries_, [&](Entry& e) { return e.token().challenge == op_handle; }); in MarkCompleted()
|
| /system/core/toolbox/ |
| D | bsd-compatibility.h | 40 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e)) argument
|
| /system/core/logd/ |
| D | LogWhiteBlackList.h | 49 int cmp(LogBufferElement* e) const { in cmp()
|
| /system/core/liblog/ |
| D | log_time.cpp | 65 char* e = cp; in strptime() local
|
| /system/sepolicy/tools/ |
| D | check_seapp.c | 228 void list_append(list *list, list_element *e) { in list_append() 263 static void line_order_list_freefn(list_element *e) { in line_order_list_freefn() 269 static void input_file_list_freefn(list_element *e) { in input_file_list_freefn() 654 hash_entry *e; in rule_map_validate() local 998 ENTRY e; in rule_add() local 1172 hash_entry *e; in validate() local 1205 hash_entry *e; in output() local
|
| /system/tools/aidl/ |
| D | ast_java.cpp | 143 ExpressionStatement::ExpressionStatement(Expression* e) : expression(e) {} in ExpressionStatement() 268 Cast::Cast(const Type* t, Expression* e) : type(t), expression(e) {} in Cast() 307 ReturnStatement::ReturnStatement(Expression* e) : expression(e) {} in ReturnStatement() 320 CatchStatement::CatchStatement(Variable* e) in CatchStatement() 357 SwitchStatement::SwitchStatement(Expression* e) : expression(e) {} in SwitchStatement()
|
| /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
| D | TreeNode.java | 58 public final void addChild(V e) { in addChild()
|
| /system/core/adb/ |
| D | remount_service.cpp | 46 mntent* e; in find_proc_mount() local
|