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

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/net/
conf_netcgo.go 17 // It is the opposite of "netgo".
tcpsock_posix.go 82 // The opposite can also happen: if we ask the kernel to pick an appropriate
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10066.go 8 // in export data. This is the opposite of issue 9076.
  /prebuilts/go/linux-x86/src/net/
conf_netcgo.go 17 // It is the opposite of "netgo".
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10066.go 8 // in export data. This is the opposite of issue 9076.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loc3.d 6 # Two text files in opposite order.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
undefined.s 3 # ->undefined_symbol() callback has been interpreted in the opposite
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_weakrefset.py 177 opposite = self.__eq__(other)
178 if opposite is NotImplemented:
180 return not opposite
  /external/python/cpython2/Lib/
_weakrefset.py 177 opposite = self.__eq__(other)
178 if opposite is NotImplemented:
180 return not opposite
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 39 /// \returns an expression of the opposite of \c *this
41 EIGEN_DOC_UNARY_ADDONS(operator-,opposite)
  /external/walt/docs/
DragLatency.md 33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
39 The Python script used for ChromeOS employs a 2D extension of this method (implemented in [minimization.py](/pywalt/minimization.py)). This has the opposite requirement of some considerable spread of the collected _x_ coordinates.
  /external/llvm/test/MC/Hexagon/
new-value-check.s 9 # invalid: r0 definition predicated on the opposite condition
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 252 float opposite = Math.abs(pointY - mYCenter); local
253 double radians = Math.asin(opposite / hypotenuse);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bracket.go 206 // c Otherwise, if a strong type (opposite the embedding direction) is
209 // (L, R, or sos) is found. If that first preceding strong type is opposite
266 // return ON if no strong type found, or class opposite to dirEmbed
296 // case "c": strong type found, opposite - check before (c.1)
299 // no strong opposite type found before - use embedding (c.2)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bracket.go 206 // c Otherwise, if a strong type (opposite the embedding direction) is
209 // (L, R, or sos) is found. If that first preceding strong type is opposite
266 // return ON if no strong type found, or class opposite to dirEmbed
296 // case "c": strong type found, opposite - check before (c.1)
299 // no strong opposite type found before - use embedding (c.2)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 45 // -n (opposite of -_)
  /prebuilts/go/darwin-x86/src/math/
pow.go 151 // but in the opposite order
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
c++filt.go 45 // -n (opposite of -_)
  /prebuilts/go/linux-x86/src/math/
pow.go 151 // but in the opposite order
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 1804 IfCondition opposite = condition->GetOppositeCondition(); local
1925 IfCondition opposite = condition->GetOppositeCondition(); local
1993 IfCondition opposite = condition->GetOppositeCondition(); local
2059 IfCondition opposite = cond->GetOppositeCondition(); local
2111 IfCondition opposite = cond->GetOppositeCondition(); local
2183 IfCondition opposite = cond->GetOppositeCondition(); local
    [all...]
  /external/autotest/tko/
nightly.py 198 # link redraws current page with opposite absolute/relative choice
202 opposite = 'relative'
205 opposite = 'absolute'
207 return "<a href='%s'> %s </a>" % (url, opposite)
    [all...]
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 36 {0x45ac18fd, "For every action there is an equal and opposite government program.", "adl\x01\xcc\xfa\f\x00"},
  /prebuilts/go/darwin-x86/src/sync/
pool.go 182 // In pinSlow we store to localSize and then to local, here we load in opposite order.
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 253 // Windows CreateProcess assumes the opposite: it looks for

Completed in 1000 milliseconds

1 2 3 4 5 6 7 8