/ndk/toolchains/x86-4.4.3/ |
config.mk | 17 # the real meat is in the setup.mk file adjacent to this one
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 24 // Take care not to place multiple adjacent dots,
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
config.mk | 17 # the real meat is in the setup.mk file adjacent to this one
|
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 116 // Adjacent intervals that map to the same value are coalesced. 119 // in an interval, and if two intervals are adjacent so they can be coalesced. 146 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce. 148 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo 524 // The intervals are kept sorted and fully coalesced so there are no adjacent 533 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1)) 614 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { 617 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) { 639 if (value(i) == y && Traits::adjacent(b, start(i))) { [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodegettextcontent11.js | 107 assertEquals("nodegettextcontent11","This is an adjacent CDATASection with a reference to a tab &tab;",textContent);
|
nodegettextcontent13.js | 104 assertEquals("nodegettextcontent13","Martha Raynolds\nThis is a CDATASection with EntityReference number 2 &ent2;\nThis is an adjacent CDATASection with a reference to a tab &tab;",textContent);
|
noderemovechild18.js | 112 assertEquals("noderemovechild18","This is an adjacent CDATASection with a reference to a tab &tab;",removedValue);
|
textreplacewholetext07.js | 82 logically-adjacent text content, only the initial text element should
|
textreplacewholetext06.js | 81 the current node and all logically-adjacent text nodes. This method raises
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
hc_nodedocumentfragmentnormalize1.js | 78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
hc_nodedocumentfragmentnormalize1.js | 78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
|
/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 247 * Returns the node at or adjacent to the given key, creating it if requested. 381 * adjacent node from one of those subtrees into this node's place. 383 * Removing the adjacent node may change this node's subtrees. This 384 * node may no longer have two subtrees once the adjacent node is 388 Node<K, V> adjacent = (left.height > right.height) ? left.last() : right.first(); local 389 removeInternal(adjacent); // takes care of rebalance and size-- 395 adjacent.left = left; 396 left.parent = adjacent; 403 adjacent.right = right; 404 right.parent = adjacent; [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 30 * placed adjacent to each other.
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 426 // Check for long long. The L's need to be adjacent and the same case. [all...] |
/external/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 101 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
|
/external/libvpx/vp8/encoder/arm/neon/ |
variance_neon.asm | 46 ;VPADAL adds adjacent pairs of elements of a vector, and accumulates
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 756 static inline bool adjacent(const SlotIndex &a, const SlotIndex &b) {
|
/external/webkit/Source/WebKit/android/nav/ |
SelectText.cpp | 671 bool adjacent() 882 bool adjacent = (full.fLeft - mLast.fRight) < spaceGap; 884 if (mLast.isEmpty() || (sameBaseLine && adjacent)) { [all...] |
/dalvik/docs/ |
prettify.js | 244 // adjacent is not 689 * multiple adjacent string literals. 768 // Fallback will handle decimal points not adjacent to a digit [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/external/dropbear/libtommath/ |
bn.tex | [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 670 .console-adjacent-user-command-result { 674 .console-adjacent-user-command-result + .console-user-command-result.console-log-level::before { [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 259 the block IO layer in adjacent sectors. (Obviously, the higher this [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |