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

<<31323334353637383940>>

  /external/ipsec-tools/src/racoon/
isakmp_agg.c 361 TAILQ_ENTRY(natd_payload) chain;
458 TAILQ_INSERT_TAIL(&natd_tree, natd, chain);
526 TAILQ_REMOVE(&natd_tree, natd, chain);
    [all...]
  /external/libffi/src/powerpc/
ffi_darwin.c 481 | back chain to caller 4 |
506 | back chain to caller 4 |
554 tramp[8] = 0x816b0004; /* lwz r11,4(r11) static chain */
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 758 /* Just added the last segment in the chain. Reset pointers */
766 NFA_TRACE_EVENT5 ("nfa_hci_conn_cback Recvd data pipe:%d %s chain:%d assmbl:%d len:%d",
770 NFA_TRACE_EVENT6 ("nfa_hci_conn_cback Recvd data pipe:%d Type: %u Inst: %u chain:%d reassm:%d len:%d",
    [all...]
  /external/v8/src/
ast.cc 513 // Perhaps something interesting is up in the prototype chain...
517 // If we reach the end of the prototype chain, we don't know the target.
519 // Go up the prototype chain, recording where we are currently.
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 872 * Returns the deepest selector in the chain of possible sub selectors.
873 * A chain of selector is created when either of {@link UiSelector#childSelector(UiSelector)}
876 * @return last UiSelector in chain
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java 113 * miss links in the chain during long-lived tasks, GC stalls etc
750 int levels = MAX_HELP; // remaining chain length
751 ForkJoinTask<?> task = joinMe; // base of chain
    [all...]
  /bootable/recovery/minadbd/
adb.h 74 /* chain pointers for the local/remote list of
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java     [all...]
  /dalvik/vm/compiler/
Utility.cpp 400 snprintf(name, BLOCK_NAME_LEN, "chain%04x", bb->startOffset);
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 30 * | chain cell offset (2 bytes)|
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 30 * | chain cell offset (4 bytes)|
  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 180 * chain. Android calls the item selected listener for the spinner, which invokes the
  /development/scripts/
symbol.py 78 raise Exception("Could not find tool chain")
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 143 * Test for <code>setKeyEntry(String alias, byte[] key, Certificate[] chain)</code>
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 163 /** Order in import chain.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 139 // We have to look all the way up the ancestor chain
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 332 * chain of writers.
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 160 // class IOMedia. Since the filesystem service's entire ancestor chain
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 323 // This notification will fire a bit later in the same call chain we're
  /external/chromium/chrome/browser/resources/shared/js/
cr.js 276 // Maybe we should check the prototype chain here? The current usage
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 72 // Close all bookmark folders, walking up the ownership chain.
  /external/clang/docs/analyzer/
RegionStore.txt 156 of this, the store manager has to reconstruct the subregion chain on top of the
  /external/clang/include/clang/Sema/
Scope.h 208 /// chain.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 213 /// Allows checkers to generate a chain of nodes.
  /external/clang/lib/AST/
DeclBase.cpp 916 // Build up a chain of declarations via the Decl::NextInContextAndBits field.
1052 // Remove D from the decl chain. This is O(n) but hopefully rare.
1069 // Mark that D is no longer in the decl chain.
    [all...]

Completed in 1273 milliseconds

<<31323334353637383940>>