Home
last modified time | relevance | path

Searched refs:data (Results 16276 - 16300 of 17044) sorted by relevance

1...<<651652653654655656657658659660>>...682

/third_party/gn/src/gn/
H A Dxcode_writer.cc357 const uint32_t* ptr = reinterpret_cast<const uint32_t*>(hash.data());
526 // Writes the workspace data file.
/third_party/googletest/googletest/src/
H A Dgtest-port.cc526 // Clean up the ThreadLocalValues data structure while holding the lock, but in OnThreadLocalDestroyed()
553 // Clean up the ThreadIdToThreadLocals data structure while holding the in OnThreadExit()
1066 // The location /data/local/tmp is directly accessible from native code.
1069 name_template = "/data/local/tmp/";
1102 const int captured_fd = ::mkstemp(const_cast<char*>(name_template.data()));
/third_party/icu/icu4c/source/test/intltest/
H A Ditutil.cpp210 test->errln("Got non-data error, but expected data error");
219 test->errln("Got data error, but expected non-data error");
272 helper.expectedErrln = u"DDD data: expected success but got error: U_ILLEGAL_PAD_POSITION"; in TestIcuTestErrorCode()
281 helper.expectedErrln = u"DDD data: expected success but got error: U_ILLEGAL_CHAR_FOUND - 5.4300"; in TestIcuTestErrorCode()
395 if(csx.isValid() && strcmp(csx->data(), "different chars") != 0) { in TestLocalPointer()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex180 the compare-and-swap-data register (used by 16-byte atomic operations).
/third_party/libuv/src/win/
H A Dudp.c136 handle->recv_req.data = handle; in uv__udp_init_ex()
446 /* Prevent loop starvation when the data comes in as fast as in uv__process_udp_recv_req()
/third_party/libdrm/include/drm/
H A Di915_drm.h69 * extend the struct and have userspace pass in more data. Another option,
89 * surface data and the coherency for this data wrt. CPU vs. GPU accesses.
698 /** Length of data to read */
701 * Pointer to write the data into.
714 /** Length of data to write */
717 * Pointer to read the data from.
731 * Length of data to map.
737 * Returned pointer the data was mapped at.
1200 * GPU access is coherent with cpu caches and furthermore the data i
1908 __u8 data[]; global() member
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve.c43 f_color->data.location = FRAG_RESULT_DATA0; in build_nir_fs()
395 * texels of the sub-regions of the source and destination image data. in radv_meta_resolve_hardware_image()
/third_party/ltp/
H A Drunltp129 [CLEAN_FLAG = unlink file to which random data written, when value 1]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c987 priv->slice = vlc->data; in vid_dec_h265_Decode()
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc150 reinterpret_cast<const wchar_t*>(p_v8_heap_object->friendly_name.data()));
157 // object for that parent data model. Caller is responsible for ensuring that
159 // data model context is of an appropriate type for the parent model.
173 // data in cached_object. This is an alternative to CreateTypedObject for
179 // Explicitly add the parent model and data context. On a plain typed object, in CreateSyntheticObjectForV8Object()
181 // a matching type signature, and the data context would be set during in CreateSyntheticObjectForV8Object()
195 // representing a normal native data type. in GetModelForBasicField()
205 // v8::internal::TaggedValue, but then we'd sacrifice any other data in GetModelForBasicField()
225 // Figure out exactly which bytes contain the bitfield's data. This depends on in GetModelForBitField()
326 // functionality provided by the parent model. This is instance-specific data, in GetModelForCustomArray()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h83 sle64 mft_lcn; /* Cluster location of mft data. */
183 * transfer has occurred when the data was written.
215 in data attribute. If cluster size > 4kiB,
218 FILE_LogFile = 2, /* Journalling log in data attribute. */
223 FILE_AttrDef = 4, /* Array of attribute definitions in data
227 data attribute. */
228 FILE_Boot = 7, /* Boot sector (always at cluster 0) in data
231 data attribute. */
232 FILE_Secure = 9, /* Shared security descriptors in data attribute
237 characters in data attribut
2048 u8 data[0]; /* The file's data contents. */ global() member
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp131 // to support other keywords in this mapping data, we must update the implementation.
594 This data structure used here assumes language ID bits in in ILCID_POSIX_SUBTABLE()
596 for "quc_Latn_GT". If we don't have the data below, LCID look up in ILCID_POSIX_SUBTABLE()
1083 // In such cases, we need special mapping data found in the hardcoded table in uprv_convertToPosix()
1198 mylocaleID = baseName.data(); in uprv_convertToLCIDPlatform()
/third_party/mesa3d/src/intel/isl/
H A Disl_surface_state.c30 __gen_combine_address(__attribute__((unused)) void *data, in __gen_combine_address() argument
206 * interpret the data-layout for various cases. For any resource that's in surf_fill_state_s()
550 * and the data port. Testing seems to indicate that the data port in surf_fill_state_s()
/third_party/mesa3d/src/mesa/main/
H A Dformats.c55 * Logical data type: one of GL_UNSIGNED_NORMALIZED, GL_SIGNED_NORMALIZED,
222 * Return the data type (or more specifically, the data representation)
378 * comp = data[swizzle[i]];
384 * // data does not contain a channel of this format
521 return (intptr_t)entry->data; in _mesa_format_from_array_format()
780 * Returns true if a color format has data stored in the R/G/B/A channels,
/third_party/node/deps/npm/test/lib/commands/
H A Downer.js126 t.match(logs.error, [['owner ls', "Couldn't get owner data", '@npmcli/test-package']])
259 t.match(logs.error, [['owner mutate', `Error getting user data for ${username}`]])
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c780 _mesa_string_buffer_printf(buf,"%d ", m->sem_index_table.data[io->start_row + k]); in dump_psv_io()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c208 util_sparse_array_finish(entry->data); in vk_device_finish()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c77 PUSH_DATAp(push, &nv50->constbuf[s][0].u.data[start * 4], nr); in nv50_constbufs_validate()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp618 sprintf(name,"%s:p=|%s|,str=|%s|,sp=|%s|",getClassName(),fCPat,fCStr, fExpect.data()); in getName()
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c154 warning(expr->pos, "%*s", string->length-1, string->data); in expand_warning()
H A Dsemind.c927 static int search_query_callback(void *data, int argc, char **argv, char **colname) in search_query_callback() argument
/third_party/lzma/Asm/x86/
H A DAesOpt.asm75 ; void * data
/third_party/node/deps/v8/src/api/
H A Dapi.h327 // data. In multithreaded V8 programs this data is copied in and out of storage
329 // data.
358 // Threading support for handle data.
367 char* data);
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc341 // Overwrite the existing data property because it was defined before in AddToDictionaryTemplate()
352 // The computed accessor property appears before the existing data in AddToDictionaryTemplate()
755 os << " " << Brief(data()) << ", " << Brief(source()) << ", " << flags(); in BriefPrintDetails()
H A Dbacking-store.cc271 type_specific_data_.deleter.data); in ~BackingStore()

Completed in 44 milliseconds

1...<<651652653654655656657658659660>>...682