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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.4.0-alpha6/
monkeyrunner-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.4.0-alpha7/
monkeyrunner-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.5.0-alpha-preview-01/
monkeyrunner-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.5.0-alpha-preview-02/
monkeyrunner-25.5.0-alpha-preview-02.jar 
  /test/vts/utils/python/common/
filter_utils.py 10 # Unless required by applicable law or agreed to in writing, software
70 by attaching it with each appendix form appendix_list.
76 filter item and 2) it has the pattern described by filter_pattern.
292 Reset both include_filter and exclude_filter by expanding the filters
309 By default, include_filter overrides exclude_filter. This means:
486 items are added one by one in a sequence call.
505 items are added one by one in a sequence call.
  /build/make/core/
dex_preopt_odex_install.mk 6 # We explicitly uncompress APKs of privileged apps, and used by
189 # For libart, the boot jars' odex files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
196 # For a Java library, by default we build odex for both 1st arch and 2nd arch.
313 # By default, emit debug info.
  /build/soong/cc/
linker.go 9 // Unless required by applicable law or agreed to in writing, software
52 // allow the module to contain undefined symbols. By default,
53 // modules cannot contain undefined symbols that are not satisified by their immediate
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivityTest.java 10 * Unless required by applicable law or agreed to in writing, software
51 import android.support.test.uiautomator.By;
253 sReplier.setOnSave(WelcomeActivity.createSender(mContext, "Saved by the bell"));
273 WelcomeActivity.assertShowing(mUiBot, "Saved by the bell");
    [all...]
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 0 # By Dang Hoang Vu <danghvu@gmail.com>, 2014
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
66 /// You must not modify or resize the byte array returned by this method.
139 // By handling the empty string explicitly, we not only optimize but we fix a
167 /// Creates a new <see cref="ByteString" /> by encoding the specified text with
176 /// Creates a new <see cref="ByteString" /> by encoding the specified text in UTF-8.
192 /// Converts this <see cref="ByteString"/> into a string by applying the given encoding.
206 /// Converts this <see cref="ByteString"/> into a string by applying the UTF-8 encoding.
322 /// Used internally by CodedOutputStream to avoid creating a copy for the write
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 10 3. RDMA configuration is done by setting the following environment variables:
11 * **RDMA_DEVICE**: The RDMA device name to be used. If not defined by user, a default device with an active port will be set if exists.
12 * **RDMA_DEVICE_PORT**: The port within the selected device. Not relevant if RDMA_DEVICE is not defined. If not defined by user, a default active port will be set if exists.
13 * **RDMA_GID_INDEX**: The GID index of the port. If not defined by user, a default suitable GID index will be set (RoCEV2 is favourable as default).
14 * **RDMA_QP_PKEY_INDEX**: The Pkey for the QP. If not defined by user, the default value is 0.
15 * **RDMA_QP_QUEUE_DEPTH**: TX/RX queue size for the QP. If not defined by user, the default value is 1024.
16 * **RDMA_QP_TIMEOUT**: The retransmission timeout for QPs. If not defined by user, the default value is 14.
17 * **RDMA_QP_RETRY_COUNT**: Number of retransmission for QPs. If not defined by user, the default value is 7.
18 * **RDMA_QP_SL**: Service level configuration for QOS and ECN, valid values are 0-7. If not defined by user, the default value is 0.
19 * **RDMA_QP_MTU**: MTU configuration for the QPs. If not defined by user, the default value is active MTU from query_port
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 2 // Use of this source code is governed by a BSD-style
40 dataDescriptorSignature = 0x08074b50 // de-facto standard; required by OS X Finder
66 // IDs 0..31 are reserved for official use by PKWARE.
67 // IDs above that range are defined by third-party vendors.
93 // By specification, the only other encoding permitted should be CP-437,
159 // field; it is unset by default.
251 // but these seem to be the values agreed on by tools.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 2 // Use of this source code is governed by a BSD-style
32 // Make initial coarse partitions by using a subset of the conditions above.
89 // partition can grow in the loop. By not using a range loop here,
103 // Sort by eq class of arguments.
112 // Note: commutative args already correctly ordered by byArgClass.
168 // e is sorted by domorder, so a maximal dominant element is first in the slice
185 // e is sorted by domorder, so v.Block doesn't dominate any subsequent blocks in e
273 // being a sorted by ID list of *Values. The eqclass slices are
274 // backed by the same storage as the input slice.
307 // Try to order these comparison by cost (cheaper first
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/list/
list.go 2 // Use of this source code is governed by a BSD-style
26 List lists the packages named by the import paths, one per line.
80 Imports []string // import paths used by this package
129 cannot be found or are malformed. By default, the list command
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 2 // Use of this source code is governed by a BSD-style
18 // It is shared so that all packages are imported by the same importer.
48 // importType returns the type denoted by the qualified identifier
85 // By providing a Config with our own error function, it will continue
184 // If the element is a pointer type (type T[]*T), it's handled fine by the Pointer case below.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump.go 2 // Use of this source code is governed by a BSD-style
176 // representation. It should only be used by servers to debug client
205 // By default, print out the unmodified req.RequestURI, which
264 // errNoBody is a sentinel error value used by failureToReadBody so we
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 2 // Use of this source code is governed by a BSD-style
40 dataDescriptorSignature = 0x08074b50 // de-facto standard; required by OS X Finder
66 // IDs 0..31 are reserved for official use by PKWARE.
67 // IDs above that range are defined by third-party vendors.
93 // By specification, the only other encoding permitted should be CP-437,
159 // field; it is unset by default.
251 // but these seem to be the values agreed on by tools.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 2 // Use of this source code is governed by a BSD-style
32 // Make initial coarse partitions by using a subset of the conditions above.
89 // partition can grow in the loop. By not using a range loop here,
103 // Sort by eq class of arguments.
112 // Note: commutative args already correctly ordered by byArgClass.
168 // e is sorted by domorder, so a maximal dominant element is first in the slice
185 // e is sorted by domorder, so v.Block doesn't dominate any subsequent blocks in e
273 // being a sorted by ID list of *Values. The eqclass slices are
274 // backed by the same storage as the input slice.
307 // Try to order these comparison by cost (cheaper first
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/list/
list.go 2 // Use of this source code is governed by a BSD-style
26 List lists the packages named by the import paths, one per line.
80 Imports []string // import paths used by this package
129 cannot be found or are malformed. By default, the list command
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 2 // Use of this source code is governed by a BSD-style
18 // It is shared so that all packages are imported by the same importer.
48 // importType returns the type denoted by the qualified identifier
85 // By providing a Config with our own error function, it will continue
184 // If the element is a pointer type (type T[]*T), it's handled fine by the Pointer case below.
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump.go 2 // Use of this source code is governed by a BSD-style
176 // representation. It should only be used by servers to debug client
205 // By default, print out the unmodified req.RequestURI, which
264 // errNoBody is a sentinel error value used by failureToReadBody so we
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /external/blktrace/doc/
blktrace.tex 7 % it under the terms of the GNU General Public License as published by
46 run in \emph{live} mode directly outputs data collected by blktrace.
121 could then mount the directory this time only by doing: \% mount debug}:
187 tracing of devices. The above could also be accomplished by issuing:
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
201 by applications using the SCSI Generic (\emph{sg}) interface.
223 formatting by blkparse. This would be useful if you want to get
360 \emph{local} directory. The format of the file names is (by default)
371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
388 -b \emph{size} & --buffer-size=\emph{size} & Specifies buffer size for event extraction (scaled by $2^{10}$) \\ \hlin
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 9 The units referenced by the requirements in this section are defined as follows:
13 * **dots per inch (dpi)**. The number of pixels encompassed by a linear
66 stretched longer by meeting one of the following conditions:
89 * [C-0-1] By default, device implementations MUST report only one of the
95 made by the user (for example, display size) set after initial boot.
172 * [C-1-1] MUST support dynamic orientation by applications to either portrait or landscape screen
267 * [C-1-5] MUST NOT enumerate layers provided by libraries outside of the
299 * [C-0-1] MUST enable hardware acceleration by default, and MUST
300 disable hardware acceleration if the developer so requests by setting
349 graphics to the display. Devices MUST support all of these APIs as defined by
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 11 # Used by ASCEND MAX/Pipeline products
142 ATTRIBUTE Ascend-Call-By-Call 250 integer
166 # Used by ASCEND MAX/Pipeline products (see above)

Completed in 1553 milliseconds

<<11121314151617181920>>