HomeSort by relevance Sort by last modified time
    Searched full:yours (Results 1 - 25 of 59) sorted by null

1 2 3

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BindingTest.java 59 final TestBindableData yours = new TestBindableData(YOUR_DATA_ID); local
60 binding.bind(yours);
61 assertEquals(binding.getData(), yours); local
62 assertTrue(yours.isBound(binding.getBindingId()));
70 assertEquals(binding.getData(), yours); local
71 assertTrue(yours.isBound(binding.getBindingId()));
93 final TestBindableData yours = new TestBindableData(YOUR_DATA_ID); local
94 binding.bind(yours);
95 assertEquals(binding.getData(), yours); local
96 assertTrue(yours.isBound(binding.getBindingId()))
    [all...]
  /external/lldb/test/python_api/lldbutil/iter/
TestLLDBIterator.py 56 yours = []
58 yours.append(target.GetModuleAtIndex(i))
63 self.assertTrue(len(yours) == len(mine))
64 for i in range(len(yours)):
66 print "yours[%d]='%s'" % (i, get_description(yours[i]))
68 self.assertTrue(yours[i] == mine[i],
69 "UUID+FileSpec of yours[{0}] and mine[{0}] matches".format(i))
85 yours = []
87 yours.append(target.GetBreakpointAtIndex(i)
    [all...]
  /external/clang/test/Lexer/
conflict-marker.c 27 ==== YOURS conflict-marker.c
  /external/linux-tools-perf/src/tools/perf/util/
strbuf.h 27 * ... strbuf_avail(sb) is all yours, and you are sure that
36 * XXX: do _not_ assume that the area that is yours is of size ->alloc - 1
  /external/iproute2/examples/
SYN-DoS.rate.limit 10 #change to reflect yours.
  /development/host/windows/usb/
readme.txt 35 to build and sign new .cat files for that custom .inf file of yours.
  /prebuilts/tools/common/proguard/
license.html 14 applications, commercial or not. Your code obviously remains yours after
  /external/iproute2/examples/diffserv/
Edge1 9 #change to reflect yours.
Edge2 10 #change to reflect yours.
Edge31-cb-chains 11 #change to reflect yours.
Edge32-cb-chains 11 #change to reflect yours.
Edge32-cb-u32 11 #change to reflect yours.
Edge31-ca-u32 12 #change to reflect yours.
Edge32-ca-u32 12 #change to reflect yours.
  /external/proguard/docs/
license.html 27 applications, commercial or not. Your code obviously remains yours after
  /prebuilts/tools/common/proguard/proguard4.7/docs/
license.html 25 applications, commercial or not. Your code obviously remains yours after
  /external/openfst/src/include/fst/script/
script-impl.h 50 // arc type. Yours might look like this:
  /frameworks/base/docs/html-intl/intl/zh-cn/design/style/
writing.jd 271 <td>you?your?yours</td>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 83 /** Do not modify the List result!!! This list is not yours to keep
  /frameworks/volley/src/main/java/com/android/volley/
VolleyLog.java 39 * using Volley don't mix their logs with yours.
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 582 yOurs := new(big.Int).Exp(ka.g, ka.xOurs, ka.p)
587 yBytes := yOurs.Bytes()
672 yOurs := new(big.Int).Exp(ka.g, xOurs, ka.p)
673 yBytes := yOurs.Bytes()
  /external/skia/include/core/
SkUserConfig.h 103 this to something other than printf, define yours here
  /external/valgrind/
README_MISSING_SYSCALL_OR_IOCTL 150 which has a similar behaviour to yours, and use it as a
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java 94 "Your favorite meal cooked by yours truly", "dinner.jpg"));
  /external/lldb/source/Target/
UnixSignals.cpp 58 // This builds one standard set of Unix Signals. If yours aren't quite in this

Completed in 633 milliseconds

1 2 3