Home
last modified time | relevance | path

Searched refs:VARIABLE (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py69 elif decl.kind is _KIND.VARIABLE:
77 return decl.kind in (_KIND.VARIABLE, _KIND.FUNCTION)
111 if not decl.kind is _KIND.VARIABLE:
117 if not decl.kind is _KIND.VARIABLE:
H A Dinfo.py31 VARIABLE = 'variable' variable in KIND
128 KIND.VARIABLE,
400 if decl.kind not in (KIND.VARIABLE, KIND.FUNCTION):
723 if parsed.kind is KIND.VARIABLE and parsed.parent:
735 if column == 'parent' and parsed.kind is not KIND.VARIABLE:
887 kind = KIND.VARIABLE
1388 raw.parent if raw.kind is KIND.VARIABLE else None,
1511 return self._find(None, None, None, KIND.VARIABLE)
1557 if decl.kind is not KIND.VARIABLE:
H A D__main__.py91 elif kind is KIND.VARIABLE:
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java43 VARIABLE, enum constant
68 case "Variable": type = Type.VARIABLE; break; in Token()
288 case VARIABLE: in parseDeclaration()
322 case VARIABLE: in parsePattern()
435 case VARIABLE: in parseExpression()
480 case VARIABLE: in parseOptions()
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py63 KINDS = frozenset((*KIND.TYPES, KIND.VARIABLE))
216 elif decl.kind is KIND.VARIABLE:
295 if item.kind is KIND.VARIABLE:
342 if item.kind != KIND.VARIABLE:
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py63 if kind is not _KIND.VARIABLE:
188 if decl.kind == _KIND.VARIABLE:
H A D__main__.py39 KIND.VARIABLE,
66 (lambda kind: kind is KIND.VARIABLE),
79 KIND.VARIABLE: 'variables',
179 name = data.shortkey if data.kind is KIND.VARIABLE else data.name
H A Danalyze.py104 if decl.kind is KIND.VARIABLE:
/third_party/node/deps/openssl/openssl/util/
H A Dmkdef.pl216 'VARIABLE' => 2
351 VARIABLE => 'DATA'
434 if ($_->type() eq 'VARIABLE') {
/third_party/openssl/util/
H A Dmkdef.pl216 'VARIABLE' => 2
351 VARIABLE => 'DATA'
434 if ($_->type() eq 'VARIABLE') {
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Drun_cpuctl_stress_test.sh291 echo TASKS PER GROUP=VARIABLE >> $LTPROOT/output/cpuctl_results_$FILE.txt;
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java499 static SearchData VARIABLE[] = { field in SearchTest
1942 for (int count = 0; count < VARIABLE.length; count++) { in TestVariable()
1944 if (!assertEqual(VARIABLE[count])) { in TestVariable()
1954 for (int count = 0; count < VARIABLE.length; count++) { in TestVariableCanonical()
1956 if (!assertCanonicalEqual(VARIABLE[count])) { in TestVariableCanonical()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java502 static SearchData VARIABLE[] = { field in SearchTest
1945 for (int count = 0; count < VARIABLE.length; count++) { in TestVariable()
1947 if (!assertEqual(VARIABLE[count])) { in TestVariable()
1957 for (int count = 0; count < VARIABLE.length; count++) { in TestVariableCanonical()
1959 if (!assertCanonicalEqual(VARIABLE[count])) { in TestVariableCanonical()
/third_party/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp974 while (VARIABLE[count].text != NULL) { in TestVariable()
976 if (!assertEqual(&VARIABLE[count])) { in TestVariable()
1831 while (VARIABLE[count].text != NULL) { in TestVariableCanonical()
1833 if (!assertCanonicalEqual(&VARIABLE[count])) { in TestVariableCanonical()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm453 my $type = shift; # FUNCTION or VARIABLE
461 unless $type eq 'FUNCTION' || $type eq 'VARIABLE';
766 type = "FUNCTION" | "VARIABLE";
806 (?:FUNCTION|VARIABLE):
879 C<FUNCTION> or C<VARIABLE>, depending on what the symbol represents.
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm453 my $type = shift; # FUNCTION or VARIABLE
461 unless $type eq 'FUNCTION' || $type eq 'VARIABLE';
766 type = "FUNCTION" | "VARIABLE";
806 (?:FUNCTION|VARIABLE):
879 C<FUNCTION> or C<VARIABLE>, depending on what the symbol represents.
/third_party/node/deps/openssl/openssl/
H A DConfigure1966 my $variable_name_re = qr/(?P<VARIABLE>[[:alpha:]][[:alnum:]_]*)/;
1989 my $variable_value = $variables{$+{VARIABLE}};
2139 $variables{$+{VARIABLE}} = $expand_variables->($+{VALUE});
/third_party/openssl/
H A DConfigure1961 my $variable_name_re = qr/(?P<VARIABLE>[[:alpha:]][[:alnum:]_]*)/;
1984 my $variable_value = $variables{$+{VARIABLE}};
2134 $variables{$+{VARIABLE}} = $expand_variables->($+{VALUE});
/third_party/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c854 while (VARIABLE[count].text != NULL) { in TestVariable()
856 if (!assertEqual(VARIABLE[count])) { in TestVariable()
1955 while (VARIABLE[count].text != NULL) { in TestVariableCanonical()
1957 if (!assertCanonicalEqual(VARIABLE[count])) { in TestVariableCanonical()
H A Dusrchdat.c183 static const SearchData VARIABLE[] = { variable
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 152 milliseconds