OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Component
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/TableGen/
ClangDiagnosticsEmitter.h
26
const std::string&
Component
;
28
explicit ClangDiagsDefsEmitter(RecordKeeper &R, const std::string&
component
)
29
: Records(R),
Component
(
component
) {}
/frameworks/base/libs/rs/
rsComponent.cpp
22
Component
::
Component
() {
26
Component
::~
Component
() {
29
void
Component
::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) {
175
bool
Component
::isReference() const {
229
void
Component
::dumpLOGV(const char *prefix) const {
231
LOGV("%s
Component
: %s, %s, vectorSize=%i, bits=%i",
234
LOGV("%s
Component
: %s, %s, vectorSize=%i, bits=%i",
239
void
Component
::serialize(OStream *stream) const
[
all
...]
rsComponent.h
28
class
Component
{
30
Component
();
31
~
Component
();
/external/llvm/include/llvm/Support/
PathV2.h
28
/// @name Lexical
Component
Iterator
41
/// Iteration examples. Each
component
is separated by ',':
51
StringRef
Component
; //< The current
component
. Not necessarily in Path.
65
reference operator*() const { return
Component
; }
66
pointer operator->() const { return &
Component
; }
82
/// @returns Iterator initialized with the first
component
of \a path.
92
/// @returns Iterator initialized with the first reverse
component
of \a path.
108
/// @brief Remove the last
component
from \a path unless it is the root dir.
114
/// @param path A path that is modified to not have a file
component
[
all
...]
/external/chromium/googleurl/src/
url_parse.h
45
//
Component
------------------------------------------------------------------
48
struct
Component
{
49
Component
() : begin(0), len(-1) {}
52
Component
(int b, int l) : begin(b), len(l) {}
58
// Returns true if this
component
is valid, meaning the length is given. Even
64
// Returns true if the given
component
is specified on false, the
component
75
bool operator==(const
Component
& other) const {
79
int begin; // Byte offset in the string of this
component
.
80
int len; // Will be -1 if the
component
is unspecified
[
all
...]
/frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java
56
* A
component
within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
59
public static class
Component
{
74
private final
Component
mParent; // see if we can get rid of this
75
private LinkedList<
Component
> mChildren = null;
80
* Creates a new
component
with the provided name.
81
* @param name The name of the
component
.
83
public
Component
(String name,
Component
parent) {
89
* Returns the name of the
component
.
90
* @return The name of the
component
[
all
...]
/external/harfbuzz/src/
harfbuzz-gsub-private.h
129
HB_UShort*
Component
; /* array of
component
glyph IDs */
/external/clang/lib/CodeGen/
CGVTables.cpp
445
/// VTableComponent - Represents a single
component
in a vtable.
512
/// getKind - Get the kind of this vtable
component
.
518
assert(getKind() == CK_VCallOffset && "Invalid
component
kind!");
524
assert(getKind() == CK_VBaseOffset && "Invalid
component
kind!");
530
assert(getKind() == CK_OffsetToTop && "Invalid
component
kind!");
536
assert(getKind() == CK_RTTI && "Invalid
component
kind!");
549
getKind() == CK_DeletingDtorPointer) && "Invalid
component
kind!");
564
ComponentKind == CK_OffsetToTop) && "Invalid
component
kind!");
576
"Invalid
component
kind!");
585
getKind() == CK_OffsetToTop) && "Invalid
component
kind!")
[
all
...]
/frameworks/base/core/java/android/content/pm/
PackageParser.java
3160
ComponentName
component
= getComponentName();
local
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 136 milliseconds