OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Description
(Results
1 - 25
of
72
) sorted by null
1
2
3
/frameworks/base/core/java/android/util/
EventLogTags.java
34
public static class
Description
{
38
Description
(int tag, String name) {
48
public
Description
get(String name) { return null; }
50
public
Description
get(int tag) { return null; }
/external/clang/test/SemaTemplate/
instantiate-init.cpp
89
struct
Description
{
94
const Data<T>
Description
<T>::data[] = {{ 1 }}; // expected-error{{cannot initialize a member subobject of type 'int *' with an rvalue of type 'int'}}
97
Data<float*>
Description
<float*>::data[];
100
integral_c<1> ic1 = array_lengthof(
Description
<int>::data);
101
(void)sizeof(array_lengthof(
Description
<float>::data));
104
Description
<int*>::data // expected-note{{in instantiation of static data member 'PR7985::
Description
<int *>::data' requested here}}
107
array_lengthof(
Description
<float*>::data); // expected-error{{no matching function for call to 'array_lengthof'}}
/external/clang/include/clang/Frontend/
LangStandard.h
45
const char *
Description
;
52
/// getDescription - Get the
description
of this standard.
53
const char *getDescription() const { return
Description
; }
/external/llvm/include/llvm/CodeGen/
MachinePassRegistry.h
55
const char *
Description
; //
Description
string.
63
,
Description
(D)
71
const char *getDescription() const { return
Description
; }
/frameworks/compile/libbcc/runtime/make/platform/
multi_arch.mk
0
Description
:= Example configuration for build two libraries for separate \
darwin_fat.mk
4
#
Description
- A
description
of this target.
24
Description
:= Target for building universal libraries for Darwin.
clang_darwin.mk
7
Description
:= Static runtime libraries for clang/Darwin.
darwin_bni.mk
2
Description
:= Target for Darwin using an Apple-style build.
/frameworks/base/core/java/android/view/animation/
TranslateAnimation.java
25
* {@link android.view.animation full package}
description
for details and
59
Description
d =
Description
.parseValue(a.peekValue(
64
d =
Description
.parseValue(a.peekValue(
69
d =
Description
.parseValue(a.peekValue(
74
d =
Description
.parseValue(a.peekValue(
RotateAnimation.java
58
Description
d =
Description
.parseValue(a.peekValue(
63
d =
Description
.parseValue(a.peekValue(
LayoutAnimationController.java
106
Animation.
Description
d = Animation.
Description
.parseValue(
GridLayoutAnimationController.java
118
Animation.
Description
d = Animation.
Description
.parseValue(
121
d = Animation.
Description
.parseValue(
ScaleAnimation.java
120
Description
d =
Description
.parseValue(a.peekValue(
125
d =
Description
.parseValue(a.peekValue(
Animation.java
30
*
description
file}.
923
* Convert the information in the
description
of a size to an actual
[
all
...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-048.js
5
Description
:
lexical-049.js
5
Description
:
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
66
std::string
Description
;
77
hash.AddString(
Description
);
89
: BT(bt),
Description
(desc), ErrorNode(errornode) {}
93
: BT(bt), ShortDescription(shortDesc),
Description
(desc),
112
const llvm::StringRef getDescription() const { return
Description
; }
115
return ShortDescription.empty() ?
Description
: ShortDescription;
203
RangedBugReport(BugType& D, llvm::StringRef
description
,
205
: BugReport(D,
description
, errornode) {}
208
llvm::StringRef
description
, ExplodedNode *errornode)
209
: BugReport(D, shortDescription,
description
, errornode) {
[
all
...]
/frameworks/compile/libbcc/runtime/make/
lib_platforms.mk
6
PlainConfigVariables := Configs
Description
8
RequiredConfigVariables := Configs
Description
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s
16
; *
Description
:
omxVCM4P2_PredictReconCoefIntra_s.s
12
; *
Description
:
18
; *
Description
:
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s
16
; *
Description
:
/external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc
183
TEST_F(KeywordProviderTest,
Description
) {
200
&AutocompleteMatch::
description
);
/external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s
4
@
Description
: Copies 32-bit synth output to 16-bit buffer
/external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s
4
@
Description
: Copies 32-bit synth output to 16-bit buffer
/frameworks/media/libvideoeditor/vss/common/inc/
M4WRITER_common.h
183
M4OSA_Char*
Description
;
Completed in 273 milliseconds
1
2
3