/third_party/gn/src/gn/ |
H A D | function_get_target_outputs.cc | 11 #include "gn/value.h" 34 Return value 135 ret.list_value().push_back(Value(function, file.value()));
|
H A D | function_write_file.cc | 71 scope->settings()->build_settings()->build_dir(), source_file.value(), in RunWriteFile() 84 // Extract conversion value. in RunWriteFile()
|
H A D | location.cc | 45 ret = file_->name().value(); in Describe()
|
/third_party/backends/backend/ |
H A D | p5.h | 132 * Contains one SANE option description and its value. 137 Option_Value value; /** option value */ member
|
/third_party/curl/lib/ |
H A D | curl_gssapi.c | 113 (char *)status_string.value); in display_gss_error()
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.h | 56 BenchTimeType ParseBenchMinTime(const std::string& value);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | search.h | 134 * @param value text attribute value 139 USearchAttributeValue value, 145 * @return text attribute value 221 * Note that <tt>NULL</tt> is a legal value; it means that break
|
H A D | udateintervalformat.h | 305 * Set a particular UDisplayContext value in the formatter, such as 310 * @param formatter The formatter for which to set a UDisplayContext value. 311 * @param value The UDisplayContext value to set. 316 udtitvfmt_setContext(UDateIntervalFormat* formatter, UDisplayContext value, UErrorCode* status); 319 * Get the formatter's UDisplayContext value for the specified UDisplayContextType, 322 * @param type The UDisplayContextType whose value to return
|
/third_party/icu/icu4c/source/common/ |
H A D | propsvec.h | 67 * Stable value, unlike UPVEC_MAX_CP which might grow over time. 73 * @param columns Number of value integers (uint32_t) per row. 83 * reset the mask bits and set the value bits (ANDed with the mask). 91 uint32_t value, uint32_t mask, 119 * (Therefore, it starts at 0 increases in increments of the columns value.)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUDebug.java | 97 public static String value(String arg) { in value() method in ICUDebug 112 if (help) System.out.println("\nICUDebug.value(" + arg + ") = " + result); in value()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_compact.h | 48 void put(const char *key, ResourceValue &value, UBool /*noFallback*/, UErrorCode &status) U_OVERRIDE;
|
/third_party/libsnd/src/ALAC/ |
H A D | ALACBitUtilities.h | 86 void BitBufferWrite (BitBuffer * bits, uint32_t value, uint32_t numBits) ;
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-map.h | 151 * \param value: the value, may be any kind of object 152 * \param valuelen: the length of value 154 * Allocates space for the item, key and value using the map allocator, and 155 * if non-NULL, copies the key and value into the item. 164 const lws_map_value_t value, size_t valuelen);
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_util.h | 134 void ac_set_reg_cu_en(void *cs, unsigned reg_offset, uint32_t value, uint32_t clear_mask,
|
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 110 __u64 value; member
|
/third_party/libbpf/src/ |
H A D | bpf_gen_internal.h | 66 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *value, __u32 value_size);
|
/third_party/jerryscript/tests/jerry/ |
H A D | string-prototype-replace.js | 104 value : 0,
|
H A D | array.js | 41 Object.defineProperty (b, '10000', {value : 25, writable : false}); 71 Array.prototype[0] = 'string value'; 73 assert(Array.prototype[0] === 'string value');
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-array-object.h | 83 ecma_fast_array_set_property (ecma_object_t *object_p, uint32_t index, ecma_value_t value);
|
H A D | ecma-typedarray-object.h | 37 ecma_number_t value,
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | symbol-unscopables.js | 96 assert(obj3.value === true);
|
H A D | proxy_has.js | 144 value: 10
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.h | 77 * tries to get the countable value. 80 uint64_t last_value, value; member 94 * with various formulas to derive the high level "Counter" value exposed
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglcontext.h | 75 _eglQueryContext(_EGLContext *ctx, EGLint attribute, EGLint *value);
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_dumb_increment.c | 66 vhd->options = (unsigned int *)opt->value; in callback_dumb_increment()
|