OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:services
(Results
251 - 275
of
31441
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java
282
* Requests feedback interruption from all accessibility
services
.
291
Log.i(LOG_TAG, "Requested interrupt from all
services
");
294
Log.e(LOG_TAG, "Error while requesting interrupt from all
services
. ", re);
299
* Returns the {@link ServiceInfo}s of the installed accessibility
services
.
308
List<ServiceInfo>
services
= new ArrayList<ServiceInfo>();
local
312
services
.add(info.getResolveInfo().serviceInfo);
314
return Collections.unmodifiableList(
services
);
318
* Returns the {@link AccessibilityServiceInfo}s of the installed accessibility
services
.
323
List<AccessibilityServiceInfo>
services
= null;
local
325
services
= mService.getInstalledAccessibilityServiceList(mUserId)
350
List<AccessibilityServiceInfo>
services
= null;
local
[
all
...]
/bootable/recovery/minadbd/
Android.mk
19
services
.c \
/cts/tests/accessibility/src/android/view/accessibility/services/
SpeakingAccessibilityService.java
17
package android.view.accessibility.
services
;
VibratingAccessibilityService.java
17
package android.view.accessibility.
services
;
/developers/build/gradle/wrapper/
gradle-wrapper.properties
18
distributionUrl=http\://
services
.gradle.org/distributions/gradle-1.10-bin.zip
/development/samples/ApiDemos/
README.txt
11
- Background
Services
/external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h
19
// We do this because
services
depend on each other and we need to control
21
// implementors must explicitly state which
services
are depended on.
59
// The main public interface for declaring dependencies between
services
84
// ProfileKeyedService a chance to remove dependencies on other
services
that
/external/chromium/crypto/third_party/nss/
README.chromium
1
Name: Network Security
Services
(NSS)
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.h
24
// especially important for
services
that should be created at profile
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
privacy.html
33
<pre>chrome.privacy.
services
.autofillEnabled.get({}, function(details) {
68
<pre>chrome.privacy.
services
.autofillEnabled.get({}, function(details) {
70
chrome.privacy.
services
.autofillEnabled.set({ value: true }, function() {
87
<pre>chrome.privacy.
services
.autofillEnabled.onChange.addListener(
/external/chromium_org/chromeos/dbus/
shill_stub_helper.h
17
// Add default devices,
services
and profiles. This works only if
/external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service_factory.h
23
// We do this because
services
depend on each other and we need to control
25
// implementors must explicitly state which
services
are depended on.
38
// SetTestingFactory() are allowed; previous
services
will be shut down.
93
//
services
that it may be holding.
/external/chromium_org/components/nacl/loader/
nacl_main_platform_delegate_win.cc
22
CHECK(target_services) << "NaCl-Win EnableSandbox: No Target
Services
!";
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellApplication.java
13
* to be shared across the main activity and the child
services
created.
/external/chromium_org/google_apis/gaia/
gaia_constants.h
16
// Gaia
services
for requesting
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h
5
/* The FreeType position independent code
services
(declaration). */
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
svbdf.h
5
/* The FreeType BDF
services
(specification). */
svxf86nm.h
5
/* The FreeType XFree86
services
(specification only). */
/external/chromium_org/third_party/freetype/src/base/
ftpic.c
5
/* The FreeType position independent code
services
(body). */
/external/chromium_org/third_party/freetype/src/pshinter/
pshpic.h
5
/* The FreeType position independent code
services
for pshinter module. */
/external/chromium_org/third_party/freetype/src/psnames/
pspic.h
5
/* The FreeType position independent code
services
for psnames module. */
/external/chromium_org/third_party/freetype/src/raster/
rastpic.h
5
/* The FreeType position independent code
services
for raster module. */
/external/chromium_org/third_party/freetype/src/smooth/
ftspic.h
5
/* The FreeType position independent code
services
for smooth module. */
/external/freetype/include/freetype/internal/
ftpic.h
5
/* The FreeType position independent code
services
(declaration). */
/external/freetype/include/freetype/internal/services/
svbdf.h
5
/* The FreeType BDF
services
(specification). */
Completed in 679 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>