/third_party/node/lib/internal/ |
H A D | encoding.js | 28 const kFlags = Symbol('flags'); 406 this[kFlags] = flags; 421 const handle = getConverter(this[kEncoding], this[kFlags]); 493 this[kFlags] = flags; 524 if (this[kFlags] & CONVERTER_FLAGS_FLUSH) { 529 this[kFlags] &= ~CONVERTER_FLAGS_FLUSH; 531 this[kFlags] |= CONVERTER_FLAGS_FLUSH; 534 let result = this[kFlags] & CONVERTER_FLAGS_FLUSH ? 540 !(this[kFlags] & CONVERTER_FLAGS_IGNORE_BOM)) { 565 return (this[kFlags] [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ExternalBufferTest.cpp | 107 constexpr GLbitfield kFlags = GL_DYNAMIC_STORAGE_BIT_EXT; in TEST_P() local 113 eglGetNativeClientBufferANDROID(aHardwareBuffer), kFlags); in TEST_P() 148 constexpr GLbitfield kFlags = GL_DYNAMIC_STORAGE_BIT_EXT; in TEST_P() local 155 eglGetNativeClientBufferANDROID(aHardwareBuffer), kFlags); in TEST_P() 212 constexpr GLbitfield kFlags = GL_MAP_READ_BIT; in TEST_P() local 218 eglGetNativeClientBufferANDROID(aHardwareBuffer), kFlags); in TEST_P() 259 constexpr GLbitfield kFlags = (GL_MAP_READ_BIT_EXT | GL_MAP_WRITE_BIT_EXT); in TEST_P() local 265 eglGetNativeClientBufferANDROID(aHardwareBuffer), kFlags); in TEST_P() 297 constexpr GLbitfield kFlags = in TEST_P() local 304 eglGetNativeClientBufferANDROID(aHardwareBuffer), kFlags); in TEST_P() [all...] |
/third_party/vixl/examples/aarch32/ |
H A D | mandelbrot.cc | 105 const QRegister kFlags = q2; in GenerateMandelBrot() local 116 // kFlags will be 0, else ~0. in GenerateMandelBrot() 127 __ Vmov(F32, kFlags, 0.0); in GenerateMandelBrot() 150 __ Vorr(F32, kFlags, kFlags, q10); // (~0/0) | above result in GenerateMandelBrot() 158 // kLowerFlags is the lower half of kFlags, so the second narrow will in GenerateMandelBrot() 161 __ Vmovn(I32, kLowerFlags, kFlags); in GenerateMandelBrot() 162 __ Vmovn(I16, kLowerFlags, kFlags); in GenerateMandelBrot()
|
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 739 constexpr CTypeInfo::Flags kFlags = in Build() local 746 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kAllowSharedBit), in Build() 751 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kEnforceRangeBit), in Build() 755 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kClampBit), in Build() 759 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kIsRestrictedBit), in Build() 772 internal::TypeInfoHelper<T>::SequenceType(), kFlags); in Build()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-fast-api-calls.h | 772 constexpr CTypeInfo::Flags kFlags = in Build() local 779 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kAllowSharedBit), in Build() 784 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kEnforceRangeBit), in Build() 788 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kClampBit), in Build() 792 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kIsRestrictedBit), in Build() 805 internal::TypeInfoHelper<T>::SequenceType(), kFlags); in Build()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | font_header_table.cc | 42 return data_->ReadUShort(Offset::kFlags); in FlagsAsInt() 158 InternalWriteData()->WriteUShort(Offset::kFlags, flags); in SetFlagsAsInt()
|
H A D | font_header_table.h | 146 kFlags = 16, enumerator
|
/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 287 constexpr uint32_t kFlags = in CreateAndOpenTemporaryFileInDir() local 305 file.Initialize(temp_name, kFlags); in CreateAndOpenTemporaryFileInDir()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 359 const char kFlags[] = {'-', '#', '0', '+', ' '}; in AllFlagCombinations() local 361 for (size_t fsi = 0; fsi < (1ull << ArraySize(kFlags)); ++fsi) { in AllFlagCombinations() 363 for (size_t fi = 0; fi < ArraySize(kFlags); ++fi) in AllFlagCombinations() 365 flag_set += kFlags[fi]; in AllFlagCombinations()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | ArchiveExports.cpp | 118 case NArchive::NHandlerPropID::kFlags: prop = (UInt32)arc.Flags; break;
in GetHandlerProperty2()
|
H A D | IArchive.h | 114 kFlags, // VT_UI4
enumerator
|
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.cc | 577 const CallDescriptor::Flags kFlags = in GetBytecodeDispatchCallDescriptor() local 588 kFlags, // flags in GetBytecodeDispatchCallDescriptor()
|
H A D | js-operator.cc | 831 static constexpr int kFlags = 1; in DefineKeyedOwnPropertyInLiteral() local 834 kObject + kName + kValue + kFlags + kFeedbackVector; in DefineKeyedOwnPropertyInLiteral()
|
/third_party/skia/gm/ |
H A D | gradients.cpp | 716 inline static constexpr uint32_t kFlags = 0; member in __anon18380::LinearGradientTinyGM 751 kFlags, nullptr));
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-definitions.h | 835 kFlags) \ 843 kFlags) \
|
H A D | builtins-regexp-gen.cc | 1177 auto flags = Parameter<Object>(Descriptor::kFlags); in TF_BUILTIN() 1299 auto maybe_flags = Parameter<Object>(Descriptor::kFlags); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | interface-descriptors.h | 1943 DEFINE_PARAMETERS(kSource, kFlags, kSlot, kVector) 1946 MachineType::TaggedSigned(), // kFlags 1955 DEFINE_PARAMETERS_NO_CONTEXT(kSource, kFlags, kSlot) 1957 MachineType::TaggedSigned(), // kFlags
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 457 RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kFlags, item.Flags, flags_Defined))
in LoadFormats()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 3204 constexpr VkQueryResultFlags kFlags = VK_QUERY_RESULT_64_BIT; in getUint64ResultNonBlocking() local 3205 result = getResultImpl(contextVk, kFlags, resultOut); in getUint64ResultNonBlocking() 3231 constexpr VkQueryResultFlags kFlags = VK_QUERY_RESULT_64_BIT | VK_QUERY_RESULT_WAIT_BIT; in getUint64Result() local 3232 ANGLE_VK_TRY(contextVk, getResultImpl(contextVk, kFlags, resultOut)); in getUint64Result()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 1887 const DWORD kFlags = 1892 DWORD message_length = ::FormatMessageA(kFlags,
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 1681 const DWORD kFlags = FORMAT_MESSAGE_FROM_SYSTEM | in HRESULTFailureHelper() 1686 DWORD message_length = ::FormatMessageA(kFlags, in HRESULTFailureHelper()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 1904 const DWORD kFlags = 1909 DWORD message_length = ::FormatMessageA(kFlags,
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 4748 auto flags = Parameter<Smi>(Descriptor::kFlags); in GenerateCloneObjectIC_Slow() 4802 auto flags = Parameter<Smi>(Descriptor::kFlags); in GenerateCloneObjectICBaseline() 4815 auto flags = Parameter<Smi>(Descriptor::kFlags); in GenerateCloneObjectIC()
|