/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ANotExpression.java | 32 public void apply(Switch sw) 34 ((Analysis) sw).caseANotExpression(this);
|
ANumericExpression.java | 32 public void apply(Switch sw) 34 ((Analysis) sw).caseANumericExpression(this);
|
AOptimizedMultipleCommand.java | 57 public void apply(Switch sw) { 59 commands[i].apply(sw);
|
ASequenceExpression.java | 33 public void apply(Switch sw) 35 ((Analysis) sw).caseASequenceExpression(this);
|
AStringExpression.java | 32 public void apply(Switch sw) 34 ((Analysis) sw).caseAStringExpression(this);
|
AVariableExpression.java | 32 public void apply(Switch sw) 34 ((Analysis) sw).caseAVariableExpression(this);
|
/external/llvm/test/MC/Mips/ |
mips-memory-instructions.s | 10 # CHECK: sw $4, 16($5) # encoding: [0x10,0x00,0xa4,0xac] 11 # CHECK: sw $7, 0($5) # encoding: [0x00,0x00,0xa7,0xac] 17 sw $4, 16($5) 18 sw $7, ($5)
|
nacl-mask.s | 116 sw $4, 0($3) 123 sw $4, 0($sp) 124 sw $4, 0($t8) 141 # CHECK-NEXT: sw $4, 0($3) 163 # CHECK: sw $4, 0($sp) 165 # CHECK: sw $4, 0($24) 181 sw $sp, 123($sp) 222 # CHECK: sw $sp, 123($sp) 296 sw $4, 0($sp) 302 sw $sp, 0($sp [all...] |
/external/valgrind/main/drd/tests/ |
unit_vc.stderr.exp | 5 vc_lte([ 1: 3, 2: 1 ], [ 1: 4 ]) = 0 sw 0
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 130 int sw = 0;
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1);
139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-mips.S | 20 sw $31,128-1*4($29) 21 sw $30,128-2*4($29) 22 sw $23,128-3*4($29) 23 sw $22,128-4*4($29) 24 sw $21,128-5*4($29) 25 sw $20,128-6*4($29) 26 sw $19,128-7*4($29) 27 sw $18,128-8*4($29) 28 sw $17,128-9*4($29) 29 sw $16,128-10*4($29 [all...] |
/external/openssl/crypto/sha/asm/ |
sha256-mips.S | 20 sw $31,128-1*4($29) 21 sw $30,128-2*4($29) 22 sw $23,128-3*4($29) 23 sw $22,128-4*4($29) 24 sw $21,128-5*4($29) 25 sw $20,128-6*4($29) 26 sw $19,128-7*4($29) 27 sw $18,128-8*4($29) 28 sw $17,128-9*4($29) 29 sw $16,128-10*4($29 [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
TwoColumnOutput.java | 65 StringWriter sw = new StringWriter((len1 + len2) * 3); local 67 new TwoColumnOutput(sw, width1, width2, spacer); 77 return sw.toString();
|
/dalvik/dx/src/com/android/dx/util/ |
TwoColumnOutput.java | 65 StringWriter sw = new StringWriter((len1 + len2) * 3); local 67 new TwoColumnOutput(sw, width1, width2, spacer); 77 return sw.toString();
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
TwoColumnOutput.java | 65 StringWriter sw = new StringWriter((len1 + len2) * 3); local 67 new TwoColumnOutput(sw, width1, width2, spacer); 77 return sw.toString();
|
/external/llvm/utils/ |
findmisopt | 133 for sw in $all_switches ; do 134 echo -n " $sw" 135 switches="$switches $sw"
|
/frameworks/multidex/library/test/src/android/util/ |
Log.java | 195 StringWriter sw = new StringWriter(); local 196 PrintWriter pw = new PrintWriter(sw); 199 return sw.toString();
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOUtils.java | 339 CharArrayWriter sw = new CharArrayWriter(); local 340 copy(input, sw); 341 return sw.toCharArray(); 359 StringWriter sw = new StringWriter(); local 360 copy(input, sw); 361 return sw.toString(); 382 StringWriter sw = new StringWriter(); local 383 copy(input, sw, encoding); 384 return sw.toString(); 399 StringWriter sw = new StringWriter() local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
JsonUtils.java | 72 final StringWriter sw = new StringWriter(); local 73 final JsonWriter writer = new JsonWriter(sw); 86 return sw.toString();
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-mips.S | 264 sw $31,64-1*4($29) 265 sw $30,64-2*4($29) 266 sw $23,64-3*4($29) 267 sw $22,64-4*4($29) 268 sw $21,64-5*4($29) 269 sw $20,64-6*4($29) 270 sw $19,64-7*4($29) 271 sw $18,64-8*4($29) 272 sw $17,64-9*4($29) 273 sw $16,64-10*4($29 [all...] |
/external/openssl/crypto/aes/asm/ |
aes-mips.S | 264 sw $31,64-1*4($29) 265 sw $30,64-2*4($29) 266 sw $23,64-3*4($29) 267 sw $22,64-4*4($29) 268 sw $21,64-5*4($29) 269 sw $20,64-6*4($29) 270 sw $19,64-7*4($29) 271 sw $18,64-8*4($29) 272 sw $17,64-9*4($29) 273 sw $16,64-10*4($29 [all...] |
/bionic/libc/kernel/uapi/asm-x86/asm/ |
sigcontext32.h | 41 __u32 sw; member in struct:_fpstate_ia32
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
sigcontext.h | 41 unsigned long sw; member in struct:_fpstate
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
sigcontext32.h | 41 __u32 sw; member in struct:_fpstate_ia32
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
sigcontext32.h | 41 __u32 sw; member in struct:_fpstate_ia32
|