/external/skia/modules/pathkit/ |
karma.bench.conf.js | 64 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
|
karma.conf.js | 65 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
|
/external/skqp/experimental/canvaskit/ |
karma.bench.conf.js | 66 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
|
/external/skqp/modules/pathkit/ |
karma.bench.conf.js | 64 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
|
karma.conf.js | 65 // Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
|
/external/squashfs-tools/squashfs-tools/ |
compressor.h | 28 int supported; member in struct:compressor
|
/external/swiftshader/src/Vulkan/ |
VkDevice.cpp | 104 pSupport->supported = VK_FALSE;
|
/external/vixl/tools/ |
make_instruction_doc_aarch64.pl | 75 VIXL Supported Instruction List 78 This is a list of the AArch64 instructions supported by the VIXL assembler,
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 189 // Enumerate the supported formats. 191 std::vector<VideoFormat> supported; local 198 supported.push_back(format); 207 if (supported.empty()) { 221 SetSupportedFormats(supported);
|
/developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/ |
MainActivity.java | 128 boolean supported = false; 131 supported = true; 135 if (!supported) { 190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
|
/developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/ |
MainActivity.java | 128 boolean supported = false; 131 supported = true; 135 if (!supported) { 190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
|
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/ |
MainActivity.java | 128 boolean supported = false; 131 supported = true; 135 if (!supported) { 190 * @param contentMimeTypes A {@link String} array that indicates the supported content MIME
|
/external/syzkaller/pkg/csource/ |
options.go | 99 return fmt.Errorf("EnableTun is not supported on %v", OS) 102 return fmt.Errorf("EnableCgroups is not supported on %v", OS) 105 return fmt.Errorf("EnableNetdev is not supported on %v", OS) 108 return fmt.Errorf("ResetNet is not supported on %v", OS) 111 return fmt.Errorf("Sandbox=%v is not supported on %v", opts.Sandbox, OS) 114 return fmt.Errorf("Fault is not supported on %v", OS)
|
/external/syzkaller/prog/ |
target.go | 73 var supported []string 75 supported = append(supported, fmt.Sprintf("%v/%v", t.OS, t.Arch)) 77 sort.Strings(supported) 78 return nil, fmt.Errorf("unknown target: %v (supported: %v)", key, supported)
|
/external/u-boot/lib/efi_loader/ |
efi_image_loader.c | 214 int supported = 0; local 230 supported = 1; 234 if (!supported) { 235 printf("%s: Machine type 0x%04x is not supported\n",
|
/external/webrtc/talk/media/devices/ |
filevideocapturer.cc | 192 // Read the first frame's header to determine the supported format. 206 // Enumerate the supported formats. We have only one supported format. We set 212 std::vector<VideoFormat> supported; local 213 supported.push_back(format); 215 // TODO(thorcarpenter): Report the actual file video format as the supported 218 SetSupportedFormats(supported);
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
HidlCameraDeviceUser.cpp | 262 bool supported = false; local 265 sessionConfiguration, &supported); 267 _hidl_cb(status, supported);
|
/build/make/common/ |
math.mk | 91 $(if $(call math_is_number,$(1)),,$(call math-error,Only non-negative integers <= 100 are supported (not $(1)))) 97 $(call math-expect-error,(call _math_check_valid,-1),Only non-negative integers <= 100 are supported (not -1)) 98 $(call math-expect-error,(call _math_check_valid,101),Only non-negative integers <= 100 are supported (not 101)) 114 $(call math-expect-error,(call int_range_list,1,101),Only non-negative integers <= 100 are supported (not 101)) 179 $(call math-error,integer greater than $(words $(_INT_LIMIT_WORDS)) is not supported!),\
|
/external/minigbm/cros_gralloc/gralloc0/ |
gralloc0.cc | 22 * The functions supported by this gralloc's temporary private API are listed 98 bool supported; local 109 supported = mod->driver->is_supported(&descriptor); 110 if (!supported && (usage & GRALLOC_USAGE_HW_COMPOSER)) { 112 supported = mod->driver->is_supported(&descriptor); 115 if (!supported) {
|
/external/webrtc/talk/media/base/ |
videocapturer.cc | 279 LOG(LS_INFO) << " Supported " << i->ToString() << " distance " << distance; 573 // Get the distance between the supported and desired formats. 581 const VideoFormat& supported) { 585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc); 600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 || 620 int64_t delta_w = supported.width - desired_width; 621 float supported_fps = VideoFormat::IntervalToFpsFloat(supported.interval); 624 // Check height of supported height compared to height we would like it to be. 626 ? supported.width * desired_height / desired_width 628 int64_t delta_h = supported.height - aspect_h [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
mixer.c | 104 vmixer->deint.supported = true; 108 vmixer->sharpness.supported = true; 112 vmixer->noise_reduction.supported = true; 116 vmixer->luma_key.supported = true; 120 vmixer->bicubic.supported = true; 147 VDPAU_MSG(VDPAU_WARN, "[VDPAU] Max layers > 4 not supported\n", vmixer->max_layers); 615 feature_supports[i] = vmixer->deint.supported; 619 feature_supports[i] = vmixer->sharpness.supported; 623 feature_supports[i] = vmixer->noise_reduction.supported; 627 feature_supports[i] = vmixer->luma_key.supported; [all...] |
/external/libcups/cups/ |
tls-darwin.c | 1242 SSLCipherSuite supported[100]; \/* Supported cipher suites *\/ local [all...] |
/external/autotest/docs/ |
test-that.md | 3 `test_that` is the supported mechanism to run autotests against Chrome OS 15 control file. Matching tests by filename is supported using f:[file 20 or a Moblab). This feature is only supported for infrastructure-produced builds
|
/external/deqp/modules/gles3/functional/ |
es3fPixelBufferObjectTests.cpp | 161 bool supported = false; local 173 supported = true; 178 supported = true; 194 supported = true; 200 supported = true; 202 if (!supported) 203 throw tcu::NotSupportedError("Renderbuffer format not supported", "", __FILE__, __LINE__);
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
ServerRunners.cs | 53 Logger.Warning("ServerConfig.AsyncServerThreads is not supported for C#. Ignoring the value"); 57 Logger.Warning("ServerConfig.CoreLimit is not supported for C#. Ignoring the value"); 61 Logger.Warning("ServerConfig.CoreList is not supported for C#. Ignoring the value");
|