/external/ply/ply/doc/ |
internal.html | 151 Diagnostic function. Returns a list of tuples <tt>(name, prod)</tt> 153 name of the undefined symbol and <tt>prod</tt> is an instance of 282 <b><tt>p.prod</tt></b> 365 <tt>len(p)</tt> returns the number of symbols in <tt>p.prod</tt> 366 and <tt>p[n]</tt> is the same as <tt>p.prod[n]</tt>. 425 <b><tt>lr.prod</tt></b> 446 An integer representing the position of the dot (.). You should never use <tt>lr.prod.index()</tt> 499 <tt>len(lr)</tt> returns the number of items in <tt>lr.prod</tt> including the dot (.). <tt>lr[n]</tt> 500 returns <tt>lr.prod[n]</tt>.
|
/external/autotest/server/site_tests/provision_Cr50Update/ |
provision_Cr50Update.py | 21 is specifying a prod signed image. If it requests a selfsigned image split 219 failed.append('device prod image') 248 # Copy the image onto the DUT. cr50-update uses both cr50.bin.prod and
|
/external/autotest/site_utils/ |
deploy_server_local_unittest.py | 23 ' \x1b[m\x1b[1mbranch prod\x1b[m\n') 72 'project autotest/ branch prod\n') 138 expect_cmds = [mock.call(['git', 'checkout', 'cros/prod'], stderr=-2)]
|
pubsub_utils.py | 29 """Exception to be raised when the test to push to prod failed."""
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
batch_matmul_op_test.py | 38 num = np.prod(batch_dims) 100 vals = np.array(np.random.normal(-10, 10, np.prod(shape)), dtype=dtype) 102 imag = np.array(np.random.normal(-10, 10, np.prod(shape)), dtype=dtype)
|
basic_gpu_test.py | 139 x = (1 + np.linspace(0, 5, np.prod([1, 3, 2]))).astype(np.float32).reshape( 141 y = (1 + np.linspace(0, 5, np.prod([1, 3, 2]))).astype(np.float32).reshape( 223 x = (1 + np.linspace(0, 5, np.prod([1, 3, 2]))).astype(np.float32).reshape( 225 y = (1 + np.linspace(0, 5, np.prod([1, 3, 2]))).astype(np.float32).reshape(
|
matrix_solve_ls_op_test.py | 49 size=np.prod(matrix_shape)).reshape(matrix_shape).astype(np.float32) 223 size=np.prod(matrix_shape)).reshape(matrix_shape).astype(np.float32) 240 size=np.prod(matrix_shape)).reshape(matrix_shape).astype(np.float32) 257 size=np.prod(matrix_shape)).reshape(matrix_shape).astype(np.float32)
|
/external/autotest/skylab_migration/venv/skylab_venv/scripts/ |
server_db_sync.py | 109 @environment: the lab environment of the servers, prod or staging. 251 parser.add_option('-e', '--environment', default='prod', 252 help='Environment of the server_db, prod or staging. ' 253 'Default is prod')
|
/external/skia/infra/bots/recipe_modules/isolate/examples/full.expected/ |
exparchive-miss.json | 135 "prod",
|
exparchive.json | 133 "prod",
|
/external/skqp/infra/bots/recipe_modules/isolate/examples/full.expected/ |
exparchive-miss.json | 135 "prod",
|
exparchive.json | 133 "prod",
|
/external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/ |
lanczos_test.py | 47 low=-1.0, high=1.0, size=np.prod(shape_)).reshape(shape_).astype(dtype_)
|
least_squares_test.py | 45 low=-1.0, high=1.0, size=np.prod(shape_)).reshape(shape_).astype(dtype_)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_SpaceToBatchND.pbtxt | 52 [batch * prod(block_shape)] +
|
/external/tensorflow/tensorflow/core/kernels/ |
random_poisson_op.cc | 141 CT prod = 1; 148 prod = prod * u; 149 if (prod <= exp_neg_rate &&
|
/frameworks/base/cmds/incidentd/src/ |
Reporter.h | 91 Reporter(); // PROD must use this constructor.
|
/system/core/fastboot/ |
fastboot.h | 61 void fb_queue_require(const std::string& prod, const std::string& var, bool invert, size_t nvalues,
|
/test/suite_harness/tools/cts-tradefed/etc/ |
cts-tradefed | 108 google-tf-prod-tests"
|
/build/make/core/ |
product-graph.mk | 48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/ |
Product.java | 148 * weighted product = ∏values[i]<sup>weights[i]</sup> 185 * weighted product = ∏values[i]<sup>weights[i]</sup>
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
SpyAnnotationTest.java | 243 // Pretend the prod code will call translate(List<String>) with these elements. 257 // Pretend the prod code will call translate(List<String>) with these elements.
|
/external/skia/infra/bots/recipes/test.expected/ |
Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json | 105 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(waittime)\n", 125 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
|
/external/skia/src/core/ |
SkColorData.h | 179 unsigned prod = 0xFFFF - value * alpha256; local 180 return (prod + (prod >> 8)) >> 8; 201 int prod = (src - dst) * alpha + 128; local 202 prod = (prod + (prod >> 8)) >> 8; 203 return dst + prod; [all...] |
/external/skqp/infra/bots/recipes/test.expected/ |
Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json | 105 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\nimport urllib2\n\nHASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'\nRETRIES = 5\nTIMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in range(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HASHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(waittime)\n", 125 "@@@STEP_LOG_LINE@python.inline@HASHES_URL = 'https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt'@@@",
|