HomeSort by relevance Sort by last modified time
    Searched refs:By (Results 226 - 250 of 554) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/sdk/tools/windows/bin/
dx.bat 10 REM Unless required by applicable law or agreed to in writing, software
49 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
57 REM followed by "value". Dx has been changed to know how to deal with that.
  /system/extras/simpleperf/doc/
inferno.md 47 and processed on the host by Inferno. The callstacks are merged together to
77 callstack are impossible to merge properly. By default Inferno asks
94 processed. Try to use frame pointer unwinding which can be done by the kernel
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 10 # Unless required by applicable law or agreed to in writing, software
34 from selenium.webdriver.common.by import By
184 pw = wait.until(EC.element_to_be_clickable((By.NAME, "password")))
388 string, The URL for the resource specified by the parameters
  /tools/apksig/etc/
apksigner.bat 10 REM Unless required by applicable law or agreed to in writing, software
49 REM By default, give apksigner a max heap size of 1 gig and a stack size of 1meg.
50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
57 REM followed by "value". apksigner has been changed to know how to deal with that.
  /tools/appbundle/bundletool/etc/
bundletool.bat 10 REM Unless required by applicable law or agreed to in writing, software?
49 REM By default, give bundletool a max heap size of 1 gig and a stack size of 1meg.?
50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.?
57 REM followed by "value". Dx has been changed to know how to deal with that.?
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
11 # offsets into the results returned by the uname syscall
74 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
75 # optimized some more by Vince Weaver
266 srawi 4,4,20 # divide by 2^20 to get MB
400 srawi 23,4,1 # divide by two
466 li 20,10 # we will divide by 10
470 divw 21,19,20 # divide r19 by r20 put into r21
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ld.s 4 # By default test ld.
  /external/skia/src/core/
SkGeometry.cpp 4 * Use of this source code is governed by a BSD-style license that can be
248 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
254 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
257 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
350 // we divide A,B,C by 3 to simplify
458 the resulting beziers are monotonic in Y. This is called by the scan
512 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY
    [all...]
  /external/skqp/src/core/
SkGeometry.cpp 4 * Use of this source code is governed by a BSD-style license that can be
248 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
254 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
257 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
350 // we divide A,B,C by 3 to simplify
458 the resulting beziers are monotonic in Y. This is called by the scan
512 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 2 // Use of this source code is governed by a BSD-style
33 // ScalarMult returns k*(Bx,By) where k is a number in big-endian form.
251 func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {
259 x, y, z = curve.addJacobian(Bx, By, Bz, x, y, z)
318 // Unmarshal converts a point, serialized by Marshal, into an x, y pair.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 2 // Use of this source code is governed by a BSD-style
33 // ScalarMult returns k*(Bx,By) where k is a number in big-endian form.
251 func (curve *CurveParams) ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) {
259 x, y, z = curve.addJacobian(Bx, By, Bz, x, y, z)
318 // Unmarshal converts a point, serialized by Marshal, into an x, y pair.
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionsTest.java 10 * Unless required by applicable law or agreed to in writing, software
36 import android.support.test.uiautomator.By;
257 UiObject2 button = getUiDevice().findObject(By.text("Close"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
317 of every JSON float to be decoded. By default this is equivalent to
322 of every JSON int to be decoded. By default this is equivalent to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 305 of every JSON float to be decoded. By default this is equivalent to
310 of every JSON int to be decoded. By default this is equivalent to
  /external/autotest/docs/
test-that.md 14 - Tests are generally specified to `test_that` by the NAME field of their
15 control file. Matching tests by filename is supported using f:[file
101 That told me that my job ID was 5196037. I could follow along by going to
112 - By default, jobs will be scheduled in the `suites` machine pool. That can be
  /external/capstone/bindings/ocaml/
capstone.ml 2 * By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 *)
test_basic.ml 2 * By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 *)
test_detail.ml 2 * By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 *)
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 89 EGL_DRM_BUFFER_USE_MESA. The only format specified by this
92 then red, then green, then blue. The bit values accepted by
98 EGLImage can be shared with other processes by passing the
119 Import a shared buffer by calling eglCreateImageKHR with
141 client APIs. By referencing an EGLImage in a client API, the
  /external/python/cpython2/Lib/json/
__init__.py 167 dictionaries will be sorted by key.
232 dictionaries will be sorted by key.
318 of every JSON float to be decoded. By default this is equivalent to
323 of every JSON int to be decoded. By default this is equivalent to
  /external/python/cpython3/Lib/json/
__init__.py 157 dictionaries will be sorted by key.
219 dictionaries will be sorted by key.
321 of every JSON float to be decoded. By default this is equivalent to
326 of every JSON int to be decoded. By default this is equivalent to
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 14 graph nodes created by the profiler node (python code).
23 types are selected for display and their statistics are aggregated by the
32 still aggregated by it's caller. `-account_displayed_op_only`, however,
66 `bytes`: The memory allocations requested by the operation.
67 `peak_bytes`: The peak requested memory (not de-allocated) by the operation.
68 `residual_bytes`: The memory requested by the operation and not de-allocated
70 `output_bytes`: The memory output by the operation. It's not necessarily requested
71 by the current operation. For example, it can be a tensor
84 `-min_output_bytes`: Show nodes that have at least this number of bytes output (no necessarily allocated by the nodes).
99 `-step`: Show the stats of the this step when multiple steps of RunMetadata were added. By default, show the average of all steps.
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 10 * Unless required by applicable law or agreed to in writing, software
37 * Each color space is characterized by a {@link Model color model} that defines
42 * color space, defined by {@link #getMinValue(int)} and {@link #getMaxValue(int)}
98 * <p>You can easily convert to {@link Named#SRGB sRGB} by omitting the second
123 * <p>Public static methods provided by this class, such as {@link #get(Named)}
155 * is used by the profile connection space in ICC profiles.
213 * {@link ColorSpace} can be obtained by calling {@link ColorSpace#get(Named)}:</p>
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
317 of every JSON float to be decoded. By default this is equivalent to
322 of every JSON int to be decoded. By default this is equivalent to
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 167 dictionaries will be sorted by key.
231 dictionaries will be sorted by key.
317 of every JSON float to be decoded. By default this is equivalent to
322 of every JSON int to be decoded. By default this is equivalent to

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>