OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
201 - 225
of
13060
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/disk_cache/
storage_block.h
19
// to actually share that memory with
another
instance of the class.
21
// The following example shows how to share storage with
another
object:
51
// Stops sharing the data with
another
object.
/external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.h
39
// low loss. Nothing indicates that we are competing with
another
flow.
42
// low loss. We have indications that we are compete with
another
flow.
45
// packet loss due to sharing the bottleneck link with
another
flow, which is
/external/clang/test/Analysis/
objc-properties.m
43
TestProperty *
another
= [[TestProperty alloc] init];
44
another
->_Y = value->_Y; // no-warning
45
return
another
;
/frameworks/base/core/java/android/hardware/input/
KeyboardLayout.java
96
public int compareTo(KeyboardLayout
another
) {
97
int result = mLabel.compareToIgnoreCase(
another
.mLabel);
99
result = mCollection.compareToIgnoreCase(
another
.mCollection);
/libcore/luni/src/main/java/java/nio/channels/
ReadableByteChannel.java
53
* if
another
thread closes the channel during the read.
55
* if
another
thread interrupts the calling thread while the
61
*
another
I/O error occurs, details are in the message.
WritableByteChannel.java
56
* if
another
thread closes the channel during the write.
58
* if
another
thread interrupt the calling thread during the
61
*
another
IO exception occurs, details are in the message.
SocketChannel.java
44
* -1, which means end of stream. If
another
thread is blocked in a read
48
* {@link ClosedChannelException}. If the output is shut down and
another
thread
94
* if this channel is closed by
another
thread while this method
97
* if
another
thread interrupts the calling thread while this
177
* if this channel is closed by
another
thread while this method
180
* if
another
thread interrupts the calling thread while this
215
* if this channel is closed by
another
thread while this method
218
* if
another
thread interrupts the calling thread while this
243
* if
another
thread closes the channel during the read.
247
* if
another
thread interrupts the calling thread while thi
[
all
...]
/libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java
21
* events from
another
XML reader rather than a primary source like
43
* a parent reader (which may be
another
filter). The argument
55
* reader (which may be
another
filter). It is generally a
/art/compiler/dex/
dataflow_iterator.h
30
* necessitating
another
pass over the list.
34
* iterator whether a change has been made that necessitates
another
pass. Use
39
* that once it has finished walking through the block list it should reset and do
another
54
* has occurred that requires
another
full pass over the block list.
/art/test/068-classloader/src/
DoubledImplement2.java
18
*
Another
doubled sub-class, form #1.
IGetDoubled.java
18
* Interface, loaded from one loader, used from
another
.
/art/test/068-classloader/src-ex/
DoubledImplement2.java
18
*
Another
doubled sub-class, form #2.
/dalvik/tests/068-classloader/src/
DoubledImplement2.java
18
*
Another
doubled sub-class, form #1.
IGetDoubled.java
18
* Interface, loaded from one loader, used from
another
.
/dalvik/tests/068-classloader/src-ex/
DoubledImplement2.java
18
*
Another
doubled sub-class, form #2.
/development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService2.java
20
* Stub to be able to have
another
instance of IsolatedService running.
/development/samples/ToyVpn/
_index.html
5
<p>The sample code of the server-side implementation is Linux-specific and is available in the <code>server</code> directory. To run the server or port it to
another
platform, please see comments in the code for the details.</p>
/docs/source.android.com/src/devices/tech/datausage/
tethering-data.jd
20
another
using <code>iptables</code> forwarding rules. The framework periodically
/external/bison/doc/
yacc.1.in
9
(Yet
Another
Compiler Compiler) is a parser generator. This
/external/chromium/base/
debug_message.cc
8
//
another
process to display assertions. Since the other process has
/external/chromium/chrome/browser/extensions/
extension_debugger_api_constants.cc
17
"
Another
debugger is already attached to the tab with id: *.";
/external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h
20
//
another
info bar is already showing in the active tab.
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt
7
*
Another
change to encoding per
/external/chromium/net/disk_cache/
cache_util.h
15
// Moves the cache files from the given path to
another
location.
/external/chromium/net/url_request/
url_request_redirect_job.h
18
// on the result of
another
job.
Completed in 1234 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>