HomeSort by relevance Sort by last modified time
    Searched full:over (Results 151 - 175 of 5857) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppol2tp.h 2 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
4 * This file supplies definitions required by the PPP over L2TP driver
if_ether.h 63 #define ETH_P_IPX 0x8137 /* IPX over DIX */
64 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
73 #define ETH_P_ATMMPOA 0x884c /* MultiProtocol Over ATM */
75 * over Ethernet
77 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
93 #define ETH_P_PPPTALK 0x0010 /* Dummy type for Atalk over PPP*/
  /system/core/toolbox/
rm.c 37 /* recurse over components */
81 /* loop over the file/directory args */
  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 66 * over an existing connection.
67 * Protocols can only be layered over a tunnel to the target, or
68 * or over a direct connection without proxies.
71 * over a direct connection makes little sense, since the connection
163 * In the presence of proxies, only layering over an end-to-end tunnel
174 * In the presence of proxies, only layering over an end-to-end tunnel
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.cpp 56 current = scheme.end() + 1; // Advance over the ':' at the end of the scheme.
61 current = username.end() + 1; // Advance over the '@' or ':' at the end.
67 current = password.end() + 1; // Advance over the '@' at the end.
78 return port.begin() - 1; // Back over delimiter.
92 return query.begin() - 1; // Back over delimiter.
100 return fragment.begin(); // Back over delimiter.
  /libcore/luni/src/main/java/java/util/
SortedMap.java 44 * Returns a sorted map over a range of this sorted map with all keys that
61 * if this map is itself a sorted map over a range of another
76 * Returns a sorted map over a range of this sorted map with all keys
97 * is itself a sorted map over a range of another sorted map and
103 * Returns a sorted map over a range of this sorted map with all keys that
121 * if this map itself a sorted map over a range of another map
  /external/icu4c/common/unicode/
uchriter.h 22 * A concrete subclass of CharacterIterator that iterates over the
25 * iterator that iterates over an entire UChar array, but also to
26 * create one that iterates over only a subrange of a UChar array
27 * (iterators over different subranges of the same UChar array don't
36 * Create an iterator over the UChar array referred to by "textPtr".
40 * @param textPtr The UChar array to be iterated over
47 * Create an iterator over the UChar array referred to by "textPtr".
54 * @param textPtr The UChar array to be iteratd over
63 * Create an iterator over the UChar array referred to by "textPtr".
71 * @param textPtr The UChar array to be iterated over
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 49 * An array of headers to iterate over.
59 * Negative if the iteration is over.
66 * <code>null</code> to iterate over all headers in the array.
75 * @param headers an array of headers over which to iterate
76 * @param name the name of the headers over which to iterate, or
BasicListHeaderIterator.java 51 * A list of headers to iterate over.
59 * Negative if the iteration is over.
73 * <code>null</code> to iterate over all headers in the array.
82 * @param headers a list of headers over which to iterate
83 * @param name the name of the headers over which to iterate, or
  /external/tcpdump/missing/
dlnames.c 67 DLT_CHOICE(DLT_ATM_RFC1483, "RFC 1483 IP-over-ATM"),
76 DLT_CHOICE(DLT_ATM_CLIP, "Linux Classical IP-over-ATM"),
79 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
112 DLT_CHOICE(DLT_IP_OVER_FC, "RFC 2625 IP-over-Fibre Channel"),
130 DLT_CHOICE(DLT_CIP, "Linux Classical IP-over-ATM"),
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-48077.html 45 // Do a time consuming job so we can make HTML parser run over time limit.
63 <!-- Time consuming job to make HTML parser run over chunk time limit -->
68 <!-- Lots of tags to make HTML parser run over chunk size limit -->
71 <!-- Time consuming job to make HTML parser run over chunk time limit -->
76 <!-- Lots of tags to make HTML parser run over chunk size limit -->
drag-cursor-notallowed.html 94 Drag the red square over the drop target (demarcated by the dashed boundary). While hovering over the drop target, if the cursor
100 <div id="default-message">Drag the red square over me.<br/><br/>
  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 110 // string if not over HTTPS).
132 // Was the resource fetched over SPDY. See http://dev.chromium.org/spdy
135 // Was the resource fetched over a channel which used TLS/Next-Protocol-Negotiation (also SPDY related).
138 // Was the resource fetched over a channel which specified "Alternate-Protocol"
142 // Was the resource fetched over an explicit proxy (HTTP, SOCKS, etc).
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 45 * be considered. Note that this skip takes precedence over the filter,
59 * that this rejection takes precedence over <code>whatToShow</code> and
80 * @return The next <code>Node</code> in the set being iterated over, or
92 * @return The previous <code>Node</code> in the set being iterated over,
103 * over, releasing any computational resources and placing the
  /dalvik/libdex/
DexCatch.h 28 * Catch handler entry, used while iterating over catch_handler_items.
44 * Iterator over catch handler data. This structure should be treated as
108 /* Get the handler offset just past the end of the one just iterated over.
  /external/apache-http/src/org/apache/http/
HttpServerConnection.java 72 * Sends the response line and headers of a response over this connection.
81 * Sends the response entity of a response over this connection.
90 * Sends all pending buffered data over this connection.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button_unittest.mm 79 // User mouses over and then off.
86 // User mouses over, clicks, drags, and exits.
98 // User mouses over, clicks, drags, and releases.
  /external/icu4c/common/
usetiter.cpp 18 * @param set set to iterate over
100 *@param set the set to iterate over. This allows reuse of the iterator.
108 * Resets to the start, to allow the iteration to start over again.
  /frameworks/base/core/java/android/net/
NetworkPolicy.java 78 * considered over-limit.
81 // over-estimate, since kernel will trigger limit once first packet
82 // trips over limit.
  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 46 <!-- Label for the network usage of data transmitted over VPN. [CHAR LIMIT=20] -->
48 <!-- Label for the network usage of data received over VPN. [CHAR LIMIT=20] -->
53 <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 28 * Always allow a user to over-scroll this view, provided it is a
34 * Allow a user to over-scroll this view only if the content is large
40 * Never allow a user to over-scroll this view.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 47 // Not dragging over a tree item
51 CanvasViewInfo over = getViewInfo(overTreeItem); local
52 if (over == null) {
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 199 // Visits a regular page over http.
209 // Visits a page over http which includes broken https resources (status should
229 // Visits a page over OK https:
609 // Visits a page with an image over http. Visits another page over https
610 // referencing that same image over http (hoping it is coming from the webcore
622 // Load original page over HTTP.
628 // Load again but over SSL. It should be marked as displaying insecure
635 // Visits a page with script over http. Visits another page over http
    [all...]
  /external/chromium/base/i18n/
char_iterator.h 55 // The string we're iterating over.
106 // The string we're iterating over.
  /external/chromium/chrome/browser/
page_info_model.h 47 // For example, if content was served over HTTP.
49 // For example, unverified identity over HTTPS.

Completed in 1354 milliseconds

1 2 3 4 5 67 8 91011>>