/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 356 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/gtest/src/ |
D | gtest-filepath.cc | 358 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/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 354 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/ |
D | gtest-filepath.cc | 356 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/ |
D | gtest-filepath.cc | 358 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/gtest/src/ |
D | gtest-filepath.cc | 356 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/mesa/drivers/dri/i965/ |
D | brw_clip_util.c | 134 struct brw_indirect dest_ptr, in brw_clip_interp_vertex() argument 150 brw_copy_indirect_to_indirect(p, dest_ptr, v0_ptr, 1); in brw_clip_interp_vertex() 160 brw_MOV(p, deref_4f(dest_ptr, delta), brw_imm_f(1)); in brw_clip_interp_vertex() 162 brw_MOV(p, deref_4f(dest_ptr, delta), deref_4f(v0_ptr, delta)); in brw_clip_interp_vertex() 188 deref_4f(dest_ptr, delta), in brw_clip_interp_vertex() 197 brw_MOV(p, deref_4f(dest_ptr, delta), brw_imm_f(0)); in brw_clip_interp_vertex() 205 brw_clip_project_vertex(c, dest_ptr ); in brw_clip_interp_vertex()
|
D | brw_clip.h | 149 struct brw_indirect dest_ptr,
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 216 char *dest_ptr = static_cast<char *>(dest_array); in __cxa_vec_cctor() local 220 ++idx, src_ptr += element_size, dest_ptr += element_size ) in __cxa_vec_cctor() 221 constructor ( dest_ptr, src_ptr ); in __cxa_vec_cctor()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7564 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/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8190 char* dest_ptr = dest; in Normalize() local 8191 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize() 8194 *dest_ptr = *src; in Normalize() 8199 if (*dest_ptr == kAlternatePathSeparator) { in Normalize() 8200 *dest_ptr = kPathSeparator; in Normalize() 8206 dest_ptr++; in Normalize() 8208 *dest_ptr = '\0'; in Normalize()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 8192 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/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 8233 char* dest_ptr = dest; in Normalize() local 8234 memset(dest_ptr, 0, pathname_.length() + 1); in Normalize() 8237 *dest_ptr = *src; in Normalize() 8242 if (*dest_ptr == kAlternatePathSeparator) { in Normalize() 8243 *dest_ptr = kPathSeparator; in Normalize() 8249 dest_ptr++; in Normalize() 8251 *dest_ptr = '\0'; in Normalize()
|