Home
last modified time | relevance | path

Searched refs:dest_ptr (Results 1 – 15 of 15) sorted by relevance

/external/v8/testing/gtest/src/
Dgtest-filepath.cc363 char* dest_ptr = dest; in Normalize() local
364 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
367 *dest_ptr = *src; in Normalize()
372 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
373 *dest_ptr = kPathSeparator; in Normalize()
379 dest_ptr++; in Normalize()
381 *dest_ptr = '\0'; in Normalize()
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc354 char* dest_ptr = dest; in Normalize() local
355 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
358 *dest_ptr = *src; in Normalize()
363 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
364 *dest_ptr = kPathSeparator; in Normalize()
370 dest_ptr++; in Normalize()
372 *dest_ptr = '\0'; in Normalize()
/external/protobuf/gtest/src/
Dgtest-filepath.cc356 char* dest_ptr = dest; in Normalize() local
357 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
360 *dest_ptr = *src; in Normalize()
365 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
366 *dest_ptr = kPathSeparator; in Normalize()
372 dest_ptr++; in Normalize()
374 *dest_ptr = '\0'; in Normalize()
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc358 char* dest_ptr = dest; in Normalize() local
359 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
362 *dest_ptr = *src; in Normalize()
367 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
368 *dest_ptr = kPathSeparator; in Normalize()
374 dest_ptr++; in Normalize()
376 *dest_ptr = '\0'; in Normalize()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-filepath.cc356 char* dest_ptr = dest; in Normalize() local
357 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
360 *dest_ptr = *src; in Normalize()
365 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
366 *dest_ptr = kPathSeparator; in Normalize()
372 dest_ptr++; in Normalize()
374 *dest_ptr = '\0'; in Normalize()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc363 char* dest_ptr = dest; in Normalize() local
364 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
367 *dest_ptr = *src; in Normalize()
372 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
373 *dest_ptr = kPathSeparator; in Normalize()
379 dest_ptr++; in Normalize()
381 *dest_ptr = '\0'; in Normalize()
/external/googletest/googletest/src/
Dgtest-filepath.cc363 char* dest_ptr = dest; in Normalize() local
364 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
367 *dest_ptr = *src; in Normalize()
372 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
373 *dest_ptr = kPathSeparator; in Normalize()
379 dest_ptr++; in Normalize()
381 *dest_ptr = '\0'; in Normalize()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-filepath.cc356 char* dest_ptr = dest; in Normalize() local
357 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
360 *dest_ptr = *src; in Normalize()
365 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
366 *dest_ptr = kPathSeparator; in Normalize()
372 dest_ptr++; in Normalize()
374 *dest_ptr = '\0'; in Normalize()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-filepath.cc358 char* dest_ptr = dest; in Normalize() local
359 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
362 *dest_ptr = *src; in Normalize()
367 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
368 *dest_ptr = kPathSeparator; in Normalize()
374 dest_ptr++; in Normalize()
376 *dest_ptr = '\0'; in Normalize()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c135 struct brw_indirect dest_ptr, in brw_clip_interp_vertex() argument
151 brw_copy_indirect_to_indirect(p, dest_ptr, v0_ptr, 1); in brw_clip_interp_vertex()
176 brw_ADD(p, deref_4f(dest_ptr, delta), deref_4f(v0_ptr, delta), tmp); in brw_clip_interp_vertex()
181 brw_clip_project_vertex(c, dest_ptr); in brw_clip_interp_vertex()
194 brw_MOV(p, tmp, deref_4f(dest_ptr, delta)); in brw_clip_interp_vertex()
259 brw_MOV(p, deref_4f(dest_ptr, delta), brw_imm_f(1)); in brw_clip_interp_vertex()
261 brw_MOV(p, deref_4f(dest_ptr, delta), deref_4f(v0_ptr, delta)); in brw_clip_interp_vertex()
293 deref_4f(dest_ptr, delta), in brw_clip_interp_vertex()
301 deref_4f(dest_ptr, delta), in brw_clip_interp_vertex()
310 brw_MOV(p, deref_4f(dest_ptr, delta), brw_imm_f(0)); in brw_clip_interp_vertex()
Dbrw_clip.h166 struct brw_indirect dest_ptr,
/external/libcxxabi/src/
Dcxa_vector.cpp214 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor() local
218 ++idx, src_ptr += element_size, dest_ptr += element_size ) in __cxa_vec_cctor()
219 constructor ( dest_ptr, src_ptr ); in __cxa_vec_cctor()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7564 char* dest_ptr = dest; in Normalize() local
7565 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
7568 *dest_ptr = *src; in Normalize()
7573 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
7574 *dest_ptr = kPathSeparator; in Normalize()
7580 dest_ptr++; in Normalize()
7582 *dest_ptr = '\0'; in Normalize()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8192 char* dest_ptr = dest; in Normalize() local
8193 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
8196 *dest_ptr = *src; in Normalize()
8201 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
8202 *dest_ptr = kPathSeparator; in Normalize()
8208 dest_ptr++; in Normalize()
8210 *dest_ptr = '\0'; in Normalize()
/external/fmtlib/test/
Dgmock-gtest-all.cc8192 char* dest_ptr = dest; in Normalize() local
8193 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize()
8196 *dest_ptr = *src; in Normalize()
8201 if (*dest_ptr == kAlternatePathSeparator) { in Normalize()
8202 *dest_ptr = kPathSeparator; in Normalize()
8208 dest_ptr++; in Normalize()
8210 *dest_ptr = '\0'; in Normalize()