Home
last modified time | relevance | path

Searched refs:Blue (Results 1 – 25 of 112) sorted by relevance

12345

/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java37 bindConstant().annotatedWith(Blue.class).to("foo"); in testAnnotationWithValueMatchesKeyWithTypeOnly()
53 bindConstant().annotatedWith(Blue.class).to("foo"); in testRequireExactAnnotationsDisablesFallback()
116 @Inject @Blue(5) String s;
129 @interface Blue { annotation in BindingAnnotationTest
149 public Blue createBlue(final int value) { in createBlue()
150 return new Blue() { in createBlue()
156 return Blue.class; in createBlue()
160 return o instanceof Blue in createBlue()
161 && ((Blue) o).value() == value; in createBlue()
/external/parameter-framework/upstream/test/xml-generator/testVector/
Dsecond.pfw9 confGroup: Blue
10 Colors Includes Blue
12 # Inherits from "EddGroup" domainGroup, "Blue" confGroup
17 # Inherits from "EddGroup" domainGroup and "Blue" confGroup
Dcomplex.pfw32 conf: Blue.dot
33 Colors Includes Blue
/external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/
Dpy_knn_understanding.markdown18 In the image, there are two families, Blue Squares and Red Triangles. We call each family as
27 should be added to one of these Blue/Red families. We call that process, **Classification**. What we
34 But there is a problem with that. Red Triangle may be the nearest. But what if there are lot of Blue
35 Squares near to him? Then Blue Squares have more strength in that locality than Red Triangle. So
38 families. He has two Red and one Blue (there are two Blues equidistant, but since k=3, we take only
39 one of them), so again he should be added to Red family. But what if we take k=7? Then he has 5 Blue
40 families and 2 Red families. Great!! Now he should be added to Blue family. So it all changes with
41 value of k. More funny thing is, what if k = 4? He has 2 Red and 2 Blue neighbours. It is a tie !!!
47 Red families are more closer to him than the other 2 Blue families. So he is more eligible to be
69 So here, we label the Red family as **Class-0** (so denoted by 0) and Blue family as **Class-1**
[all …]
/external/giflib/
Dquantize.c71 long Red, Green, Blue; in GifQuantizeBuffer() local
136 OutputColorMap[i].Blue = 0; in GifQuantizeBuffer()
144 Red = Green = Blue = 0; in GifQuantizeBuffer()
149 Blue += QuantizedColor->RGB[2]; in GifQuantizeBuffer()
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i])) in GifQuantizeBuffer()
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]); in GifQuantizeBuffer()
Dgifalloc.c98 Object->Colors[i + j].Blue); in DumpColorMap()
150 && ColorIn1->Colors[CrntSlot - 1].Blue == 0) in GifUnionColorMap()
187 Map[j].Red = Map[j].Green = Map[j].Blue = 0; in GifUnionColorMap()
/external/clang/test/Index/
Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
29 return Blue; in g()
31 case Blue: in g()
Dcomplete-type-factors.m4 Red, Green, Blue
36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
50 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
65 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
81 // CHECK-CC4: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
99 // CHECK-CC6: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
117 // CHECK-CC7: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
129 // CHECK-CC8: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
Dload-decls.c4 Blue, enumerator
Dcomplete-enums.cpp7 Blue enumerator
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp118 template <int Red, int Green, int Blue, int Alpha>
123 c.blueSize() == Blue && in colorBits()
127 template <int Red, int Green, int Blue, int Alpha>
132 c.blueSize() != Blue || in notColorBits()
DteglRenderCase.cpp371 template <int Red, int Green, int Blue, int Alpha>
376 c.blueSize() == Blue && in colorBits()
380 template <int Red, int Green, int Blue, int Alpha>
385 c.blueSize() != Blue || in notColorBits()
/external/icu/icu4j/
Dstylesheet.css30 .NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
77 color: Blue;
82 color: Blue;
117 color: Blue;
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp43 Blue }; enumerator
44 using illformed1 = ErrorSeq<Color, Blue>; // expected-note{{in instantiation}}
/external/clang/test/CXX/class.access/
Dp6.cpp84 class Green {}; class Blue {}; class
105 …Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, … in test()
/external/parameter-framework/upstream/test/xml-generator/PFConfig/
Dcriteria.txt1 InclusiveCriterion Colors : Red Green Blue
/external/clang/test/PCH/
Denum.h6 Blue enumerator
/external/clang/test/CodeCompletion/
Dmacros.c2 Red, Green, Blue enumerator
Denum-switch-case.c6 Blue, enumerator
Denum-switch-case-qualified.cpp10 Blue, enumerator
Denum-switch-case.cpp7 Blue, enumerator
/external/clang/test/CXX/over/over.built/
Dp25.cpp4 enum class Color { Red, Green, Blue }; enumerator
/external/opencv3/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/
Dpy_kmeans_understanding.markdown65 \f$C1 \leftrightarrow Red\_Points\f$ and \f$C2 \leftrightarrow Blue\_Points\f$ is minimum.
67 …\sum_{All\: Red\_Points}distance(C1,Red\_Point) + \sum_{All\: Blue\_Points}distance(C2,Blue\_Point…
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h37 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
/external/clang/test/FixIt/
Dtypo.c16 enum Color { Red, Green, Blue }; enumerator

12345