HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 276 - 300 of 584) sorted by null

<<11121314151617181920>>

  /external/dtc/Documentation/
dtc-paper.tex 210 containing the device tree. It has three sections of variable size:
213 version and the locations of the three sections, plus a handful of
395 representations. It can take its input in one of three different
410 In addition, \dtc can output the tree in one of three different
448 of three forms:
  /external/ImageMagick/www/api/
morphology.php 69 <p>Input kernel defintion strings can consist of any of three types.</p>
254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 602 // concat3 takes three generators and returns a generator for the
603 // cross product of the three, concatenating the results from each.
689 // It runs three phases:
  /prebuilts/go/darwin-x86/src/sort/
sort.go 75 // medianOfThree moves the median of the three values data[m0], data[m1], data[m2] into data[m1].
101 // Tukey's ``Ninther,'' median of three medians of three.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 753 {5, []byte{255, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 111
754 {5, []byte{159, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 100
755 {5, []byte{191, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 101
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 602 // concat3 takes three generators and returns a generator for the
603 // cross product of the three, concatenating the results from each.
689 // It runs three phases:
  /prebuilts/go/linux-x86/src/sort/
sort.go 75 // medianOfThree moves the median of the three values data[m0], data[m1], data[m2] into data[m1].
101 // Tukey's ``Ninther,'' median of three medians of three.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 753 {5, []byte{255, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 111
754 {5, []byte{159, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 100
755 {5, []byte{191, 154, 10}, res{1337, 3, nil}}, // high dummy three bits: 101
  /cts/tests/fragment/src/android/fragment/cts/
FragmentLifecycleTest.java 743 final Fragment three = new Fragment(); local
747 two.setTargetFragment(three, 0);
748 three.setTargetFragment(one, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 113 The base-class for the three primary Main script-runner classes.
  /external/libunwind/doc/
libunwind-ia64.tex 68 The IA-64-version of \Prog{libunwind} defines three kinds of register
83 (IP), this means there are three frame registers:
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
DialerFragment.java 221 parent.findViewById(R.id.three).setOnClickListener(
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 295 // NewValue3 returns a new value in the block with three arguments and zero aux values.
309 // NewValue3I returns a new value in the block with three arguments and an auxint value.
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 117 // For example, three passes could transmit coefficient 0 (the DC
121 // three passes could transmit the 6 most significant bits, followed
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 32 &Cookie{Name: "cookie-3", Value: "three", Domain: ".example.com"},
33 "cookie-3=three; Domain=example.com",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 295 // NewValue3 returns a new value in the block with three arguments and zero aux values.
309 // NewValue3I returns a new value in the block with three arguments and an auxint value.
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 117 // For example, three passes could transmit coefficient 0 (the DC
121 // three passes could transmit the 6 most significant bits, followed
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 32 &Cookie{Name: "cookie-3", Value: "three", Domain: ".example.com"},
33 "cookie-3=three; Domain=example.com",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5}
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
63 u3["three"] = 3
66 del u3["three"]
67 self.assertRaises(KeyError, u3.__delitem__, "three")
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1.s 108 @ Three register data operations (dyadic)
280 # Add three nop instructions to ensure that the
vfp1_t2.s 111 @ Three register data operations (dyadic)
294 # Add three nop instructions to ensure that the

Completed in 1448 milliseconds

<<11121314151617181920>>