Home
last modified time | relevance | path

Searched +full:- +full:workspace (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/external/libtextclassifier/lang_id/common/fel/
Dworkspace.h8 * http://www.apache.org/licenses/LICENSE-2.0
17 // Notes on thread-safety: All of the classes here are thread-compatible. More
18 // specifically, the registry machinery is thread-safe, as long as each thread
38 class Workspace {
41 virtual ~Workspace() {} in ~Workspace()
44 // Create an empty workspace.
45 Workspace() {} in Workspace() function
48 SAFTM_DISALLOW_COPY_AND_ASSIGN(Workspace);
69 // Returns the index of a named workspace, adding it to the registry first
81 return names.size() - 1; in Request()
[all …]
/external/grpc-grpc/
D.travis.yml3 language: objective-c
7 - CONFIG=opt
8 - TEST=objc
9 - JOBS=1
11 - SCHEME="RxLibraryUnitTests"
12 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
14 - SCHEME="InteropTestsLocalSSL"
15 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
17 - SCHEME="InteropTestsLocalCleartext"
18 WORKSPACE="Tests.xcworkspace" TEST_PATH="src/objective-c/tests" BUILD_ONLY="false"
[all …]
/external/libtextclassifier/lang_id/common/
Dembedding-feature-interface.h8 * http://www.apache.org/licenses/LICENSE-2.0
23 #include "lang_id/common/embedding-feature-extractor.h"
24 #include "lang_id/common/fel/feature-extractor.h"
25 #include "lang_id/common/fel/task-context.h"
26 #include "lang_id/common/fel/workspace.h"
48 // including requesting a workspace for caching extracted features.
55 // Preprocesses *obj using the internal workspace registry.
56 void Preprocess(WorkspaceSet *workspace, OBJ *obj) const { in Preprocess() argument
57 workspace->Reset(workspace_registry_); in Preprocess()
58 feature_extractor_.Preprocess(workspace, obj); in Preprocess()
[all …]
/external/skia/docker/
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
2 # Builder: https://cloud.google.com/container-builder/docs/
7 …# gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a9…
11 # - name: 'gcr.io/cloud-builders/git'
13 - name: 'gcr.io/cloud-builders/docker'
14 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
17 - name: 'gcr.io/cloud-builders/docker'
18 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
21 - name: 'gcr.io/skia-public/infra:prod'
24 - 'ROOT=/workspace/__fiddler_staging'
[all …]
/external/skqp/docker/
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
2 # Builder: https://cloud.google.com/container-builder/docs/
7 …# gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a9…
11 # - name: 'gcr.io/cloud-builders/git'
13 - name: 'gcr.io/cloud-builders/docker'
14 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
17 - name: 'gcr.io/cloud-builders/docker'
18 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
21 - name: 'gcr.io/skia-public/infra:prod'
24 - 'ROOT=/workspace/__fiddler_staging'
[all …]
/external/python/google-api-python-client/docs/dyn/
Dtagmanager_v2.accounts.containers.workspaces.proposal.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dclouddebugger_v2.controller.debuggees.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dclouddebugger_v2.debugger.debuggees.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c2 * AltiVec optimizations for libjpeg-turbo
4 * Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved.
6 * This software is provided 'as-is', without any express or implied
52 DCTELEM *workspace) in jsimd_convsamp_altivec() argument
90 vec_st(out0, 0, workspace); in jsimd_convsamp_altivec()
91 vec_st(out1, 16, workspace); in jsimd_convsamp_altivec()
92 vec_st(out2, 32, workspace); in jsimd_convsamp_altivec()
93 vec_st(out3, 48, workspace); in jsimd_convsamp_altivec()
94 vec_st(out4, 64, workspace); in jsimd_convsamp_altivec()
95 vec_st(out5, 80, workspace); in jsimd_convsamp_altivec()
[all …]
/external/grpc-grpc-java/buildscripts/kokoro/
Dwindows32.bat3 @rem Runs tests and then builds artifacts to %WORKSPACE%\artifacts\
12 set WORKSPACE=T:\src\github\grpc-java variable
13 set ESCWORKSPACE=%WORKSPACE:\=\\%
20 mkdir grpc-java-helper32
21 cd grpc-java-helper32
23 call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
25 cd "%WORKSPACE%"
29 SET VC_PROTOBUF_LIBS=%ESCWORKSPACE%\\grpc-java-helper32\\protobuf-%PROTOBUF_VER%\\cmake\\build\\Rel…
30 SET VC_PROTOBUF_INCLUDE=%ESCWORKSPACE%\\grpc-java-helper32\\protobuf-%PROTOBUF_VER%\\cmake\\build\\…
31 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%V…
[all …]
Dwindows64.bat3 @rem Builds artifacts for x86_64 into %WORKSPACE%\artifacts\
12 set WORKSPACE=T:\src\github\grpc-java variable
13 set ESCWORKSPACE=%WORKSPACE:\=\\%
19 mkdir grpc-java-helper64
20 cd grpc-java-helper64
22 call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
24 cd "%WORKSPACE%"
28 SET VC_PROTOBUF_LIBS=%ESCWORKSPACE%\\grpc-java-helper64\\protobuf-%PROTOBUF_VER%\\cmake\\build\\Rel…
29 SET VC_PROTOBUF_INCLUDE=%ESCWORKSPACE%\\grpc-java-helper64\\protobuf-%PROTOBUF_VER%\\cmake\\build\\…
30 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%V…
[all …]
/external/libjpeg-turbo/
Djcdctmgr.c5 * Copyright (C) 1994-1996, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
7 * Copyright (C) 1999-2006, MIYASAKA Masaru.
9 * Copyright (C) 2011, 2014-2015, D. R. Commander.
13 * This file contains the forward-DCT management logic.
33 DCTELEM *workspace);
36 FAST_FLOAT *workspace);
39 DCTELEM *workspace);
42 FAST_FLOAT *workspace);
54 /* The actual post-DCT divisors --- not identical to the quant table
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Usage: build-dev-container.sh
22 test -e "$1" && echo "$PWD" && return || \
26 # Set up WORKSPACE.
27 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}"
29 TF_DOCKER_BUILD_DEVEL_BRANCH=${TF_DOCKER_BUILD_DEVEL_BRANCH:-master}
30 TF_DOCKER_BUILD_IMAGE_NAME=${TF_DOCKER_BUILD_IMAGE_NAME:-intel-mkl/tensorflow}
31 TF_DOCKER_BUILD_VERSION=${TF_DOCKER_BUILD_VERSION:-nightly}
39 TF_BAZEL_BUILD_OPTIONS="--config=mkl --copt=-march=sandybridge --copt=-mtune=ivybridge --copt=-O3 -…
48 ${WORKSPACE}/tensorflow/tools/docker/parameterized_docker_build.sh
[all …]
Dbasic-mkl-gpu-test.sh8 # http://www.apache.org/licenses/LICENSE-2.0
22 test -e "$1" && echo "$PWD" && return || \
26 # Set up WORKSPACE.
27 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}"
29 BUILD_TAG=mkl-gpu-ci-test CI_BUILD_USER_FORCE_BADNAME=yes ${WORKSPACE}/tensorflow/tools/ci_build/ci…
/external/tensorflow/tensorflow/tools/ci_build/
Dci_build.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Usage: ci_build.sh <CONTAINER_TYPE> [--dockerfile <DOCKERFILE_PATH>]
25 # --dockerfile flag), default Dockerfiles in the same
29 # tensorflow/tools/ci_build/builds/pip.sh gpu -c opt --config=cuda
42 if [[ "$1" == "--dockerfile" ]]; then
50 if [[ ! -f "${DOCKERFILE_PATH}" ]]; then
57 if [ "$#" -lt 1 ] || [ ! -e "${SCRIPT_DIR}/Dockerfile.${CONTAINER_TYPE}" ]; then
58 supported_container_types=$( ls -1 ${SCRIPT_DIR}/Dockerfile.* | \
59 sed -n 's/.*Dockerfile\.\([^\/]*\)/\1/p' | tr '\n' ' ' )
70 # Optional arguments - environment variables. For example:
[all …]
/external/antlr/runtime/Python/
Dhudson-build.sh3 ANTLR_JOB=${1:-ANTLR_Tool}
8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antl…
11 if [ ! -f "$JAR" ]; then
21 rm -fr $WORKSPACE/tmp
22 mkdir -p $WORKSPACE/tmp
23 cd $WORKSPACE
26 if [ ! -f stringtemplate3-$ST_VERSION.tar.gz ]; then
27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
29 (cd tmp; tar xzf ../stringtemplate3-$ST_VERSION.tar.gz)
30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE)
[all …]
/external/eigen/Eigen/src/Householder/
DHouseholderSequence.h25 …* acts on the whole space, the second Householder reflection leaves the one-dimensional subspace s…
26 …* the first unit vector invariant, the third Householder reflection leaves the two-dimensional sub…
34 …* form \f$ H = \prod_{i=0}^{n-1} H_i \f$ where the i-th Householder reflection is \f$ H_i = I - h_…
35 …* v_i^* \f$. The i-th Householder coefficient \f$ h_i \f$ is a scalar and the i-th Householder vec…
38 …* v_i = [\underbrace{0, \ldots, 0}_{i-1\mbox{ zeros}}, 1, \underbrace{*, \ldots,*}_{n-i\mbox{ arbi…
40 …* The last \f$ n-i \f$ entries of \f$ v_i \f$ are called the essential part of the Householder vec…
93 return Block<const VectorsType,Dynamic,1>(h.m_vectors, start, k, h.rows()-start, 1);
105 return Block<const VectorsType,1,Dynamic>(h.m_vectors, k, start, 1, h.rows()-start).transpose();
148 … * i-th Householder coefficient \f$ h_i \f$ is given by \p h(i) and the essential part of the i-th
150 …* i-th column). If \p v has fewer columns than rows, then the Householder sequence contains as many
[all …]
/external/grpc-grpc/src/objective-c/tests/
Drun_tests.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # ./tools/run_tests/run_tests.py -l objc
19 set -ev
27 [ -f $BINDIR/interop_server ] || {
32 $BINDIR/interop_server --port=5050 --max_send_message_size=8388608 &
33 $BINDIR/interop_server --port=5051 --max_send_message_size=8388608 --use_tls &
35 trap 'kill -9 `jobs -p` ; echo "EXIT TIME: $(date)"' EXIT
37 set -o pipefail
42 …leC |^Ld |^ *[^ ]*clang |^ *cd |^ *export |^Libtool |^ *[^ ]*libtool |^CpHeader |^ *builtin-copy )'
51 while [ $retries -lt 3 ]; do
[all …]
/external/skqp/site/dev/contrib/
Dpatch.md5 externally-submitted patch, this is how to do it. (This technique is useful in
17 …//dev.chromium.org/developers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-pat…
27 1. Prepare your local workspace to accept the patch.
29 * cd into the root directory (usually `trunk/`) of the workspace where you
31 * Make sure that the workspace is up-to-date and clean (or "updated and
33 an old revision of the repo, you may need to sync your local workspace
39 link near the upper right-hand corner. Right-click on that link and copy
47 --output patch.txt
50 --output-document=patch.txt
58 * You should still be in the root directory of the workspace where you want
[all …]
/external/skia/site/dev/contrib/
Dpatch.md5 externally-submitted patch, this is how to do it. (This technique is useful in
17 …//dev.chromium.org/developers/contributing-code#TOC-Instructions-for-Reviewer:-Checking-in-the-pat…
27 1. Prepare your local workspace to accept the patch.
29 * cd into the root directory (usually `trunk/`) of the workspace where you
31 * Make sure that the workspace is up-to-date and clean (or "updated and
33 an old revision of the repo, you may need to sync your local workspace
39 link near the upper right-hand corner. Right-click on that link and copy
47 --output patch.txt
50 --output-document=patch.txt
58 * You should still be in the root directory of the workspace where you want
[all …]
/external/libjpeg-turbo/simd/i386/
Djquantf-sse2.asm2 ; jquantf.asm - sample data conversion and quantization (SSE & SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
22 ; --------------------------------------------------------------------------
26 ; Load data into workspace, applying unsigned->signed conversion
30 ; FAST_FLOAT *workspace);
35 %define workspace ebp + 16 ; FAST_FLOAT *workspace
55 mov edi, POINTER [workspace] ; (DCTELEM *)
76 psrad xmm2, (DWORD_BIT-BYTE_BIT) ; xmm2=(0123)
77 psrad xmm0, (DWORD_BIT-BYTE_BIT) ; xmm0=(4567)
80 psrad xmm3, (DWORD_BIT-BYTE_BIT) ; xmm3=(89AB)
[all …]
Djquanti-avx2.asm2 ; jquanti.asm - sample data conversion and quantization (AVX2)
9 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
23 ; --------------------------------------------------------------------------
27 ; Load data into workspace, applying unsigned->signed conversion
31 ; DCTELEM *workspace);
36 %define workspace ebp + 16 ; DCTELEM *workspace
52 mov edi, POINTER [workspace] ; (DCTELEM *)
107 ; --------------------------------------------------------------------------
117 ; DCTELEM *workspace);
129 %define workspace ebp + 16 ; DCTELEM *workspace
[all …]
Djquant-sse.asm2 ; jquant.asm - sample data conversion and quantization (SSE & MMX)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
22 ; --------------------------------------------------------------------------
26 ; Load data into workspace, applying unsigned->signed conversion
30 ; FAST_FLOAT *workspace);
35 %define workspace ebp + 16 ; FAST_FLOAT *workspace
55 mov edi, POINTER [workspace] ; (DCTELEM *)
78 psrad mm4, (DWORD_BIT-BYTE_BIT) ; mm4=(01)
79 psrad mm2, (DWORD_BIT-BYTE_BIT) ; mm2=(23)
82 psrad mm5, (DWORD_BIT-BYTE_BIT) ; mm5=(45)
[all …]
Djquanti-sse2.asm2 ; jquanti.asm - sample data conversion and quantization (SSE2)
8 ; Copyright (C) 1999-2006, MIYASAKA Masaru.
22 ; --------------------------------------------------------------------------
26 ; Load data into workspace, applying unsigned->signed conversion
30 ; DCTELEM *workspace);
35 %define workspace ebp + 16 ; DCTELEM *workspace
55 mov edi, POINTER [workspace] ; (DCTELEM *)
98 ; --------------------------------------------------------------------------
108 ; DCTELEM *workspace);
120 %define workspace ebp + 16 ; DCTELEM *workspace
[all …]
/external/boringssl/src/util/bot/go/
Dbootstrap.py3 # Use of this source code is governed by a BSD-style license that can be
13 - Downloads and unpacks the Go toolset in ../golang.
41 # Default workspace with infra go code.
42 WORKSPACE = os.path.join(ROOT, 'go') variable
52 ('darwin', 'x86-64'): 'darwin-amd64.tar.gz',
53 ('linux2', 'x86-32'): 'linux-386.tar.gz',
54 ('linux2', 'x86-64'): 'linux-amd64.tar.gz',
55 ('win32', 'x86-32'): 'windows-386.zip',
56 ('win32', 'x86-64'): 'windows-amd64.zip',
69 # TODO(vadimsh): Support toolset for cross-compilation.
[all …]

12345678910>>...18