Home
last modified time | relevance | path

Searched refs:checkFeature (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/pkg/host/
Dhost_linux.go318 checkFeature[FeatureCoverage] = checkCoverage
319 checkFeature[FeatureComparisons] = checkComparisons
320 checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled
321 checkFeature[FeatureSandboxNamespace] = checkSandboxNamespace
322 checkFeature[FeatureFaultInjection] = checkFaultInjection
324 checkFeature[FeatureLeakChecking] = checkLeakChecking
327 checkFeature[FeatureNetworkInjection] = checkNetworkInjection
328 checkFeature[FeatureNetworkDevices] = checkNetworkDevices
Dhost.go59 var checkFeature [numFeatures]func() string var
83 for n, check := range checkFeature {
Dhost_netbsd.go15 checkFeature[FeatureCoverage] = unconditionallyEnabled
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_server.js48 function checkFeature(point) { function
72 callback(null, checkFeature(call.request));
146 if (checkFeature(point).name !== '') {
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_server.js57 function checkFeature(point) { function
82 callback(null, checkFeature(call.request));
156 if (checkFeature(point).name !== '') {
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideServer.java130 responseObserver.onNext(checkFeature(request)); in getFeature()
180 if (RouteGuideUtil.exists(checkFeature(point))) { in recordRoute()
257 private Feature checkFeature(Point location) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp270 static bool LLVM_ATTRIBUTE_UNUSED checkFeature(MCSubtargetInfo* STI, uint64_t F) { in checkFeature() function