HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 26 - 50 of 1503) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
def2.d 8 # Just checking that undef2 links correctly when given a symbol.
def3.d 8 # Just checking that undef3 links correctly when given a symbol.
  /external/curl/docs/cmdline-opts/
fail-early.d 8 attempt to operate on each given URL, one by one. By default, it will ignore
9 errors if there are more URLs given and the last URL's success will determine
14 that fails, independent of the amount of URLs that are given on the command
crlfile.d 4 Help: Get a CRL list in PEM format from the given file
dns-servers.d 9 may also optionally be given as \fI:<port-number>\fP after each IP
junk-session-cookies.d 7 When curl is told to read cookies from a given file, this option will make it
libcurl.d 10 If this option is used several times, the last given file name will be
path-as-is.d 5 Tell curl to not handle sequences of /../ or /./ in the given URL
proxy-anyauth.d 7 the given HTTP proxy. This might cause an extra request/response round-trip.
proxy-basic.d 5 Tells curl to use HTTP Basic authentication when communicating with the given
proxy-negotiate.d 7 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
proxy1.0.d 3 Help: Use HTTP/1.0 proxy on given port
remote-name-all.d 5 This option changes the default action for all given URLs to be dealt with as
retry-max-time.d 7 done as usual (see --retry) as long as the timer hasn't reached this given
9 made and while performing, it may take longer than this given time period. To
speed-limit.d 6 If a download is slower than this given speed (in bytes per second) for
  /toolchain/binutils/binutils-2.27/opcodes/
arm-dis.c 6422 long given; local
    [all...]
score-dis.c 515 print_insn_score48 (struct disassemble_info *info, bfd_vma given)
524 if (((insn->mask & 0xff0000000000LL)!=0) && (given & insn->mask) == insn->value)
570 reg = given >> bitstart;
580 reg = given >> bitstart;
589 reg = given >> bitstart;
597 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */
598 || ((given & insn->mask) == 0x0c000012) /* ldc2 */
599 || ((given & insn->mask) == 0x0c00001c) /* ldc3 */
600 || ((given & insn->mask) == 0x0c00000b) /* stc1 */
601 || ((given & insn->mask) == 0x0c000013) /* stc2 *
1044 bfd_vma given,given_h , given_l, given_16, given_32, given_48; local
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
PluginLoaderTest.java 43 willReturn(null).given(initializer).loadImpl(FooPlugin.class);
45 willReturn(expected).given(initializer).loadImpl(BarPlugin.class);
56 willReturn(null).given(initializer).loadImpl(FooPlugin.class);
57 willReturn(null).given(initializer).loadImpl(BarPlugin.class);
59 willReturn(expected).given(plugins).getDefaultPlugin(FooPlugin.class);
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWarningsTest.java 20 import static org.mockito.BDDMockito.given;
51 given(mock.simpleMethod(100)).willReturn("100");
61 given(mock.simpleMethod(100)).willReturn("100");
72 given(mock.simpleMethod(100)).willReturn("100");
78 //because it was simpler to implement. This can be improved given we put priority to improve the warnings.
88 given(mock.simpleMethod(100)).willReturn("100");
  /build/make/tools/releasetools/
edify_generator.py 51 to a given line length, replacing nulls with spaces and/or newlines
139 the given timestamp."""
147 """Assert that the device identifier is the given string."""
175 """Check that the given file has one of the
176 given *sha1 hashes, checking the version saved in cache if the
185 """Check that the given file has one of the
186 given hashes (encoded in the filename)."""
194 """Check that the given file has one of the
195 given *sha1 hashes."""
210 """Mount the partition with the given mount_point
    [all...]
  /external/compiler-rt/make/
util.mk 33 # Set the given make variable to the given value.
38 # Append the given value to the given make variable.
43 # Check whether the given variable is defined.
48 # Check whether the given variable is undefined.
53 # Get the value of the given make variable, or the default-value if the variable
80 # Check that a value is true, or give an error including the given message
93 # Check that all command line variables are in the given list. This routine is
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookEntry.java 30 public String given; field in class:PhonebookEntry.Name
45 && (Objects.equals(given, n.given) || given != null && given.equals(n.given))
55 result = 23 * result + (given == null ? 0 : given.hashCode());
67 sb.append(" given: ");
68 sb.append(given);
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/bytecode/
CoreRemapperImplTest.kt 39 val given = "androidx.test.InputConnectionCompat.CONTENT_URI"
42 Truth.assertThat(remapper.rewriteString(given)).isEqualTo(expected)
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
ProGuardTester.kt 77 fun testThatGivenProGuard(given: String): ProGuardTesterForFile {
78 return ProGuardTesterForFile(createConfig(), given)
93 class ProGuardTesterForFile(private val config: Config, private val given: String) {
98 val file = ArchiveFile(Paths.get("proguard.txt"), given.toByteArray())
108 class ProGuardTesterForType(private val config: Config, private val given: String) {
113 val result = mapper.replaceType(given)
120 class ProGuardTesterForArgs(private val config: Config, private val given: String) {
125 val result = mapper.replaceMethodArgs(given)
  /external/python/cpython3/Lib/test/
test_urllib.py     [all...]

Completed in 780 milliseconds

12 3 4 5 6 7 8 91011>>