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

<<11121314151617181920>>

  /external/grub/
NEWS 256 chain-load some foolish operating systems (such as DOS) even if such
269 required if you want to chain-load a boot loader defective in the
357 other programs/modules/loaders. (chain-loading doesn't matter here,
372 chain-loading.
483 other filetypes pretty much should. (certainly chain-loading works
499 * Supports chain-loading. For details, see "COMMANDS" and the
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 310 "Two randoms with the different seeds gave the same chain of values",
315 "Reseting a random to its old seed did not result in the same chain of values as it gave before",
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertificateFactory.java 220 * Generates a {@code CertPath} (a certificate chain) from the provided
239 * Generates a {@code CertPath} (a certificate chain) from the provided
CertPathValidator.java 33 * (certificate chains) establishing a trust chain from a certificate to a trust
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_slices.sgml 167 @mem_chain: a pointer to the first block of the chain
249 @mem_chain: a pointer to the first block of the chain
  /external/kernel-headers/original/linux/
lockdep.h 147 * One-way hash of the dependency chain up to this point. We
148 * hash the hashes step by step as the dependency chain grows.
  /external/quake/quake/src/QW/progs/
combat.qc 289 head = head.chain;
321 head = head.chain;
  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 123 If this function returns false, the hasProperty request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
144 If this function returns NULL, the get request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
162 If this function returns false, the set request forwards to object's statically declared properties, then its parent class chain (which includes the default object class).
179 If this function returns false, the delete request forwards to object's statically declared properties, then its parent class chain (which includes the default object class).
275 If this function returns false, the conversion request forwards to object's parent class chain (which includes the default object class).
408 data is set on the created object before the intialize methods in its class chain are called. This enables the initialize methods to retrieve and manipulate data through JSObjectGetPrivate.
    [all...]
JSValueRef.h 123 @abstract Tests whether a JavaScript value is an object with a given class in its class chain.
127 @result true if value is an object and has jsClass in its class chain, otherwise false.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.def 61 where the BLOCK_SUBBLOCKS field contains a chain of subblocks
66 BLOCK_VARS points to a chain of decl nodes.
89 The TYPE_NEXT_VARIANT field is used to chain together types
91 The TYPE_MAIN_VARIANT field, in any member of such a chain,
92 points to the start of the chain.
217 TYPE_FIELDS chain of FIELD_DECLs for the fields of the struct,
334 DECL_ARGUMENTS holds a chain of PARM_DECL nodes for the arguments.
530 BIND_EXPR_VARS is a chain of VAR_DECL nodes for the variables.
556 is static chain argument, or NULL. The remaining operands are the
607 a chain of references (see below). No other slots are used in th
    [all...]
  /bionic/linker/
dlfcn.c 268 chain: libdl_chains,
linker.h 115 unsigned *chain; member in struct:soinfo
  /build/
buildspec.mk.default 71 # Specify an alternative tool chain prefix if needed.
  /dalvik/libcore/security/src/main/java/java/security/
CodeSource.java 233 // new chain (== a new CertPath)
242 // start a very first chain
248 // Ok, this ends the previous chain,
256 }// else { it's still the same chain }
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/internal/nls/
messages.properties 249 security.49=chain is null
250 security.4A=chain length equals 0
252 security.4C=Certificates from the given chain have different types
258 security.52=Certificate chain is not defined for Private key
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
package.html 67 reader in the chain.</p>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 116 * buffers in a chain of Writers and OutputStreams.
  /dalvik/libcore-disabled/instrument/src/main/java/java/lang/instrument/
ClassFileTransformer.java 94 * remaining transformers in the &quot;chain&quot; will still
  /dalvik/vm/
Globals.h 677 * chain fields within the JIT hash table. Note carefully the access
686 * 3) chain [if necessary]
799 /* New translation chain has been set up */
827 /* Work order queue for predicted chain patching */
  /external/grub/netboot/
davicom.c 32 Used chain-strcture to replace ring structure
459 txd[i].control = 0x184; /* Begin/End/Chain */
479 rxd[i].control = 0x4; /* Chain Structure */
483 /* Chain the last descriptor to first */
epic100.h 71 #define INTR_TX_CH_COMPLETE (0x00000040) /* tx chain complete */
  /external/icu4c/data/brkitr/
sent.txt 49 !!chain;
sent_el.txt 49 !!chain;
  /external/icu4c/i18n/
cpdtrans.cpp 331 * Returns the number of transliterators in this chain.
332 * @return number of transliterators in this chain.
339 * Returns the transliterator at the given index in this chain.
340 * @param index index into chain, from 0 to <code>getCount() - 1</code>
  /external/icu4c/samples/ucnv/
flagcb.c 79 * The chain from 'something' on is saved, and will be restored

Completed in 84 milliseconds

<<11121314151617181920>>