/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 37 NUANArc (int iLabel, int oLabel) in NUANArc() argument 39 inputLabel= iLabel; in NUANArc() 49 NUANArc (int iLabel, int oLabel, int from, int to) in NUANArc() argument 51 inputLabel= iLabel; in NUANArc() 162 int Transduce (int iLabel) in Transduce() argument 164 if (inputLabel == iLabel) in Transduce()
|
D | sub_base.cpp | 71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) in CreateArc() argument 73 assert (!(iLabel == NONE_LABEL && from == to)); in CreateArc() 75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to); in CreateArc()
|
D | sub_grph.h | 209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | IdenticalBlockCombiner.java | 79 int iLabel = preds.get(i); in process() local 81 BasicBlock iBlock = blocks.labelToBlock(iLabel); in process() 83 if (toDelete.get(iLabel) in process() 105 combineBlocks(iLabel, toCombine); in process()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | delete.c | 489 int iLabel; /* Label resolved to end of generated code */ in sqlite3GenerateRowDelete() local 497 iLabel = sqlite3VdbeMakeLabel(v); in sqlite3GenerateRowDelete() 498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete() 526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete() 533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete() 559 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete() 565 sqlite3VdbeResolveLabel(v, iLabel); in sqlite3GenerateRowDelete()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 81753 int iLabel; /* Label resolved to end of generated code */ 81761 iLabel = sqlite3VdbeMakeLabel(v); 81762 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 81790 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 81797 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 81823 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 81829 sqlite3VdbeResolveLabel(v, iLabel);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 85962 int iLabel; /* Label resolved to end of generated code */ 85970 iLabel = sqlite3VdbeMakeLabel(v); 85971 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 85999 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 86006 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 86032 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 86038 sqlite3VdbeResolveLabel(v, iLabel);
|
/external/sqlite/dist/ |
D | sqlite3.c | 85998 int iLabel; /* Label resolved to end of generated code */ 86006 iLabel = sqlite3VdbeMakeLabel(v); 86007 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 86035 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel 86042 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); 86068 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel 86074 sqlite3VdbeResolveLabel(v, iLabel);
|