Home
last modified time | relevance | path

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

12345

/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/mesa3d/src/gallium/drivers/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.cpp130 EdgeIterator ei = this->outgoing(); in detach() local
185 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy() local
224 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search() local
299 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search() local
412 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) { in findLightestPathWeight() local
Dnv50_ir_ra.cpp403 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next()) in needNewElseBlock() local
432 Graph::EdgeIterator ei; in splitEdges() local
510 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in visit() local
612 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSets() local
670 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in collectLiveValues() local
695 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in visit() local
784 static inline RIG_Node *get(const Graph::EdgeIterator& ei) in get()
895 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next()) in printNodeInfo() local
897 for (Graph::EdgeIterator ei = nodes[i].incident(); !ei.end(); ei.next()) in printNodeInfo() local
1354 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in simplifyNode() local
[all …]
Dnv50_ir_bb.cpp378 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional() local
524 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in printCFGraph() local
/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
DListWarnings.cpp43 for (std::vector<Entry>::iterator it = entries.begin(), ei = entries.end(); in printEntries() local
/external/llvm-project/clang/tools/diagtool/
DDiagTool.cpp43 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands() local
52 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/llvm-project/clang/lib/Analysis/
DLiveVariables.cpp86 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) { in mergeSets() local
464 ei = block->rend(); it != ei; ++it) { in runOnBlock() local
485 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) in runOnAllBlocks() local
516 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) { in computeLiveness() local
549 ei = block->succ_end(); it != ei; ++it) { in computeLiveness() local
579 it = blocksEndToLiveness.begin(), ei = blocksEndToLiveness.end(); in dumpBlockLiveness() local
590 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/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/python/setuptools/setuptools/command/
Dinstall_scripts.py17 import setuptools.command.easy_install as ei namespace
/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/icu/icu4c/source/common/unicode/
Dparsepos.h229 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
/external/icu/icu4c/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
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-template-explicit-specialization.cpp57 e<int> ei; variable
/external/clang/test/CodeGen/
Dinline.c69 extern __inline int ei() { return 123; } in ei() function
/external/llvm-project/clang/test/CodeGen/
Dinline.c75 extern __inline int ei() { return 123; } in ei() function

12345