HomeSort by relevance Sort by last modified time
    Searched full:chain (Results 301 - 325 of 875) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 87 returns the drawable itself, which allows to chain method calls. It
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uexception.h 81 /// by the error handler node chain to troubleshoot specific errors.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 32 * state in the toggle state chain will be enabled.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 205 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 209 is called for every stack frame in the call chain, but no cleanup
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 205 is called for every stack frame in the call chain, but no cleanup
  /external/quake/quake/src/QW/server/
pr_cmds.c 758 Returns a chain of entities that have origins within a spherical area
765 edict_t *ent, *chain; local
771 chain = (edict_t *)sv.edicts;
788 ent->v.chain = EDICT_TO_PROG(chain);
789 chain = ent;
792 RETURN_EDICT(chain);
  /external/dnsmasq/src/
cache.c 157 are at the start of the hash-chain and all non-reverse
158 immortal entries are at the end of the hash-chain.
529 /* Move all but the first entry up the hash chain
531 Make sure that re-ordering doesn't break the hash-chain
595 start of the hash chain, so we can give up when we find the first
    [all...]
  /external/grub/docs/
grub.texi 153 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading
230 supported via a chain-loading function.
233 Except for specific compatibility modes (chain-loading and the Linux
252 Linux). Chain-loading of other boot loaders is also supported.
587 one, you must chain-load GRUB from another boot loader. Refer to the
588 manual for the boot loader to know how to chain-load GRUB.
754 operating system directly, and the other is to chain-load another boot
764 * Chain-loading::
775 will have to chain-load them (@pxref{Chain-loading})
    [all...]
grub.info 99 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
133 (1) "chain-load" is the mechanism for loading unsupported operating
180 supported via a chain-loading function.
182 Except for specific compatibility modes (chain-loading and the Linux
200 Chain-loading of other boot loaders is also supported.
528 one, you must chain-load GRUB from another boot loader. Refer to the
529 manual for the boot loader to know how to chain-load GRUB.
690 operating system directly, and the other is to chain-load another boot
701 * Chain-loading::
704 File: grub.info, Node: Loading an operating system directly, Next: Chain-loading, Up: General boot method
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_howto.xml 429 /* Chain up to the parent class */
440 /* Chain up to the parent class */
719 slightly and chain up to ensure that the previous behaviour is not really modified, just extended.
723 to chain up than to modify the parent to call down.</para></listitem>
724 <listitem><para>You need to implement the Chain Of Responsibility pattern: each object of the inheritance
733 To explicitly chain up to the implementation of the virtual method in the parent class,
763 /* do stuff before chain up */
767 /* do stuff after chain up */
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 83 // Returns the depth of the scope chain within a given call frame.
564 // Now unwind the scope chain within the exception handler's call frame.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 244 // Count parents in each ancestor chain
265 // If one ancestor chain is longer, adjust its start point
290 // Loop up the ancestor chain looking for common parent
915 * Get the first unparented node in the ancestor chain.
918 * @param node Starting node, to specify which chain to chase
944 * or change the code to walk up the ancestor chain.
    [all...]
  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertificateTest.java 44 * Following certificate chain was taken from https://www.verisign.com and
45 * uses MD2withRSA for the root certificate. This chain stops validating
323 * Following certificate chain was taken from https://www.thawte.com and
324 * uses MD5withRSA for the root certificate. This chain stops validating
    [all...]
  /external/elfutils/src/
strip.c 1390 Elf32_Word *chain = bucket + nbucket; local
1453 Elf64_Xword *chain = bucket + nbucket; local
    [all...]
  /external/icu4c/common/
resbund.cpp 129 * so forth, until the chain is exhausted or the tag is found.
150 * ("CollationElements"), so you don't need an inheritance chain of
  /external/v8/src/mips/
macro-assembler-mips.h 230 // Push a new try handler and link into try handler chain.
235 // Unlink the stack handler on top of the stack from the try handler chain.
  /external/v8/src/
stub-cache.h 43 // validates the map chain as in the mono-morphic case.
383 // Check the integrity of the prototype chain to make sure that the
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 100 // Searches the scope chain in an attempt to statically locate the requested
104 // statically, depth will contain the depth of the scope chain where dynamic
  /external/zlib/
algorithm.txt 23 the next 3 bytes. If the hash chain for this index is not empty, all
24 strings in the chain are compared with the current input string, and

Completed in 265 milliseconds

<<11121314151617181920>>