Home
last modified time | relevance | path

Searched refs:value (Results 8751 - 8775 of 31723) sorted by relevance

1...<<351352353354355356357358359360>>...1269

/third_party/node/deps/v8/src/utils/
H A Dlocked-queue-inl.h17 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 Dpan_job.h36 /* 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 Dannotations.rs186 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 Dabc.py173 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 Dremix-test.c32 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 Dtls.cpp101 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 DFunctionsCGL.h38 (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 DSurfaceImpl.cpp105 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 Dconstants_test.cpp49 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 DValue.hpp44 // 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 De_os2.h187 # 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 DFontUtils.java123 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 Dconstants_test.cpp49 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.py26 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 Ddouble-conversion-bignum.h58 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 Drbt_data.cpp50 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 Dtest_urlparse.c74 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 DFullDuplexStream.cpp29 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 Dround.hpp10 /// @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 DNFAState.h69 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 Dtest_pstats.py70 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 Dparser_impl_function_decoration_list_test.cc29 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 Dtraits.h89 /// `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 Dmain.go42 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 Duset_props.cpp103 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

Completed in 16 milliseconds

1...<<351352353354355356357358359360>>...1269