OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:discouraged
(Results
1 - 25
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/core/java/android/os/
NetworkOnMainThreadException.java
25
* but it's heavily
discouraged
. See the document
/external/clang/test/SemaObjC/
deprecated-objc-introspection.m
95
(void) (((NSUInteger) p) & 0x1); // expected-warning {{bitmasking for introspection of Objective-C object pointers is strongly
discouraged
}}
96
(void) (0x1 & ((NSUInteger) p)); // expected-warning {{bitmasking for introspection of Objective-C object pointers is strongly
discouraged
}}
99
(void) (0x1 & ((NSUInteger) [p performSelector:@selector(foo)])); // expected-warning {{bitmasking for introspection of Objective-C object pointers is strongly
discouraged
}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template
84
<td><b>
Discouraged
Access Warnings</b></td>
/external/google-breakpad/src/common/linux/
safe_readlink.h
53
// functions is
discouraged
.
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLoggerFactory.java
68
* You are strongly
discouraged
from calling this method in production code.
/prebuilts/misc/common/swig/include/2.0.11/python/
pyname_compat.i
3
* since they are inappropriate and
discouraged
in Python documentation
/frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java
43
* @deprecated This option is
discouraged
, as it results in Cursor queries
75
* data is always displayed. Using true here is
discouraged
.
SeekBar.java
27
* Placing focusable widgets to the left or right of a SeekBar is
discouraged
.
CursorAdapter.java
97
* @deprecated This option is
discouraged
, as it results in Cursor queries
118
* @deprecated This option is
discouraged
, as it results in Cursor queries
141
* data is always displayed. Using true here is
discouraged
.
/frameworks/support/v4/java/android/support/v4/widget/
ResourceCursorAdapter.java
42
* @deprecated This option is
discouraged
, as it results in Cursor queries
73
* data is always displayed. Using true here is
discouraged
.
CursorAdapter.java
91
* @deprecated This option is
discouraged
, as it results in Cursor queries
112
* @deprecated This option is
discouraged
, as it results in Cursor queries
135
* data is always displayed. Using true here is
discouraged
.
/packages/apps/Messaging/src/com/android/messaging/util/
SafeAsyncTask.java
40
/** This is strongly
discouraged
as it can block other AsyncTasks indefinitely. */
67
* is strongly
discouraged
as it can block other AsyncTasks indefinitely.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Measure.java
23
* (However, subclassing is
discouraged
.)
/external/jetty/src/java/org/eclipse/jetty/continuation/
ContinuationThrowable.java
28
* ContinuationThrowable is
discouraged
and it is preferable to
/external/nanopb-c/generator/google/protobuf/internal/
api_implementation.py
78
# Usage of this function is
discouraged
. Clients shouldn't care which
/external/protobuf/python/google/protobuf/internal/
api_implementation.py
79
# Usage of this function is
discouraged
. Clients shouldn't care which
/frameworks/base/core/java/android/text/method/
KeyListener.java
32
* in this listener, and are in fact
discouraged
to do so. The default
/ndk/sources/cxx-stl/gabi++/src/
fatal_error.cc
55
//
discouraged
on the platform because they can't implement ASLR.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-notes.def
26
compiler. Adding new codes to this file is STRONGLY
DISCOURAGED
.
/frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java
181
* return all columns, which is
discouraged
to prevent reading
267
* null will return all columns, which is
discouraged
to prevent
304
* null will return all columns, which is
discouraged
to prevent
343
* null will return all columns, which is
discouraged
to prevent
422
* null will return all columns, which is
discouraged
to
/external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java
232
* Parameter stacks are read-only. It is possible, though
discouraged
,
253
* Parameter stacks are read-only. It is possible, though
discouraged
,
/external/ceres-solver/internal/ceres/
map_util.h
48
// operator[] is
discouraged
for several reasons:
/external/clang/www/analyzer/
faq.html
113
This usage is
discouraged
because it makes the code dead to the analyzer from
/external/libvorbis/doc/vorbisfile/
OggVorbis_File.html
30
discouraged
under Windows due to a peculiarity of Windows linking
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
25
* components can use to share state (direct component-to-component communication is
discouraged
).
Completed in 552 milliseconds
1
2
3
4
5
6
7
8
9