HomeSort by relevance Sort by last modified time
    Searched refs:nomatch (Results 1 - 25 of 29) sorted by null

1 2

  /external/openssh/regress/
addrmatch.sh 24 ForceCommand nomatch
36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match"
37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match"
39 run_trial user 192.168.30.1 192.168.0.1 1.2.3.4 1234 nomatch "faked IP in hostname"
46 run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
47 run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
48 run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
50 run_trial user 2001::1 somehost ::2 1234 nomatch "IP6 network"
  /toolchain/binutils/binutils-2.25/gold/testsuite/
split_i386.sh 33 nomatch() function
47 nomatch 'call.*__morestack>?$' split_i386_2.stdout
split_x32.sh 34 nomatch() function
48 nomatch 'callq.*__morestack>?$' split_x32_2.stdout
split_x86_64.sh 33 nomatch() function
47 nomatch 'callq.*__morestack>?$' split_x86_64_2.stdout
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Report.java 111 private void printNoMatchWarning(final Collection<IClassCoverage> nomatch,
113 if (!nomatch.isEmpty()) {
118 for (final IClassCoverage c : nomatch) {
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
ReportSupport.java 211 final Collection<IClassCoverage> nomatch) {
215 if (!nomatch.isEmpty()) {
220 for (final IClassCoverage c : nomatch) {
  /external/selinux/libselinux/src/
seusers.c 190 goto nomatch;
256 nomatch:
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 30 nomatch := func(tag string, want map[string]bool) {
42 nomatch(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
48 nomatch(runtime.GOOS+","+runtime.GOARCH+",!foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
50 nomatch(runtime.GOOS+","+runtime.GOARCH+",bar", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "bar": true})
51 nomatch("!", map[string]bool{})
  /prebuilts/go/linux-x86/src/go/build/
build_test.go 30 nomatch := func(tag string, want map[string]bool) {
42 nomatch(runtime.GOOS+","+runtime.GOARCH+",foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
48 nomatch(runtime.GOOS+","+runtime.GOARCH+",!foo", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "foo": true})
50 nomatch(runtime.GOOS+","+runtime.GOARCH+",bar", map[string]bool{runtime.GOOS: true, runtime.GOARCH: true, "bar": true})
51 nomatch("!", map[string]bool{})
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
ReportTask.java 580 final Collection<IClassCoverage> nomatch) {
583 if (!nomatch.isEmpty()) {
588 for (final IClassCoverage c : nomatch) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
CoverageBuilderTest.java 258 private void addClass(long id, boolean nomatch, String name, String source,
261 nomatch);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 407 goto nomatch
411 nomatch:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 383 goto nomatch
387 nomatch:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 407 goto nomatch
411 nomatch:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 383 goto nomatch
387 nomatch:
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.7.201606060606/
org.jacoco.ant-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.8/
org.jacoco.ant-0.7.8.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 438 goto nomatch
442 nomatch:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 438 goto nomatch
442 nomatch:
  /external/pcre/dist2/src/
pcre2_jit_compile.c 3903 struct sljit_jump *nomatch; local
    [all...]

Completed in 1021 milliseconds

1 2