HomeSort by relevance Sort by last modified time
    Searched refs:sw (Results 176 - 200 of 361) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/util/
Log.java 317 StringWriter sw = new StringWriter(); local
318 PrintWriter pw = new PrintWriter(sw);
320 return sw.toString();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAAltCommand(this);
AAutoescapeCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAAutoescapeCommand(this);
AEachCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAEachCommand(this);
AEscapeCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseAEscapeCommand(this);
AIfCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAIfCommand(this);
ALoopToCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseALoopToCommand(this);
ASetCommand.java 42 public void apply(Switch sw)
44 ((Analysis) sw).caseASetCommand(this);
AWithCommand.java 47 public void apply(Switch sw)
49 ((Analysis) sw).caseAWithCommand(this);
  /bionic/libc/kernel/arch-mips/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 147 #define REG_S sw
168 #define PTR_S sw
199 sw ra, 28(sp); \
200 sw gp, 24(sp); \
  /external/kernel-headers/original/asm-x86/
sigcontext.h 40 unsigned long sw; member in struct:_fpstate
  /external/openssl/crypto/sha/asm/
sha1-mips.s 17 sw $31,(16-1)*4($29)
18 sw $30,(16-2)*4($29)
19 sw $23,(16-3)*4($29)
20 sw $22,(16-4)*4($29)
21 sw $21,(16-5)*4($29)
22 sw $20,(16-6)*4($29)
23 sw $19,(16-7)*4($29)
24 sw $18,(16-8)*4($29)
25 sw $17,(16-9)*4($29)
26 sw $16,(16-10)*4($29
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 147 #define REG_S sw
168 #define PTR_S sw
199 sw ra, 28(sp); \
200 sw gp, 24(sp); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 39 unsigned long sw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 39 unsigned long sw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 39 unsigned long sw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
asm.h 91 #define REG_S sw
115 #define INT_S sw
155 #define LONG_S sw
205 #define PTR_S sw
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 147 #define REG_S sw
168 #define PTR_S sw
199 sw ra, 28(sp); \
200 sw gp, 24(sp); \
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 38 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 38 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 38 unsigned long sw; member in struct:_fpstate
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 38 unsigned long sw; member in struct:_fpstate

Completed in 4477 milliseconds

1 2 3 4 5 6 78 91011>>