/third_party/python/Lib/email/ |
H A D | feedparser.py | 353 # epilogue with the empty string (see below). 394 # previous subpart's payload (or epilogue if the previous 397 epilogue = self._last.epilogue 398 if epilogue == '': 399 self._last.epilogue = None 400 elif epilogue is not None: 401 mo = NLCRE_eol.search(epilogue) 404 self._last.epilogue = epilogue[ [all...] |
H A D | generator.py | 310 if msg.epilogue is not None: 312 epilogue = fcre.sub('>From ', msg.epilogue) 314 epilogue = msg.epilogue 315 self._write_lines(epilogue)
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestContext.java | 27 String epilogue; field in TestContext.ContextCase 34 epilogue = epi; in ContextCase() 73 String prologue, epilogue, src, dest; in testContext() 85 epilogue = pseudoToU16(cc.epilogue); in testContext() 86 /* in the call below, prologue and epilogue are swapped to show in testContext() 88 bidi.setContext(epilogue, prologue); in testContext() 89 bidi.setContext(prologue, epilogue); in testContext() 97 "\nEpilogue: " + cc.epilogue + in testContext()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestContext.java | 30 String epilogue; field in TestContext.ContextCase 37 epilogue = epi; in ContextCase() 76 String prologue, epilogue, src, dest; in testContext() 88 epilogue = pseudoToU16(cc.epilogue); in testContext() 89 /* in the call below, prologue and epilogue are swapped to show in testContext() 91 bidi.setContext(epilogue, prologue); in testContext() 92 bidi.setContext(prologue, epilogue); in testContext() 100 "\nEpilogue: " + cc.epilogue + in testContext()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_query.c | 97 * counter delta in the epilogue ring. 99 struct fd_ringbuffer *epilogue = fd_batch_get_epilogue(batch); variable 101 OUT_PKT7(epilogue, CP_WAIT_REG_MEM, 6); 102 OUT_RING(epilogue, CP_WAIT_REG_MEM_0_FUNCTION(WRITE_NE) | 104 OUT_RELOC(epilogue, query_sample(aq, stop)); 105 OUT_RING(epilogue, CP_WAIT_REG_MEM_3_REF(0xffffffff)); 106 OUT_RING(epilogue, CP_WAIT_REG_MEM_4_MASK(0xffffffff)); 107 OUT_RING(epilogue, CP_WAIT_REG_MEM_5_DELAY_LOOP_CYCLES(16)); 110 OUT_PKT7(epilogue, CP_MEM_TO_MEM, 9); 111 OUT_RING(epilogue, CP_MEM_TO_MEM_0_DOUBL [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.h | 209 /** epilogue cmdstream (executed after each tile): */ 210 struct fd_ringbuffer *epilogue; member 399 /* Get per-tile epilogue */ 403 if (batch->epilogue == NULL) { in fd_batch_get_epilogue() 404 batch->epilogue = fd_submit_new_ringbuffer(batch->submit, 0x1000, in fd_batch_get_epilogue() 408 return batch->epilogue; in fd_batch_get_epilogue()
|
H A D | freedreno_batch.c | 166 if (batch->epilogue) { in cleanup_submit() 167 fd_ringbuffer_del(batch->epilogue); in cleanup_submit() 168 batch->epilogue = NULL; in cleanup_submit()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | operand_to_constant_test.cpp | 78 std::string epilogue = R"( in TEST() local 90 )" + epilogue; in TEST() 96 )" + epilogue; in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | operand_to_constant_test.cpp | 78 std::string epilogue = R"( in TEST() local 90 )" + epilogue; in TEST() 96 )" + epilogue; in TEST()
|
/third_party/spirv-tools/test/reduce/ |
H A D | operand_to_constant_test.cpp | 78 std::string epilogue = R"( in TEST() local 90 )" + epilogue; in TEST() 96 )" + epilogue; in TEST()
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 571 ||[!A0] BNOP epilogue? 583 ;;===== branch to epilogue? is taken here 818 epilogue?: 831 [!B1] BNOP epilogue? ; interrupts are disabled for whole time 835 [!B1] BNOP epilogue? 839 [!B1] BNOP epilogue? 844 [!B1] BNOP epilogue? 849 [!B1] BNOP epilogue? 856 ||[!B1] BNOP epilogue? 871 ||[!B1] BNOP epilogue [all...] |
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 571 ||[!A0] BNOP epilogue? 583 ;;===== branch to epilogue? is taken here 818 epilogue?: 831 [!B1] BNOP epilogue? ; interrupts are disabled for whole time 835 [!B1] BNOP epilogue? 839 [!B1] BNOP epilogue? 844 [!B1] BNOP epilogue? 849 [!B1] BNOP epilogue? 856 ||[!B1] BNOP epilogue? 871 ||[!B1] BNOP epilogue [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | torture_test.py | 55 eq(msg.epilogue, '\n')
|
/third_party/ffmpeg/libswscale/arm/ |
H A D | rgb2yuv_neon_common.S | 56 .macro epilogue 147 epilogue
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 45 \emph{prologue}, a \emph{body}, and an \emph{epilogue}. Each of them 50 frame state in any way. If non-empty, the epilogue restores the 52 the prologue. In fact, a single epilogue may undo the effect of the 55 We should point out that even though the prologue, body, and epilogue 60 exact set of instructions that make up an epilogue is also irrelevant. 61 The only point in the epilogue that needs to be described explicitly 244 those procedures share a common prologue and epilogue (their bodies 246 prologue, the body, and a canned epilogue. This could be described by 247 two regions: one covering the prologue and one covering the epilogue.
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 2260 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); in replaceExitWithModifier() local 2262 if (!epilogue->getExit() || in replaceExitWithModifier() 2263 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT in replaceExitWithModifier() 2266 if (epilogue->getEntry()->op != OP_EXIT) { in replaceExitWithModifier() 2267 Instruction *insn = epilogue->getExit()->prev; in replaceExitWithModifier() 2282 int adj = epilogue->getExit()->encSize; in replaceExitWithModifier() 2283 epilogue->binSize -= adj; in replaceExitWithModifier() 2285 delete_Instruction(func->getProgram(), epilogue->getExit()); in replaceExitWithModifier() 2288 for (int i = func->bbCount - 1; i >= 0 && func->bbArray[i] != epilogue; --i) { in replaceExitWithModifier()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 1078 String epilogue; field in Bidi 3379 * Returns the directionality of the first strong character, or digit, in the epilogue, if any. 3380 * Requires epilogue!=null. 3383 for (int i = 0; i < epilogue.length(); ) { in firstL_R_AL_EN_AN() 3384 int uchar = epilogue.codePointAt(i); in firstL_R_AL_EN_AN() 3535 if (limit == length && epilogue != null) { in resolveImplicitLevels() 3609 * appearing before ("prologue") and/or after ("epilogue") the main text 3612 * This function specifies the prologue and/or the epilogue for the next 3629 * Calling setContext() with specification of an epilogue will change 3631 * by the first strong character or digit appearing in the epilogue, i 3671 setContext(String prologue, String epilogue) setContext() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 1054 String epilogue; field in Bidi 3345 * Returns the directionality of the first strong character, or digit, in the epilogue, if any. 3346 * Requires epilogue!=null. 3349 for (int i = 0; i < epilogue.length(); ) { in firstL_R_AL_EN_AN() 3350 int uchar = epilogue.codePointAt(i); in firstL_R_AL_EN_AN() 3501 if (limit == length && epilogue != null) { in resolveImplicitLevels() 3575 * appearing before ("prologue") and/or after ("epilogue") the main text 3578 * This function specifies the prologue and/or the epilogue for the next 3595 * Calling setContext() with specification of an epilogue will change 3597 * by the first strong character or digit appearing in the epilogue, i 3636 setContext(String prologue, String epilogue) setContext() argument [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 18 ;; SPLOOPs spin at ... 2*n cycles [plus epilogue]. 68 NOP 3 ; [2,0] in epilogue 122 NOP 3 ; [2,0] in epilogue
|
/third_party/backends/backend/ |
H A D | umax_pp_low.c | 201 static int epilogue (void); 4940 epilogue (); in sendLength() 4964 epilogue (); in sendLength() 4991 epilogue (); in sendLength() 5434 epilogue (); in foncSendWord() 5454 /* cmdSet(8,34,cmd2), but without prologue/epilogue */ in cmdSetDataBuffer() 5518 epilogue (); in sanei_umax_pp_endSession() 6183 epilogue (); in initTransport1220P() 6224 epilogue (); in initTransport1220P() 7285 epilogue (); in sanei_umax_pp_probeScanner() 7627 epilogue (void) epilogue() function [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 1069 * appearing before ("prologue") and/or after ("epilogue") the main text 1072 * This function specifies the prologue and/or the epilogue for the next 1074 * epilogue should not be modified by the calling program until the call 1091 * Calling ubidi_setContext() with specification of an epilogue will change 1093 * by the first strong character or digit appearing in the epilogue, if any.<p> 1101 * cancels any previous setting of non-empty prologue or epilogue. 1103 * prologue or epilogue.<p> 1108 * would have been if all the text, including prologue and epilogue, had 1112 * epilogue = none<br> 1132 * @param epilogue i [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 1069 * appearing before ("prologue") and/or after ("epilogue") the main text 1072 * This function specifies the prologue and/or the epilogue for the next 1074 * epilogue should not be modified by the calling program until the call 1091 * Calling ubidi_setContext() with specification of an epilogue will change 1093 * by the first strong character or digit appearing in the epilogue, if any.<p> 1101 * cancels any previous setting of non-empty prologue or epilogue. 1103 * prologue or epilogue.<p> 1108 * would have been if all the text, including prologue and epilogue, had 1112 * epilogue = none<br> 1132 * @param epilogue i [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/ |
H A D | poly1305-mips.S | 250 ld $17,40($29) # epilogue
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-mips.S | 250 ld $17,40($29) # epilogue
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 1068 * appearing before ("prologue") and/or after ("epilogue") the main text 1071 * This function specifies the prologue and/or the epilogue for the next 1073 * epilogue should not be modified by the calling program until the call 1090 * Calling ubidi_setContext() with specification of an epilogue will change 1092 * by the first strong character or digit appearing in the epilogue, if any.<p> 1100 * cancels any previous setting of non-empty prologue or epilogue. 1102 * prologue or epilogue.<p> 1107 * would have been if all the text, including prologue and epilogue, had 1111 * epilogue = none<br> 1131 * @param epilogue i [all...] |