OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
576 - 600
of
7215
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java
33
* multitasking model, where the switch from one task to
another
is
39
* either exits or resumes
another
coroutine.</li>
42
* <li>An active coroutine that gives up control by resuming
another
in
50
* from one coroutine to
another
. Like pipes, neither coroutine is
124
* from one coroutine to
another
during a co_resume() operation.
147
* not want to spend time wrapping
another
object around.
247
/** Transfer control to
another
coroutine which has already been started and
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java
59
* wrapping
another
exception.
82
* wrapping
another
exception.
120
* wrapping
another
exception.
159
* wrapping
another
exception.
191
* wrapping
another
exception.
240
* wrapping
another
exception.
373
* wrapping
another
exception.
413
* wrapping
another
exception.
447
* wrapping
another
exception.
468
* wrapping
another
exception
[
all
...]
/external/iproute2/doc/
ip-tunnels.tex
64
Probably, after this explanation you have already guessed
another
method
90
packets to
another
endpoint is not hidden. If you dislike this, or if you
113
tunnel device \verb|tunl0| and
another
tunnels may be created with command
177
packets. It must be an address on
another
interface of this host.
198
it with
another
devices. Certainly, the configuration of tunnels has
208
of
another
devices. You should set a protocol address with \verb|ifconfig|
245
not be able to escape to
another
device, when route to endpoint changes.
346
Among
another
tunnels Cisco IOS supports IPIP and GRE.
401
will find one
another
automatically and will form virtual Ethernet-like
414
using methods typical for
another
NBMA networks f.e.\ to start use
[
all
...]
api-ip6-flowlabels.tex
39
or to implement receiver side of SRP or
another
end-to-end protocol
75
flow label for
another
flow within the maximal lifetime has expired,
77
the label is taken over by
another
flow.
118
Another
problem is Linux specific. Historically Linux IPv6 did not
162
another
optional information.
323
still can be shared by
another
sockets. Current implementation does not allow
/external/bluetooth/glib/docs/reference/glib/tmpl/
hooks.sgml
102
@may_recurse: %TRUE if functions which are already running (e.g. in
another
113
@may_recurse: %TRUE if functions which are already running (e.g. in
another
123
@may_recurse: %TRUE if hooks which are currently running (e.g. in
another
145
@may_recurse: %TRUE if hooks which are currently running (e.g. in
another
321
@may_be_in_call: %TRUE if hooks which are currently running (e.g. in
another
337
@may_be_in_call: %TRUE if hooks which are currently running (e.g. in
another
/external/icu4c/common/
cmemory.h
196
* Provides an internal array with fixed capacity. Can alias
another
array
203
* (takes ownership of)
another
array.
245
* Deletes the array (if owned) and aliases
another
one, no transfer of ownership.
365
* Provides internal memory with fixed array capacity. Can alias
another
memory
370
* (takes ownership of)
another
memory block.
417
* Deletes the memory block (if owned) and aliases
another
one, no transfer of ownership.
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py
645
commit_text = self.scm.commit_with_message("
another
test commit", username)
650
commit_text = self.scm.commit_with_message("yet
another
test commit", username)
656
commit_text = self.scm.commit_with_message("
another
test commit", username)
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java
576
public int compareTo(CachedBluetoothDevice
another
) {
578
int comparison = (
another
.isConnected() ? 1 : 0) - (isConnected() ? 1 : 0);
582
comparison = (
another
.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
587
comparison = (
another
.mVisible ? 1 : 0) - (mVisible ? 1 : 0);
591
comparison =
another
.mRssi - mRssi;
595
return mName.compareTo(
another
.mName);
/bionic/libc/netbsd/net/
reentrant.h
61
*
Another
approach is to provide a single thread safe library. However,
67
*
another
system. Similarly, it should also be easy to remove all
81
* pthreads, however it should be reasonably easy to wrap
another
mutex
/cts/tests/tests/os/src/android/os/cts/
MessengerTest.java
98
// Create
another
messenger to send msg.
285
// Use
another
messenger to send msg.
290
* This method is used to check if the message sent by
another
messenger is correctly
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java
76
* configuration requests. The parent may itself be
another
filter.</p>
102
* wrapping
another
exception.
180
* wrapping
another
exception.
/external/clang/test/CXX/class.access/class.access.base/
p1.cpp
4
// If a class is declared to be a base class for
another
class using
52
// If a class is declared to be a base class for
another
class using
102
// If a class is declared to be a base class for
another
class using
/external/flac/libFLAC/
ogg_decoder_aspect.c
159
/* try and get
another
packet */
197
/* try and get
another
page */
209
/* else do nothing, could be a page from
another
stream */
/external/freetype/src/base/
ftgloadr.c
58
/* and prepare for
another
one. */
321
/* add current glyph to the base image - and prepare for
another
*/
354
/* prepare for
another
new glyph image */
/external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java
180
* Set this node to be a symbolic link to
another
node.
192
* Does a deep copy of the attributes and values from one node to
another
.
200
* Does a deep copy the attributes and values from one node to
another
/external/kernel-headers/original/linux/
plist.h
62
* is
another
entry of the same priority then this entry has to
167
* @n1:
another
type * to use as temporary storage
188
* @n:
another
type * to use as temporary storage
/external/libpng/
INSTALL
35
wherever you got libpng. zlib can be placed in
another
directory,
117
test. For more confidence, you can run
another
test by typing
134
this means you have compiled
another
module that includes setjmp.h,
/external/nist-sip/java/gov/nist/javax/sip/parser/
ErrorInfoParser.java
126
* CVS: If this change has been taken from
another
system,
150
* move test cases out to
another
package
165
* CVS: If this change has been taken from
another
system,
EventParser.java
114
* CVS: If this change has been taken from
another
system,
138
* move test cases out to
another
package
153
* CVS: If this change has been taken from
another
system,
FromParser.java
95
* CVS: If this change has been taken from
another
system,
119
* move test cases out to
another
package
140
* CVS: If this change has been taken from
another
system,
InReplyToParser.java
144
* CVS: If this change has been taken from
another
system,
168
* move test cases out to
another
package
183
* CVS: If this change has been taken from
another
system,
MimeVersionParser.java
115
* CVS: If this change has been taken from
another
system,
139
* move test cases out to
another
package
154
* CVS: If this change has been taken from
another
system,
RSeqParser.java
124
* CVS: If this change has been taken from
another
system,
147
* CVS: If this change has been taken from
another
system,
185
* CVS: If this change has been taken from
another
system,
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom_c.h
83
remaining, if we're going to have to play
another
file after the first one. See
122
whenever a notification needs to be processed, so
another
file can be played back if need be.
125
and main thread (or
another
other thread using the SDL CD api) can potentially call it at the same time.
/external/webkit/Source/JavaScriptCore/runtime/
JSLock.cpp
159
// and drop locks allowing
another
thread to enter. Should
another
thread, or the
164
// callback, or by re-entering through
another
call to evaulate script or call
Completed in 1368 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>