/aosp_15_r20/external/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 68 static struct exfat2img ei; variable 97 static void free_exfat2img(struct exfat2img *ei) in free_exfat2img() 111 static int create_exfat2img(struct exfat2img *ei, in create_exfat2img() 160 static ssize_t dump_range(struct exfat2img *ei, off_t start, off_t end) in dump_range() 208 static int dump_sectors(struct exfat2img *ei, in dump_sectors() 220 static int dump_clusters(struct exfat2img *ei, in dump_clusters() 232 static int dump_directory(struct exfat2img *ei, in dump_directory() 279 static int dump_root(struct exfat2img *ei) in dump_root() 365 static int read_bitmap(struct exfat2img *ei, struct exfat_de_iter *iter) in read_bitmap() 397 static int read_upcase_table(struct exfat2img *ei, in read_upcase_table() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | Encodings.java | 116 EncodingInfo ei; in getEncodingInfo() local 139 EncodingInfo ei; in isRecognizedEncoding() local 372 EncodingInfo ei = new EncodingInfo(mimeName, javaName, highChar); in loadEncodingInfo() local 374 _encodingTableKeyMime.put(mimeName.toUpperCase(), ei); in loadEncodingInfo() local 376 _encodingTableKeyJava.put(javaName.toUpperCase(), ei); in loadEncodingInfo() local 481 EncodingInfo ei; in getHighChar() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 102 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in buildDFS() local 145 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) { in build() local 230 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSetsPreSSA() local 271 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in buildDefSetsPreSSA() local 503 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in search() local 509 for (Graph::EdgeIterator ei = sb->cfg.incident(); !ei.end(); ei.next()) { in search() local 525 for (Graph::EdgeIterator ei = bb->dom.outgoing(); !ei.end(); ei.next()) in search() local
|
H A D | nv50_ir_ra.cpp | 338 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next()) in needNewElseBlock() local 367 Graph::EdgeIterator ei; in splitEdges() local 445 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in visit() local 480 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSets() local 538 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in collectLiveValues() local 563 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in visit() local 652 static inline RIG_Node *get(const Graph::EdgeIterator& ei) in get() 764 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next()) in printNodeInfo() local 766 for (Graph::EdgeIterator ei = nodes[i].incident(); !ei.end(); ei.next()) in printNodeInfo() local 1244 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in simplifyNode() local [all …]
|
H A D | nv50_ir_graph.cpp | 131 EdgeIterator ei = this->outgoing(); in detach() local 186 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy() local 225 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search() local 300 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search() local 413 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) { in findLightestPathWeight() local
|
H A D | nv50_ir_bb.cpp | 377 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional() local 513 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in printCFGraph() local
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | eventHandler.c | 216 find(EventIndex ei, HandlerID handlerID) in find() 245 eventHandlerRestricted_iterator(EventIndex ei, in eventHandlerRestricted_iterator() 324 EventIndex ei, jclass clazz, jmethodID method, jlocation location) in deferEventReport() 368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei, in skipEventReport() 388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei, in reportEvents() 1395 eventHandler_freeAll(EventIndex ei) in eventHandler_freeAll() 1439 eventHandler_freeByID(EventIndex ei, HandlerID handlerID) in eventHandler_freeByID() 1621 eventHandler_alloc(jint filterCount, EventIndex ei, jbyte suspendPolicy) in eventHandler_alloc() 1673 createInternal(EventIndex ei, HandlerFunction func, in createInternal() 1714 eventHandler_createPermanentInternal(EventIndex ei, HandlerFunction func) in eventHandler_createPermanentInternal() [all …]
|
H A D | threadControl.c | 44 EventIndex ei; member 127 EventIndex ei; member 457 addDeferredEventMode(JNIEnv *env, jvmtiEventMode mode, EventIndex ei, jthread thread) in addDeferredEventMode() 493 jvmtiEventMode mode, EventIndex ei, jthread thread) in threadSetEventNotificationMode() 2001 checkForPopFrameEvents(JNIEnv *env, EventIndex ei, jthread thread) in checkForPopFrameEvents() 2036 threadControl_onEventHandlerEntry(jbyte sessionID, EventIndex ei, jthread thread, jobject currentEx… in threadControl_onEventHandlerEntry() 2136 threadControl_onEventHandlerExit(EventIndex ei, jthread thread, in threadControl_onEventHandlerExit() 2289 threadControl_saveCLEInfo(JNIEnv *env, jthread thread, EventIndex ei, in threadControl_saveCLEInfo() 2434 threadControl_setEventMode(jvmtiEventMode mode, EventIndex ei, jthread thread) in threadControl_setEventMode()
|
H A D | EventRequestImpl.c | 239 EventIndex ei; in setCommand() local 311 EventIndex ei; in clearCommand() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 133 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) { in mergeSets() local 453 ei = block->rend(); it != ei; ++it) { in runOnBlock() local 474 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) in runOnAllBlocks() local 506 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) { in computeLiveness() local 541 ei = block->succ_end(); it != ei; ++it) { in computeLiveness() local 571 it = blocksEndToLiveness.begin(), ei = blocksEndToLiveness.end(); in dumpBlockLiveness() local 582 it = vec.begin(), ei = vec.end(); it != ei; ++it) { in dumpBlockLiveness() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/ |
D | environment.cpp | 85 auto ei = env.begin(); variable 103 auto ei = wenv.begin(); variable 129 auto ei = env.begin(); variable
|
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
H A D | BitmapRegionTileSource.java | 169 ExifInterface ei = new ExifInterface(); in loadInBackground() local 219 public abstract boolean readExif(ExifInterface ei); in readExif() 244 public boolean readExif(ExifInterface ei) { in readExif() 301 public boolean readExif(ExifInterface ei) { in readExif() 353 public boolean readExif(ExifInterface ei) { in readExif()
|
/aosp_15_r20/art/test/654-checker-periodic/src/ |
H A D | Main.java | 162 int ei = (i & 1) == 0 ? 1 : 1486662020; in main() local 167 int ei = (i & 1) == 0 ? 1 : 1486662020; in main() local 172 int ei = (i & 1) == 0 ? 1 : 1486662020; in main() local
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | compress.c | 236 struct z_erofs_extent_item *ei, *n; in z_erofs_write_indexes() local 270 struct z_erofs_extent_item *ei) in z_erofs_commit_extent() 286 struct z_erofs_extent_item *ei = ctx->pivot; in z_erofs_compress_dedupe() local 690 struct z_erofs_extent_item *ei; in z_erofs_compress_one() local 1042 struct z_erofs_extent_item *ei; in z_erofs_compress_segment() local 1272 struct z_erofs_extent_item *ei, *n; in z_erofs_merge_segment() local
|
/aosp_15_r20/external/clang/tools/diagtool/ |
H A D | DiagTool.cpp | 46 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands() local 55 ei = toolNames.end(); it != ei; ++it) { in printCommands() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | construct_in_place.hpp | 56 …CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, D> ei) in construct_in_place() 88 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, emplace_iterator<U, EF, D> ei) in assign_in_place()
|
/aosp_15_r20/external/eigen/bench/ |
H A D | benchEigenSolver.cpp | 54 SelfAdjointEigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local 68 EigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local
|
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/ |
H A D | super.c | 356 struct squashfs_inode_info *ei = foo; in init_once() local 407 struct squashfs_inode_info *ei = in squashfs_alloc_inode() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 110 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_1_comp() 220 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_2_comp() 357 endpoints_and_weights& ei, in compute_ideal_colors_and_weights_3_comp() 523 endpoints_and_weights& ei in compute_ideal_colors_and_weights_4_comp() 615 endpoints_and_weights& ei in compute_ideal_colors_and_weights_1plane() 845 const endpoints_and_weights& ei, in compute_ideal_weights_for_decimation()
|
/aosp_15_r20/external/tinyalsa_new/src/ |
H A D | mixer.c | 222 struct snd_ctl_elem_info *ei = &grp->ctl[n].info; in add_controls() local 938 static int percent_to_int(const struct snd_ctl_elem_info *ei, int percent) in percent_to_int() 949 static int int_to_percent(const struct snd_ctl_elem_info *ei, int value) in int_to_percent()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | basic-block.h | 667 ei_cond (edge_iterator ei, edge *p) in ei_cond() 887 edge_iterator ei; in bb_has_eh_pred() local 902 edge_iterator ei; in bb_has_abnormal_pred() local 917 edge_iterator ei; in find_fallthru_edge() local
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_fuzzer.cc | 371 EntryInfo* ei = &open_cache_entries_[entry_id]; in OpenCacheEntryCallback() local 397 EntryInfo* ei, in WaitOnEntry() 408 bool DiskCacheLPMFuzzer::IsValidEntry(EntryInfo* ei) { in IsValidEntry()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
H A D | TypeInference.java | 654 Expression ei = es.get(i); in testForApplicabilityByStrictInvocation() local 695 Expression ei = es.get(i); in constraintSetFromArgumentsSubstitution() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_tri_tmp.h | 110 const int32_t ei = (dcdy + dcdx - cox) << 2; in TAG() local 238 const int32_t ei = (dcdy + dcdx - cox) << 4; in TAG() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputTestsBase.java | 189 protected EditorInfo enrichEditorInfo(final EditorInfo ei) { in enrichEditorInfo() 216 EditorInfo ei = new EditorInfo(); in setUp() local
|