/external/guice/util/ |
D | generate-latest-docs.sh | 11 cp -R build/docs/javadoc $HOME/javadoc-latest 12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest 13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/ 21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc 22 mkdir -p api-docs/latest 23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs 24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
|
/external/perfetto/tools/ |
D | add_test_trace.sh | 22 curl -o /tmp/latest-test-data.zip $LATEST_ZIP 27 rm -rf /tmp/latest-test-data 2>/dev/null 28 unzip /tmp/latest-test-data.zip -d /tmp/latest-test-data 33 cp $1 /tmp/latest-test-data 40 cd /tmp/latest-test-data 62 rm -r /tmp/latest-test-data 63 rm /tmp/latest-test-data.zip
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 29-1.c | 87 static volatile sig_atomic_t latest; variable 95 latest++; in handler() 97 if (latest != info->si_value.sival_int) { in handler() 99 info->si_value.sival_int, latest); in handler() 172 if (latest != 0) { in main() 187 if (latest != QUEUELENGTH) { in main() 188 output("Only %d signal delivered instead of %d\n", latest, in main() 191 if (latest == 1) { in main()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); in isFileModTimeLater() local 79 if (latest < 0 || latest == 2) { in isFileModTimeLater() 95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); in isFileModTimeLater() local 96 if (latest < 0 || latest == 2) { in isFileModTimeLater()
|
/external/llvm-project/lldb/test/API/functionalities/archives/ |
D | README | 4 [16:17:44] johnny:/Volumes/data/lldb/svn/latest/test/functionalities/archives $ dsymutil -s a.out 10 [ 0] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 12 [ 2] 00000046 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/… 18 [ 8] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 20 [ 10] 00000093 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/… 31 [ 21] 00000002 64 (N_SO ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/… 33 [ 23] 000000f4 66 (N_OSO ) 03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/…
|
/external/toolchain-utils/afdo_tools/ |
D | update_kernel_afdo | 63 latest=$(gsutil.py ls -l "$GS_BASE/$kver/" | sort -k2 | \ 65 if [ -z "$latest" ] 68 latest=$(gsutil.py ls -l "$GS_BASE/$kver/" | sort -k2 | \ 73 file_time=$(echo "$latest" | awk '{print $2}') 87 name=$(echo "$latest" | sed 's%.*/\(.*\)\.gcov.*%\1%')
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_combine_stores.c | 59 nir_intrinsic_instr *latest; member 112 assert(combo->latest); in combine_stores() 113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref); in combine_stores() 118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) == in combine_stores() 122 state->b.cursor = nir_before_instr(&combo->latest->instr); in combine_stores() 129 unsigned bit_size = combo->latest->src[1].ssa->bit_size; in combine_stores() 145 if (--store->instr.pass_flags == 0 && store != combo->latest) in combine_stores() 151 assert(combo->latest->instr.pass_flags == 0); in combine_stores() 155 nir_intrinsic_instr *store = combo->latest; in combine_stores() 261 combo->latest = intrin; in update_combined_store() [all …]
|
/external/dagger2/util/ |
D | generate-latest-docs.sh | 16 git rm -rf api/latest 18 unzip "$JAVADOC_JAR" -d api/latest 19 rm -rf api/latest/META-INF/ 20 git add -f api/latest
|
/external/wycheproof/ |
D | BUILD | 23 # plus a BouncyCastleAllTests alias for latest stable. 25 # To test latest stable: 53 # plus a SpongyCastleAllTests alias for latest stable. 55 # To test latest stable: 76 # plus a BouncyCastleTest alias for latest stable. 78 # To test latest stable: 105 # plus a SpongyCastleTest alias for latest stable. 107 # To test latest stable:
|
/external/mesa3d/src/util/ |
D | ralloc.c | 615 struct linear_header *latest; /* the only buffer that has free space */ member 665 node->latest = node; in create_linear_node() 673 linear_header *latest = first->latest; in linear_alloc_child() local 679 assert(!latest->next); in linear_alloc_child() 684 if (unlikely(latest->offset + full_size > latest->size)) { in linear_alloc_child() 686 new_node = create_linear_node(latest->ralloc_parent, size); in linear_alloc_child() 690 first->latest = new_node; in linear_alloc_child() 691 latest->latest = new_node; in linear_alloc_child() 692 latest->next = new_node; in linear_alloc_child() 693 latest = new_node; in linear_alloc_child() [all …]
|
/external/auto/util/ |
D | generate-latest-docs.sh | 18 git rm -rf api/latest 19 mv ${TARGET}/site/apidocs api/latest 20 git add -A -f api/latest
|
/external/toolchain-utils/pgo_tools/ |
D | merge_profdata_and_upload.py | 286 if not args.all_latest_profiles and not (args.latest or args.buildbucket): 290 if args.all_latest_profiles and (args.latest or args.buildbucket): 294 latest = ['arm', 'arm64', 'amd64'] \ 295 if args.all_latest_profiles else args.latest 297 all_arch_list = latest.copy() 328 for arch in latest:
|
/external/elfutils/config/ |
D | upload-release.sh | 55 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2 elfutils-latest.tar.bz2 \ 56 && ln -sf $VERSION/elfutils-$VERSION.tar.bz2.sig elfutils-latest.tar.bz2.sig \ 57 && ls -lah elfutils-latest*)"
|
/external/python/parse_type/ |
D | pytest.ini | 6 # * http://pytest.org/latest/customize.html 7 # * http://pytest.org/latest/usage.html 8 # * http://pytest.org/latest/example/pythoncollection.html#change-naming-conventions
|
/external/libcxx/utils/docker/ |
D | build_docker_image.sh | 31 $ build_docker_image.sh -s debian9 -d mydocker/debian9-clang -t latest 33 mydocker/debian9-clang-build:latest - an intermediate image used to compile 35 mydocker/clang-debian9:latest - a small image with preinstalled clang.
|
/external/python/google-api-python-client/samples/ |
D | README.md | 8 …https://google-api-client-libraries.appspot.com/documentation/adexchangebuyer/v1.3/python/latest/). 23 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/adsense/v1.3/python/latest/). 37 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/analytics/v3/python/latest/). 52 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/audit/v1/python/latest/). 66 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/blogger/v3/python/latest/). 80 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/coordinate/v1/python/latest/). 94 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/customsearch/v1/python/latest… 109 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/discovery/v1/python/latest/). 126 …c](https://google-api-client-libraries.appspot.com/documentation/groupssettings/v1/python/latest/). 140 [PyDoc](https://google-api-client-libraries.appspot.com/documentation/plus/v1/python/latest/). [all …]
|
/external/toolchain-utils/afdo_metadata/ |
D | README.md | 6 kernel_afdo.json contains the name of the latest AFDO profiles for each 9 chrome_afdo.json contains the name of the latest AFDO profiles used in 10 latest Chrome revision, including both benchmark and CWP profiles.
|
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_phis.cpp | 47 std::vector<Operand> latest; member 58 return state->latest[block_idx]; in get_ssa() 69 state->latest[block_idx] = op; in get_ssa() 73 state->latest[block_idx] = op; in get_ssa() 80 state->latest[block_idx] = Operand(res); in get_ssa() 90 state->latest[block_idx] = ops[0]; in get_ssa() 183 state->latest.resize(program->blocks.size()); in lower_divergent_bool_phi() 203 std::fill(state->latest.begin(), state->latest.end(), Operand(program->lane_mask)); in lower_divergent_bool_phi()
|
/external/tensorflow/tensorflow/tools/ci_build/horovod/gpu/ |
D | nightly.sh | 20 docker build -t horovod_test_container:latest -f Dockerfile.horovod.gpu . 25 horovod_test_container:latest bash -c "python3.7 -m pytest"
|
/external/timezone-boundary-builder/ |
D | CHANGELOG.md | 5 * Update to latest OSM data 20 * Update to latest OSM data 34 * Update to latest OSM data 67 * Update to latest OSM data 80 * Fix Viedma Glacier are to reflect latest OSM boundaries 81 * Update to latest OSM data 114 * Update to latest OSM data 136 * Update to latest OSM data 145 - Update to latest OSM data 162 - Update to latest OSM data
|
/external/python/google-api-python-client/docs/ |
D | oauth.md | 26 The [google-auth-oauthlib](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/modules.… 34 …ib.flow.InstalledAppFlow](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_a… 52 …ow.from_client_secrets()](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_a… 67 The [authorization_url()](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_au… 84 The [fetch_token()](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_auth_oau… 102 The [google.oauth2.credentials.Credentials](https://google-auth.readthedocs.io/en/latest/reference/… 106 The [google.oauth2.service_account.Credentials](https://google-auth.readthedocs.io/en/latest/refere… 138 …re. See [oauth2client deprecation](https://google-auth.readthedocs.io/en/latest/oauth2client-depre… 141 …latest/index.html) library was previously recommended for handling the OAuth 2.0 protocol. It is n…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | apple-latest-cpu.ll | 1 ; RUN: llc -mtriple=arm64-apple-ios -mcpu=apple-latest -stop-before=finalize-isel -o - 2>&1 < %s | … 4 ; CHECK: "target-cpu"="apple-latest"
|
/external/toolchain-utils/binary_search_tool/common/ |
D | test_setup.sh | 40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 151 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | test_setup.sh | 40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 151 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
D | test_setup.sh | 40 …OARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 72 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im… 151 …obber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_im…
|