OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabled
(Results
126 - 150
of
4413
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/com/android/internal/widget/
TextViewInputDisabler.java
46
public void setInputEnabled(boolean
enabled
) {
47
mTextView.setFilters(
enabled
? mDefaultFilters : mNoInputFilters);
/frameworks/base/services/core/java/com/android/server/vr/
VrManagerInternal.java
52
* @param
enabled
{@code true} to enable VR mode.
58
public abstract void setVrMode(boolean
enabled
, @NonNull ComponentName packageName,
84
* Return NO_ERROR if the given package is installed on the device and
enabled
as a
88
* @return NO_ERROR if the given package is installed and is
enabled
, or a negative error code
107
* remain in VR mode even if the foreground does not specify Vr mode being
enabled
. Mainly used
110
* @param
enabled
true if the device should be placed in persistent VR mode.
112
public abstract void setPersistentVrModeEnabled(boolean
enabled
);
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pWfdInfo.java
70
public void setWfdEnabled(boolean
enabled
) {
71
mWfdEnabled =
enabled
;
91
public void setCoupledSinkSupportAtSource(boolean
enabled
) {
92
if (
enabled
) {
103
public void setCoupledSinkSupportAtSink(boolean
enabled
) {
104
if (
enabled
) {
115
public void setSessionAvailable(boolean
enabled
) {
116
if (
enabled
) {
147
sbuf.append("WFD
enabled
: ").append(mWfdEnabled);
/frameworks/native/services/surfaceflinger/
Colorizer.h
39
explicit Colorizer(bool
enabled
)
40
: mEnabled(
enabled
) {
/packages/apps/Dialer/java/com/android/dialer/app/list/
DialerViewPager.java
52
public void setEnableSwipingPages(boolean
enabled
) {
53
enableSwipingPages =
enabled
;
/packages/apps/Settings/src/com/android/settings/search/
Indexable.java
46
* @param
enabled
hint telling if the data needs to be considered into the search results
51
List<SearchIndexableResource> getXmlResourcesToIndex(Context context, boolean
enabled
);
57
* @param
enabled
hint telling if the data needs to be considered into the search results
61
List<SearchIndexableRaw> getRawDataToIndex(Context context, boolean
enabled
);
/test/vts/utils/python/mirror/
shell_mirror_object.py
25
enabled
: bool, whether RPC shell feature is
enabled
for the device.
30
self.
enabled
= True
44
if not self.
enabled
:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ase-errors-1.s
7
absq_s.qb $3,$4 # ERROR: dspr2 not
enabled
12
absq_s.qb $3,$4 # ERROR: dspr2 not
enabled
14
lbux $4,$5($6) # ERROR: dsp not
enabled
15
ldx $4,$5($6) # ERROR: dsp not
enabled
16
absq_s.qb $3,$4 # ERROR: dspr2 not
enabled
30
lbux $4,$5($6) # ERROR: dsp not
enabled
31
ldx $4,$5($6) # ERROR: dsp not
enabled
32
absq_s.qb $3,$4 # ERROR: dspr2 not
enabled
42
aclr 4,100($4) # ERROR: mcu not
enabled
51
add.ob $f4,$f6,$f8 # ERROR: mdmx not
enabled
[
all
...]
/external/llvm/test/MC/Mips/micromips64r6/
invalid-wrong-error.s
7
lld $31, 4096($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
8
lld $31, 2048($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
9
lld $31, -2049($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
11
lwu $31, 4096($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
12
lwu $31, 2048($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
13
lwu $31, -2049($31) # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
20
teq $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
23
tge $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
26
tgeu $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
29
tlt $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently
enabled
[
all
...]
/external/libvpx/libvpx/
configure
68
Codecs can be selectively
enabled
or disabled individually, or by family:
168
# all targets available are
enabled
, by default.
203
# to be
enabled
when doing dist builds, since that's no longer a common
205
enabled
doxygen && enable_feature install_docs
393
if
enabled
experimental; then
416
# Enable the codec family if any component of that family is
enabled
418
enabled
$c && enable_feature ${c%_*}
421
# Set the {en,de}coders variable if any algorithm in that class is
enabled
423
enabled
${c} && enable_feature ${c##*_}s
429
enabled
child || write_common_config_banne
[
all
...]
/device/google/wahoo/vr/
VrDevice.h
34
Return<void> setVrMode(bool
enabled
) override;
/external/libcxx/test/support/test.support/
test_macros_header_rtti.fail.cpp
26
#error RTTI
enabled
27
// expected-error@-1{{RTTI
enabled
}}
/external/llvm/test/MC/Mips/mips1/
invalid-mips32.s
9
sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
10
sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips3/
invalid-mips32.s
9
sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
10
sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s
8
dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
9
dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips32r3/
invalid-mips64r2.s
8
dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
9
dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips32r5/
invalid-mips64r2.s
8
dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
9
dshd $v0,$sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips32r6/
invalid-mips5-wrong-error.s
12
ldc2 $1, -2049($12) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
13
ldc2 $1, 2048($12) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
15
lwc2 $1, -2049($4) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
16
lwc2 $1, 2048($4) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
18
sdc2 $1, -2049($16) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
19
sdc2 $1, 2048($16) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
21
swc2 $1, -2049($17) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
22
swc2 $1, 2048($17) # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently
enabled
invalid-mips5.s
8
luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
9
suxc1 $f12,$k1($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips4/
invalid-mips32.s
9
sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
10
sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
invalid-mips5.s
8
luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
9
suxc1 $f12,$k1($t1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/mips5/
invalid-mips32.s
9
sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
10
sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/msa/
set-msa-directive-bad.s
5
addvi.b $w14, $w12, 14 # CHECK: error: instruction requires a CPU feature not currently
enabled
11
addvi.w $w19, $w13, 11 # CHECK: error: instruction requires a CPU feature not currently
enabled
/external/llvm/test/MC/Mips/
set-nodsp.s
8
# CHECK: error: instruction requires a CPU feature not currently
enabled
12
# CHECK-NOT: error: instruction requires a CPU feature not currently
enabled
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_zsa.c
53
if (cso->depth.
enabled
)
58
if (cso->stencil[0].
enabled
) {
72
if (cso->stencil[1].
enabled
) {
88
if (cso->alpha.
enabled
) {
Completed in 945 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>