HomeSort by relevance Sort by last modified time
    Searched refs:prefixed (Results 1 - 25 of 39) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
reg-prefix.d 5 # Test SH register names prefixed with $:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
badgotr1.d 5 #error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 101 * Depending on the charvocabulary the charliteral should be prefixed with a 'L'
118 * Depending on the charvocabulary the string should be prefixed with a 'L'
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 69 CBS data, prefixed; local
72 return CBS_get_u8_length_prefixed(&data, &prefixed) &&
73 CBS_len(&prefixed) == 1 &&
74 CBS_get_u8(&prefixed, &u8) &&
76 CBS_get_u16_length_prefixed(&data, &prefixed) &&
77 CBS_len(&prefixed) == 2 &&
78 CBS_get_u16(&prefixed, &u16) &&
80 CBS_get_u24_length_prefixed(&data, &prefixed) &&
81 CBS_len(&prefixed) == 3 &&
82 CBS_get_u24(&prefixed, &u32) &
90 CBS data, prefixed; local
    [all...]
  /external/opencv3/modules/viz/src/
vizcore.cpp 146 String prefixed = output + " - ";
147 if (window_name.substr(0, prefixed.length()) == prefixed)
150 output = prefixed + window_name; // Doesn't have prefix
152 output = (window_name == "" ? output : prefixed + window_name);
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 230 prefixed = qn + "."
231 pflen = len(prefixed)
234 if existing[i][:pflen] == prefixed:
623 prefixed = name + "."
624 pflen = len(prefixed)
628 (existing[i][:pflen] == prefixed):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 65 prefixed = refactor.get_all_fix_names("myfixes", False)
67 self.assertEqual(prefixed, ["fix_" + name for name in contents])
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 96 ; with C linkage be prefixed with an underscore.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
configure     [all...]
  /external/libxml2/
tree.c     [all...]
  /external/pcre/dist/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iproute2/doc/
ip-cref.tex 213 prefixed with a comment and a syscall identifier.
218 with \verb|perror(3)| prefixed with ``RTNETLINK answers:''.
647 this string must coincide with the name of the device or must be prefixed
    [all...]
  /external/libmicrohttpd/
configure     [all...]
  /external/ImageMagick/
configure     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 686 milliseconds

1 2