| /system/update_engine/payload_generator/ |
| D | extent_ranges.cc | 86 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in AddExtent() local 130 for (ExtentSet::iterator it = extent_set_.begin(), e = extent_set_.end(); in SubtractExtent() local 156 e = ranges.extent_set_.end(); it != e; ++it) { in AddRanges() local 163 e = ranges.extent_set_.end(); it != e; ++it) { in SubtractRanges() local 169 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents() local 176 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents() local 184 for (int i = 0, e = exts.size(); i != e; ++i) { in AddRepeatedExtents() local 191 for (int i = 0, e = exts.size(); i != e; ++i) { in SubtractRepeatedExtents() local 216 e = extent_set_.end(); in Dump() local 237 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 107 for (int i = 0, e = field.size(); i != e; ++i) { in DumpExtents() 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
|
| D | extent_utils.h | 58 for (size_t i = 0, e = static_cast<size_t>(extents.size()); i != e; ++i) { in ExpandExtents() local
|
| D | inplace_generator.cc | 253 for (vector<Vertex::Index>::size_type i = 0, e = op_indexes.size(); in GenerateReverseTopoOrderMap() local 302 for (int i = 0, e = extents.size(); i < e; ++i) { in TempBlocksExistInExtents() local 389 e = op_indexes->size(); i < e; ++i) { in AssignBlockForAdjoiningCuts() local 489 for (vector<CutEdgeVertexes>::size_type i = cuts.size() - 1, e = 0; in AssignTempBlocks() local 527 for (Graph::const_iterator it = graph.begin(), e = graph.end(); it != e; in NoTempBlocksRemain() local
|
| /system/extras/latencytop/ |
| D | latencytop.c | 70 struct latency_entry *e; in main() local 177 struct latency_entry *e; in read_global_stats() local 206 struct latency_entry *e; in read_process_stats() local 235 struct latency_entry *e; in read_thread_stats() local 273 struct latency_entry *e; in alloc_latency_entry() local 289 static void free_latency_entry(struct latency_entry *e) { in free_latency_entry() 295 struct latency_entry *e; in find_latency_entry() local 327 struct latency_entry *e, *head; in read_latency_file() local 370 struct latency_entry *e, **array; in print_latency_entries() 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 | 215 handle_entry e; in lookupHandleLocked() local 230 handle_entry* e = lookupHandleLocked(handle); in getStrongProxyForHandle() local 260 handle_entry* e = lookupHandleLocked(handle); in getWeakProxyForHandle() local 289 handle_entry* e = lookupHandleLocked(handle); in expungeHandle() local
|
| D | BpHwBinder.cpp | 48 entry_t e; in attach() local 79 const entry_t& e = mObjects.valueAt(i); in kill() local
|
| /system/libufdt/tests/testdata/ |
| D | local_fixup_with_offset-overlay.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/extras/simpleperf/ |
| D | IOEventLoop.cpp | 26 event* e; member 61 IOEvent* e = static_cast<IOEvent*>(arg); in EventCallbackFn() local 118 std::unique_ptr<IOEvent> e(new IOEvent(this, callback)); in AddEvent() local
|
| /system/chre/apps/chqts/src/busy_startup/ |
| D | busy_startup.cc | 86 uint32_t e = eventType; in checkSelfEvent() local 147 uint32_t e = eventType; in nanoappHandleEvent() local
|
| /system/security/keystore/ |
| D | auth_token_table.cpp | 140 entries_, [&](Entry& e) { return e.token()->challenge == op_handle && !e.completed(); }); in FindAuthPerOpAuthorization() 187 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }), in RemoveEntriesSupersededBy() 201 [&](Entry& e) { return e.Supersedes(entry); }); in IsSupersededBySomeEntry() 205 auto found = find_if(entries_, [&](Entry& e) { return e.token()->challenge == op_handle; }); in MarkCompleted()
|
| /system/extras/ext4_utils/ |
| D | sha1.c | 80 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 90 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 100 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 110 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 127 u_int32_t a, b, c, d, e; local
|
| /system/core/logd/ |
| D | LogWhiteBlackList.h | 49 int cmp(LogBufferElement* e) const { in cmp()
|
| /system/core/toolbox/ |
| D | bsd-compatibility.h | 40 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e)) argument
|
| /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/core/adb/ |
| D | remount_service.cpp | 46 mntent* e; in find_proc_mount() local
|
| /system/chre/platform/shared/include/chre/platform/shared/ |
| D | host_messages_generated.h | 94 inline const char *EnumNameChreMessage(ChreMessage e) { in EnumNameChreMessage()
|
| /system/chre/host/common/include/chre_host/ |
| D | host_messages_generated.h | 111 inline const char *EnumNameChreMessage(ChreMessage e) { in EnumNameChreMessage()
|
| /system/libhidl/base/ |
| D | HidlInternal.cpp | 152 std::regex e("^" + mInstrumentationLibPackage + "(.*).profiler.so$"); in isInstrumentationLib() local
|
| /system/core/init/ |
| D | capabilities.cpp | 154 auto e = cap_map.find(cap_name); in LookupCap() local
|