/third_party/node/deps/v8/src/utils/ |
H A D | locked-queue-inl.h | 17 Record value; member 45 n->value = std::move(record); in Enqueue() 62 *record = std::move(next_node->value); in Dequeue() 83 *record = next_node->value; in Peek()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.h | 36 /* Simple tri-state data structure. In the default "don't care" state, the value 37 * may be set to true or false. However, once the value is set, it must not be 50 * Try to set a tristate value to a desired boolean value. Returns whether the 54 pan_tristate_set(struct pan_tristate *state, bool value) in pan_tristate_set() argument 58 state->v = value ? PAN_TRISTATE_TRUE : PAN_TRISTATE_FALSE; in pan_tristate_set() 62 return (value == false); in pan_tristate_set() 65 return (value == true); in pan_tristate_set() 68 unreachable("Invalid tristate value"); in pan_tristate_set() 73 * Read the boolean value o [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | annotations.rs | 186 attr.value.split("::").map(Into::into).collect(), in parse() 189 "derive" => self.derives.push(attr.value), in parse() 191 self.private_fields = Some(attr.value != "false") in parse() 194 self.accessor_kind = Some(parse_accessor(&attr.value)) in parse()
|
/third_party/python/Lib/ |
H A D | abc.py | 173 value = getattr(cls, name, None) 174 if getattr(value, "__isabstractmethod__", False): 177 for name, value in cls.__dict__.items(): 178 if getattr(value, "__isabstractmethod__", False):
|
/third_party/pulseaudio/src/tests/ |
H A D | remix-test.c | 32 pa_resample_flags_t value; member 38 #define RESAMPLE_FLAGS(flags) { .str = #flags, .value = (flags) } 70 { .str = NULL, .value = 0 }, in main() 98 flag_sets[k].value); in main()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | tls.cpp | 101 bool SetTLSValue(TLSIndex index, void *value) 123 threadData->at(index) = value; 126 return (TlsSetValue(index, value) == TRUE); 129 return (pthread_setspecific(index, value) == 0);
|
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/ |
H A D | FunctionsCGL.h | 38 (CGLPixelFormatObj pix, GLint pix_num, CGLPixelFormatAttribute attrib, GLint *value), 39 (pix, pix_num, attrib, value)) 44 (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value), 45 (rend, rend_num, prop, value))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | SurfaceImpl.cpp | 105 egl::Error SurfaceImpl::getUserWidth(const egl::Display *display, EGLint *value) const in getUserWidth() 107 *value = getWidth(); in getUserWidth() 111 egl::Error SurfaceImpl::getUserHeight(const egl::Display *display, EGLint *value) const in getUserHeight() 113 *value = getHeight(); in getUserHeight()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | constants_test.cpp | 49 IntConstant value(&type, GetParam().words); in TEST_P() 51 EXPECT_EQ(GetParam().expected_value, value.GetSignExtendedValue()); in TEST_P() 56 IntConstant value(&type, GetParam().words); in TEST_P() 58 EXPECT_EQ(GetParam().expected_value, value.GetZeroExtendedValue()); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Value.hpp | 44 // Value holds a value that can be read. 50 // type() returns the typename for the value. 53 // get() returns a string representation of the value using the specified 57 // children() returns the optional child members of this value. 61 // Constant is constant value of type T. 76 // Reference is reference to a value in memory. 124 // make_constant() returns a shared_ptr to a Constant with the given value. 126 inline std::shared_ptr<Constant<T>> make_constant(const T &value) in make_constant() argument 128 return std::make_shared<Constant<T>>(value); in make_constant() 131 // make_reference() returns a shared_ptr to a Reference with the given value 133 make_reference(const T &value) make_reference() argument [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | e_os2.h | 187 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ 189 { static type _hide_##name=value; return &_hide_##name; } 193 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) type _shadow_##name=value;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontUtils.java | 123 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS4.value()); in getUCSCMap() 126 Font.PlatformId.Windows.value(), Font.WindowsEncodingId.UnicodeUCS2.value()); in getUCSCMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | constants_test.cpp | 49 IntConstant value(&type, GetParam().words); in TEST_P() 51 EXPECT_EQ(GetParam().expected_value, value.GetSignExtendedValue()); in TEST_P() 56 IntConstant value(&type, GetParam().words); in TEST_P() 58 EXPECT_EQ(GetParam().expected_value, value.GetZeroExtendedValue()); in TEST_P()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | _compat.py | 26 def reraise(tp, value, tb=None): 27 if value.__traceback__ is not tb: 28 raise value.with_traceback(tb) 29 raise value 59 exec("def reraise(tp, value, tb=None):\n raise tp, value, tb")
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-bignum.h | 58 void AssignUInt16(const uint16_t value); 59 void AssignUInt64(uint64_t value); 62 void AssignDecimalString(const Vector<const char> value); 63 void AssignHexString(const Vector<const char> value); 153 // The Bignum's value is value(bigits_buffer_) * 2^(exponent_ * kBigitSize), 154 // where the value of the buffer consists of the lower kBigitSize bits of
|
H A D | rbt_data.cpp | 50 UnicodeString* value = in TransliterationRuleData() local 51 new UnicodeString(*(const UnicodeString*)e->value.pointer); in TransliterationRuleData() 52 // Exit out if value could not be created. in TransliterationRuleData() 53 if (value == NULL) { in TransliterationRuleData() 56 variableNames.put(*(UnicodeString*)e->key.pointer, value, status); in TransliterationRuleData()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_urlparse.c | 74 const char *value) in test_values() 77 (0 == strcmp (value, "b")) ) in test_values() 80 (0 == strcmp (value, "")) ) in test_values() 83 (NULL == value) ) in test_values() 71 test_values(void *cls, enum MHD_ValueKind kind, const char *key, const char *value) test_values() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | FullDuplexStream.cpp | 29 memset(audioData, 0 /* value */, numBytes); in onAudioReady() 42 actualFramesRead = result.value(); in onAudioReady() 63 int32_t framesAvailable = resultAvailable.value(); in onAudioReady() 79 int32_t framesAvailable = resultAvailable.value(); in onAudioReady() 87 framesRead = resultRead.value(); in onAudioReady()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | round.hpp | 10 /// @brief rounding value to specific boundings 33 /// Return true if the value is a power of two number. 39 /// Return true if the value is a power of two number. 43 GLM_FUNC_DECL vecType<bool, P> isPowerOfTwo(vecType<T, P> const & value); 45 /// Return the power of two number which value is just higher the input value, 52 /// Return the power of two number which value is just higher the input value, 57 GLM_FUNC_DECL vecType<T, P> ceilPowerOfTwo(vecType<T, P> const & value); 59 /// Return the power of two number which value i [all...] |
/third_party/skia/src/sksl/lex/ |
H A D | NFAState.h | 69 bool value; in accept() local 71 value = fData[c]; in accept() 73 value = false; in accept() 75 return value != fInverse; in accept()
|
/third_party/python/Lib/test/ |
H A D | test_pstats.py | 70 self.stats.sort_arg_dict_default[member.value][-1]) 82 value = values[0] 83 obj = str.__new__(cls, value) 84 obj._value_ = value
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_function_decoration_list_test.cc | 29 ASSERT_EQ(decos.value.size(), 2u); in TEST_F() 31 auto* deco_0 = decos.value[0]->As<ast::Decoration>(); in TEST_F() 32 auto* deco_1 = decos.value[1]->As<ast::Decoration>(); in TEST_F() 64 EXPECT_TRUE(decos.value.empty()); in TEST_F() 92 EXPECT_EQ(p->error(), "1:9: invalid value for stage decoration"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | traits.h | 89 /// `IsTypeOrDerived<T, BASE>::value` is true iff `T` is of type `BASE`, or 94 std::is_base_of<BASE, Decay<T>>::value || 95 std::is_same<BASE, Decay<T>>::value>; 105 using EnableIfIsType = EnableIf<IsTypeOrDerived<T, BASE>::value, T>; 110 using EnableIfIsNotType = EnableIf<!IsTypeOrDerived<T, BASE>::value, T>;
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
H A D | main.go | 42 run-parallel <executable> [arguments...] -- [per-instance-value...] 47 per-instance-value for the given invocation. 48 per-instance-value - a list of values. The executable will be invoked for each 49 value in this list.`)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uset_props.cpp | 103 UProperty prop, int32_t value, UErrorCode* ec) { in uset_applyIntPropertyValue() 104 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec); in uset_applyIntPropertyValue() 110 const UChar *value, int32_t valueLength, in uset_applyPropertyAlias() 114 UnicodeString v(value, valueLength); in uset_applyPropertyAlias() 102 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) uset_applyIntPropertyValue() argument 108 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) uset_applyPropertyAlias() argument
|