OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPERATOR
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h
38
#if !defined(
OPERATOR
) && !defined(ALWAYS)
39
#error "neither
OPERATOR
nor ALWAYS is defined!"
111
/* Note:
OPERATOR
appears here: */
112
if ((outmask & 1) && (idepth[0]
OPERATOR
depth16[0][0])) {
117
if ((outmask & 2) && (idepth[1]
OPERATOR
depth16[0][1])) {
122
if ((outmask & 4) && (idepth[2]
OPERATOR
depth16[1][0])) {
127
if ((outmask & 8) && (idepth[3]
OPERATOR
depth16[1][1])) {
146
#undef
OPERATOR
sp_quad_depth_test.c
414
* Apply the stencil
operator
to stencil values.
418
* \param op the stencil
operator
(PIPE_STENCIL_OP_x)
625
/* choose front or back face function,
operator
, etc */
666
/* no depth test, apply Zpass
operator
to stencil buffer values */
838
#define
OPERATOR
<
842
#define
OPERATOR
==
846
#define
OPERATOR
<=
850
#define
OPERATOR
>
854
#define
OPERATOR
!=
858
#define
OPERATOR
>
[
all
...]
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h
38
#if !defined(
OPERATOR
) && !defined(ALWAYS)
39
#error "neither
OPERATOR
nor ALWAYS is defined!"
111
/* Note:
OPERATOR
appears here: */
112
if ((outmask & 1) && (idepth[0]
OPERATOR
depth16[0][0])) {
117
if ((outmask & 2) && (idepth[1]
OPERATOR
depth16[0][1])) {
122
if ((outmask & 4) && (idepth[2]
OPERATOR
depth16[1][0])) {
127
if ((outmask & 8) && (idepth[3]
OPERATOR
depth16[1][1])) {
146
#undef
OPERATOR
sp_quad_depth_test.c
414
* Apply the stencil
operator
to stencil values.
418
* \param op the stencil
operator
(PIPE_STENCIL_OP_x)
625
/* choose front or back face function,
operator
, etc */
666
/* no depth test, apply Zpass
operator
to stencil buffer values */
838
#define
OPERATOR
<
842
#define
OPERATOR
==
846
#define
OPERATOR
<=
850
#define
OPERATOR
>
854
#define
OPERATOR
!=
858
#define
OPERATOR
>
[
all
...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py
153
# purposes, the comma behaves similarly enough to a normal
operator
that we
155
# characters - this may not match some very esoteric uses of the in
operator
.
164
OPERATOR
= re.compile('|'.join(OPERATOR_LIST))
262
Matcher(
OPERATOR
, Type.
OPERATOR
),
javascripttokens.py
58
OPERATOR
= '
operator
'
110
def IsOperator(self,
operator
):
111
"""Tests if this token is the given
operator
.
114
operator
: The
operator
to compare to.
117
True if this token is a
operator
token with the given name.
119
return self.type == JavaScriptTokenType.
OPERATOR
and self.string ==
operator
122
"""Tests if this token is an assignment
operator
[
all
...]
/external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py
153
# purposes, the comma behaves similarly enough to a normal
operator
that we
155
# characters - this may not match some very esoteric uses of the in
operator
.
164
OPERATOR
= re.compile('|'.join(OPERATOR_LIST))
262
Matcher(
OPERATOR
, Type.
OPERATOR
),
javascripttokens.py
58
OPERATOR
= '
operator
'
110
def IsOperator(self,
operator
):
111
"""Tests if this token is the given
operator
.
114
operator
: The
operator
to compare to.
117
True if this token is a
operator
token with the given name.
119
return self.type == JavaScriptTokenType.
OPERATOR
and self.string ==
operator
122
"""Tests if this token is an assignment
operator
[
all
...]
/external/clang/include/clang/AST/
RecursiveASTVisitor.h
37
// using them is responsible for defining macro
OPERATOR
().
41
OPERATOR
(PostInc)
OPERATOR
(PostDec) \
42
OPERATOR
(PreInc)
OPERATOR
(PreDec) \
43
OPERATOR
(AddrOf)
OPERATOR
(Deref) \
44
OPERATOR
(Plus)
OPERATOR
(Minus) \
45
OPERATOR
(Not) OPERATOR(LNot)
[
all
...]
/external/clang/tools/libclang/
RecursiveASTVisitor.h
37
// using them is responsible for defining macro
OPERATOR
().
41
OPERATOR
(PostInc)
OPERATOR
(PostDec) \
42
OPERATOR
(PreInc)
OPERATOR
(PreDec) \
43
OPERATOR
(AddrOf)
OPERATOR
(Deref) \
44
OPERATOR
(Plus)
OPERATOR
(Minus) \
45
OPERATOR
(Not) OPERATOR(LNot)
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 284 milliseconds