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

1 2 3 4 5 6 7 8 910

  /external/opencv/cvaux/src/
decomppoly.cpp 431 int* refer,
442 refer[ i * 4 ] = -1;
443 refer[ i * 4 + 1 ] = -1;
444 refer[ i * 4 + 2 ] = -1;
445 refer[ i * 4 + 3 ] = -1;
460 if( refer[ i * 4 ] == -1 ) {
461 refer[ i * 4 ] = ( leftEdgeIdx << 2 );
465 if( refer[ i * 4 ] == -1 ) {
466 refer[ i * 4 ] = ( leftEdgeIdx << 2 ) | 2;
470 if( refer[ i * 4 + 1 ] == -1 )
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
pic-and-nonpic-3-error.d 5 #error: .*: non-dynamic relocations refer to dynamic symbol foo
pic-and-nonpic-4-error.d 5 #error: .*: non-dynamic relocations refer to dynamic symbol obj1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
start4.s 2 # section (which .init is, which .text isn't). Here, we don't refer to
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 16 For further details about lmbench refer to:
61 For details and output format refer to individual benchmark man pages:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug107.go 11 // In the next line "os" should refer to the result variable, not
bug295.go 11 type _ B // make use of package "testing" (but don't refer to T)
bug463.go 8 // for constants that refer to themselves.
issue22076.go 7 // Issue 22076: Couldn't use ":=" to declare names that refer to
  /prebuilts/go/darwin-x86/test/fixedbugs/issue18419.dir/
test.go 12 e.member() // ERROR "e\.member undefined .cannot refer to unexported field or method other\.\(\*Exported\)\.member."
  /prebuilts/go/linux-x86/test/fixedbugs/
bug107.go 11 // In the next line "os" should refer to the result variable, not
bug295.go 11 type _ B // make use of package "testing" (but don't refer to T)
bug463.go 8 // for constants that refer to themselves.
issue22076.go 7 // Issue 22076: Couldn't use ":=" to declare names that refer to
  /prebuilts/go/linux-x86/test/fixedbugs/issue18419.dir/
test.go 12 e.member() // ERROR "e\.member undefined .cannot refer to unexported field or method other\.\(\*Exported\)\.member."
  /compatibility/cdd/9_security-model/
9_15_subscription-plans.md 3 "Subscription plans" refer to the billing relationship plan details provided
  /prebuilts/go/darwin-x86/test/
import.go 8 // to a single type, they still all refer to the same type.
blank1.go 28 _ = t._ // ERROR "cannot refer to blank field|invalid use of"
  /prebuilts/go/linux-x86/test/
import.go 8 // to a single type, they still all refer to the same type.
blank1.go 28 _ = t._ // ERROR "cannot refer to blank field|invalid use of"
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
  /external/v8/tools/foozzie/
v8_mock_archs.js 6 // non-deterministic behavior. For temporary suppressions, please refer to
8 // This mocks only architecture specific differences. Refer to v8_mocks.js
  /prebuilts/go/darwin-x86/test/fixedbugs/bug324.dir/
prog.go 31 // px.private undefined (cannot refer to unexported field or method private)
  /prebuilts/go/linux-x86/test/fixedbugs/bug324.dir/
prog.go 31 // px.private undefined (cannot refer to unexported field or method private)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_scripts.py 57 line to refer to the current Python interpreter as we copy.

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 910