OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installed
(Results
176 - 200
of
2151
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/svox/pico/res/values-tr/
strings.xml
21
<string name="
installed
">"Yüklendi"</string>
/external/svox/pico/res/values-zh-rCN/
strings.xml
21
<string name="
installed
">"???"</string>
/external/svox/pico/res/values-zh-rTW/
strings.xml
21
<string name="
installed
">"???"</string>
/frameworks/base/data/fonts/
Android.mk
35
ALL_MODULES.$(LOCAL_MODULE).
INSTALLED
:= \
36
$(ALL_MODULES.$(LOCAL_MODULE).
INSTALLED
) $(font_symlink)
50
ALL_MODULES.$(LOCAL_MODULE).
INSTALLED
:= \
51
$(ALL_MODULES.$(LOCAL_MODULE).
INSTALLED
) $(font_symlink)
/frameworks/base/graphics/java/android/graphics/
MaskFilter.java
22
*
installed
into a Paint. Blur and emboss are implemented as subclasses of MaskFilter.
/frameworks/base/opengl/tests/gl2_jni/
Android.mk
30
# Optional tag would mean it doesn't get
installed
by default
/frameworks/base/opengl/tests/gl_jni/
Android.mk
30
# Optional tag would mean it doesn't get
installed
by default
/frameworks/base/opengl/tests/gl_perfapp/
Android.mk
33
# Optional tag would mean it doesn't get
installed
by default
/frameworks/base/opengl/tests/gldual/
Android.mk
30
# Optional tag would mean it doesn't get
installed
by default
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h
28
/* Systems having GLIBC
installed
have different traits */
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h
28
/* Systems having GLIBC
installed
have different traits */
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h
28
/* Systems having GLIBC
installed
have different traits */
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h
28
/* Systems having GLIBC
installed
have different traits */
/external/dropbear/debian/
README.Debian
5
package ("ssh") is
installed
, the file /etc/default/dropbear
21
You will still want to have the "ssh" package
installed
, as it
/external/pcre/doc/
pcre-config.txt
16
pcre-config returns the configuration of the
installed
PCRE libraries
31
--version Writes the version number of the
installed
PCRE libraries to
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IExactApiLevelDependency.java
25
* For example an add-on package requires a platform with an exact API level to be
installed
28
* least the requested API level be present or
installed
at the same time.
IMinPlatformToolsDependency.java
26
* A package that has this dependency can only be
installed
if the requested platform-tools
27
* revision is present or
installed
at the same time.
/external/bluetooth/glib/
INSTALL.in
18
text file is
installed
in a standard location that contains the
38
Note that if you have libiconv
installed
in your default include
45
the converters between locale encodings and UTF-8
installed
.
88
The location of the
installed
files is determined by the --prefix
94
include file glibconfig.h is
installed
in:
101
.pc files for the various libraries are
installed
in
/external/chromium/testing/gmock/
configure.ac
62
#
installed
version.
67
system
installed
gtest will be used if present,
69
path is provided, the gtest built or
installed
at
76
installed
or user provided gtest. Any option to
83
GoogleMock to use any
installed
version and fall back upon its internal
114
Unable to locate either a built or
installed
Google Test at '${with_gtest}'.])
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java
31
*
installed
. It can replace an existing local one. It can also depends on another
33
*
installed
first. Finally this archive can also be a dependency for another one.
53
* currently
installed
{@code replaced} archive.
58
* @param newArchive A "new archive" to be
installed
. This is always an archive
64
* this archive if the dependency has been successfully
installed
. It also
76
* dependency has been successfully
installed
. It also means we need to install the
/cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/
AppSecurityTests.java
99
* Test that an app that declares the same shared uid as an existing app, cannot be
installed
105
// cleanup test apps that might be
installed
from previous partial test run
115
assertNotNull("shared uid app with different cert than existing app
installed
" +
126
* Test that an app update cannot be
installed
over an existing app if it has a different
132
// cleanup test app that might be
installed
from previous partial test run
141
assertNotNull("app upgrade with different cert than existing app
installed
" +
156
// cleanup test app that might be
installed
from previous partial test run
187
// cleanup test app that might be
installed
from previous partial test run
220
// cleanup test app that might be
installed
from previous partial test run
254
// cleanup test app that might be
installed
from previous partial test ru
[
all
...]
/frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java
173
// cleanup test app just in case it was accidently
installed
184
// grep for package to make sure its not
installed
191
* Helper to do a standard install of an apk and verify it
installed
to the correct location.
222
* and verifies it was
installed
on the device.
226
* @param expectedLocation the expected location of where the apk was
installed
271
Log.i(LOG_TAG, "Test installLocation=auto, prefer=auto gets
installed
on device");
292
Log.i(LOG_TAG, "Test installLocation=auto, prefer=internal gets
installed
on device");
313
Log.i(LOG_TAG, "Test installLocation=auto, prefer=external gets
installed
on device");
320
* and verifies it was
installed
to the location expected.
324
* @param expectedLocation the expected location of where the apk was
installed
[
all
...]
PackageManagerStressHostTests.java
151
// grep for package to make sure its not
installed
170
// grep for package to make sure its not
installed
176
* Stress test to verify that an app can be
installed
, uninstalled, and
188
// grep for package to make sure its not
installed
230
// grep for package to make sure its not
installed
243
// Cleanup - ensure we uninstall all large apps if they were
installed
249
// cleanup test app just in case it was accidently
installed
251
// grep for package to make sure its not
installed
anymore
274
// grep for package to make sure its not
installed
292
// grep for package to make sure its not
installed
[
all
...]
/frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd
133
<td>The application must be
installed
on the internal device storage only. If this is set,
134
the application will never be
installed
on the external storage. If the internal
139
<td>The application may be
installed
on the external storage, but the system will install the
141
will install it on the external storage. Once
installed
, the user can move the application
145
<td>The application prefers to be
installed
on the external storage (SD card). There is no
146
guarantee that the system will honor this request. The application might be
installed
on internal
148
mechanism (not supported on external storage). Once
installed
, the user can move the application to
154
Protection feature, it cannot be
installed
to a device's SD card. However, if you use Google
156
your application <em>can</em> be
installed
to internal or external storage, including SD cards.</p>
158
<p class="note"><strong>Note:</strong> By default, your application will be
installed
on th
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java
34
* Registers which apk was
installed
on which device.
37
* information about whether a new APK should be
installed
on a device prior to running the
106
* Hashset of the list of
installed
package. Hashset used to ensure we don't re-add new
117
* @param project The project that was
installed
.
128
* Returns whether a <var>project</var> was
installed
on the <var>device</var>.
129
* @param project the project that may have been
installed
.
144
// check the app is still
installed
.
Completed in 478 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>