OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
26 - 50
of
4869
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/appsecurity-tests/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java
26
* Test that
another
app's private data cannot be accessed.
44
* Tests that
another
app's private file cannot be accessed
55
fail("Was able to access
another
app's private data");
/external/libvpx/
keywords.dox
41
it enhances the product while
another
vendor may omit the same item.
43
prepared to interoperate with
another
implementation which does
46
\ref MUST be prepared to interoperate with
another
implementation which
/dalvik/tests/030-bad-finalizer/src/
Main.java
18
System.out.println("Requesting
another
GC.");
/development/samples/ApiDemos/src/com/example/android/apis/app/
Forwarding.java
33
*
another
activity. This can be useful, for example, to implement
34
a confirmation dialog before the user goes on to
another
activity -- once the
38
<p>Note that
another
way to implement a confirmation dialog would be as
49
<td class="DescrColumn">Forwards the user to
another
activity when its button is pressed</td>
/external/clearsilver/man/man3/
cgi_redirect.3
31
cgi_redirect will redirect the user to
another
page on
cgi_redirect_uri.3
31
cgi_redirect_uri will redirect the user to
another
page on
hdf_copy.3
14
hdf_copy - copy part of an HDF dataset to
another
hdf_set_copy.3
15
dataset to
another
/external/dropbear/libtomcrypt/
filter.pl
3
# we want to filter every between START_INS and END_INS out and then insert crap from
another
file (this is fun)
/external/iptables/extensions/
libipt_NETMAP.man
2
another
network of addresses. It can only be used from rules in the
/external/libpcap/
pcap-dag.h
6
* at the same time as
another
type of device.
pcap-septel.h
6
* card code at the same time as
another
type of device.
/external/webkit/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html
4
<li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences->Appearance and selecting
another
value in the Appearance popup menu.</li>
/external/yaffs2/yaffs2/
yaffs_tagsvalidity.h
3
* YAFFS: Yet
another
FFS. A NAND-flash specific file system.
yaffsinterface.h
2
* YAFFS: Yet
another
FFS. A NAND-flash specific file system.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter_bridge.h
17
/* If the packet is destined for
another
interface. */
/cts/tests/appsecurity-tests/test-apps/AppWithData/
AndroidManifest.xml
20
A simple app to test that other apps cannot access
another
app's private data.
21
This app contains a test which will create a private data file, which
another
app will try to
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiConstructor.java
37
public int compareTo(ApiConstructor
another
) {
38
return mParameterTypes.size() -
another
.mParameterTypes.size();
ApiMethod.java
40
public int compareTo(ApiMethod
another
) {
41
return mName.compareTo(
another
.mName);
/dalvik/vm/mterp/x86-atom/
OP_MOVE.S
19
* Code: Copies contents from one register to
another
. Uses no
24
* Description: Copies contents from one non-object register to
another
.
OP_MOVE_16.S
19
* Code: Copies contents from one register to
another
23
* Description: Copies contents from one non-object register to
another
.
OP_MOVE_FROM16.S
19
* Code: Copies contents from one register to
another
23
* Description: Copies contents from one non-object register to
another
.
OP_MOVE_WIDE.S
19
* Code: Copies contents from one register to
another
. Uses no
24
* Description: Copies contents from one non-object register to
another
.
OP_MOVE_WIDE_16.S
19
* Code: Copies contents from one register to
another
. Uses no
24
* Description: Copies contents from one non-object register to
another
.
OP_MOVE_WIDE_FROM16.S
19
* Code: Copies contents from one register to
another
23
* Description: Copies contents from one non-object register to
another
.
Completed in 641 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>