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

12 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Consumers.java 30 boolean accepted = false;
32 accepted = consumer.consume(value);
34 if (!accepted && value != null) value.close();
  /external/llvm/test/MC/ARM/
directive-thumb_func.s 4 @ NOTE: this test ensures that both forms are accepted for MachO
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 6 # is accepted without syntax error.
  /frameworks/base/core/java/android/text/method/
DialerKeyListener.java 83 char[] accepted = getAcceptedChars(); local
87 if (ok(accepted, kd.meta[i])) {
DigitsKeyListener.java 209 private DigitsKeyListener(@NonNull final String accepted) {
214 mAccepted = new char[accepted.length()];
215 accepted.getChars(0, accepted.length(), mAccepted, 0);
290 public static DigitsKeyListener getInstance(@NonNull String accepted) {
293 result = sStringInstanceCache.get(accepted);
295 result = new DigitsKeyListener(accepted);
296 sStringInstanceCache.put(accepted, result);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug126.go 9 // same const identifier declared twice should not be accepted
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
issue8042.go 8 // are accepted.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug126.go 9 // same const identifier declared twice should not be accepted
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
issue8042.go 8 // are accepted.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
add_s-err.s 6 ;; The following insns are accepted by ARCv2 only
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/h8300/
pr3134.d 2 # name: Check that both encodings of mov.l (disp32) are accepted (PR 3134)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-specific-reg.s 31 # FIXME: Need to ensure only "vmload %[re]ax" is accepted.
34 # FIXME: Need to ensure only "vmrun %[re]ax" is accepted.
37 # FIXME: Need to ensure only "vmsave %[re]ax" is accepted.
40 # FIXME: Need to ensure only "invlpga %[re]ax,%ecx" is accepted.
44 # FIXME: Need to ensure only "skinit %eax" is accepted.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
thumb2-bl-blx-interwork.s 8 @ The following four instructions are accepted by gas, but generate
32 @ These eight are all accepted by gas, but generate bad code.
  /build/soong/zip/
rate_limit.go 59 // wait for the request to be accepted
99 accepted := false
101 accepted = true
104 accepted = true
107 if accepted {
  /external/pcre/dist2/src/
pcre2_auto_possess.c 302 Returns: points to the start of the next opcode if *code is accepted
303 NULL if *code is not accepted
491 return NULL; /* Opcode not accepted */
530 BOOL accepted, invert_bits; local
771 accepted = FALSE; /* Always set in non-unicode case. */
775 accepted = TRUE;
798 case 1: accepted = bothprop; break;
799 case 2: accepted = (base_list[3] == list[3]) != same; break;
800 case 3: accepted = !same; break;
803 accepted = risprop && catposstab[base_list[3]][list[3]] == same
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)
77 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D()
93 accepted.push_back(*fmt);
630 m_log << TestLog::Section("", "GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not an accepted format.");
637 m_log << TestLog::Section("", "GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not an accepted format.");
    [all...]
  /kernel/tests/net/test/
tcp_test.py 113 self.accepted, _ = self.s.accept()
114 net_test.DisableFinWait(self.accepted)
121 self.accepted.send(net_test.UDP_PAYLOAD)
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 30 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
39 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
48 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
  /system/netd/tests/benchmarks/
connect_benchmark.cpp 158 int accepted = accept(listensocket, (sockaddr *) &client, &clientlen); local
159 if (accepted < 0) {
165 close(accepted);
215 int accepted = accept(listensocket, (sockaddr *) &client, &clientlen); local
216 if (accepted < 0) {
222 close(accepted);
  /development/tools/
make_key 25 given <subject>. A keytype of "rsa" or "ec" is accepted.
  /frameworks/base/core/java/android/content/pm/
IPackageInstaller.aidl 51 void setPermissionsResult(int sessionId, boolean accepted);
  /external/syslinux/core/lwip/src/core/ipv4/
icmp.c 110 int accepted = 1; local
114 accepted = 0;
120 accepted = 0;
124 if (!accepted) {
  /external/tensorflow/tensorflow/contrib/deprecated/
__init__.py 78 - `tf.scalar_summary` accepted arbitrary tensors of tags and values. But

Completed in 475 milliseconds

12 3 4 5 6 7 8 91011>>