/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/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 206 /* Chain of all live (or recently deceased) children. */ 218 /* Chain of children waiting to run until the load average goes down. */ 445 dead child, and removing the child from the chain. In addition, if BLOCK 773 about to put that child on the chain. But it is 806 DB (DB_JOBS, (_("Removing child %p PID %ld%s from chain.\n"), 812 a fatal signal arriving after the child is off the chain and 821 /* Remove the child from the chain and free it. */ 969 for calling `unblock_sigs', once the new child is safely on the chain so 1099 chain (i.e., update_file recursion chain) we are processing. * [all...] |
/external/apache-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...] |
/external/webkit/Source/JavaScriptCore/API/tests/ |
testapi.c | 802 result &= assertTrue(JSValueIsNull(context, JSObjectGetPrototype(context, object1)), "It is possible to close a prototype chain cycle"); 810 result &= assertTrue(!JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object3), object1), "It is possible to close a prototype chain cycle"); [all...] |
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | 78 // Returns the depth of the scope chain within a given call frame. 702 // Unwind the scope chain within the exception handler's call frame. [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3collections.c | 306 * located one, which takes it out of the chain. 363 * located one, which takes it out of the chain. 580 entry->nextEntry = NULL; /* Ensure that the forward pointer ends the chain */ 658 entry->nextEntry = NULL; /* Ensure that the forward pointer ends the chain */ 774 * one in the chain. 779 * in the chain. [all...] |
antlr3baserecognizer.c | 823 /// Upon erroneous input "[]", the call chain is 841 /// could follow any reference in the call chain. We need to 855 /// So, you can see that the parser walks up call chain looking 888 /// reference given a specific call chain. You get the set of 890 /// given the current call chain. Contrast this with the 900 /// we have the call chain. We may compute the exact (rather 924 /// At the "3" token, you'd have a call chain of [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | 43 /// Darwin - Darwin tool chain for i386 and x86_64. 493 // Set the tool chain target information. 606 // FIXME: We really want to get out of the tool chain level argument [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
recognizers.py | 532 Upon erroneous input "[]", the call chain is 550 could follow any reference in the call chain. We need to 564 So, you cna see that the parser walks up call chain looking 595 reference given a specific call chain. You get the set of 597 given the current call chain. Contrast this with the 607 we have the call chain. We may compute the exact (rather 631 At the "3" token, you'd have a call chain of 684 will have call chain: [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 79 * chain of ((((. When you get do some point, you have to give up. The 80 * states in the chain will have longer and longer NFA config stacks.
|
/external/chromium/net/base/ |
filter.cc | 109 // the chain indicated it FILTER_NEED_MORE_DATA, we have to be cautious 370 scoped_ptr<Filter> first_filter; // Soon to be start of chain.
|
/external/chromium/webkit/glue/ |
inspector_strings.grd | 419 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHOWS_CLOSURE_VARIABLES" desc="Label for a section in the scope chain sidebar that shows closure's variables."> 572 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHOWS_EVENT_DOCUMENT_VARIABLES" desc="Label for a section in the scope chain sidebar that shows event document's variables."> [all...] |
/external/elfutils/src/ |
strip.c | 1423 Elf32_Word *chain = bucket + nbucket; local 1477 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/llvm/lib/CodeGen/ |
Analysis.cpp | 286 // If I will have a chain, make sure no other instruction that will have a 287 // chain interposes between I and the return.
|
MachineRegisterInfo.cpp | 135 // Insert MO between Last and Head in the circular Prev chain. 202 // Dst takes Src's place in the use-def chain.
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 360 @Override public void checkClientTrusted(X509Certificate[] chain, String authType) 364 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) {
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpResponseCache.java | 382 * is the length of the peer certificate chain. These certificates are 384 * contains the length of the local certificate chain. These
|
/external/valgrind/main/VEX/priv/ |
host_s390_defs.h | 425 /* Update the guest IA value, then exit requesting to chain 429 Bool to_fast_entry; /* chain to the what entry point? */
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-amd64-darwin.S | 174 /* ------ Chain me to slow entry point ------ */ 188 /* ------ Chain me to fast entry point ------ */
|
dispatch-amd64-linux.S | 175 /* ------ Chain me to slow entry point ------ */ 189 /* ------ Chain me to fast entry point ------ */
|
dispatch-mips32-linux.S | 148 /* ------ Chain me to slow entry point ------ */ 163 /* ------ Chain me to slow entry point ------ */
|