HomeSort by relevance Sort by last modified time
    Searched refs:special (Results 251 - 275 of 1275) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 58 // It also includes special registers.
302 // SpReg is a special register, its meaning depends on Op.
  /prebuilts/go/linux-x86/src/math/
jn.go 29 // Special cases:
50 // Special cases are:
58 // special cases
227 // Special cases are:
235 // special cases
log1p.go 40 // We use a special Reme algorithm on [0,0.1716] to generate
62 // Special cases:
89 // Special cases are:
115 // special cases
sin.go 114 // Special cases are:
126 // special cases
170 // Special cases are:
183 // special cases
  /prebuilts/go/linux-x86/test/fixedbugs/
bug284.go 93 })(ps1) // legal because of special conversion exception for pointers
100 q2 = (*S1)(q0) // legal because of special conversion exception for pointers
  /prebuilts/go/linux-x86/test/
sinit.go 117 // requires special handling for "a = []byte("..."); b = a"
121 // make this special case work.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-v32s-4.s 1 ; Check special registers specified as pN.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-sib.s 1 #Test the special case of the index bits, 0x4, in SIB.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
signed-relocs.s 1 ; check: not case sensitive for special operand modifier
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 72 # Builds a special vbmeta.img that disables AVB verification.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 192 module: '*' and '?' match non-special characters, where "special"
291 'fnmatch.translate()' in that '*' does not match "special characters"
298 # and by extension they shouldn't match such "special characters" under
300 # character except the special characters.
301 # XXX currently the "special characters" are just slash -- i.e. this is
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
bases.py 158 if s.special is not None:
159 meth = self.__methods.get(s.special)
  /external/hyphenation-patterns/
Android.mk 59 # TODO: we have data for sa/sa, but it requires special case handling for case
  /external/libffi/src/powerpc/
darwin_closure.S 353 bgt Lstructend ; not a special small case
403 beq Lfinish ; special case 16 bytes we don't consider floats.
  /external/libunwind/doc/
unw_flush_cache.tex 31 As a special case, if arguments \Var{lo} and \Var{hi} are both 0, all
  /external/python/cpython2/Lib/distutils/
filelist.py 192 module: '*' and '?' match non-special characters, where "special"
213 # XXX docstring lying about what the special chars are?
292 'fnmatch.translate()' in that '*' does not match "special characters"
299 # and by extension they shouldn't match such "special characters" under
301 # character except the special characters (currently: just os.sep).
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
darwin_closure.S 353 bgt Lstructend ; not a special small case
403 beq Lfinish ; special case 16 bytes we don't consider floats.
  /external/python/cpython2/Tools/framer/framer/
bases.py 158 if s.special is not None:
159 meth = self.__methods.get(s.special)
  /external/python/cpython3/Lib/distutils/
filelist.py 184 and '?' match non-special characters, where "special" is platform-
205 # XXX docstring lying about what the special chars are?
273 that '*' does not match "special characters" (which are
280 # and by extension they shouldn't match such "special characters" under
282 # character except the special characters (currently: just os.sep).
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
darwin_closure.S 353 bgt Lstructend ; not a special small case
403 beq Lfinish ; special case 16 bytes we don't consider floats.
  /frameworks/base/tools/aapt2/link/
ManifestFixer_test.cpp 485 <special:tag whoo="true" xmlns:special="http://google.com" />
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 192 module: '*' and '?' match non-special characters, where "special"
213 # XXX docstring lying about what the special chars are?
292 'fnmatch.translate()' in that '*' does not match "special characters"
299 # and by extension they shouldn't match such "special characters" under
301 # character except the special characters (currently: just os.sep).
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 192 module: '*' and '?' match non-special characters, where "special"
213 # XXX docstring lying about what the special chars are?
292 'fnmatch.translate()' in that '*' does not match "special characters"
299 # and by extension they shouldn't match such "special characters" under
301 # character except the special characters (currently: just os.sep).
  /prebuilts/go/darwin-x86/src/html/
escape_test.go 111 `The special characters are: <, >, &, ' and "`,
  /prebuilts/go/darwin-x86/src/html/template/
context.go 83 // directive, comment, and special element body.
281 // element identifies the HTML element when inside a start tag or special body.
289 // elementNone occurs outside a special tag or special element body.

Completed in 1460 milliseconds

<<11121314151617181920>>