OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brief
(Results
151 - 175
of
8518
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/AST/
ASTContext.h
11
/// \
brief
Defines the clang::ASTContext interface.
90
/// \
brief
Holds long-lived AST nodes (such as types and decls) that can be
147
/// \
brief
The set of nested name specifiers.
154
/// \
brief
A cache mapping from RecordDecls to ASTRecordLayouts.
162
/// \
brief
A cache from types to size and alignment information.
166
/// \
brief
A cache mapping from CXXRecordDecls to key functions.
169
/// \
brief
Mapping from ObjCContainers to their ObjCImplementations.
172
/// \
brief
Mapping from ObjCMethod to its duplicate declaration in the same
176
/// \
brief
Mapping from __block VarDecls to their copy initialization expr.
179
/// \
brief
Mapping from class scope functions specialization to thei
[
all
...]
LambdaCapture.h
11
/// \
brief
Defines the LambdaCapture class.
24
/// \
brief
Describes the capture of a variable or of \c this, or of a
28
/// \
brief
Flag used by the Capture class to indicate that the given
32
/// \
brief
Flag used by the Capture class to indicate that the
38
/// \
brief
Flag used by the Capture class to distinguish between a capture
59
/// \
brief
Create a new capture of a variable or of \c this.
78
/// \
brief
Determine the kind of capture.
81
/// \
brief
Determine whether this capture handles the C++ \c this
88
/// \
brief
Determine whether this capture handles a variable.
93
/// \
brief
Determine whether this captures a variable length array boun
[
all
...]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmFunc.h
3
* @
brief
CMSIS Cortex-M Core Function Access Header File
58
/** \
brief
Get Control Register
71
/** \
brief
Set Control Register
84
/** \
brief
Get IPSR Register
97
/** \
brief
Get APSR Register
110
/** \
brief
Get xPSR Register
123
/** \
brief
Get Process Stack Pointer
136
/** \
brief
Set Process Stack Pointer
149
/** \
brief
Get Main Stack Pointer
162
/** \
brief
Set Main Stack Pointe
[
all
...]
/external/libvpx/libvpx/vpx/
vpx_codec.h
19
* \
brief
Describes the codec algorithm interface to applications.
48
/*!\
brief
Decorator indicating a function is deprecated */
63
/*!\
brief
\copydoc #DEPRECATED */
70
/*!\
brief
Decorator indicating a function is potentially unused */
78
/*!\
brief
Current ABI version number
88
/*!\
brief
Algorithm return codes */
90
/*!\
brief
Operation completed without error */
93
/*!\
brief
Unspecified error */
96
/*!\
brief
Memory operation failed */
99
/*!\
brief
ABI version mismatch *
[
all
...]
/device/google/marlin/time-services/
Android.mk
3
# @
brief
Makefile for installing time services header on Android.
/device/lge/bullhead/time-services/
Android.mk
3
# @
brief
Makefile for installing time services header on Android.
/external/clang/include/clang/Basic/
VersionTuple.h
11
/// \
brief
Defines the clang::VersionTuple class, which represents a version in
25
/// \
brief
Represents a version number in the form major[.minor[.subminor[.build]]].
67
/// \
brief
Determine whether this version information is empty
73
/// \
brief
Retrieve the major version number.
76
/// \
brief
Retrieve the minor version number, if provided.
83
/// \
brief
Retrieve the subminor version number, if provided.
90
/// \
brief
Retrieve the build version number, if provided.
105
/// \
brief
Determine if two version numbers are equivalent. If not
112
/// \
brief
Determine if two version numbers are not equivalent.
120
/// \
brief
Determine whether one version number precedes another
[
all
...]
/external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
35
/// \
brief
This file is about to be rewritten. Return the name of the file
48
/// \
brief
Whether to abort fixing a file when not all errors could be fixed.
51
/// \
brief
Whether to only fix warnings and not errors.
54
/// \
brief
If true, only pass the diagnostic to the actual diagnostic consumer
61
/// \
brief
The diagnostics machinery.
66
/// \
brief
The rewriter used to perform the various code
70
/// \
brief
The diagnostic client that performs the actual formatting
75
/// \
brief
Turn an input path into an output path. NULL implies overwriting
79
/// \
brief
The number of rewriter failures.
82
/// \
brief
Whether the previous diagnostic was not passed to the consumer
[
all
...]
/external/compiler-rt/lib/ubsan/
ubsan_handlers.h
37
/// \
brief
Handle a runtime type check failure, caused by either a misaligned
47
/// \
brief
Handle an integer addition overflow.
50
/// \
brief
Handle an integer subtraction overflow.
53
/// \
brief
Handle an integer multiplication overflow.
56
/// \
brief
Handle a signed integer overflow for a unary negate operator.
59
/// \
brief
Handle an INT_MIN/-1 overflow or division by zero.
69
/// \
brief
Handle a shift where the RHS is out of bounds or a left shift where
80
/// \
brief
Handle an array index out of bounds error.
87
/// \
brief
Handle a __builtin_unreachable which is reached.
89
/// \
brief
Handle reaching the end of a value-returning function
[
all
...]
ubsan_value.h
31
/// \
brief
Largest integer types we support.
40
/// \
brief
Largest floating-point type we support.
43
/// \
brief
A description of a source location. This corresponds to Clang's
55
/// \
brief
Determine whether the source location is known.
58
/// \
brief
Atomically acquire a copy, disabling original in-place.
67
/// \
brief
Determine if this Location has been disabled.
73
/// \
brief
Get the presumed filename for the source location.
75
/// \
brief
Get the presumed line number.
77
/// \
brief
Get the column within the presumed line.
82
/// \
brief
A description of a type
[
all
...]
/external/libmicrohttpd/src/microhttpd/
base64.h
6
* @
brief
This code implements the BASE64 algorithm
/external/libnl/python/netlink/route/links/
dummy.py
21
def
brief
():
member in class:DummyLink
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
OGLES31Tools.h
6
@
brief
Header file of OGLES3Tools.lib.
/frameworks/wilhelm/src/objects/
CAudioRecorder.cpp
22
/** \
brief
Hook called by Object::Realize when an audio recorder is realized */
37
/** \
brief
Hook called by Object::Resume when an audio recorder is resumed */
45
/** \
brief
Hook called by Object::Destroy when an audio recorder is destroyed */
58
/** \
brief
Hook called by Object::Destroy before an audio recorder is about to be destroyed */
/external/clang/include/clang/Tooling/
ArgumentsAdjusters.h
29
/// \
brief
A sequence of command line arguments.
32
/// \
brief
A prototype of a command line adjuster.
39
/// \
brief
Gets an argument adjuster that converts input command line arguments
43
/// \
brief
Gets an argument adjuster which removes output-related command line
49
/// \
brief
Gets an argument adjuster which inserts \p Extra arguments in the
54
/// \
brief
Gets an argument adjuster which inserts an \p Extra argument in the
60
/// \
brief
Gets an argument adjuster which adjusts the arguments in sequence
/external/libavc/common/
ih264_macros.h
25
* @
brief
55
* @
brief
Min, Max
64
* @
brief
Div, Mod
72
* @
brief
Clip
79
* @
brief
True, False
86
* @
brief
Frequently used multiplications x2. x3, and x4
95
* @
brief
Misc
/external/libavc/encoder/
ih264e_trace.h
26
* @
brief
49
* @
brief
Data for the trace functionality
71
* @
brief
defines flag used for enabling trace
82
* @
brief
Macro to print trace messages
98
* @
brief
Macro to print CABAC trace messages
127
* @
brief
Dummy trace init when trace is disabled in encoder
147
* @
brief
Dummy trace de-init function when trace is disabled
/external/llvm/include/llvm/MC/
MCInstBuilder.h
26
/// \
brief
Create a new MCInstBuilder for an MCInst with a specific opcode.
31
/// \
brief
Add a new register operand.
37
/// \
brief
Add a new integer immediate operand.
43
/// \
brief
Add a new floating point immediate operand.
49
/// \
brief
Add a new MCExpr operand.
55
/// \
brief
Add a new MCInst operand.
61
/// \
brief
Add an operand.
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTSkipGraph.h
5
@
brief
A "tree-like" structure for storing data which, unlike a tree, can
18
@
brief
Stores a pointer to the node's data and also uses a dynamic
32
@
brief
Constructor
38
@
brief
Overloaded constructor
45
@
brief
Destructor
53
@
brief
Returns the number of dependencies referenced by this node.
64
@
brief
Returns given dependency.
77
@
brief
Adds a dependency to this node.
113
@
brief
Returns the data associated with this node.
125
@
brief
Adds a dependent to this node
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
compiletime_settings.h
26
* @
brief
Defines on options concerning debugging and performance, at
35
/** @
brief
Determine verbosity level of the parallel mode.
40
* @
brief
Macro to produce log message when entering a function.
53
/** @
brief
Use floating-point scaling instead of modulo for mapping
59
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
65
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
71
/** @
brief
Switch on many _GLIBCXX_PARALLEL_ASSERTions in parallel code.
Completed in 652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>