/external/clang/lib/Sema/ |
SemaOverload.cpp | 686 // C++ [temp.over.link]p4: 723 // C++0x [over.load]p2: 796 // C++ [over.ics.user]p4: 840 // C++ [over.ics.user]p4: 867 // C++ [over.best.ics]p4: [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 211 // dragging a tab. The background should be invisible when the mouse is over a 346 // with a mouse down. As long as the mouse up is over the close button, 422 // Iterate over possible targets checking for the one the mouse is in. 444 // target and reset how long we've been hovering over this new one. 537 // If we're not hovering over any window, make the window fully 643 // If the mouse up occurred in our view or over the close button, then 665 // background overlay drawn over it (see below) will be fully opaque. [all...] |
/external/guava/src/com/google/common/collect/ |
Synchronized.java | 99 * mutex when iterating over the returned collection: <pre> {@code 220 * mutex when iterating over the returned set: <pre> {@code 276 * mutex when iterating over the returned sorted set: <pre> {@code 355 * mutex when iterating over the returned list: <pre> {@code 482 * mutex when iterating over the returned multiset: <pre> {@code 925 * mutex when iterating over the returned collection: <pre> {@code 966 * mutex when iterating over the returned collection: <pre> {@code [all...] |
Iterables.java | 278 * Returns an iterable whose iterators cycle indefinitely over the elements of 291 * <p>To cycle over the iterable {@code n} times, use the following: 307 * Returns an iterable whose iterators cycle indefinitely over the provided 321 * <p>To cycle over the elements {@code n} times, use the following: 727 * <p>This method iterates over the iterable, checking each element returned
|
/external/markdown/docs/ |
writing_extensions.txt | 139 over-ride the ``run`` method which takes one argument ``root`` (an Elementree 159 and over-ride the ``run`` method which takes one argument ``text`` and returns 354 will need to define a class that extends ``markdown.Extension`` and over-rides 474 (i.e.: ``'>two'``). However, it's unlikely that you will have control over the 526 initialized the first time. Keep that in mind when over-riding the extension's 538 When stored this way the config parameters can be over-ridden from the 553 an optional parameter consisting of a dictionary of configuration over-rides
|
/external/pcre/ |
pcre_study.c | 146 /* Skip over assertive subpatterns */ 155 /* Skip over things that don't match chars */ 176 /* Skip over a subpattern that has a {0} or {0,x} quantifier */ 212 need to skip over a multibyte character in UTF8 mode. */ 667 /* Skip over callout */ 673 /* Skip over lookbehind and negative lookahead assertions */ 682 /* Skip over an option setting, changing the caseless flag */
|
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 506 * Set the {@link NdefMessage} to push over NFC during the specified activities. 524 * @param message NDEF message to push over NFC, or null to disable 545 * Set the callback to create a {@link NdefMessage} to push over NFC. 584 * Set the callback on a successful NDEF push over NFC. 707 * Enable NDEF message push over NFC while this Activity is in the foreground. 728 * @param message a NDEF Message to push over NFC 742 * Disable NDEF message push over P2P. [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 382 // If we are over the list and the list is showing recent or search result 407 * currently dragging over. 409 * dragging over. 452 * currently dragging over. 454 * dragging over. 498 * currently dragging over. 500 * dragging over. 549 * currently dragging over. 551 * dragging over. [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 405 // Loop over all of the characters of the suffix. If we see something bad, 708 // Skip over the entry quote. 916 // Loop over all the strings, getting their spelling, and expanding them to 970 // Copy the character span over [all...] |
/external/icu4c/i18n/unicode/ |
numfmt.h | 128 * getMinimumFractionDigits. If you want even more control over the 269 * @param posIter On return, can be used to iterate over positions 374 * @param posIter On return, can be used to iterate over positions 408 * @param posIter On return, can be used to iterate over positions 442 * @param posIter On return, can be used to iterate over positions 463 * @param posIter On return, can be used to iterate over positions 486 * @param posIter On return, can be used to iterate over positions 727 * Return a StringEnumeration over the locales available at the time of the call, 729 * @return a StringEnumeration over the locales available at the time of the call [all...] |
stsearch.h | 117 * UnicodeString target("The quick brown fox jumps over the lazy dog."); 259 * behavior, and iterating over the same text. 289 * and iterate over the same text, as the one passed in. 299 * breakiterators, collators and iterate over the same text 416 * iterating over the same text, as this one. Note that all data will be
|
/external/libpcap/ |
savefile.c | 195 #define LINKTYPE_PPP_ETHER 51 /* NetBSD PPP-over-Ethernet */ 205 #define LINKTYPE_ATM_CLIP 106 /* Linux Classical IP over ATM */ 236 #define LINKTYPE_IP_OVER_FC 122 /* RFC 2625 IP-over-Fibre Channel */ 276 #define LINKTYPE_APPLE_IP_OVER_IEEE1394 138 /* Apple IP-over-IEEE 1394 cooked header */ 411 #define LINKTYPE_ERF_POS 176 /* Packet-over-SONET */ 608 /* NetBSD PPP over Ethernet */ 644 /* RFC 2625 IP-over-Fibre Channel */ 678 /* Apple IP-over-IEEE 1394 cooked header */ [all...] |
pcap.c | 338 DLT_CHOICE(DLT_ATM_CLIP, "Linux Classical IP-over-ATM"), 339 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"), 350 DLT_CHOICE(DLT_IP_OVER_FC, "RFC 2625 IP-over-Fibre Channel"), 353 DLT_CHOICE(DLT_APPLE_IP_OVER_IEEE1394, "Apple IP-over-IEEE 1394"), 372 DLT_CHOICE(DLT_ERF_POS, "Packet-over-SONET with Endace ERF header"),
|
/external/bison/tests/ |
calc.at | 442 # BISON-OPTIONS, and performs several tests over the parser. 546 # BISON-OPTIONS, and performs several tests over the parser. 581 # BISON-OPTIONS and %glr-parser, and performs several tests over the parser. 617 # the C++ skeleton, and performs several tests over the parser. 641 # the GLR C++ skeleton, and performs several tests over the parser.
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 368 // Change pages whenever an app is dragged over a dot. 483 * Invoked when an app is dragged over another app. Updates the DOM to affect 499 // If we dragged over a specific app, determine which one to insert before 502 // Start by assuming we'll insert the app before the one dragged over 505 'expected drag over container');
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 476 // Draw left edge. Don't draw over the toolbar, as we're not the foreground 487 // Draw right edge. Again, don't draw over the toolbar. 498 // Draw center. Instead of masking out the top portion we simply skip over 500 // And again, don't draw over the toolbar. 556 // Draw center. Instead of masking out the top portion we simply skip over it
|
/external/clang/lib/Rewrite/ |
DeltaTree.cpp | 114 /// local walk over our contained deltas. 169 /// local walk over our contained deltas. 210 // its sorted position. This requires moving later values over. 309 // If this is an interior node, also move over 'WidthFactor' children 320 // Move over the last 'WidthFactor-1' values from here to NewNode.
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | 530 * Iterating over inodes in a filesystem:: 531 * Iterating over blocks in an inode:: 537 @node Reading and writing inodes, Iterating over inodes in a filesystem, Inode Functions, Inode Functions 552 @node Iterating over inodes in a filesystem, Iterating over blocks in an inode, Reading and writing inodes, Inode Functions 554 @subsection Iterating over inodes in a filesystem 556 The inode_scan abstraction is useful for iterating over all the inodes 612 @node Iterating over blocks in an inode, Inode Convenience Functions, Iterating over inodes in a filesystem, Inode Functions 614 @subsection Iterating over blocks in an inod [all...] |
/external/libvpx/vpx/ |
vpx_encoder.h | 295 * measures appropriate for streaming over lossy or noisy links, if 377 * Indicates whether the end usage of this stream is to be streamed over 408 * The quantizer is the most direct control over the quality of the 419 * The quantizer is the most direct control over the quality of the 749 * Iterates over a list of data packets to be passed from the encoder to the
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl1.html | 52 how it is built up over time. This will let us cover a fairly broad range of 61 code leaks memory, uses global variables all over the place, doesn't use nice 68 skip over if you are already familiar with or are uninterested in the various 142 conditionals, math, etc. Over the course of the tutorial, we'll extend 248 <tt>Lexer.lex</tt> works by recursing over a <tt>char Stream.t</tt> to read
|
/external/llvm/lib/CodeGen/ |
RegAllocPBQP.cpp | 217 // Iterate over vregs. 470 // Iterate over all live ranges. 523 // Iterate over the nodes mapping the PBQP solution to a register 593 // Finally iterate over the basic blocks to compute and set the live-in sets. 618 // Iterate over the ranges of the current interval...
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 133 // Loop over all the allocas we have so far and see if they can be merged with 149 // Loop over the allocas in AllocasForType to see if we can reuse one. Note 393 // Now that we have all of the call sites, loop over them and inline them if 399 // Iterate over the outer loop because inlining functions can cause indirect 558 // Note that it doesn't matter that we are iterating over a non-stable set
|
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 149 // Loop over and delete any global variables which we aren't supposed to be 224 // Loop over and delete any functions which we aren't supposed to be playing 291 // Loop over and delete any hack up any blocks that are not listed... 295 // Loop over all of the successors of this block, deleting any PHI nodes 562 // Loop over all of the (non-terminator) instructions remaining in the
|
/external/pcre/doc/html/ |
pcrepartial.html | 115 This option is "soft" because it prefers a complete match over a partial match. 141 an earlier partial match over a later complete match. For this reason, the 191 However, if PCRE_PARTIAL_HARD is set, a partial match takes precedence over any 297 PCRE_DFA_RESTART to continue partial matching over multiple segments. This 350 always produce exactly the same result as matching over one single long string,
|
/external/pcre/doc/ |
pcrepartial.3 | 87 This option is "soft" because it prefers a complete match over a partial match. 112 an earlier partial match over a later complete match. For this reason, the 162 However, if PCRE_PARTIAL_HARD is set, a partial match takes precedence over any 271 PCRE_DFA_RESTART to continue partial matching over multiple segments. This 324 always produce exactly the same result as matching over one single long string,
|