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

<<41424344454647484950>>

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 326 * Return the current event filter - can be used to "chain" filters.
  /external/quake/quake/src/QW/client/
gl_model.h 122 struct glpoly_s *chain; member in struct:glpoly_s
gl_rsurf.c 741 for ( ; p ; p=p->chain)
816 // add the poly to the proper lightmap chain
818 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
876 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
    [all...]
  /external/quake/quake/src/QW/progs/
plats.qc 144 2) chain slow
  /external/quake/quake/src/WinQuake/
gl_model.h 118 struct glpoly_s *chain; member in struct:glpoly_s
gl_rsurf.cpp 813 for ( ; p ; p=p->chain)
884 // add the poly to the proper lightmap chain
886 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
945 fa->polys->chain = lightmap_polys[fa->lightmaptexturenum];
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 528 * @param previous the previous entry in the chain
538 * Removes an entry from the chain stored in a particular index.
546 * @param previous the previous entry in the chain
    [all...]
  /external/v8/src/
array.js 850 // Copy elements in the range 0..length from obj's prototype chain
974 // the prototype chain on non-Array objects.
979 // if an element on the prototype chain has an element that
996 // chain that has become exposed by sort moving a hole to its position.
    [all...]
contexts.cc 67 // have to search the context chain to find the global context.
  /external/v8/src/ia32/
assembler-ia32.h 393 // the instruction and to chain a list of instructions using the same Label.
396 // next field: position of next displacement in the chain (0 = end of list)
399 // A next value of null (0) indicates the end of a chain (note that there can
862 // to the label fixup chain. Usage:
    [all...]
macro-assembler-ia32.h 221 // Find the function context up the context chain.
493 // Push a new try handler and link it into try handler chain.
496 // Unlink the stack handler on top of the stack from the try handler chain.
499 // Throw to the top handler in the try hander chain.
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype.js 29 // interaction with properties in the prototype chain.
elements-kind.js 212 // Test transition chain SMI->DOUBLE->FAST (crankshafted function will
function-bind.js 90 // Giving bound parameters should work at any place in the chain.
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 363 // We cache our prototype chain so our clients can share it.
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 87 TAllocation* prevAlloc; // prior allocation in the chain
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 182 // redirects into a chain from start to finish.
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 55 // map to parent coords and recurse up the parent chain.
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 279 // disable() can recursively deref connections (and call disable()) down a whole chain of connected nodes.
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 234 // has no redirects in its chain. But in the case of client redirects, we want
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 109 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 222 * @depth: Depth in certificate chain (0 = server)
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 221 * @depth: Depth in certificate chain (0 = server)
  /external/zlib/src/doc/
rfc1951.txt 816 compressor examines the hash chain for XYZ. If the chain is empty,
818 byte in the input. If the hash chain is not empty, indicating that
821 compares all strings on the XYZ hash chain with the actual input data
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 228 * will always handle the key event, so none of the super in the view chain

Completed in 767 milliseconds

<<41424344454647484950>>