HomeSort by relevance Sort by last modified time
    Searched refs:bts (Results 1 - 18 of 18) sorted by null

  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 117 * @param bts byte buffer
123 public int read(byte[] bts, int st, int end) throws IOException {
124 int n = super.read(bts, st, end);
126 branch.write(bts, st, n);
135 * @param bts byte buffer
139 public int read(byte[] bts) throws IOException {
140 int n = super.read(bts);
142 branch.write(bts, 0, n);
ProxyInputStream.java 58 * @param bts the buffer to read the bytes into
62 public int read(byte[] bts) throws IOException {
63 return in.read(bts);
68 * @param bts the buffer to read the bytes into
74 public int read(byte[] bts, int st, int end) throws IOException {
75 return in.read(bts, st, end);
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyOutputStream.java 55 * @param bts the bytes to write
58 public void write(byte[] bts) throws IOException {
59 out.write(bts);
64 * @param bts the bytes to write
69 public void write(byte[] bts, int st, int end) throws IOException {
70 out.write(bts, st, end);
  /system/bluetooth/brfpatch/
Android.mk 3 # Utility to create Android bluetooth firmware from Texas Instruments .bts
  /device/ti/panda/wl12xx/
Android.mk 24 # TIInit_10.6.15.bts
25 # TIInit_7.2.31.bts
26 # TIInit_7.6.15.bts
41 LOCAL_MODULE := TIInit_10.6.15.bts
56 LOCAL_MODULE := TIInit_7.2.31.bts
71 LOCAL_MODULE := TIInit_7.6.15.bts
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 155 byte[] bts = GeneralName.ipStrToBytes(ip);
156 for (int i=0; i<bts.length; i++) {
157 System.out.print((bts[i]&0xFF)+" ");
  /external/clang/test/Parser/
MicrosoftExtensions.c 28 lock bts [ecx], eax
  /external/v8/test/cctest/
test-disasm-x64.cc 122 __ bts(Operand(rdx, 0), rcx);
123 __ bts(Operand(rbx, rcx, times_4, 0), rcx);
238 __ bts(Operand(rbx, rcx, times_8, 10000), rdx);
test-disasm-ia32.cc 128 __ bts(edx, ecx);
129 __ bts(Operand(ebx, ecx, times_4, 0), ecx);
256 __ bts(Operand(ebx, ecx, times_8, 10000), edx);
  /external/v8/src/ia32/
assembler-ia32.h 848 void bts(Register dst, Register src) { bts(Operand(dst), src); }
849 void bts(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 1271 void Assembler::bts(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 846 void Assembler::bts(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 162 #define OP bts
    [all...]
test-i386.c 150 #define OP bts
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 406 milliseconds