Home
last modified time | relevance | path

Searched refs:value (Results 12401 - 12425 of 27198) sorted by relevance

1...<<491492493494495496497498499500>>...1088

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c340 debug_flush_might_flush_cb(UNUSED void *key, void *value, void *data) in debug_flush_might_flush_cb() argument
343 (struct debug_flush_item *) value; in debug_flush_might_flush_cb()
381 debug_flush_flush_cb(UNUSED void *key, void *value, UNUSED void *data) in debug_flush_flush_cb() argument
384 (struct debug_flush_item *) value; in debug_flush_flush_cb()
/third_party/python/Python/
H A Dthread_nt.h296 // [0; 0xFFFFFFFE] (DWORD type). INFINITE value (0xFFFFFFFF) means no
416 PyThread_set_key_value(int key, void *value) in PyThread_set_key_value() argument
418 BOOL ok = TlsSetValue(key, value); in PyThread_set_key_value()
495 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() argument
498 BOOL ok = TlsSetValue(key->_key, value); in PyThread_tss_set()
/third_party/python/Lib/multiprocessing/
H A Dcontext.py80 def Semaphore(self, value=1):
83 return Semaphore(value, ctx=self.get_context())
85 def BoundedSemaphore(self, value=1):
88 return BoundedSemaphore(value, ctx=self.get_context())
/third_party/python/Lib/lib2to3/pgen2/
H A Dconv.py253 for ilabel, (type, value) in enumerate(self.labels):
254 if type == token.NAME and value is not None:
255 self.keywords[value] = ilabel
256 elif value is None:
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexArray11.cpp173 if (!mLastDrawElementsType.valid() || mLastDrawElementsType.value() != indexTypeOrInvalid || in syncStateForDraw()
174 mLastDrawElementsIndices.value() != indices || in syncStateForDraw()
175 mLastPrimitiveRestartEnabled.value() != restartEnabled) in syncStateForDraw()
277 // Current value attribs are managed by the StateManager11. in updateDirtyAttribs()
357 return mCachedIndexInfo.value(); in getCachedIndexInfo()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp142 /* true if 64-bit signed integer counter value was retrieved for the iteration,
146 /* true if 64-bit unsigned integer counter value was retrieved for the iteration,
151 /* 32-bit signed integer counter value, as stored in the query buffer object
156 /* 64-bit signed integer counter value, as stored in the query buffer object
161 /* 32-bit unsigned integer counter value, as stored in the query buffer object
166 /* 64-bit unsigned integer counter value, as stored in the query buffer object
172 /* 32-bit signed integer counter value, as stored in the query object
176 /* 64-bit signed integer counter value, as stored in the query object
180 /* 32-bit unsigned integer counter value, as stored in the query object
184 /* 64-bit unsigned integer counter value, a
312 getVerifyResultValuesErrorString(VALUE_TYPE value, const char* value_type, unsigned int n_expected_values, const glw::GLuint64* expected_values, glw::GLenum query_type, std::string draw_call_type_name, std::string primitive_type_name, bool is_primitive_restart_enabled) getVerifyResultValuesErrorString() argument
[all...]
/third_party/skia/src/core/
H A DSkTraceEvent.h223 // value in the return arguments. This allows this API to avoid declaring any
231 uint64_t* value) { \
235 *value = type_value.as_uint; \
243 uint64_t* value) { \
245 *value = static_cast<uint64_t>(arg); \
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp71 ScopedSetEnvVar(std::string name, std::string value) in ScopedSetEnvVar() argument
74 set(value); in ScopedSetEnvVar()
82 void set(std::string value) in set() argument
89 putEnv((name + std::string("=") + value).c_str()); in set()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.hpp257 void write_access_chain(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain);
258 void write_access_chain_struct(const SPIRAccessChain &chain, uint32_t value,
260 void write_access_chain_array(const SPIRAccessChain &chain, uint32_t value,
262 std::string write_access_chain_value(uint32_t value, const SmallVector<uint32_t> &composite_chain, bool enclose);
/third_party/skia/third_party/externals/jinja2/
H A Dasyncsupport.py172 async def auto_await(value):
173 if inspect.isawaitable(value):
174 return await value
175 return value
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c42 # define voidcast(type, value) static_cast<type>(value)
44 # define voidcast(type, value) (value)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.h83 void addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status);
88 void *fValues; // Union of one single value vs. UVector of values.
95 // No value: fValues == NULL and fHasValuesVector == false
96 // One value: fValues == value and fHasValuesVector == false
138 void put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status);
139 void put(const UChar*, void *value, UErrorCode &status);
158 void putImpl(const UnicodeString &key, void *value, UErrorCode &status);
H A Dudatpg.cpp149 const UChar *value, int32_t length) { in udatpg_setAppendItemFormat()
150 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemFormat()
168 const UChar *value, int32_t length) { in udatpg_setAppendItemName()
169 UnicodeString valueString((UBool)(length<0), value, length); in udatpg_setAppendItemName()
147 udatpg_setAppendItemFormat(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemFormat() argument
166 udatpg_setAppendItemName(UDateTimePatternGenerator *dtpg, UDateTimePatternField field, const UChar *value, int32_t length) udatpg_setAppendItemName() argument
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_utils.c132 // Special case code with only one value. in BuildHuffmanTable()
137 code.value = (uint16_t)sorted[0]; in BuildHuffmanTable()
165 code.value = (uint16_t)sorted[symbol++]; in BuildHuffmanTable()
190 root_table[low].value = (uint16_t)((table - root_table) - low); in BuildHuffmanTable()
195 code.value = (uint16_t)sorted[symbol++]; in BuildHuffmanTable()
212 // More commonly, the value is around ~280.
215 // Cut-off value for switching between heap and stack allocation.
234 // We need at least 'total_size' but if that value is small, it is better to in VP8LBuildHuffmanTable()
236 // therefore chosen (any other arbitrary value could be chosen). in VP8LBuildHuffmanTable()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_post_form.c90 const char *value, uint64_t off, size_t size) in post_iterator()
97 fprintf (stderr, "PI sees %s-%.*s\n", key, size, value); in post_iterator()
100 (size == strlen ("daniel")) && (0 == strncmp (value, "daniel", size))) in post_iterator()
103 (size == strlen ("curl")) && (0 == strncmp (value, "curl", size))) in post_iterator()
84 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *value, uint64_t off, size_t size) post_iterator() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dio.hpp115 unsigned value; member
122 unsigned value; member
130 CTy value[3]; member
137 order_type value; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h308 constexpr static VkResult WrapUnsafe(::VkResult value) { in WrapUnsafe() argument
309 return VkResult(value); in WrapUnsafe()
318 constexpr VkResult(::VkResult value) : mValue(value) { in VkResult() argument
/third_party/python/Lib/test/
H A Dtest_opcache.py21 Descriptor.__get__ = lambda self, instance, value: 2
39 def __set__(self, instance, value):
259 def __set__(self, instance, value):
294 def __set__(self, instance, value):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h31 parallel_execution_policy>::value> {};
177 static_assert(is_execution_policy<Policy>::value, in sort()
184 static_assert(is_execution_policy<Policy>::value, in for_each()
191 static_assert(is_execution_policy<Policy>::value, in for_each_n()
H A DTrailingObjects.h141 static const bool value = alignof(PrevTy) < alignof(NextTy); member
145 return RequiresRealignment::value;
330 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
342 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator.h45 std::is_base_of<std::random_access_iterator_tag, IteratorCategoryT>::value,
47 std::is_base_of<std::bidirectional_iterator_tag, IteratorCategoryT>::value,
161 WrappedIteratorT>::value_type>::value,
165 WrappedIteratorT>::value_type>::value,
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc303 bool get_compression(int argc, char* argv[], int* value) { in get_compression() argument
305 *value = isdigit(argv[argn][0]) ? atoi(argv[argn++]) : -1; in get_compression()
306 return *value >= 0 && *value <= 9; in get_compression()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip.cc26 return file_path.BaseName().value()[0] == '.'; in IsHiddenFile()
79 for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
90 << path.value();
186 DLOG(WARNING) << "Failed to open " << src_file.value(); in UnzipWithFilterCallback()
/third_party/skia/third_party/externals/icu/source/common/
H A Dsimpleformatter.cpp23 * This is currently the only unused char value in compiled patterns,
24 * except it is the maximum value of the first unit (max arg +1).
28 * Initial and maximum char/UChar value set for a text segment.
29 * Segment length char values are from ARG_NUM_LIMIT+1 to this value here.
217 // If the pattern starts with an argument whose value is the same object in formatAndReplace()
221 // If any non-initial argument value is the same object as the result, in formatAndReplace()
289 const UnicodeString *value = values[n]; in format() local
290 if (value == NULL) { in format()
294 if (value == &result) { in format()
300 // We are appending to result which is also the first value objec in format()
[all...]
H A Dutrie.h43 * From such a folded value, an offset needs to be extracted to supply
47 * to get that offset from the folded value for a lead surrogate unit.
110 * (Number of Unicode code points + one all-initial-value block +
137 * @param data data value for a surrogate from the trie, including the folding offset
161 * the lead surrogate's value itself - which is the inverse of the default
288 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
298 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
299 * c16 may be a lead surrogate, which may have a value including a folding offset.
308 * Get a 16-bit trie value fro
[all...]

Completed in 28 milliseconds

1...<<491492493494495496497498499500>>...1088