OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deprecation
(Results
451 - 475
of
1088
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java
47
@SuppressWarnings({"restriction", "
deprecation
"}) // XMLContentAssistProcessor etc
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java
49
@SuppressWarnings({"restriction", "
deprecation
"})
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultimapsTest.java
77
@SuppressWarnings("
deprecation
")
90
@SuppressWarnings("
deprecation
")
103
@SuppressWarnings("
deprecation
")
/external/jsr330/
atinject.ipr
42
<option name="
DEPRECATION
" value="false" />
72
<option name="
DEPRECATION
" value="true" />
96
<option name="
DEPRECATION
" value="true" />
/external/tensorflow/tensorflow/contrib/lookup/
lookup_ops.py
44
from tensorflow.python.util.
deprecation
import deprecated
142
"2017-01-07", "This op will be removed after the
deprecation
date. "
244
"2017-01-07", "This op will be removed after the
deprecation
date. "
/external/tensorflow/tensorflow/core/framework/
op_def_builder.cc
580
OpDeprecation*
deprecation
= op_def()->mutable_deprecation();
local
581
deprecation
->set_version(version);
582
deprecation
->set_explanation(explanation.ToString());
/libcore/ojluni/src/main/java/sun/security/jca/
Providers.java
58
// See comments near
deprecation
methods at the bottom of this file.
300
* Sets the target API level for BC
deprecation
, only for use in tests.
309
* Returns the target API level for BC
deprecation
, only for use in tests.
/tools/metalava/src/main/java/com/android/tools/metalava/
CompatibilityCheck.kt
233
)} has changed
deprecation
state ${old.deprecated} --> ${new.deprecated}"
385
)} has changed
deprecation
state ${old.deprecated} --> ${new.deprecated}"
516
)} has changed
deprecation
state ${old.deprecated} --> ${new.deprecated}"
/external/clang/test/Sema/
warn-documentation.cpp
529
// expected-warning@+2 {{declaration is marked with '\deprecated' command but does not have a
deprecation
attribute}} expected-note@+3 {{add a
deprecation
attribute to the declaration to silence this warning}}
534
// expected-warning@+2 {{declaration is marked with '\deprecated' command but does not have a
deprecation
attribute}} expected-note@+3 {{add a
deprecation
attribute to the declaration to silence this warning}}
540
// expected-warning@+2 {{declaration is marked with '\deprecated' command but does not have a
deprecation
attribute}}
[
all
...]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
229
@SuppressWarnings("
deprecation
")
237
@SuppressWarnings("
deprecation
")
585
@SuppressWarnings("
deprecation
") // For the use of Pair
609
@SuppressWarnings("
deprecation
") // For the use of Pair
[
all
...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerTest.java
142
//noinspection
deprecation
using this for kitkat tests
336
//noinspection
deprecation
using this for kitkat tests
426
//noinspection
deprecation
using this for kitkat tests
516
//noinspection
deprecation
using this for kitkat tests
606
//noinspection
deprecation
using this for kitkat tests
[
all
...]
LinearLayoutManagerTest.java
219
//noinspection
deprecation
used to support kitkat tests
305
//noinspection
deprecation
used to support kitkat tests
390
//noinspection
deprecation
used to support kitkat tests
476
//noinspection
deprecation
used to support kitkat tests
567
//noinspection
deprecation
used to support kitkat tests
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java
567
@SuppressWarnings("
deprecation
")
614
@SuppressWarnings("
deprecation
")
795
@SuppressWarnings("
deprecation
")
[
all
...]
/external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptFileDescriptorSocket.java
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java
81
@SuppressWarnings("
deprecation
")
94
@SuppressWarnings("
deprecation
")
107
@SuppressWarnings("
deprecation
")
[
all
...]
/external/python/cpython3/Doc/library/
warnings.rst
315
def
deprecation
(message):
318
This makes the warning refer to :func:`
deprecation
`'s caller, rather than to the
319
source of :func:`
deprecation
` itself (since the latter would defeat the purpose
/external/tensorflow/tensorflow/python/framework/
op_def_library.py
361
# Check for
deprecation
362
deprecation_version = op_def.
deprecation
.version
370
op_def.
deprecation
.explanation))
/external/tensorflow/tensorflow/python/ops/
linalg_ops.py
33
from tensorflow.python.util import
deprecation
450
@
deprecation
.deprecated_args(
516
keepdims =
deprecation
.deprecated_argument_lookup('keepdims', keepdims,
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java
65
@SuppressWarnings("
deprecation
")
94
@SuppressWarnings("
deprecation
")
426
@SuppressWarnings("
deprecation
")
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
ThreadGroup.java
684
@SuppressWarnings("
deprecation
")
697
@SuppressWarnings("
deprecation
")
747
@SuppressWarnings("
deprecation
")
[
all
...]
/cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java
201
@SuppressWarnings("
deprecation
")
/cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java
390
@SuppressWarnings("
deprecation
")
/cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java
175
@SuppressWarnings("
deprecation
")
/external/clang/lib/Parse/
RAIIObjectsForParser.h
30
/// errors and
deprecation
warnings. They are contextually
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentValidator.java
262
@SuppressWarnings("
deprecation
")
Completed in 1051 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>