OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VARIABLES
(Results
1 - 12
of
12
) sorted by null
/external/v8/tools/testrunner/local/
statusfile.py
57
VARIABLES
= {ALWAYS: True}
63
VARIABLES
[var] = var
108
def _ParseOutcomeList(rule, outcomes, target_dict,
variables
):
116
if not eval(item[0],
variables
): continue
135
def ReadStatusFile(path,
variables
):
140
variables
.update(
VARIABLES
)
144
if not eval(section[0],
variables
): continue
150
_ParseOutcomeList(rule, section[rule], wildcards,
variables
)
152
_ParseOutcomeList(rule, section[rule], rules,
variables
)
[
all
...]
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java
58
static Pattern
VARIABLES
= Pattern.compile("!@\\{([A-Za-z0-9_-]*)}");
167
final Matcher matcher =
VARIABLES
.matcher(contents);
/ndk/build/core/
definitions-tests.mk
93
$(foreach _test,$(filter -test-%,$(.
VARIABLES
)),\
build-local.mk
64
# need the following
variables
depending on NDK_PROJECT_PATH to be explicitly
219
$(call __ndk_error,!!TOO-MANY-DUMP-
VARIABLES
!!)
/external/cblas/testing/
c_dblat1.f
691
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
c_sblat1.f
691
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
c_cblat1.f
646
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
c_zblat1.f
646
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
/external/eigen/blas/testing/
cblat1.f
645
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
dblat1.f
[
all
...]
sblat1.f
[
all
...]
zblat1.f
645
* THIS SUBROUTINE COMPARES THE
VARIABLES
ICOMP AND ITRUE FOR
Completed in 262 milliseconds