HomeSort by relevance Sort by last modified time
    Searched full:chain (Results 601 - 625 of 2078) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/sql/
SQLException.java 35 * <li>The next exception in the chain.</li>
217 * Obsolete. Appends {@code ex} to the end of this chain.
  /libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 238 "Two randoms with the different seeds gave the same chain of values",
243 "Reseting a random to its old seed did not result in the same chain of values as it gave before",
  /ndk/sources/host-tools/make-3.81/
variable.h 45 Each bucket of the hash table is a chain of these,
93 struct variable_set_list *next; /* Link in the chain. */
remake.c 47 file's; make sure we always use the base of the double colon chain. */
60 /* Current value for pruning the scan of the goal chain (toggle 0/1). */
73 /* Remake all the goals in the `struct dep' chain GOALS. Return -1 if nothing
91 /* Duplicate the chain so we can remove things from it. */
96 /* Clear the `changed' flag of each goal in the chain.
234 /* This goal is finished. Remove it from the chain. */
304 the chain is exhausted. */
329 /* Process the remaining rules in the double colon chain so they're marked
    [all...]
rule.c 30 /* Chain of all pattern rules. */
34 /* Pointer to last rule in the chain, so we can add onto the end. */
38 /* Number of rules in the chain. */
216 are converted and added to the chain of pattern rules. */
409 pattern_rules chain. LASTRULE is the rule whose next pointer
  /system/netd/
IdletimerController.cpp 44 * iptables -t raw -A idletimer_PREROUTING -i rmnet0 -j IDLETIMER --timeout 5 --label test-chain --send_nl_msg 1
45 * iptables -t mangle -A idletimer_POSTROUTING -o rmnet0 -j IDLETIMER --timeout 5 --label test-chain --send_nl_msg 1
  /frameworks/av/services/audioflinger/
Effects.cpp 56 const wp<AudioFlinger::EffectChain>& chain,
61 mThread(thread), mChain(chain), mId(id), mSessionId(sessionId),
292 sp<EffectChain> chain = mChain.promote(); local
293 if (chain != 0 && chain->activeTrackCnt() != 0) {
354 // last effect in the chain accumulates in output buffer: input buffer != output buffer
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyStoreTest.java 1500 final Certificate[] chain = new Certificate[2]; local
1521 final Certificate[] chain = new Certificate[2]; local
1550 final Certificate[] chain = new Certificate[2]; local
1572 final Certificate[] chain = new Certificate[2]; local
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 187 add rINST,lr,#-5 @ save start of chain branch
199 cmp r0,#0 @ successful chain?
201 b toInterpreter @ didn't chain - resume with interpreter
223 * for our new target. If so, we do a translation chain and
231 add rINST,lr,#-5 @ save start of chain branch
241 beq toInterpreter @ go if not, otherwise do chain
246 cmp r0,#0 @ successful chain?
248 b toInterpreter @ didn't chain - resume with interpreter
252 * Check if translation exists for the callee, but don't chain to it.
275 * Check if translation exists for the callee, but don't chain to it
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReaderDecl.cpp 107 /// chain and to introduce it into the list of pending redeclaration chains
111 /// chain by calling \c suppress().
151 /// chain hanging off an identifier or the DeclContext we searched in)
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 580 * chain cell offset codeAddress - 4, and the address of the trace profile
586 * +--| Offset to chain cell counts| -> 4 bytes (CHAIN_CELL_OFFSET_SIZE)
601 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type
660 /* Get the pointer of the chain cell count */
675 /* Get total count of chain cells */
    [all...]
  /external/v8/src/
scopes.cc 204 // Reconstruct the outer scope chain from a closure's context chain.
630 // context. We iteratively scan out the context chain to see if
675 ASSERT(s != NULL); // scope must be in the scope chain
700 List<Handle<ScopeInfo> >* chain,
702 if (!is_eval_scope()) chain->Add(Handle<ScopeInfo>(GetScopeInfo()));
710 scope->GetNestedScopeChain(chain, position);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 202 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset)
205 jit.privateCompileGetByIdChainList(stubInfo, prototypeStructureList, currentIndex, structure, chain, count, ident, slot, cachedOffset, callFrame);
208 static void compileGetByIdChain(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress)
211 jit.privateCompileGetByIdChain(stubInfo, structure, chain, count, ident, slot, cachedOffset, returnAddress, callFrame);
214 static void compilePutByIdTransition(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct)
217 jit.privateCompilePutByIdTransition(stubInfo, oldStructure, newStructure, cachedOffset, chain, returnAddress, direct);
270 void privateCompileGetByIdChainList(StructureStubInfo*, PolymorphicAccessStructureList*, int, Structure*, StructureChain* chain, size_t count, const Identifier&, const PropertySlot&, size_t cachedOffset, CallFrame* callFrame);
    [all...]
  /frameworks/base/docs/html/training/articles/
security-ssl.jd 275 a chain of certificates from the server CA through any intermediates necessary to reach a
279 chain as viewed by the <a href="http://www.openssl.org/docs/apps/openssl.html">{@code openssl}</a>
285 Certificate chain
306 Certificate chain
316 need to have the intermediate CA included in the certificate chain the next time.</p>
320 chain, but have servers for resources such as images, CSS, or JavaScript not include the
327 include the intermediate CA in the server chain. Most CAs provide documentation on how to do
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 875 Returns a chain of entities that have origins within a spherical area
882 edict_t *ent, *chain; local
888 chain = (edict_t *)sv.edicts;
905 ent->u.v.chain = EDICT_TO_PROG(chain);
906 chain = ent;
909 RETURN_EDICT(chain);
1007 ed->u.v.chain = EDICT_TO_PROG(last);
1015 first->u.v.chain = last->u.v.chain;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 40 /// operands first, then an optional chain, and optional glue operands (which do
47 --N; // Skip over chain result.
52 /// followed by an optional chain operand, then an optional glue operand.
57 /// the chain and glue. These operands may be implicit on the machine instr.
64 --N; // Ignore chain if it exists.
303 "Chain and glue operands should occur at end of operand list!");
418 "Chain and glue operands should occur at end of operand list!");
791 // Scan the glue chain for any used physregs.
798 // Skip CopyToReg nodes that are internal to the glue chain.
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 54 cvStartReadChainPoints( CvChain * chain, CvChainPtReader * reader )
62 if( !chain || !reader )
65 if( chain->elem_size != 1 || chain->header_size < (int)sizeof(CvChain))
68 cvStartReadSeq( (CvSeq *) chain, (CvSeqReader *) reader, 0 );
71 reader->pt = chain->origin;
83 /* retrieves next point of the chain curve and updates reader */
125 * Raster->Chain Tree (Suzuki algorithms) *
525 <0 - chain
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 60 // Pointer to the next DomainValue in a chain. When two DomainValues are
62 // references can be updated by following the chain.
226 // Also release the next DomainValue in the chain.
231 /// resolve - Follow the chain of dead DomainValues until a live DomainValue is
238 // DV has a chain. Find the end.
  /external/llvm/test/CodeGen/PowerPC/
trampoline.ll 120 define internal void @__helper_1.1632(%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* nest %CHAIN.8, %struct.__block_1* %_self, %struct.CGImage* %cgImage) nounwind {
122 %CHAIN.8_addr = alloca %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* ; <%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"**> [#uses=2]
131 store %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %CHAIN.8, %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"** %CHAIN.8_addr
142 %7 = load %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"** %CHAIN.8_addr, align 4 ; <%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"*> [#uses=1]
  /external/opencv/cvaux/src/
cvlcm.cpp 339 if(pLCMEdge->chain->storage)
340 cvReleaseMemStorage(&pLCMEdge->chain->storage);
535 cvStartAppendToSeq(pLCMEdge->chain,&writer );
568 pLCMEdge->width = width/pLCMEdge->chain->total;
599 pLCMEdge->chain = cvCreateSeq(0, sizeof(CvSeq),sizeof(CvPoint2D32f),pLCM->EdgeStorage);
  /external/chromium/chrome/browser/history/
history_backend.cc 302 NOTREACHED() << "Loop in referer chain, giving up";
345 // Note: it is possible there is no segment ID set for this visit chain.
377 // If a redirect chain is given, we expect the last item in that chain to be
403 // The single entry is both a chain start and end.
419 // Redirect case. Add the redirect chain.
436 // The first entry in the redirect chain initiated a client redirect.
444 // chain.
473 // from the redirect chain.
488 // Last, save this redirect chain for later so we can set titles & favicon
    [all...]
visit_database.cc 303 // The visit_time values can be duplicated in a redirect chain, so we sort
344 // The visit_time values can be duplicated in a redirect chain, so we sort
370 // The visit_time values can be duplicated in a redirect chain, so we sort
  /dalvik/opcode-gen/
opcode-gen.awk 356 # instruction fitting chain.
377 # to opcodes. This simply walks the nextFormat chain looking for a
386 # we have to iterate down the chain until we find one or run out of
  /docs/source.android.com/src/devices/
drm.jd 45 The content protection provided by the Widevine DRM plugin depends on the security and content protection capabilities of the underlying hardware platform. The hardware capabilities of the device include hardware secure boot to establish a chain of trust of security and protection of cryptographic keys. Content protection capabilities of the device include protection of decrypted frames in the device and content output protection via a trusted output protection mechanism. Not all hardware platforms support all the above security and content protection features. Security is never implemented in a single place in the stack, but instead relies on the integration of hardware, software, and services. The combination of hardware security functions, a trusted boot mechanism, and an isolated secure OS for handling security functions is critical to provide a secure device.</p>
144 <li>Device manufacturers must provide a secure bootloader. The chain of trust from the bootloader must extend through any software or firmware components involved in the security implementation, such as the ARM TrustZone protected application and any components involved in the enforcement of the secure video path. </li>
157 <li>Device manufacturers must provide a secure bootloader. The chain of trust from the bootloader must extend through any software or firmware components involved in the security implementation, such as the TrustZone protected application. </li>

Completed in 1847 milliseconds

<<21222324252627282930>>