Home
last modified time | relevance | path

Searched defs:ei (Results 1 – 25 of 137) sorted by relevance

123456

/external/exfatprogs/exfat2img/
Dexfat2img.c68 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 …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.java116 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
/external/sdv/vsomeip/third_party/boost/process/test/
Denvironment.cpp85 auto ei = env.begin(); variable
103 auto ei = wenv.begin(); variable
129 auto ei = env.begin(); variable
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_ssa.cpp102 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
Dnv50_ir_graph.cpp131 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
Dnv50_ir_ra.cpp338 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 …]
/external/clang/tools/diagtool/
DDiagTool.cpp46 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands() local
55 ei = toolNames.end(); it != ei; ++it) { in printCommands() local
/external/clang/lib/Analysis/
DLiveVariables.cpp133 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
/external/oj-libjdwp/src/share/back/
DeventHandler.c216 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 …]
DEventRequestImpl.c239 EventIndex ei; in setCommand() local
311 EventIndex ei; in clearCommand() local
DeventHandler.h36 EventIndex ei; member
DthreadControl.c44 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()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dconstruct_in_place.hpp56 …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()
/external/eigen/bench/
DbenchEigenSolver.cpp54 SelfAdjointEigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local
68 EigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c356 struct squashfs_inode_info *ei = foo; in init_once() local
407 struct squashfs_inode_info *ei = in squashfs_alloc_inode() local
/external/cronet/stable/third_party/icu/source/common/unicode/
Dparsepos.h229 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
/external/cronet/tot/third_party/icu/source/common/unicode/
Dparsepos.h229 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
/external/icu/icu4c/source/common/unicode/
Dparsepos.h229 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
/external/icu/libicu/cts_headers/unicode/
Dparsepos.h229 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
Dfieldpos.h232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
/external/chromium-crossbench/crossbench/cli/
Dui.py42 def formatException(self, ei) -> str: argument
/external/icu/icu4c/source/i18n/unicode/
Dfieldpos.h232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Dfieldpos.h232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dfieldpos.h232 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
/external/clang/test/CodeGenCXX/
Ddebug-info-template-explicit-specialization.cpp56 e<int> ei; variable

123456