OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
151 - 175
of
6673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/os/
DeadObjectException.java
21
* The object you are
calling
has died, because its hosting process
/frameworks/base/core/java/android/util/
MalformedJsonException.java
23
* ignored by
calling
{@link JsonReader#setLenient(boolean)}.
/frameworks/base/core/java/android/widget/
WrapperListAdapter.java
21
* by
calling
{@link #getWrappedAdapter()}.
/frameworks/base/wifi/java/android/net/wifi/p2p/
package.html
8
android.net.wifi.p2p.WifiP2pManager}, which you can acquire by
calling
{@link
12
<li>Initialize your application for P2P connections by
calling
{@link
15
<li>Discover nearby devices by
calling
{@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
18
<li>Start a P2P connection by
calling
{@link android.net.wifi.p2p.WifiP2pManager#connect
/libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java
58
* This channel is created by
calling
the <code>openDatagramChannel</code>
121
* if another thread interrupts the
calling
thread while the
122
* operation is in progress. The
calling
thread will have the
172
* if another thread interrupts the
calling
thread while the
173
* operation is in progress. The
calling
thread will have the
210
* if another thread interrupts the
calling
thread while the
211
* operation is in progress. The
calling
thread will have the
221
* The precondition for
calling
this method is that the channel is connected
241
* if another thread interrupts the
calling
thread while the
242
* operation is in progress. The
calling
thread will have th
[
all
...]
GatheringByteChannel.java
41
* if another thread interrupts the
calling
thread while the
42
* operation is in progress. The interrupt state of the
calling
79
* if another thread interrupts the
calling
thread while the
80
* operation is in progress. The interrupt state of the
calling
ScatteringByteChannel.java
41
* if another thread interrupts the
calling
thread while the
42
* operation is in progress. The interrupt state of the
calling
73
* if another thread interrupts the
calling
thread while the
74
* operation is in progress. The interrupt state of the
calling
SocketChannel.java
33
* After connecting it by
calling
{@code connect(SocketAddress)}, it will remain
73
* This channel is created by
calling
{@code openSocketChannel()} of the
97
* if another thread interrupts the
calling
thread while this
98
* operation is executing. The
calling
thread will have the
159
* by
calling
{@code finishConnect()}.
180
* if another thread interrupts the
calling
thread while this
181
* operation is in progress. The
calling
thread will have the
218
* if another thread interrupts the
calling
thread while this
219
* operation is in progress. The
calling
thread has the
247
* if another thread interrupts the
calling
thread while thi
[
all
...]
/libcore/luni/src/main/java/java/sql/
ClientInfoStatus.java
21
* An enumeration to describe the reason why a property cannot be set by
calling
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java
24
// Argument used to pass
calling
activities to the target activity or service.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java
34
/** Determines if the
calling
process has access to its own voicemails. */
39
/** Determines if the
calling
process has access to all voicemails. */
89
/** Determines if the
calling
process has the given permission. */
91
// We need to check against both the
calling
or self permission in order for the Contacts
/cts/tests/tests/jni/libjnitest/
helper.h
44
* style. The returned string should be freed by
calling
free().
55
* be freed by
calling
free().
/external/chromium/base/memory/
ref_counted.cc
24
DCHECK(in_dtor_) << "RefCounted object deleted without
calling
Release()";
68
"
calling
Release()";
/external/chromium/chrome/browser/extensions/
extension_test_api.h
46
// Sends a reply back to the
calling
extension. Many extensions don't need
63
// Tests that set configuration state do so by
calling
/external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h
28
// before
calling
directly.
34
// before
calling
directly.
/external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h
37
// Sets the pixbuf that we pass to cairo.
Calling
UsePixbuf() only derefs the
39
// the X server occurs at SetSource() time.
Calling
UsePixbuf() should only
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.h
21
// Normally you will create this class by
calling
BrowserFrame::Create.
28
// separate to avoid recursive
calling
of the frame from its
/external/compiler-rt/lib/asan/lit_tests/Linux/
malloc-in-qsort.cc
17
printf("
Calling
QsortCallback\n");
24
printf("
Calling
qsort\n");
overflow-in-qsort.cc
18
printf("
Calling
QsortCallback\n");
25
printf("
Calling
qsort\n");
/external/eigen/doc/
TopicMultithreading.dox
17
Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by
calling
\code setNbThreads(0); \endcode
30
In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by
calling
the following routine \b before creating the threads:
/external/llvm/lib/Target/PowerPC/
PPCCallingConv.td
1
//===- PPCCallingConv.td -
Calling
Conventions for PowerPC -*- tablegen -*-===//
10
// This describes the
calling
conventions for the PowerPC 32- and 64-bit
20
// Return Value
Calling
Convention
72
// This
calling
convention puts vector arguments always on the stack. It is used
79
// In contrast to CC_PPC32_SVR4_VarArg, this
calling
convention first tries to
89
// Helper "
calling
convention" to handle aggregate by value arguments.
91
// of the caller. This
calling
convention is only used to assign those stack
97
// the CC_PPC32_SVR4
calling
convention.
/external/v8/test/mjsunit/
regexp-call-as-function.js
28
// Test that regular expressions can be called as functions.
Calling
29
// a regular expression as a function corresponds to
calling
it's exec
/external/valgrind/main/drd/tests/
recursive_mutex.stderr.exp-linux
8
Mutex not locked by
calling
thread: mutex 0x........, recursion count 0, owner 1.
20
Mutex not locked by
calling
thread: mutex 0x........, recursion count 0, owner 1.
/external/webkit/Source/WebCore/
make-hash-tools.pl
39
system("gperf --key-positions=\"*\" -s 2 $docTypeStringsGperf > $docTypeStringsGenerated") == 0 || die "
calling
gperf failed: $?";
49
system("gperf --key-positions=\"*\" -D -s 2 $colorDataGperf > $colorDataGenerated") == 0 || die "
calling
gperf failed: $?";
/frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java
45
* intent that always includes data about the
calling
activity and app.
48
* To obtain an IntentBuilder with info about your
calling
activity, use the static
60
* Intent extra that stores the name of the
calling
package for an ACTION_SEND intent.
71
* Intent extra that stores the {@link ComponentName} of the
calling
activity for
165
* <p><em>Note:</em> This data may have been provided voluntarily by the
calling
170
* @return Name of the
calling
package
185
* <p><em>Note:</em> This data may have been provided voluntarily by the
calling
190
* @return ComponentName of the
calling
activity
205
* for selecting the target of the share. History will be tracked for each
calling
210
* in addition to
calling
this method.</p
[
all
...]
Completed in 3617 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>