HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 1076 - 1100 of 10360) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xfuncproto.h 146 /* C99 keyword "inline" or equivalent extensions in pre-C99 compilers */
159 /* C99 keyword "restrict" or equivalent extensions in pre-C99 compilers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 68 equivalent to 'struct timespec'. This is the type used
114 equivalent to 'struct timespec'. This is the type used
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_traceback.py 128 # test_string_exception1 is equivalent to
132 # test_string_exception2 is equivalent to
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_traceback.py 128 # test_string_exception1 is equivalent to
132 # test_string_exception2 is equivalent to
  /prebuilts/go/darwin-x86/doc/
gccgo_install.html 375 Go <code>byte</code> is equivalent to C <code>unsigned char</code>.
395 array in Go is equivalent to a C pointer to the
396 equivalent of the element type.
397 For example, Go <code>*[10]int</code> is equivalent to C <code>int*</code>,
417 struct points to the code of the function, which will be equivalent to
418 a pointer to a C function whose parameter types are equivalent, with
424 a struct. For example, these functions are roughly equivalent:
472 Go is equivalent to a pointer to an array (not a slice!) of
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 59 // It is equivalent to Remove(h, 0).
83 // Changing the value of the element at index i and then calling Fix is equivalent to,
  /prebuilts/go/darwin-x86/src/text/template/
helper.go 97 // first file matched by the pattern. ParseGlob is equivalent to calling
109 // equivalent to calling t.ParseFiles with the list of files matched by the
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
link.go 19 Name string // name, equivalent to IP interface name
20 Index int // index, equivalent to IP interface index
  /prebuilts/go/linux-x86/doc/
gccgo_install.html 375 Go <code>byte</code> is equivalent to C <code>unsigned char</code>.
395 array in Go is equivalent to a C pointer to the
396 equivalent of the element type.
397 For example, Go <code>*[10]int</code> is equivalent to C <code>int*</code>,
417 struct points to the code of the function, which will be equivalent to
418 a pointer to a C function whose parameter types are equivalent, with
424 a struct. For example, these functions are roughly equivalent:
472 Go is equivalent to a pointer to an array (not a slice!) of
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 59 // It is equivalent to Remove(h, 0).
83 // Changing the value of the element at index i and then calling Fix is equivalent to,
  /prebuilts/go/linux-x86/src/text/template/
helper.go 97 // first file matched by the pattern. ParseGlob is equivalent to calling
109 // equivalent to calling t.ParseFiles with the list of files matched by the
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
link.go 19 Name string // name, equivalent to IP interface name
20 Index int // index, equivalent to IP interface index
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 49 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT
55 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 128 # test_string_exception1 is equivalent to
132 # test_string_exception2 is equivalent to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rbacrule.py 104 """Expand the rule into an equivalent set of rules without attributes."""
134 """Expand the rule into an equivalent set of rules without attributes."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_traceback.py 128 # test_string_exception1 is equivalent to
132 # test_string_exception2 is equivalent to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 105 * Returns the equivalent {@link ControlPoint} to this
108 * @return The equivalent {@link ControlPoint} to this
  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerAngles.h 120 typedef Matrix<Scalar,3,3> Matrix3; /*!< the equivalent rotation matrix type */
121 typedef Matrix<Scalar,3,1> Vector3; /*!< the equivalent 3 dimension vector type */
122 typedef Quaternion<Scalar> QuaternionType; /*!< the equivalent quaternion type */
123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */
330 /** \returns an equivalent 3x3 rotation matrix. */
  /external/icu/icu4c/source/common/
caniter.cpp 26 * This class allows one to iterate through all the strings that are canonically equivalent to a given
129 *@return the next string that is canonically equivalent. The value null is returned when
343 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
360 // add only the ones that are canonically equivalent
574 // check to make sure result is canonically equivalent
  /external/parameter-framework/asio-1.10.6/include/asio/
read.hpp 64 * @note This overload is equivalent to calling:
103 * @note This overload is equivalent to calling:
259 * the handler will be performed in a manner equivalent to using
271 * @note This overload is equivalent to calling:
334 * the handler will be performed in a manner equivalent to using
  /external/python/cpython3/Python/clinic/
bltinmodule.c.h 358 "setattr(x, \'y\', v) is equivalent to ``x.y = v\'\'");
392 "delattr(x, \'y\') is equivalent to ``del x.y\'\'");
498 "Equivalent to x**y (with two arguments) or x**y % z (with three arguments)\n"
615 "check against. This is equivalent to ``isinstance(x, A) or isinstance(x, B)\n"
650 "check against. This is equivalent to ``issubclass(x, A) or issubclass(x, B)\n"
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 204 /// Provide a get method, equivalent to [], but more useful if we have a
259 /// getDwarfRegNum - Map a target register to an equivalent dwarf register
260 /// number. Returns -1 if there is no equivalent value. The second
282 /// getSEHRegNum - Map a target register to an equivalent SEH register
283 /// number. Returns LLVM register number if there is no equivalent value.
  /external/tensorflow/tensorflow/contrib/tpu/ops/
tpu_embedding_ops.cc 69 functionality equivalent to GradientDescentOptimizer.
117 functionality equivalent to GradientDescentOptimizer.
139 functionality equivalent to AdagradOptimizer.
192 functionality equivalent to AdagradOptimizer.
211 Embedding lookups are equivalent to sparse-dense matrix multiplications: the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go 17 // Two values are equivalent if they satisfy the following definition:
18 // equivalent(v, w):
25 // equivalent(v.args[i], w.args[i]) for i in 0..len(v.args)-1
82 // non-equivalent arguments. Repeat until we can't find any
217 // an equivalent selector is already copied
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go 17 // Two values are equivalent if they satisfy the following definition:
18 // equivalent(v, w):
25 // equivalent(v.args[i], w.args[i]) for i in 0..len(v.args)-1
82 // non-equivalent arguments. Repeat until we can't find any
217 // an equivalent selector is already copied

Completed in 2765 milliseconds

<<41424344454647484950>>