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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
crc32-bad.l 2 [^:]*:4: Warning: using r15 results in unpredictable behaviour
3 [^:]*.s:5: Warning: using r15 results in unpredictable behaviour
4 [^:]*.s:6: Warning: using r15 results in unpredictable behaviour
5 [^:]*.s:7: Warning: using r15 results in unpredictable behaviour
6 [^:]*.s:8: Warning: using r15 results in unpredictable behaviour
7 [^:]*.s:9: Warning: using r15 results in unpredictable behaviour
8 [^:]*.s:12: Warning: using r13 results in unpredictable behaviour
9 [^:]*.s:13: Warning: using r15 results in unpredictable behaviour
10 [^:]*.s:14: Warning: using r13 results in unpredictable behaviour
11 [^:]*.s:15: Warning: using r15 results in unpredictable behaviour
    [all...]
armv8-2-fp16-scalar-bad.l 6 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
7 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
8 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
9 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
10 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
11 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
12 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
13 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
14 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE
15 .*:79: Warning: ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABL
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_limits.h 185 struct nine_state_behaviour behaviour = render_state_limits_table[State]; local
187 switch (behaviour.state_value_behaviour) {
191 if (Value < behaviour.u.clamp.min)
192 Value = behaviour.u.clamp.min;
193 else if (Value > behaviour.u.clamp.max)
194 Value = behaviour.u.clamp.max;
200 Value = Value & behaviour.u.mask;
203 if (Value < behaviour.u.range_def_val.min || Value > behaviour.u.range_def_val.max)
204 Value = behaviour.u.range_def_val.default_val
    [all...]
  /external/curl/docs/cmdline-opts/
post301.d 8 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous
post302.d 8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
post303.d 8 requests when following a 303 redirection. The non-RFC behaviour is ubiquitous
  /art/test/674-hiddenapi/src-ex/
ChildClass.java 64 enum Behaviour {
94 final Behaviour expected;
96 // greylisted APIs. This is the behaviour for release builds.
98 expected = Behaviour.Granted;
100 expected = Behaviour.Denied;
102 expected = Behaviour.Warning;
104 expected = Behaviour.Granted;
180 Visibility visibility, Behaviour behaviour) throws Exception {
183 boolean canDiscover = (behaviour != Behaviour.Denied)
    [all...]
  /device/linaro/hikey/gralloc960/
Android.mk 46 # Software behaviour defines
126 # Software behaviour flags
  /external/llvm/test/MC/Mips/
sort-relocation-table.s 181 # check that we encourage this behaviour by putting invalid
362 # so check that we encourage this behaviour by putting invalid
  /build/blueprint/
context_test.go 206 t.Fatalf("unexpected walkDeps behaviour: %s\ndown should be: CFG", outputDown)
209 t.Fatalf("unexpected walkDeps behaviour: %s\nup should be: GFC", outputUp)
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 749 * specify this behaviour, but it's required to parse
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp     [all...]
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 24 # This behaviour is done in the mbcs converter code and is turned on if for that converter
  /external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec 205 undefined behaviour.
  /external/python/cpython2/Misc/Vim/
python.vim 143 " statement line; changes behaviour to look at least 2000 lines previously for
  /frameworks/base/core/java/android/util/
JsonReader.java 821 * specify this behaviour, but it's required to parse
    [all...]
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 180 same behaviour as in OpenGL 3.1.
  /external/python/cpython3/Lib/test/
test_tokenize.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/
svgpan.go 20 * You can configure the behaviour of the pan/zoom/drag with the variables
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/
svgpan.go 20 * You can configure the behaviour of the pan/zoom/drag with the variables
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py     [all...]
  /external/python/cpython2/Lib/
optparse.py     [all...]
  /external/python/cpython3/Lib/
optparse.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py     [all...]

Completed in 2100 milliseconds

1 2 3