/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
list-in-n.d | 24 3c: 05700129 fix \$112,ROUND_OFF,\$41 25 40: 050b008d fix \$11,\$141
|
list-in-r.d | 24 3c: 05700129 fix \$112,ROUND_OFF,\$41 25 40: 050b008d fix \$11,\$141
|
list-in-rn.d | 24 3c: 05700129 fix \$112,ROUND_OFF,\$41 25 40: 050b008d fix \$11,\$141
|
list-insns.d | 22 3c: 05700129 fix \$112,ROUND_OFF,\$41 23 40: 050b008d fix \$11,\$141
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-frv.c | [all...] |
tc-tic30.c | 1142 /* Special fix for LDP instruction. */ 1928 fixS *fix; local 1954 fixS *fix; local [all...] |
tc-sparc.c | 4539 int count, fix; local [all...] |
tc-xtensa.c | 141 literals, so that we can fix up those symbols when the literals are 10624 fixS *fix, *next_fix, **fix_splice; local 11171 fixS *fix; local 11269 fixS *fix; local [all...] |
tc-mcore.c | [all...] |
/external/chromium-trace/catapult/third_party/flot/ |
NEWS.md | 26 - Added a detach shim to fix support for jQuery versions earlier than 1.4.x. 66 - Updated inlined jQuery Resize to the latest version to fix errors. 84 (reported by Teq1, fix researched by ryleyb, issue #1056) 97 - Fix broken highlighting for right-aligned bars. 321 - Fix problem with null values and pie plugin. (patch by gcruxifix, 324 - Fix problem with threshold plugin and bars. (based on patch by 327 - Fix axis box calculations so the boxes include the outermost part of the 330 - Fix problem with event clicking and hovering in IE 8 by updating Excanvas 333 - Fix issues with blurry 1px border when some measures aren't integer. 336 - Fix bug with formats in the data processor. (reported by Peter Hull [all...] |
/external/boringssl/linux-arm/crypto/aes/ |
bsaes-armv7.S | 1109 veor q7, q7, q6 @ fix up round 0 key 1125 veor q7, q7, q6 @ fix up round 0 key 1364 veor q7,q7,q15 @ fix up last round key 1386 veor q7,q7,q15 @ fix up last round key [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-restart-frame.js | 151 // Successive restarts don't work now and require additional fix.
|
/ndk/build/core/ |
setup-app.mk | 117 $(call __ndk_info,Please fix the APP_ABI definition in $(NDK_APP_APPLICATION_MK))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 182 // TODO: Allow for more than one fix? 185 for (LintFix fix : fixes) { 186 proposals.add(fix);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
float.d | 102 0+178 <[^>]+> ee100111 ? fix r0, f1
|
/external/curl/packages/vms/ |
generate_config_vms_h_curl.com | 236 $! is a generic procedure and it would break more things to try to fix it 237 $! to special case it for curl. So we will fix it here.
|
/external/google-breakpad/src/testing/scripts/ |
gmock_doctor.py | 430 Note: the line number may be off; please fix all instances of Return(NULL)."""
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UnicodeRegex.java | 147 public static String fix(String regex) { 152 * Compile a regex string, after processing by fix(...). 154 * @param regex Raw regex pattern, as in fix(...). 162 * Compile a regex string, after processing by fix(...). 164 * @param regex Raw regex pattern, as in fix(...). 184 * cycles. The result can be used as input for fix(). 340 x.complement().complement(); // hack to fix toPattern
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UnicodeRegex.java | 145 public static String fix(String regex) { 150 * Compile a regex string, after processing by fix(...). 152 * @param regex Raw regex pattern, as in fix(...). 160 * Compile a regex string, after processing by fix(...). 162 * @param regex Raw regex pattern, as in fix(...). 182 * cycles. The result can be used as input for fix(). 338 x.complement().complement(); // hack to fix toPattern
|
/external/e2fsprogs/e2fsck/ |
pass3.c | 337 * offer to fix it if not. 356 ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix) 374 if (retval && !fix) 383 if (!fix) 595 * Fix parent --- this routine fixes up the parent of a directory.
|
e2fsck.h | 486 extern ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix);
|
/toolchain/binutils/binutils-2.25/gas/ |
write.c | 32 #define TC_FORCE_RELOCATION(FIX) \ 33 (generic_force_reloc (FIX)) 37 #define TC_FORCE_RELOCATION_ABS(FIX) \ 38 (TC_FORCE_RELOCATION (FIX)) 42 #define TC_FORCE_RELOCATION_LOCAL(FIX) \ 43 (!(FIX)->fx_pcrel \ 44 || TC_FORCE_RELOCATION (FIX)) 48 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \ 57 #define TC_FORCE_RELOCATION_SUB_ABS(FIX, SEG) \ 63 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) [all...] |
/external/fio/tools/plot/ |
fio2gnuplot | 413 print "Please fix your command line or read the help (-h option)"
|
/external/javassist/src/main/javassist/ |
CtClass.java | 429 public void fix(String name) {} [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ssl.py | 150 major, minor, fix, patch, status = t 155 self.assertGreaterEqual(fix, 0) 156 self.assertLess(fix, 256) 162 self.assertTrue(s.startswith("OpenSSL {:d}.{:d}.{:d}".format(major, minor, fix)), [all...] |