OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
501 - 525
of
7215
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/docs/html/training/managing-audio/
audio-focus.jd
109
<p>Whenever
another
app requests audio focus as described above, its choice between permanent and
116
<p>If your app can request audio focus, it follows that it will in turn lose that focus when
another
131
<p>If the audio focus loss is permanent, it?s assumed that
another
application is now being used to
164
another
app easier to hear without totally disrupting the audio from your own application.</p>
/frameworks/base/docs/html/training/sharing/
index.jd
27
already exists in
another
application?</p>
/frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardScreenCallback.java
78
* Report whether we there's
another
way to unlock the device.
/frameworks/base/services/java/com/android/server/
MasterClearReceiver.java
41
// The reboot call is blocking, so we need to do it on
another
thread.
/frameworks/compile/libbcc/runtime/test/Unit/
clear_cache_test.c
51
// verify you can overwrite a function with
another
/frameworks/support/v4/java/android/support/v4/database/
DatabaseUtilsCompat.java
46
* Appends one set of selection args to
another
. This is useful when adding a selection
/libcore/luni/src/main/java/java/io/
LineNumberReader.java
111
* if the reader is closed or
another
IOException occurs.
154
* if this reader is closed or
another
IOException occurs.
190
* if this reader is closed or
another
IOException occurs.
255
* if this reader is closed or
another
IOException occurs.
NotActiveException.java
24
* writeObject(). Any attempt to call them from
another
context will cause a
/libcore/luni/src/main/java/java/sql/
BatchUpdateException.java
137
* successful updates (or
another
status code) for each command
154
* successful updates (or
another
status code) for each command
174
* successful updates (or
another
status code) for each command
196
* successful updates (or
another
status code) for each command
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInput.java
25
* the bytes from
another
InputStream.
/libcore/luni/src/main/native/
NetFd.h
55
* it also considers the case where the reason for failure is that
another
thread called
/ndk/build/core/
check-cygwin-make.mk
19
# have
another
GNU Make installed in their path, that fails
/ndk/sources/host-tools/make-3.81/config/
nls.m4
36
dnl find the mkinstalldirs script in
another
subdir but $(top_srcdir).
/ndk/sources/host-tools/make-3.81/tests/
mkshadow
4
# Typically you'd put the shadow in /tmp or
another
local disk
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-C
8
called from
another
directory using the -C workdir option so that it can both
/ndk/sources/host-tools/sed-4.2.1/m4/
stdlib_h.m4
52
dnl Assume proper GNU behavior unless
another
module says otherwise.
sys_stat_h.m4
55
dnl Assume proper GNU behavior unless
another
module says otherwise.
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java
108
public int compareTo(ContactListFilter
another
) {
109
int res = accountName.compareTo(
another
.accountName);
114
res = accountType.compareTo(
another
.accountType);
119
return filterType -
another
.filterType;
/packages/apps/Email/src/com/android/email/
SingleRunningTask.java
28
* Call {@link #run} to start the task. If the task is already running on
another
thread, it'll do
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java
163
public int compareTo(Preference
another
) {
164
if (!(
another
instanceof BluetoothDevicePreference)) {
166
return super.compareTo(
another
);
170
.compareTo(((BluetoothDevicePreference)
another
).mCachedDevice);
/packages/apps/Settings/src/com/android/settings/widget/
InvertedChartAxis.java
23
* Utility to invert
another
{@link ChartAxis}.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CrossProcessCursorWrapper.java
26
* cursor it is wrapping is itself a {@link CrossProcessCursor} or
another
wrapper around the same.
/prebuilt/common/ecj/
about.html
21
being redistributed by
another
party ("Redistributor") and different terms and conditions may
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
iconv.h
29
/* Identifier for conversion method from one codeset to
another
. */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter_ipv4.h
44
/* If the packet is destined for
another
interface. */
Completed in 1286 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>