Home
last modified time | relevance | path

Searched defs:true (Results 276 - 300 of 433) sorted by relevance

1...<<1112131415161718

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp71 foldImmediates(MachineInstr &MI, const SIInstrInfo *TII, MachineRegisterInfo &MRI, bool TryToCommute = true) foldImmediates() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h527 print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::printStyle); in dump() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOperand.h488 void setIsUse(bool Val = true) { setIsDef(!Val); } in setIsUse() argument
493 void setImplicit(bool Val = true) { in setImplicit() argument
498 void setIsKill(bool Val = true) { in setIsKill() argument
504 void setIsDead(bool Val = true) { in setIsDead() argument
509 void setIsUndef(bool Val = true) { in setIsUndef() argument
516 void setIsInternalRead(bool Val = true) { in setIsInternalRead() argument
521 setIsEarlyClobber(bool Val = true) setIsEarlyClobber() argument
526 setIsDebug(bool Val = true) setIsDebug() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp111 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
125 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h751 void SetWasReadFromDNG (bool state = true) in SetWasReadFromDNG() argument
768 void SetWasReadFromDisk (bool state = true) in SetWasReadFromDisk() argument
785 void SetWasBuiltinMatrix (bool state = true) in SetWasBuiltinMatrix() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h234 Split(StringPiece full, const char* delim, bool skip_empty = true) Split() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc199 CordRepBtree* MakeTree(size_t size, bool append = true) { in MakeTree() argument
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_TypographyTest.cpp530 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); in HWTEST_F() local
531 EXPECT_EQ(OH_Drawing_TypographyGetLongestLine(typography) != 0.0, true); in HWTEST_F() local
533 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); in HWTEST_F() local
534 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); in HWTEST_F() local
535 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); in HWTEST_F() local
844 EXPECT_EQ(OH_Drawing_TypographyDidExceedMaxLines(typography) != true, true); in HWTEST_F() local
847 EXPECT_EQ(OH_Drawing_TypographyGetRectsForRange(typography, 1, 2, heightStyle, widthStyle) != nullptr, true); in HWTEST_F() local
848 EXPECT_EQ(OH_Drawing_TypographyGetRectsForPlaceholders(typography) != nullptr, true); in HWTEST_F() local
849 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinate(typography, 1, 0) != nullptr, true); HWTEST_F() local
850 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster(typography, 1, 0) != nullptr, true); HWTEST_F() local
851 EXPECT_EQ(OH_Drawing_TypographyGetWordBoundary(typography, 1) != nullptr, true); HWTEST_F() local
852 EXPECT_EQ(OH_Drawing_TypographyGetLineTextRange(typography, 1, true) != nullptr, true); HWTEST_F() local
853 EXPECT_EQ(OH_Drawing_TypographyGetLineCount(typography) != 0, true); HWTEST_F() local
902 EXPECT_EQ(OH_Drawing_TypographyGetLineInfo(typography, lineNum, oneLine, includeWhitespace, &lineMetrics), true); HWTEST_F() local
1229 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); HWTEST_F() local
1236 EXPECT_EQ(OH_Drawing_LineMetricsGetSize(vectorMetrics) != 0, true); HWTEST_F() local
1239 EXPECT_EQ(OH_Drawing_TypographyGetLineMetricsAt(typography, 0, metrics), true); HWTEST_F() local
1314 EXPECT_EQ(OH_Drawing_TextStyleGetShadows(txtStyle) != nullptr, true); HWTEST_F() local
1321 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 0) != nullptr, true); HWTEST_F() local
1322 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 10000000) == nullptr, true); HWTEST_F() local
1323 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(nullptr, 0) == nullptr, true); HWTEST_F() local
1369 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
1378 EXPECT_EQ(OH_Drawing_TypographyGetEffectiveAlignment(typoStyle) >= 0, true); HWTEST_F() local
1379 EXPECT_EQ(OH_Drawing_TypographyIsLineUnlimited(typoStyle) != 0, true); HWTEST_F() local
1380 EXPECT_EQ(OH_Drawing_TypographyIsEllipsized(typoStyle) != 0, true); HWTEST_F() local
1680 EXPECT_EQ(OH_Drawing_TextStyleGetFontFamilies(nullptr, &fontFamiliesNumber) == nullptr, true); HWTEST_F() local
1696 EXPECT_EQ(OH_Drawing_TextStyleGetHalfLeading(txtStyle), true); HWTEST_F() local
1700 EXPECT_EQ(OH_Drawing_TextStyleGetLocale(nullptr) == nullptr, true); HWTEST_F() local
1736 EXPECT_EQ(OH_Drawing_TextStyleGetFontFeatures(nullptr) == nullptr, true); HWTEST_F() local
1774 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(nullptr) == TEXT_HEIGHT_ALL, true); HWTEST_F() local
1777 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_ALL, true); HWTEST_F() local
1779 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_FIRST_ASCENT, true); HWTEST_F() local
1781 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_LAST_ASCENT, true); HWTEST_F() local
1783 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_ALL, true); HWTEST_F() local
2233 EXPECT_EQ(OH_Drawing_TypographyStyleGetStrutStyle(typoStyle) != nullptr, true); HWTEST_F() local
2270 EXPECT_EQ(OH_Drawing_TextStyleIsPlaceholder(txtStyle), true); HWTEST_F() local
2343 EXPECT_EQ(OH_Drawing_TextStyleIsEqual(nullptr, nullptr), true); HWTEST_F() local
2506 EXPECT_EQ(OH_Drawing_FontParserGetSystemFontList(nullptr, &fontNum) == nullptr, true); HWTEST_F() local
2508 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); HWTEST_F() local
2509 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(nullptr, name) == nullptr, true); HWTEST_F() local
2549 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
2592 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
2679 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); HWTEST_F() local
2680 EXPECT_EQ(OH_Drawing_TypographyGetLongestLineWithIndent(typography) != 0.0, true); HWTEST_F() local
2682 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); HWTEST_F() local
2683 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); HWTEST_F() local
2684 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); HWTEST_F() local
[all...]
/third_party/backends/backend/
H A Dsm3600.h80 typedef enum { false, true } TBool; enumerator
/third_party/cJSON/
H A DcJSON_Utils.c57 #undef true macro
59 #define true ((cJSON_bool)1) macro
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp762 tz->getOffset(static_cast<UDate>(date), true, rawOffset, dstOffset, status); RunAdoptDefaultThreadSafeTests() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/lzma/CPP/Windows/
H A DWindow.h211 bool Move(int x, int y, int width, int height, bool repaint = true) in Move() argument
250 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true) in InvalidateRect() argument
252 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, (WPARAM)BoolToBOOL(redraw), 0); } in SetRedraw() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc549 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc106 GetOrCreateDebugProxyMap( Isolate* isolate, DebugProxyId id, v8::Local<v8::FunctionTemplate> (*create_template_fn)(v8::Isolate*), bool make_non_extensible = true) GetOrCreateDebugProxyMap() argument
H A Ddebug.h636 explicit DisableBreak(Debug* debug, bool disable = true) in DisableBreak() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc129 firstArgToString(const String16& defaultValue, bool allowUndefined = true) firstArgToString() argument
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h424 get_simd_register_by_lane(int reg, int lane, bool force_ibm_lane_numbering = true) get_simd_register_by_lane() argument
437 set_simd_register_by_lane(int reg, int lane, const T& value, bool force_ibm_lane_numbering = true) set_simd_register_by_lane() argument
/third_party/node/deps/v8/src/logging/
H A Dcounters.h198 void EnsureCreated(bool create_new = true) { in EnsureCreated() argument
/third_party/libabigail/src/
H A Dabg-ini.cc60 char_is_delimiter(int b, bool include_white_space = true, in char_is_delimiter() argument
945 get(bool do_handle_escape = true) get() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c55 PA_MODULE_LOAD_ONCE(true); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp337 Move<VkDevice> createTestDevice (const Context& context, VkInstance instance, vector<string> extensions = vector<string>(), bool allowLayers = true) in createTestDevice() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp175 vector<deInt8> data8bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data8bit() argument
183 vector<deInt32> data32bit (const ShaderTemplate std, de::Random& rnd, const bool isData = true) in data32bit() argument
[all...]
H A DvktSpvAsmIntegerDotProductTests.cpp850 add32bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpSDotAccSatKHRComputeTests() argument
857 add16bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpSDotAccSatKHRComputeTests() argument
864 add8bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpSDotAccSatKHRComputeTests() argument
946 add32bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpUDotAccSatKHRComputeTests() argument
953 add16bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpUDotAccSatKHRComputeTests() argument
960 add8bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpUDotAccSatKHRComputeTests() argument
1042 add32bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add32bitOpSUDotAccSatKHRComputeTests() argument
1049 add16bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add16bitOpSUDotAccSatKHRComputeTests() argument
1056 add8bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add8bitOpSUDotAccSatKHRComputeTests() argument
[all...]

Completed in 43 milliseconds

1...<<1112131415161718