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

<<41424344454647484950>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 304 formatOptions, "chain"));
449 formatOptions, "chain"));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 142 The DESCENDANTS will be a chain of TEMPLATE_PARM_INDEXs descended
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 138 chain, and BOTTOM is the new type which we will point to. */
156 /* Returns the chain of decls so far in the current scope level. */
tree.h 416 tree chain;
875 &__t->common.chain; }))
949 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
413 tree chain; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 142 The DESCENDANTS will be a chain of TEMPLATE_PARM_INDEXs descended
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 138 chain, and BOTTOM is the new type which we will point to. */
156 /* Returns the chain of decls so far in the current scope level. */
tree.h 416 tree chain;
875 &__t->common.chain; }))
949 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
413 tree chain; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 142 The DESCENDANTS will be a chain of TEMPLATE_PARM_INDEXs descended
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 138 chain, and BOTTOM is the new type which we will point to. */
156 /* Returns the chain of decls so far in the current scope level. */
tree.h 416 tree chain;
875 &__t->common.chain; }))
949 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
413 tree chain; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 142 The DESCENDANTS will be a chain of TEMPLATE_PARM_INDEXs descended
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 138 chain, and BOTTOM is the new type which we will point to. */
156 /* Returns the chain of decls so far in the current scope level. */
tree.h 416 tree chain;
875 &__t->common.chain; }))
949 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
413 tree chain; variable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 366 * Styleables do not usually need to declare their parent chain (e.g. the grand-parents
394 // This is a grand-parent/parent chain. Make sure we know about the
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 389 beq .LinvokeChain @ predicted chain is valid
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 614 // The dispatch block for the end of the scope chain is a block that
705 // associated chain of EH actions. A language-specific personality
706 // function interprets this chain of actions and (1) decides whether
710 // achieved via an invoke instruction, the chain of actions becomes
727 // choice but to crudely chain invokes (i.e., to ignore invokes in
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
Inspector.json 180 { "name": "ignoreHasOwnProperty", "type": "boolean", "description": "If true, returns properties belonging to any element of the prototype chain." }
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 169 * A full mipmap chain will be created in script memory. The Type of
170 * the Allocation will contain a full mipmap chain. On upload, the full
171 * chain will be transferred.
178 * full mipmap chain generated from the top level in script memory.
740 * Generate a mipmap chain. This is only valid if the Type of the Allocation
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 141 * A full mipmap chain will be created in script memory. The Type of
142 * the Allocation will contain a full mipmap chain. On upload, the full
143 * chain will be transferred.
150 * full mipmap chain generated from the top level in script memory.
682 * Generate a mipmap chain. This is only valid if the Type of the Allocation
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 405 /// chain dependencies.
434 // Otherwise, find the chain and continue climbing.
494 // Otherwise, find the chain and continue climbing.
511 /// entire chain must be scheduled together. Example:
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 141 * inheritance chain until it calls getStylesheetComposed
154 * inheritance chain until it calls getStylesheet
166 * inheritance chain until it calls StylesheetRoot
    [all...]
  /external/chromium/chrome/browser/history/
history.h 346 // redirect chain A -> B -> C and A is a top visited URL, then A will be in
354 // Request the top |result_count| most visited URLs and the chain of redirects
364 // Request the |result_count| most visited URLs and the chain of
    [all...]
  /external/chromium/net/base/
x509_certificate_unittest.cc 125 { "google.chain.pem", X509Certificate::FORMAT_PEM_CERT_SEQUENCE,
154 { "google.chain.pem", X509Certificate::FORMAT_AUTO,
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 124 // Chain in the diagnostic client which will log the diagnostics.
182 // Chain in -verify checker, if requested.
186 // Chain in -diagnostic-log-file dumper, if requested.
    [all...]

Completed in 1192 milliseconds

<<41424344454647484950>>