OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_TYPE
(Results
1 - 25
of
57
) sorted by null
1
2
3
/cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java
23
"char"), SHORT_TYPE("short"),
INT_TYPE
("int"), LONG_TYPE("long"),
/external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp
116
// expands each bit in a bitmask to 0 or ~0 of type
INT_TYPE
. Used to expand a BW glyph mask to
118
template <typename
INT_TYPE
>
119
void expand_bits(
INT_TYPE
* dst,
128
INT_TYPE
* d = dst;
132
*d++ = (mask & (1 << i)) ? (
INT_TYPE
)(~0UL) : 0;
135
dst = reinterpret_cast<
INT_TYPE
*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
/external/skia/src/gpu/
SkGrFontScaler.cpp
116
// expands each bit in a bitmask to 0 or ~0 of type
INT_TYPE
. Used to expand a BW glyph mask to
118
template <typename
INT_TYPE
>
119
void expand_bits(
INT_TYPE
* dst,
128
INT_TYPE
* d = dst;
132
*d++ = (mask & (1 << i)) ? (
INT_TYPE
)(~0UL) : 0;
135
dst = reinterpret_cast<
INT_TYPE
*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h
391
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
393
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
397
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
401
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
405
operator+=(
INT_TYPE
__offset) \
412
operator-=(
INT_TYPE
__offset) \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pointer.h
409
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
411
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
415
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
419
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
423
operator+=(
INT_TYPE
__offset) \
430
operator-=(
INT_TYPE
__offset) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pointer.h
409
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
411
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
415
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
419
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
423
operator+=(
INT_TYPE
__offset) \
430
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h
391
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
393
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
397
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
401
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
405
operator+=(
INT_TYPE
__offset) \
412
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h
391
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
393
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
397
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
401
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
405
operator+=(
INT_TYPE
__offset) \
412
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h
391
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
393
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
397
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
401
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
405
operator+=(
INT_TYPE
__offset) \
412
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h
391
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
393
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
397
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
401
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
405
operator+=(
INT_TYPE
__offset) \
412
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h
409
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
411
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
415
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
419
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
423
operator+=(
INT_TYPE
__offset) \
430
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h
404
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
406
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
410
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
414
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
418
operator+=(
INT_TYPE
__offset) \
425
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h
409
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
411
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
415
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
419
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
423
operator+=(
INT_TYPE
__offset) \
430
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h
404
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
406
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
410
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
414
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
418
operator+=(
INT_TYPE
__offset) \
425
operator-=(
INT_TYPE
__offset) \
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h
405
#define _CXX_POINTER_ARITH_OPERATOR_SET(
INT_TYPE
) \
407
operator+(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
411
operator+(
INT_TYPE
__offset, const _Pointer_adapter& __rhs) \
415
operator-(const _Pointer_adapter& __lhs,
INT_TYPE
__offset) \
419
operator+=(
INT_TYPE
__offset) \
426
operator-=(
INT_TYPE
__offset) \
/frameworks/base/core/java/android/util/
EventLog.java
71
private static final byte
INT_TYPE
= 0;
122
case
INT_TYPE
:
/external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h
67
INT_TYPE
= 267,
glslang.l
101
"int" { return
INT_TYPE
; }
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java
21
public static final int
INT_TYPE
=14;
188
// $ANTLR start "
INT_TYPE
"
191
int _type =
INT_TYPE
;
207
// $ANTLR end "
INT_TYPE
"
510
// SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR |
INT_TYPE
| CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
564
// SimpleC.g:1:50:
INT_TYPE
725
return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR |
INT_TYPE
| CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
SimpleCTP.java
10
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "
INT_TYPE
", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
24
public static final int
INT_TYPE
=14;
374
if ( input.LA(1)==ID||(input.LA(1)>=
INT_TYPE
&& input.LA(1)<=VOID) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java
21
public static final int
INT_TYPE
=14;
188
// $ANTLR start "
INT_TYPE
"
191
int _type =
INT_TYPE
;
207
// $ANTLR end "
INT_TYPE
"
510
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR |
INT_TYPE
| CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
564
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:50:
INT_TYPE
725
return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR |
INT_TYPE
| CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
SimpleCTP.java
10
"<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "
INT_TYPE
", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
24
public static final int
INT_TYPE
=14;
374
if ( input.LA(1)==ID||(input.LA(1)>=
INT_TYPE
&& input.LA(1)<=VOID) ) {
/frameworks/base/tools/aidl/
generate_java_binder.cpp
65
this->transact_code = new Variable(
INT_TYPE
, "code");
68
this->transact_flags = new Variable(
INT_TYPE
, "flags");
201
Variable* len = new Variable(
INT_TYPE
, v->name + "_length");
267
new Variable(
INT_TYPE
, transactCodeName));
Type.cpp
9
Type*
INT_TYPE
;
58
INT_TYPE
= new BasicType("int",
61
NAMES.Add(
INT_TYPE
);
465
new Cast(
INT_TYPE
, v)));
[
all
...]
/cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java
168
return SigPrimitiveType.
INT_TYPE
;
525
return SigPrimitiveType.
INT_TYPE
;
Completed in 1587 milliseconds
1
2
3