/external/owasp/sanitizer/ |
D | Makefile | 176 out/run_me_before_committing_release.sh: clean out/staging.tstamp 177 tools/update_tree_in_svn.py out/staging distrib > $@ 179 out/staging.tstamp: out/javadoc.tstamp out/classes.tstamp 180 mkdir -p out/staging 182 rm -rf out/staging/javadoc 183 cp -r out/javadoc out/staging/javadoc 185 for doc_html in $$(find out/staging/javadoc -name \*.html); do \ 189 mkdir -p out/staging/lib 191 cp "$$jar" out/staging/lib/; \ 192 cp "$$(dirname $$jar)"/COPYING out/staging/lib/"$$(basename $$jar .jar)"-COPYING; \ [all …]
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_transfer.c | 189 xfer->staging.res = res->screen->resource_create(res->screen, &templ); in xfer_alloc_staging_res() 191 if (xfer->staging.res && xfer->staging.res->target != PIPE_BUFFER) { in xfer_alloc_staging_res() 192 assert(ilo_texture(xfer->staging.res)->image.tiling == in xfer_alloc_staging_res() 196 return (xfer->staging.res != NULL); in xfer_alloc_staging_res() 257 xfer->staging.sys = in xfer_alloc_staging_sys() 260 return (xfer->staging.sys != NULL); in xfer_alloc_staging_sys() 288 const struct ilo_screen *is = ilo_screen(xfer->staging.res->screen); in xfer_map() 290 vma = ilo_resource_get_vma(xfer->staging.res); in xfer_map() 302 if (ptr && xfer->staging.res->target == PIPE_BUFFER) in xfer_map() 309 ptr = xfer->staging.sys; in xfer_map() [all …]
|
D | ilo_transfer.h | 63 } staging; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_buffer_common.c | 282 void *data, struct r600_resource *staging, in r600_buffer_get_transfer() argument 295 transfer->staging = staging; in r600_buffer_get_transfer() 365 struct r600_resource *staging = NULL; in r600_buffer_transfer_map() local 368 256, &offset, (struct pipe_resource**)&staging, (void**)&data); in r600_buffer_transfer_map() 370 if (staging) { in r600_buffer_transfer_map() 373 ptransfer, data, staging, offset); in r600_buffer_transfer_map() 386 struct r600_resource *staging; in r600_buffer_transfer_map() local 388 staging = (struct r600_resource*) pipe_buffer_create( in r600_buffer_transfer_map() 391 if (staging) { in r600_buffer_transfer_map() 393 rctx->dma_copy(ctx, &staging->b.b, 0, in r600_buffer_transfer_map() [all …]
|
D | r600_texture.c | 144 struct pipe_resource *dst = &rtransfer->staging->b.b; in r600_copy_to_staging_texture() 163 struct pipe_resource *src = &rtransfer->staging->b.b; in r600_copy_from_staging_texture() 1293 struct r600_texture **staging) in r600_init_flushed_depth_texture() argument 1297 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() 1298 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture() 1301 if (!staging) { in r600_init_flushed_depth_texture() 1343 resource.usage = staging ? PIPE_USAGE_STAGING : PIPE_USAGE_DEFAULT; in r600_init_flushed_depth_texture() 1347 if (staging) in r600_init_flushed_depth_texture() 1555 trans->staging = (struct r600_resource*)staging_depth; in r600_texture_transfer_map() 1556 buf = trans->staging; in r600_texture_transfer_map() [all …]
|
D | r600_pipe_common.h | 218 struct r600_resource *staging; member 651 struct r600_texture *staging, 798 struct r600_texture **staging);
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_transfer.c | 80 } else if (trans->staging) { in etna_transfer_unmap() 89 trans->staging, ptrans->box.x, ptrans->box.y, in etna_transfer_unmap() 97 trans->staging, ptrans->stride, in etna_transfer_unmap() 104 FREE(trans->staging); in etna_transfer_unmap() 302 trans->staging = MALLOC(size); in etna_transfer_map() 303 if (!trans->staging) in etna_transfer_map() 310 etna_texture_untile(trans->staging, in etna_transfer_map() 316 util_copy_box(trans->staging, rsc->base.format, ptrans->stride, in etna_transfer_map() 329 return trans->staging; in etna_transfer_map()
|
D | etnaviv_context.h | 72 void *staging; member
|
/external/llvm/test/Linker/ |
D | replaced-function-matches-first-subprogram.ll | 46 !1 = !DIFile(filename: "t1.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/… 49 !5 = !DIFile(filename: "t1.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/… 61 …]] = !DIFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro… 62 !8 = !DIFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/… 63 !9 = !DIFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
|
/external/v8/tools/foozzie/testdata/ |
D | failure_output.txt | 12 …xpose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 123… 14 …ives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition-stagin…
|
/external/llvm/test/Linker/Inputs/ |
D | replaced-function-matches-first-subprogram.ll | 16 !1 = !DIFile(filename: "t2.cpp", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/… 19 !5 = !DIFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/… 20 !6 = !DIFile(filename: "../t.h", directory: "/Users/dexonsmith/data/llvm/staging/test/Linker/repro/…
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 314 trans->staging, trans->base.stride, in fd_resource_flush_z32s8() 319 trans->staging, trans->base.stride, in fd_resource_flush_z32s8() 335 uint8_t *source = trans->staging + in fd_resource_flush_rgtc() 402 if (trans->staging) in fd_resource_transfer_flush_region() 414 if (trans->staging && !(ptrans->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in fd_resource_transfer_unmap() 433 free(trans->staging); in fd_resource_transfer_unmap() 571 trans->staging = malloc(trans->base.stride * trans->base.box.height); in fd_resource_transfer_map() 572 if (!trans->staging) in fd_resource_transfer_map() 595 trans->staging, trans->base.stride, in fd_resource_transfer_map() 600 trans->staging, trans->base.stride, in fd_resource_transfer_map() [all …]
|
D | freedreno_resource.h | 126 void *staging; member
|
/external/owasp/sanitizer/tools/ |
D | stage_to_maven_central.sh | 88 -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \ 89 -DrepositoryId=sonatype-nexus-staging \
|
/external/llvm/test/Bitcode/ |
D | drop-debug-info.3.5.ll | 28 …adata !"", i32 1} ; [ DW_TAG_compile_unit ] [/Users/dexonsmith/data/llvm/staging/test/Bitcode/t.c]… 29 !1 = metadata !{metadata !"t.c", metadata !"/Users/dexonsmith/data/llvm/staging/test/Bitcode"} 33 …metadata !1} ; [ DW_TAG_file_type ] [/Users/dexonsmith/data/llvm/staging/test/Bitcode/t.c]
|
/external/vulkan-validation-layers/layers/ |
D | CMakeLists.txt | 68 add_custom_target(${config_file}-staging-json ALL 69 COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/staging-json 70 …D cp ${CMAKE_CURRENT_SOURCE_DIR}/linux/${config_file}.json ${CMAKE_CURRENT_BINARY_DIR}/staging-json 71 …"library_path\":/s$./libVkLayer$libVkLayer$" ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_fil… 75 …install(FILES ${CMAKE_CURRENT_BINARY_DIR}/staging-json/${config_file}.json DESTINATION /etc/vulkan…
|
/external/autotest/client/cros/ |
D | webstore_test.py | 104 TestEnv.staging: 'staging.corp', 109 TestEnv.staging: 'download-staging.corp', 146 TestEnv.staging:
|
/external/testng/gradle/ |
D | publishing-maven.gradle | 8 apply plugin: 'io.codearte.nexus-staging' 44 repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2") {
|
/external/protobuf/protoc-artifacts/ |
D | README.md | 58 support. DO NOT close the staging repository until you have done the 67 staging repository. 71 It creates a new staging repository. Go to 87 https://oss.sonatype.org/#stagingRepositories, verify that the staging
|
/external/conscrypt/ |
D | RELEASING.md | 205 artifacts will go to a freshly created staging repository. 213 [a new staging repository](https://oss.sonatype.org/#stagingRepositories). You'll need 216 ensure that the artifacts are pushed to the same staging repository. 259 [a new staging repository](https://oss.sonatype.org/#stagingRepositories), 265 Once all of the artifacts have been pushed to the staging repository, the 269 Maven Central (the staging repository will be destroyed in the process). You can
|
/external/testng/ |
D | README-publish | 6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2
|
D | README.dev | 25 <id>sonatype-nexus-staging</id>
|
/external/toybox/toys/pending/ |
D | README | 13 This directory should go away before the 1.0 release. It's just a staging
|
/external/conscrypt/android/ |
D | build.gradle | 152 stagingUrl = 'https://oss.sonatype.org/service/local/staging/deployByRepositoryId/' + 155 stagingUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 108 struct r600_texture *staging, in r600_blit_decompress_depth() argument 115 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() 116 staging : texture->flushed_depth_texture; in r600_blit_decompress_depth() 121 if (!staging && !texture->dirty_level_mask) in r600_blit_decompress_depth() 148 if (!staging && !(texture->dirty_level_mask & (1 << level))) in r600_blit_decompress_depth() 188 if (!staging && in r600_blit_decompress_depth()
|