OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevent
(Results
376 - 400
of
3986
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/security/spec/
RSAMultiPrimePrivateCrtKeySpec.java
116
// Clone array to
prevent
subsequent modification
147
// Clone array (if not null) to
prevent
subsequent modification
/packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java
105
// Hack to
prevent
keyboard and insertion handle from showing.
125
// return null to
prevent
any state from being preserved at the instance level.
/packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java
129
//
Prevent
multiple call to hide.
130
// Also
prevent
hiding if show animation is going on.
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java
164
// 1.
Prevent
calling reload() concurrently.
165
// 2.
Prevent
calling onFutureDone() and reload() concurrently
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java
241
// onTouchEvent() handling will
prevent
further intercept touch events from being called
242
// (it's the same view in that case). This is not ideal, but to
prevent
more changes,
/external/eigen/Eigen/src/Core/
Transpositions.h
71
*
prevent
a default operator= from hiding the templated operator=.
173
/** Standard copy constructor. Defined only to
prevent
a default copy constructor
192
*
prevent
a default operator= from hiding the templated operator=.
254
*
prevent
a default operator= from hiding the templated operator=.
307
*
prevent
a default operator= from hiding the templated operator=.
/frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd
60
<p>
Prevent
the system from restarting your activity during certain configuration
200
prevent
restarts when the screen orientation changes and {@code "keyboardHidden"} to
prevent
226
orientation. Thus, if you want to
prevent
runtime restarts due to orientation change when developing
283
there are other configuration changes that you cannot
prevent
from restarting your application, but
/bionic/tests/
fortify_test.cpp
628
size_t ct = atoi("2"); //
prevent
optimizations
636
size_t ct = atoi("2"); //
prevent
optimizations
644
size_t ct = atoi("2"); //
prevent
optimizations
652
size_t ct = atoi("2"); //
prevent
optimizations
658
size_t ct = atoi("2"); //
prevent
optimizations
970
// Set timeout to zero to
prevent
waiting in poll when fortify test fails.
977
// Set timeout to zero to
prevent
waiting in ppoll when fortify test fails.
/docs/source.android.com/src/devices/tech/security/
implement.jd
30
how to
prevent
potential security issues on Android devices. We also
241
<strong>must</strong> use an isolated network interface to
prevent
access by
243
applications on the device. One approach is to use iptables to
prevent
access by
274
<p> Writable directories
prevent
the uninstall of an application from properly
298
filesystems. This can
prevent
a security vulnerability that could allow an
344
<p>To
prevent
unauthorized access to your personal data, unlocking the
362
<p>To
prevent
the disclosure of user data, a device that supports unlocking needs
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java
102
altText += "{}"; // add empty alt to
prevent
pred hoisting
128
altText += "{}"; // add empty alt to
prevent
pred hoisting
152
altText += "{}"; // add empty alt to
prevent
pred hoisting
/external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueClassLoaderUnloadingTest.java
49
* The following tests check that the use of FinalizableReferenceQueue does not
prevent
the
146
// Test that the use of a FinalizableReferenceQueue does not subsequently
prevent
the
158
// Test that the use of a FinalizableReferenceQueue does not subsequently
prevent
the
/external/libpng/projects/visualc71/
libpng.vcproj
392
Description="Create dummy include files to
prevent
"Cannot find missing dependency..." warnings."
400
Description="Create dummy include files to
prevent
"Cannot find missing dependency..." warnings."
408
Description="Create dummy include files to
prevent
"Cannot find missing dependency..." warnings."
/external/llvm/test/CodeGen/R600/
sext-in-reg.ll
35
%c = add i32 %a, %b ; add to
prevent
folding into extload
53
%c = add i32 %a, %b ; add to
prevent
folding into extload
71
%c = add <1 x i32> %a, %b ; add to
prevent
folding into extload
318
%c = add <2 x i32> %a, %b ; add to
prevent
folding into extload
339
%c = add <4 x i32> %a, %b ; add to
prevent
folding into extload
356
%c = add <2 x i32> %a, %b ; add to
prevent
folding into extload
377
%c = add <4 x i32> %a, %b ; add to
prevent
folding into extload
394
%c = add <2 x i32> %a, %b ; add to
prevent
folding into extload
433
%c = add <4 x i32> %loada, %loadb ; add to
prevent
folding into extload
446
%c = add <4 x i32> %loada, %loadb ; add to
prevent
folding into extloa
[
all
...]
/frameworks/base/core/java/android/app/
UiModeManager.java
63
*
prevent
the normal car UI from being displayed by setting the result
84
*
prevent
the normal desk UI from being displayed by setting the result
130
* screen turned on and
prevent
the system from entering sleep mode while in car mode.
/bionic/libc/arch-arm/bionic/
atomics_arm.c
48
* and now includes full memory barriers to
prevent
any random memory ordering
/build/core/
proguard_basic_keeps.flags
5
# To
prevent
name conflict in incremental obfuscation.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java
133
// 0x800000001 and higher are actually rounded _down_ to
prevent
overflow
/cts/tests/tests/keystore/src/android/keystore/cts/
HexEncoding.java
28
/** Hidden constructor to
prevent
instantiation. */
/development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java
45
// To
prevent
any ANR timeouts, we perform the update in a service
/development/host/windows/usb/api/
adb_interface_enum.h
37
We hide destructor in order to
prevent
ourseves from accidentaly allocating
adb_io_completion.h
56
We hide destructor in order to
prevent
ourseves from accidentaly allocating
adb_legacy_io_completion.h
57
We hide destructor in order to
prevent
ourseves from accidentaly allocating
/development/ndk/platforms/android-3/arch-arm/include/sys/
_types.h
73
* this will
prevent
many type declaration conflicts
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java
34
* that
prevent
the demo from getting acceptable performance.
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
73
* this will
prevent
many type declaration conflicts
Completed in 136 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>