/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_call.js | 258 var values = [NaN, 1.5, 100, /RegExp/, "string", {}, [], Symbol(), 260 values.forEach(target => {
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_radeon_winsys.h | 317 radeon_emit_array(struct radeon_cmdbuf *cs, const uint32_t *values, unsigned count) in radeon_emit_array() argument 319 memcpy(cs->buf + cs->cdw, values, count * 4); in radeon_emit_array()
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3dx_simulator.c | 540 uint64_t *values) in simulator_perfmon_stop() 546 values[i] += V3D_READ(V3D_PCTR_0_PCTR_N(i)); in simulator_perfmon_stop() 538 simulator_perfmon_stop(struct v3d_hw *v3d, uint32_t ncounters, uint64_t *values) simulator_perfmon_stop() argument
|
/third_party/node/lib/internal/process/ |
H A D | per_thread.js | 140 // Call the native function to get the current values. 348 // Strips any values after `=`, inclusive. 380 values() { 386 const flagSetValues = NodeEnvironmentFlagsSet.prototype.values;
|
/third_party/node/lib/internal/streams/ |
H A D | operators.js | 366 const values = map.call(this, fn, options); 368 for await (const val of values) {
|
/third_party/node/test/parallel/ |
H A D | test-inspector.js | 51 `Expected scope values to be ${actual.value.value} instead of ${value}.` 57 assert.fail(Array.from(unmatched.values()));
|
/third_party/mesa3d/src/mesa/main/ |
H A D | syncobj.c | 344 * ClientWaitSync returns one of four status values. A return value of in client_wait_sync() 476 GLint *values) in _mesa_GetSynciv() 534 memcpy(values, v, sizeof(GLint) * copy_count); in _mesa_GetSynciv() 475 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) _mesa_GetSynciv() argument
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 122 // clean up and format key/values for output 144 const values = args // comma or space separated 150 this.npm.output(values)
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | rebuild.js | 95 nodes = tree.inventory.values() 189 getChildren: node => [...node.children.values()],
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 53 for (const node of this.tree.inventory.values()) { 287 for (const advisory of Object.values(advisories)) {
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | gen_disasm.py | 170 # Generate all possible combinations of values and evaluate the derived values 171 # by bruteforce evaluation to generate a forward mapping (values -> deriveds) 200 # Invert the forward mapping (values -> deriveds) of finite sets to produce a 201 # backwards mapping (deriveds -> values), suitable for disassembly. This is 224 # backwards mapping (deriveds -> values) as a run-time lookup table. 232 for ((name, pos, width), default, values) in desc.get('modifiers', []): 233 mod_map[name] = (width, values, pos, default)
|
H A D | bifrost.h | 248 /* Literal 3-bit values */ 330 /* 32-bit modes for slots 2/3, as encoded in the register block. Other values 609 /* Raw constant values */ 612 /* Associated modifier derived from M values */ 622 const unsigned values[] = { in bi_constant_field() local 627 return values[idx] << 4; in bi_constant_field()
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 168 // original values between tests 225 const values = [].concat(value) 226 acc.argv.push(...values.flatMap(v => `--${key}=${v.toString()}`))
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 81 * Test values. 83 const float *values; member 455 in[i] = test->values[i+j*length]; in test_unary()
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | template_params.rs | 517 // Invariant: all hash map entries' values are `Some` upon entering and in constrain() 519 extra_assert!(self.used.values().all(|v| v.is_some())); in constrain() 577 extra_assert!(self.used.values().all(|v| v.is_some())); in constrain()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | derive.rs | 114 let values = strct.fields.iter().map(|field| { in struct_clone() 121 #(#fields: ::cxx::core::clone::Clone::clone(#values),)* in struct_clone()
|
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 101 for proto in self._pipes.values(): 237 for p in self._pipes.values()):
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.h | 190 EGLnsecsANDROID *values) const; 197 EGLnsecsANDROID *values) const;
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 37 EGLnsecsANDROID *values); 49 EGLnsecsANDROID *values);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.cc | 660 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_destroy() 675 for (hb_blob_t* b : data->tables.values()) in _hb_face_builder_data_reference_blob()
|
/third_party/python/Lib/test/ |
H A D | test_future.py | 94 self.assertCountEqual(set(flags.values()), flags.values()) 327 eq("f'f-string without formatted values is just a string'") 329 eq("f'some f-string with {a} {few():.2f} {formatted.values!r}'")
|
H A D | test_pyclbr.py | 201 for ob in children1.values(): 203 for ob in children2.values():
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 40 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."), 77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyStringArrayList.java | 185 public boolean addAllByteString(Collection<? extends ByteString> values) { in addAllByteString() argument 187 boolean ret = list.addAll(values); in addAllByteString()
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 13 defined via the from XXX import YYY construct). The values are 291 objs = sorted(tree.values(), key=lineno_key, reverse=True) 302 new_objs = sorted(obj.children.values(),
|