Home
last modified time | relevance | path

Searched refs:none (Results 451 - 475 of 479) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp2372 ASSERT((mInternalDirtyBits & mGraphicsDirtyBitsMask).none());
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs13995 #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]
14377 #[unstable(feature = "alloc_internals", issue = "none")]
14423 #![unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")]
15754 // none should point to the same backing memory in test_cowarc_clone_make_mut()
19492 #[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]
19806 #[unstable(feature = "dispatch_from_dyn", issue = "none")]
20878 #[unstable(feature = "receiver_trait", issue = "none")]
21461 #[unstable(feature = "dispatch_from_dyn", issue = "none")]
23508 #[unstable(feature = "dispatch_from_dyn", issue = "none")]
23559 #[unstable(feature = "dispatch_from_dyn", issue = "none")]
33761 pub fn none() -> Self { none() functions
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c552 LLVMValueRef none = in ac_build_vote_eq() local
554 return LLVMBuildOr(ctx->builder, all, none, ""); in ac_build_vote_eq()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp1403 if (mask.none()) in executeBarriers()
6544 if ((~skipLevelsMask & levelsMask).none()) in stageSelfAsSubresourceUpdates()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1068 EXPECT_TRUE(g_photoEvents.none()); in TestCallbacks()
1069 EXPECT_TRUE(g_previewEvents.none()); in TestCallbacks()
1070 EXPECT_TRUE(g_videoEvents.none()); in TestCallbacks()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c390 static upb_msglayout_field none = {0}; in upb_find_field() local
394 if (l == NULL) return &none; in upb_find_field()
401 return &none; /* Unknown field. */ in upb_find_field()
6759 /* For now we just loop back to the last field of the message (or if none, in compile_method()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc7531 Label start, none, c, j, jc;
7534 __ Bind(&none, EmitBTI);
7538 VIXL_CHECK(__ GetSizeOfCodeGeneratedSince(&none) == 4 * kInstructionSize);
7543 __ Adr(x0, &none);
H A Dtest-trace-aarch64.cc3141 TEST(none) { TraceTestHelper(false, LOG_NONE, REF("log-none")); }
3165 TEST(none_colour) { TraceTestHelper(true, LOG_NONE, REF("log-none-colour")); }
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp232 if (dirtyTypes.none()) { in ResetProperty()
/third_party/mbedtls/tests/data_files/
H A DMakefile466 -addext authorityKeyIdentifier=none \
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp236 "removable":"none"
/third_party/ffmpeg/
H A Dconfigure3883 intrinsics="none"
5709 none)
/third_party/icu/icu4c/source/
H A Dconfigure3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3499 $as_echo "none needed" >&6; } ;;
6016 ac_res="none required"
6042 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6293 ac_cv_search_pthread_mutex_destroy="none required"
6303 test "$ac_cv_search_pthread_mutex_destroy" = "none required" || LIBS="$ac_cv_search_pthread_mutex_destroy $LIBS"
7410 ac_res="none required"
7436 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7879 msg=none
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1109 if (getFeatureBits().none()) { in AMDGPUAsmParser()
1118 // Currently there is none suitable machinery in the core llvm-mc for this. in AMDGPUAsmParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp235 // If no callbacks were found, or none used the underlying call site operand in getAssociatedArgument()
4013 // none will be captured or we have to assume at least one might be. in updateImpl()
4632 /// Includes read-none, read-only, and write-only.
6788 return PreservedAnalyses::none();
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3487 $as_echo "none needed" >&6; } ;;
6002 ac_res="none required"
6028 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
6284 ac_cv_search_pthread_mutex_destroy="none required"
6294 test "$ac_cv_search_pthread_mutex_destroy" = "none required" || LIBS="$ac_cv_search_pthread_mutex_destroy $LIBS"
7401 ac_res="none required"
7427 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7870 msg=none
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp328 // This method is expected to be faster than none() and is equivalent
336 simdutf_really_inline bool none() const { return vmaxvq_u8(*this) == 0; } in none() function
1752 simdutf_really_inline bool none() const { return _mm256_testz_si256(*this, *this); } in none() function
2658 simdutf_really_inline bool none() const { return _mm_testz_si128(*this, *this); } in none() function
22231 nibble in order to select a fast path. If none of highest nibbles
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4901 // An iflags string of "none" is interpreted to mean that none of the AIF in parseProcIFlagsOperand()
4904 if (IFlagsStr != "none") { in parseProcIFlagsOperand()
7025 // vector predication code "none" in ParseInstruction()
10450 // If none of these succeed, return the error we got when trying to match in MatchInstruction()
11830 if (Extension.Features.none()) in parseDirectiveArchExtension()
/third_party/glfw/deps/
H A Dnuklear.h19222 struct nk_rect none; in nk_spacing() local
19245 nk_panel_alloc_space(&none, ctx); in nk_spacing()
25424 /// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~none
25467 /// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~none
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4454 bool none() const { return nullableValue == nullptr; }
12641 // and none of its children have started, then we must wait
15952 printIssue("expected exception, got none");
16748 stream << Colour(Colour::Warning) << "- none -";
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp24543 static const category none = 0;
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js8399 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8612 Output_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1412, ts.DiagnosticCategory.Message, "Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412", "Output from referenced project '{0}' included because '--module' is specified as 'none'"),
8615 Source_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1415, ts.DiagnosticCategory.Message, "Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415", "Source from referenced project '{0}' included because '--module' is specified as 'none'"),
9099 Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2758, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758", "Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),
9103 Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2762, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762", "Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),
[all...]
H A Dtsserver.js8400 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8613 Output_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1412, ts.DiagnosticCategory.Message, "Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412", "Output from referenced project '{0}' included because '--module' is specified as 'none'"),
8616 Source_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1415, ts.DiagnosticCategory.Message, "Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415", "Source from referenced project '{0}' included because '--module' is specified as 'none'"),
9100 Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2758, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758", "Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),
9104 Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2762, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762", "Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),
[all...]
H A DtypingsInstaller.js8380 Cannot_use_imports_exports_or_module_augmentations_when_module_is_none: diag(1148, ts.DiagnosticCategory.Error, "Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148", "Cannot use imports, exports, or module augmentations when '--module' is 'none'."),
8593 Output_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1412, ts.DiagnosticCategory.Message, "Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412", "Output from referenced project '{0}' included because '--module' is specified as 'none'"),
8596 Source_from_referenced_project_0_included_because_module_is_specified_as_none: diag(1415, ts.DiagnosticCategory.Message, "Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415", "Source from referenced project '{0}' included because '--module' is specified as 'none'"),
9080 Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2758, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758", "Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),
9084 Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other: diag(2762, ts.DiagnosticCategory.Error, "Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762", "Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),
[all...]

Completed in 383 milliseconds

1...<<11121314151617181920