HomeSort by relevance Sort by last modified time
    Searched full:chaining (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/tests/078-polymorphic-virtual/
info.txt 1 Stress test predicted chaining for overloaded virtual callsite with 3 resolved
  /external/srtp/crypto/include/
aes_cbc.h 4 * Header for AES Cipher Blobk Chaining Mode.
18 v128_t state; /* cipher chaining state */
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 3 * any lookups. It may be called either as part of a normal chaining
6 * translation chain, it will point to the chaining Dalvik PC -3.
TEMPLATE_RETURN.S 21 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
23 mov r9, #0 @ disable chaining
43 movne r9, #0 @ clear the chaining cell address
45 cmp r9, #0 @ chaining cell exists?
46 blxne r9 @ jump to the chaining cell
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 6 * method through a dedicated chaining cell.
8 * The predicted chaining cell is declared in ArmLIR.h with the
19 * - lr : to branch to the chaining cell
TEMPLATE_INVOKE_METHOD_CHAIN.S 5 * method through a dedicated chaining cell.
49 bx lr @ return to the callee-chaining cell
TEMPLATE_INVOKE_METHOD_NATIVE.S 62 ldr r2, [r10, #offStackSaveArea_returnAddr] @ r2 = chaining cell ret
74 cmp r2, #0 @ return chaining cell still exists?
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 2 * This handler is a bit odd - it may be called via chaining or
5 * PC of the next instruction. When called via chaining, the dPC
13 * we got here via chaining. Otherwise, we'll assume rPC is valid.
  /external/easymock/src/org/easymock/
IExpectationSetters.java 32 * @return this object to allow method call chaining.
41 * @return this object to allow method call chaining.
51 * @return this object to allow method call chaining.
115 * @return this object to allow method call chaining.
127 * @return this object to allow method call chaining.
134 * @return this object to allow method call chaining.
141 * @return this object to allow method call chaining.
148 * @return this object to allow method call chaining.
  /external/clang/lib/Serialization/
GeneratePCH.cpp 31 bool Chaining,
35 StatCalls(0), Stream(Buffer), Writer(Stream), Chaining(Chaining) {
42 /*AtBeginning=*/!Chaining);
67 if (Chaining)
  /external/icu4c/common/unicode/
idna.h 79 * function chaining. (See User Guide for details.)
102 * function chaining. (See User Guide for details.)
124 * function chaining. (See User Guide for details.)
148 * function chaining. (See User Guide for details.)
170 * function chaining. (See User Guide for details.)
190 * function chaining. (See User Guide for details.)
208 * function chaining. (See User Guide for details.)
226 * function chaining. (See User Guide for details.)
244 * function chaining. (See User Guide for details.)
unorm2.h 138 * function chaining. (See User Guide for details.)
159 * function chaining. (See User Guide for details.)
206 * function chaining. (See User Guide for details.)
229 * function chaining. (See User Guide for details.)
252 * function chaining. (See User Guide for details.)
274 * function chaining. (See User Guide for details.)
295 * function chaining. (See User Guide for details.)
317 * function chaining. (See User Guide for details.)
346 * function chaining. (See User Guide for details.)
normalizer2.h 97 * function chaining. (See User Guide for details.)
113 * function chaining. (See User Guide for details.)
132 * function chaining. (See User Guide for details.)
150 * function chaining. (See User Guide for details.)
168 * function chaining. (See User Guide for details.)
200 * function chaining. (See User Guide for details.)
218 * function chaining. (See User Guide for details.)
243 * function chaining. (See User Guide for details.)
336 * function chaining. (See User Guide for details.)
354 * function chaining. (See User Guide for details.
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 10 * implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
26 * @param cipher the block cipher to be used as the basis of chaining.
134 * reset the chaining vector back to the IV and reset the underlying
146 * Do the appropriate chaining step for CBC mode encryption.
189 * Do the appropriate chaining step for CBC mode decryption.
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 99 * @return The builder for method chaining.
110 * @return The builder for method chaining.
121 * @return The builder for method chaining.
132 * @return The builder for method chaining.
164 * @return The builder for method chaining.
217 * @return The builder for method chaining.
  /frameworks/base/core/java/android/app/
AlertDialog.java 394 * @return This Builder object to allow for chaining of calls to set methods
404 * @return This Builder object to allow for chaining of calls to set methods
420 * @return This Builder object to allow for chaining of calls to set methods
430 * @return This Builder object to allow for chaining of calls to set methods
440 * @return This Builder object to allow for chaining of calls to set methods
450 * @return This Builder object to allow for chaining of calls to set methods
460 * @return This Builder object to allow for chaining of calls to set methods
484 * @return This Builder object to allow for chaining of calls to set methods
497 * @return This Builder object to allow for chaining of calls to set methods
510 * @return This Builder object to allow for chaining of calls to set method
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 68 * reset the chaining variables
SHA512Digest.java 69 * reset the chaining variables
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 307 LOGD("-------- end of chaining cells (0x%04x)", offset);
320 LOGD("-------- chaining cell (backward branch): 0x%04x", dest);
324 LOGD("-------- chaining cell (normal): 0x%04x", dest);
328 LOGD("-------- chaining cell (hot): 0x%04x", dest);
332 LOGD("-------- chaining cell (predicted): %s%s",
338 LOGD("-------- chaining cell (invoke singleton): %s%s/%p",
  /external/llvm/test/Transforms/FunctionAttrs/
2008-12-31-NoCapture.ll 25 ret i1 0 ; escaping value not caught by def-use chaining.
27 ret i1 1 ; escaping value not caught by def-use chaining.
  /dalvik/vm/compiler/codegen/x86/
Assemble.cpp 52 * | | Chaining Cells | -> 16 bytes each, 8 byte aligned
59 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type
98 * 3) Enqueue the new content for the chaining cell which will be appled in
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 60 * This handler is a bit odd - it may be called via chaining or
63 * PC of the next instruction. When called via chaining, the dPC
71 * we got here via chaining. Otherwise, we'll assume rPC is valid.
CompilerTemplateAsm-armv5te.S 182 ldr r9, [r0, #offStackSaveArea_returnAddr] @ r9<- chaining cell ret
184 mov r9, #0 @ disable chaining
204 movne r9, #0 @ clear the chaining cell address
206 cmp r9, #0 @ chaining cell exists?
207 blxne r9 @ jump to the chaining cell
294 * method through a dedicated chaining cell.
338 bx lr @ return to the callee-chaining cell
349 * method through a dedicated chaining cell.
351 * The predicted chaining cell is declared in ArmLIR.h with the
362 * - lr : to branch to the chaining cel
    [all...]
  /dalvik/vm/compiler/
Utility.cpp 161 "Normal Chaining Cell",
162 "Hot Chaining Cell",
163 "Singleton Chaining Cell",
164 "Predicted Chaining Cell",
166 "Chaining Cell Gap",
  /external/clang/lib/Frontend/
FrontendActions.cpp 81 bool Chaining;
82 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS, Chaining))
87 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Chaining, isysroot, OS);
95 bool &Chaining) {
110 Chaining = CI.getInvocation().getFrontendOpts().ChainedPCH &&

Completed in 434 milliseconds

1 2 3 4 5 6 7 8 9