OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:over
(Results
76 - 100
of
3221
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/classfile/attribute/annotation/
ParameterAnnotationsAttribute.java
68
// Loop
over
all parameters.
74
// Loop
over
all parameter annotations.
/external/v8/test/mjsunit/
arguments-lazy.js
28
// Make sure we don't allocate the arguments object
over
and
29
//
over
again.
/external/webkit/WebCore/manual-tests/
array-out-of-memory.html
11
// the array an additional 50% capacity will be allocated, plus the storage object header, taking the size of the allocation
over
UINT32_MAX.
39
<p>This test may run for
over
20 seconds on a fast machine, and will consume hundereds of MB of memory.</p>
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/>
/frameworks/base/core/java/android/database/sqlite/
SQLiteCursorDriver.java
28
* Executes the query returning a Cursor
over
the result set.
32
* @return a Cursor
over
the result set
/system/core/toolbox/
rm.c
37
/* recurse
over
components */
81
/* loop
over
the file/directory args */
/dalvik/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/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/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
...]
/dalvik/libcore/xml/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
/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"),
/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/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.
/external/e2fsprogs/lib/et/test_cases/
imap_err.et
36
"
Over
quota"
103
"Mailbox is
over
quota"
/external/elfutils/libdw/
dwarf_getattrs.c
48
/* Go
over
the list of attributes. */
79
/* Skip
over
the rest of this attribute (if there is any). */
/external/iproute2/man/man8/
tc-bfifo.8
27
pfifo or bfifo
over
the default.
53
In this example, the queue length is 100 packets, 45894 bytes were sent
over
681 packets.
tc-pfifo.8
27
pfifo or bfifo
over
the default.
53
In this example, the queue length is 100 packets, 45894 bytes were sent
over
681 packets.
/external/webkit/WebCore/platform/graphics/win/
WKCACFContextFlusher.cpp
74
// we're iterating
over
it, so we move the contexts into a local ContextSet and iterate
over
that instead.
/frameworks/base/core/java/android/widget/
EditText.java
30
* This is supposed to be a *very* thin veneer
over
TextView.
36
* EditText is a thin veneer
over
TextView that configures itself
/external/kernel-headers/original/linux/
list.h
357
* list_for_each - iterate
over
a list
366
* __list_for_each - iterate
over
a list
379
* list_for_each_prev - iterate
over
a list backwards
388
* list_for_each_safe - iterate
over
a list safe against removal of list entry
398
* list_for_each_entry - iterate
over
list of given type
409
* list_for_each_entry_reverse - iterate backwards
over
list of given type.
431
* list_for_each_entry_continue - continue iteration
over
list of given type
436
* Continue to iterate
over
list of given type, continuing after
445
* list_for_each_entry_from - iterate
over
list of given type from the current point
450
* Iterate
over
list of given type, continuing from current position
[
all
...]
/external/iptables/libiptc/
linux_list.h
334
* list_for_each - iterate
over
a list
343
* __list_for_each - iterate
over
a list
356
* list_for_each_prev - iterate
over
a list backwards
365
* list_for_each_safe - iterate
over
a list safe against removal of list entry
375
* list_for_each_entry - iterate
over
list of given type
388
* list_for_each_entry_reverse - iterate backwards
over
list of given type.
411
* list_for_each_entry_continue - iterate
over
list of given type
425
* list_for_each_entry_safe - iterate
over
list of given type safe against removal of list entry
438
* list_for_each_rcu - iterate
over
an rcu-protected list
455
* list_for_each_safe_rcu - iterate
over
an rcu-protected list saf
[
all
...]
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/
AndroidManifest.xml
20
A simple second app to test that apps cannot be installed
over
existing app
Completed in 88 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>