OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:automatic
(Results
101 - 125
of
2473
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/transition/
package.html
12
when a new scene is entered. Some transition capabilities are
automatic
. That
/frameworks/base/media/java/android/media/
VolumeAutomation.java
23
* {@code VolumeAutomation} defines an interface for
automatic
volume control
/frameworks/native/services/vr/performanced/
directory_reader.h
15
// Utility class around readdir() that handles
automatic
cleanup.
/frameworks/support/design/
build.gradle
33
// This disables the builds tools
automatic
vector -> PNG generation
/frameworks/support/v7/appcompat/
build.gradle
25
// This disables the builds tools
automatic
vector -> PNG generation
/packages/apps/Settings/res/xml/
zen_mode_settings.xml
34
<!--
Automatic
rules -->
/packages/apps/StorageManager/res/values/
config.xml
20
<!-- Whether the
automatic
storage management job should be scheduled. -->
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
JobPreconditions.java
1
package com.android.storagemanager.
automatic
;
WarningDialogActivity.java
17
package com.android.storagemanager.
automatic
;
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
StorageManagementJobProvider.java
23
* Feature provider for
automatic
storage management jobs.
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
undefined.py
5
automatic
string to Unicode coercion.
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
undefined.py
5
automatic
string to Unicode coercion.
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
12
//
automatic
template instantiation does not
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
12
//
automatic
template instantiation does not
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
12
//
automatic
template instantiation does not
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
undefined.py
5
automatic
string to Unicode coercion.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
undefined.py
5
automatic
string to Unicode coercion.
/toolchain/binutils/binutils-2.25/config/
unwind_ipinfo.m4
4
dnl use $target to set defaults because
automatic
checking is not possible
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto-2.d
1
#name: ARM IT
automatic
instruction generation 2
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java
189
int
automatic
;
190
automatic
= Settings.System.getIntForUser(mContext.getContentResolver(),
194
mAutomatic =
automatic
!= Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL;
198
mHandler.obtainMessage(MSG_UPDATE_ICON, 0 /*
automatic
*/).sendToTarget();
354
public void onChanged(ToggleSlider toggleSlider, boolean tracking, boolean
automatic
,
431
private void updateIcon(boolean
automatic
) {
433
mIcon.setImageResource(
automatic
&& SHOW_AUTOMATIC_ICON ?
/external/libmicrohttpd/src/include/
autoinit_funcs.h
2
* AutoinitFuncs:
Automatic
Initialization and Deinitialization Functions
225
/* Indicate that
automatic
initializers/deinitializers are supported */
231
abort compilation if
automatic
initializers/deinitializers are not supported */
233
#error Compiler/platform don not support
automatic
calls of user-defined initializer and deinitializer
238
/* Indicate that
automatic
initializers/deinitializers are not supported */
/frameworks/base/core/java/android/service/notification/
ConditionProviderService.java
50
* android:name="android.service.zen.
automatic
.ruleType"
54
* android:name="android.service.zen.
automatic
.configurationActivity"
80
public static final String META_DATA_RULE_TYPE = "android.service.zen.
automatic
.ruleType";
87
"android.service.zen.
automatic
.configurationActivity";
94
"android.service.zen.
automatic
.ruleInstanceLimit";
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java
112
//
Automatic
switch back to alphabet by space key.
133
//
Automatic
switch back to alphabet shift locked test by space key.
156
//
Automatic
upper case test
160
// Load keyboard, should be in
automatic
shifted.
165
// Press/release auto caps trigger letter, should be in
automatic
shifted.
172
// Press/release auto caps trigger letter, should be in
automatic
shifted.
179
// Press/release space, switch back to
automatic
shifted.
188
// Press/release space, switch back to
automatic
shifted.
231
// Load keyboard, should be in
automatic
shifted.
267
// Load keyboard, should be in
automatic
shifted
[
all
...]
KeyboardStateMultiTouchTests.java
235
// Chording input in
automatic
upper case.
287
// Multi touch input in
automatic
upper case.
313
// Press 'Z' key and hold, stay in
automatic
shifted mode.
340
// Multi touch shift chording input in
automatic
upper case.
373
// Release shift key, updated to alphabet
automatic
shifted.
388
// Press 'Z' key and hold, stay in
automatic
shifted mode.
394
// Release shift key, updated to alphabet
automatic
shifted.
430
// Load keyboard, should be in
automatic
shifted.
465
// // Load keyboard, should be in
automatic
shifted.
/external/clang/docs/
BlockLanguageSpec.rst
35
also contain various variable bindings to
automatic
(stack) or managed
47
that may reside in
automatic
(stack) memory, global memory, or heap
151
exception of those in
automatic
(stack) storage. Thus one may access
155
Local
automatic
(stack) variables referenced within the compound
233
initially
automatic
and only "moved" to allocated (heap) storage upon
242
an implementation provides initial
automatic
storage for Blocks. This
270
not. Blocks using
automatic
(stack) memory are objects and may be
281
variables of
automatic
storage referenced within the Block expression
312
use of C++ objects, pointers, or references held in
automatic
storage.
Completed in 950 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>