OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubType
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h
96
enum
SubType
{
109
static CubicBezierTimingFunction* preset(
SubType
subType
)
111
switch (
subType
) {
154
SubType
subType
() const { return m_subType; }
157
explicit CubicBezierTimingFunction(
SubType
subType
, double x1, double y1, double x2, double y2)
163
, m_subType(
subType
)
171
SubType
m_subType
[
all
...]
/external/mksh/src/
eval.c
189
typedef struct
SubType
{
191
struct
SubType
*prev; /* old type */
192
struct
SubType
*next; /* poped type (to avoid re-allocating) */
198
}
SubType
;
217
SubType
st_head, *st;
371
SubType
*newst;
373
newst = alloc(sizeof(
SubType
), ATEMP);
[
all
...]
/external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc
355
GamepadSubTypeName(caps.
SubType
));
/external/llvm/lib/TableGen/
TGParser.cpp
711
RecTy *
SubType
= ParseType();
712
if (
SubType
== 0) return 0;
719
return ListRecTy::get(
SubType
);
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 513 milliseconds