/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer.cc | 360 // This build line needs a custom language-specific flags value. Rule-specific in WriteGCCPCHCommand() 416 // This build line needs a custom language-specific flags value. Rule-specific in WriteWindowsPCHCommand() 421 // This adds the value to the existing flag instead of overwriting it. in WriteWindowsPCHCommand() 467 const std::string& output_value = dep.value(); in WriteSources() 586 DCHECK(!cur->link_output_file().value().empty()) in WriteLinkerStuff() 594 if (cur->dependency_output_file().value() != in WriteLinkerStuff() 595 cur->link_output_file().value()) { in WriteLinkerStuff() 823 if (!set.insert(file.value()).second) { in CheckForDuplicateObjectFiles() 828 file.value() + in CheckForDuplicateObjectFiles()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_fluent.cpp | 70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit() 74 // TODO: On nullptr, reset to default value? in adoptUnit() 86 // TODO: On nullptr, reset to default value? in adoptUnit() 114 // TODO: On nullptr, reset to default value? in adoptPerUnit() 126 // TODO: On nullptr, reset to default value? in adoptPerUnit() 566 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { in formatInt() argument 573 results->quantity.setToLong(value); in formatInt() 585 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { in formatDouble() argument 592 results->quantity.setToDouble(value); in formatDouble() 604 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCod argument [all...] |
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 297 const void *value, signed long valueSize); 301 void *value, signed long valueSize); 748 * transmit the driconf value grabbed from the AIGLX driver untranslated as 749 * the GLX fbconfig value. __DRI_ATTRIB_SWAP_NONE is only used by dri drivers 761 * returns a reliable value. 781 unsigned int *value); 784 unsigned int *attrib, unsigned int *value); 843 * address space. This value is calculated by 1007 * opaque \c unsigned \c int value describing the format of the buffer. 1029 * Return a loader capability value [all...] |
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 531 nouveau_getparam(struct nouveau_device *dev, uint64_t param, uint64_t *value) in nouveau_getparam() argument 537 *value = r.value; in nouveau_getparam() 542 nouveau_setparam(struct nouveau_device *dev, uint64_t param, uint64_t value) in nouveau_setparam() argument 545 struct drm_nouveau_setparam r = { .param = param, .value = value }; in nouveau_setparam()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.c | 214 property_pair_p->values[prop_index].value = values_p[index]; in ecma_fast_array_convert_to_normal() 238 ecma_value_t value) /**< value to be set */ in ecma_fast_array_set_property() 261 values_p[index] = ecma_copy_value_if_not_object (value); in ecma_fast_array_set_property() 299 values_p[index] = ecma_copy_value_if_not_object (value); in ecma_fast_array_set_property() 365 * Delete the array object's property referenced by its value pointer. 372 ecma_property_value_t *prop_value_p) /**< property value reference */ in ecma_array_object_delete_property() 406 * @return the updated value of new_length 576 * @return ecma value 577 * Returned value mus 236 ecma_fast_array_set_property(ecma_object_t *object_p, uint32_t index, ecma_value_t value) ecma_fast_array_set_property() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 94 uint64_t value; member 788 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc() 840 __atomic_fetch_add(&counterTime->counter.count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop() 841 __atomic_fetch_add(&counterTime->selfCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop() 842 __atomic_fetch_add(&counterTime->totalCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop() 849 __atomic_fetch_sub(&counterTime->selfCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.cpp | 641 uint16_t value = -(int16_t)reg->ud; in brw_negate_immediate() local 642 reg->ud = value | (uint32_t)value << 16; in brw_negate_immediate() 682 uint16_t value = abs((int16_t)reg->ud); in brw_abs_immediate() local 683 reg->ud = value | (uint32_t)value << 16; in brw_abs_immediate() 705 /* Presumably the absolute value modifier on an unsigned source is a in brw_abs_immediate()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_fluent.cpp | 70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit() 74 // TODO: On nullptr, reset to default value? in adoptUnit() 86 // TODO: On nullptr, reset to default value? in adoptUnit() 114 // TODO: On nullptr, reset to default value? in adoptPerUnit() 126 // TODO: On nullptr, reset to default value? in adoptPerUnit() 566 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { in formatInt() argument 573 results->quantity.setToLong(value); in formatInt() 585 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { in formatDouble() argument 592 results->quantity.setToDouble(value); in formatDouble() 604 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCod argument [all...] |
/third_party/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 373 mp_cgienv->value); in lws_cgi() 467 *value = NULL; in lws_cgi_write_split_stdout_headers() local 540 value = name; in lws_cgi_write_split_stdout_headers() 569 buf, value); in lws_cgi_write_split_stdout_headers() 572 (unsigned char *)value, lws_ptr_diff(name, value), in lws_cgi_write_split_stdout_headers()
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 475 return static_cast<Variable*>(variables_.Start()->value); in catch_variable() 1035 // The variable corresponding to the 'this' value. 1044 // The variable corresponding to the 'new.target' value. 1095 Variable* var = reinterpret_cast<Variable*>(p->value); in MakeParametersNonSimple() 1199 void set_has_inferred_function_name(bool value) { in set_has_inferred_function_name() argument 1201 has_inferred_function_name_ = value; in set_has_inferred_function_name() 1233 void set_class_scope_has_private_brand(bool value) { in set_class_scope_has_private_brand() argument 1234 class_scope_has_private_brand_ = value; in set_class_scope_has_private_brand()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 476 Handle<BigInt> value; \ 478 isolate, value, \ 481 Handle<Object> number = BigInt::ToNumber(isolate, value); \ 491 Handle<BigInt> value; \ 493 isolate, value, \ 496 return *value; \ 678 /* 1. Let zonedDateTime be the this value. */ \
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-heap.cc | 67 void VisitTracedReference(const v8::TracedReference<v8::Value>& value) final { 68 VisitHandle(value, value.WrapperClassId()); 72 void VisitHandle(const v8::TracedReference<v8::Value>& value, in VisitHandle() argument 74 DCHECK(!value.IsEmpty()); in VisitHandle() 77 *reinterpret_cast<const internal::JSObject* const&>(value); in VisitHandle()
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.h | 485 V8_INLINE void set(int index, Object value, 491 V8_INLINE void set(int index, Object value, WriteBarrierMode mode, 559 // This slot holds the thrown value in catch contexts. 641 inline void set_##name(type value); \ 642 inline bool is_##name(type value) const; \ 723 void set(int index, Object value, WriteBarrierMode mode) = delete; 724 V8_INLINE void set(int index, Object value, WriteBarrierMode mode,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 143 void set_detachedness(v8::EmbedderGraph::Node::Detachedness value) { in set_detachedness() argument 144 detachedness_ = static_cast<uint8_t>(value); in set_detachedness() 436 HeapEntry* entry, ArrayBoilerplateDescription value); 438 HeapEntry* entry, RegExpBoilerplateDescription value); 576 auto it = smis_map_.find(smi.value()); in FindEntry() 609 return smis_map_.emplace(smi.value(), allocator->AllocateEntry(smi)) in AddEntry()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-nodes.h | 124 // that start-of-string assertions (^) can't match. This value is greater than 165 // For a given number of characters this returns a mask and a value. The 166 // next n characters are anded with the mask and compared with the value. 239 void set_on_work_list(bool value) { on_work_list_ = value; } in set_on_work_list() argument 363 int value; member 576 Guard(int reg, Relation op, int value) : reg_(reg), op_(op), value_(value) {} in Guard() argument 579 int value() { return value_; } in value() function in v8::internal::Guard 758 // continue_node_ might be considered. This value ca [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 21 #include "src/wasm/value-type.h" 28 #include "src/wasm/wasm-value.h" 111 Handle<Object> value = args.at(1); in RUNTIME_FUNCTION() local 124 bool result = internal::wasm::TypecheckJSObject(isolate, module, value, type, in RUNTIME_FUNCTION() 513 Handle<Object> value(value_raw, isolate); in RUNTIME_FUNCTION() 518 int result = WasmTableObject::Grow(isolate, table, delta, value); in RUNTIME_FUNCTION() 532 Handle<Object> value(value_raw, isolate); in RUNTIME_FUNCTION() 550 WasmTableObject::Fill(isolate, table, start, value, fill_count); in RUNTIME_FUNCTION() 724 // {StackGuard::SetStackLimit} doesn't update the value of the jslimit if it 725 // contains a sentinel value, an [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | declarable.h | 243 DECLARE_DECLARABLE_BOILERPLATE(Value, value) 246 VisitResult value() const { return *value_; } in value() function in v8::internal::torque::Value 249 void set_value(VisitResult value) { in set_value() argument 251 value_ = value; in set_value() 290 explicit ExternConstant(Identifier* name, const Type* type, std::string value) in ExternConstant() argument 292 set_value(VisitResult(type, std::move(value))); in ExternConstant()
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 470 cmd.append(f"--host={self.host.value}") 471 cmd.append(f"--build={Host.build.value}") 475 cmd.append(f"--with-emscripten-target={self.target.value}") 509 for key, value in platenv.items(): 510 if value is None: 516 new_path.extend(value) 518 elif isinstance(value, str): 519 env[key] = value.format( 525 env[key] = value
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | DescriptorsTest.java | 75 // Regression test for bug where referencing a FieldDescriptor.Type value 76 // before a FieldDescriptorProto.Type value would yield a 309 EnumValueDescriptor value = ForeignEnum.FOREIGN_FOO.getValueDescriptor(); in testEnumDescriptor() 310 assertEquals(value, enumType.getValues().get(0)); in testEnumDescriptor() 311 assertEquals("FOREIGN_FOO", value.getName()); in testEnumDescriptor() 312 assertEquals(4, value.getNumber()); in testEnumDescriptor() 313 assertEquals(value, enumType.findValueByName("FOREIGN_FOO")); in testEnumDescriptor() 314 assertEquals(value, enumType.findValueByNumber(4)); in testEnumDescriptor()
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 453 def _result(self, value): 455 fut.set_result(value) 761 # operation when it completes. The future's value is actually 762 # the value returned by callback(). 772 value = callback(None, None, ov) 776 f.set_result(value) 846 value = callback(transferred, key, ov) 851 f.set_result(value)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderStructTests.cpp | 537 LOCAL_STRUCT_CASE(return, "Struct as a return value", in init() 1176 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, float value) in setUniform() argument 1179 gl.uniform1f(loc, value); in setUniform() 1183 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, int value) in setUniform() argument 1186 gl.uniform1i(loc, value); in setUniform() 1190 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, const float* value, int arraySize) in setUniform() argument 1193 gl.uniform1fv(loc, arraySize, value); in setUniform()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 121 # define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ 123 * This indicates that the ASN1_STRING is not a real value but just a place 151 * The value of the following field depends on the type being held. It 153 * non-zero 'unused bits' value, it will be handled correctly 177 * STABLE_FLAGS_MALLOC only we can clear the existing value. Use the alias 472 } value; member 521 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value); 522 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value); 559 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value); 567 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, [all...] |
/third_party/skia/tests/ |
H A D | UtilsTest.cpp | 150 int value = rand.nextS(); in test_search() local 151 int index = SkTSearch<int>(array, kSEARCH_COUNT, value, sizeof(int)); in test_search() 155 index < kSEARCH_COUNT && array[index] == value); in test_search() 160 REPORTER_ASSERT(reporter, value < array[index]); in test_search() 162 REPORTER_ASSERT(reporter, value > array[index - 1]); in test_search() 165 // we should append the new value in test_search() 166 REPORTER_ASSERT(reporter, value > array[kSEARCH_COUNT - 1]); in test_search()
|
/third_party/python/Lib/test/ |
H A D | test_memoryview.py | 68 def setitem(value): 69 m[0] = value 101 def setitem(key, value): 102 m[key] = tp(value) 326 # Releasing the memoryview keeps the stored hash value (as with weakrefs) 520 self.assertEqual(d.value, 0.6) 528 self.assertEqual(d.value, 0.6)
|
H A D | test_generators.py | 45 self.assertEqual(exc.value, "PASSED") 109 self.assertEqual(cm.exception.value, 2) 396 self.assertEqual(cm.exception.value, (2,)) 406 self.assertIsInstance(cm.exception.value, StopIteration) 407 self.assertEqual(cm.exception.value.value, 2) 1492 # then, it "backtracks" to get the next value from the nearest enclosing 2036 Sending a value into a started generator: 2048 Sending a value into a new generator produces a TypeError: 2053 TypeError: can't send non-None value t [all...] |