HomeSort by relevance Sort by last modified time
    Searched full:inner (Results 151 - 175 of 2629) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 41 * Specifies an outer (round)rect and an optional inner (round)rect.
48 * @param inset A RectF that specifies the distance from the inner
50 * For no inner, pass null.
51 * @param innerRadii An array of 8 radius values, for the inner roundrect.
54 * For no rounded corners on the inner rectangle,
64 throw new ArrayIndexOutOfBoundsException("inner radii must have >= 8 values");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttInnerClasses.java 28 /** {@code non-null;} list of inner class entries */
34 * @param innerClasses {@code non-null;} list of inner class entries
57 * Gets the list of "inner class" entries associated with this instance.
  /external/chromium_org/chrome/browser/resources/ssl/
blocking.html 32 <div id="help-box-inner">
33 <div class="ssl-help-box-inner">
37 <div class="ssl-help-box-inner">
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
86.txt 102 86470|Hailaer, Inner Mongolia
103 86471|Huhehaote, Inner Mongolia
104 86472|Baotou, Inner Mongolia
105 86473|Wuhai, Inner Mongolia
106 86474|Jining, Inner Mongolia
107 86475|Tongliao, Inner Mongolia
108 86476|Chifeng, Inner Mongolia
109 86477|Dongsheng, Inner Mongolia
110 86478|Linhe, Inner Mongolia
111 86479|Xilinhaote, Inner Mongoli
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
osr-two.js 34 var inner = 100000;
35 while (inner > 0) {
37 inner--;
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 480 template<int Outer, int Inner>
481 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, const Stride<Outer, Inner>& stride)
482 { return typename StridedConstMapType<Stride<Outer, Inner> >::type(data, stride); }
483 template<int Outer, int Inner>
484 static inline typename StridedMapType<Stride<Outer, Inner> >::type Map(Scalar* data, const Stride<Outer, Inner>& stride)
485 { return typename StridedMapType<Stride<Outer, Inner> >::type(data, stride); }
486 template<int Outer, int Inner>
487 static inline typename StridedConstMapType<Stride<Outer, Inner> >::type Map(const Scalar* data, Index size, const Stride<Outer, Inner>& stride
    [all...]
  /art/test/Nested/
Nested.java 18 class Inner {
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.html 5 <div id="inner-container" class="down">
  /external/chromium_org/third_party/WebKit/ManualTests/frames/
nested-iframe-blit-on-scroll.html 29 <p>The blue box should not get "smeared" when you scroll the inner iframe.</p>
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
layer_background_color.html 22 inner layer
  /external/chromium_org/third_party/molokocacao/
README.chromium 10 Additions to NSBezierPath to make certain operations more convenient (inner
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1030466.js 31 // inner functions may already have been created using the original context. In
32 // the failing test case below, the inner function is run in the original context
39 function inner() {
42 return inner();
  /external/clang/test/CXX/class/class.friend/
p1.cpp 4 struct Inner {
31 friend class Outer::Inner;
32 friend int Outer::Inner::intfield; // expected-error {{friends can only be classes or functions}}
33 friend int Outer::Inner::missing_field; //expected-error {{friends can only be classes or functions}}
  /external/clang/test/CXX/class/class.nest/
p1-cxx0x.cpp 9 class Inner {
p1.cpp 9 class Inner {
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 8 struct Inner;
25 template<> struct X0<long>::Inner; // expected-note{{previous template specialization is here}}
26 template struct X0<long>::Inner; // expected-warning{{explicit instantiation of 'Inner' that occurs after an explicit specialization will be ignored}}
  /external/clang/test/Sema/
struct-compat.c 9 // Per C99 6.7.2.3, since the outer and inner "struct x"es have different
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
SpotLight.java 49 * Also the angle of the cone can be tweaked by changing the spot inner angle and the spot outer angle.
50 * the spot inner angle determin the cone of light where light has full influence.
52 * the light intensity slowly decrease between the inner cone and the outer cone.
146 * returns the spot inner angle
147 * @return the spot inner angle
154 * Sets the inner angle of the cone of influence.
155 * This angle is the angle between the spot direction axis and the inner border of the cone of influence.
174 * this should be greater than the inner angle or the result will be unexpected.
184 * @return the cosines of the inner and outter angle packed in a float
  /external/proguard/src/proguard/classfile/attribute/
InnerClassesInfo.java 27 * Representation of an Inner Classes table entry.
45 * Returns the inner class index.
71 * inner class, if any.
99 * inner name, if any.
  /external/v8/test/mjsunit/regress/
regress-1030466.js 31 // inner functions may already have been created using the original context. In
32 // the failing test case below, the inner function is run in the original context
39 function inner() {
42 return inner();
  /external/valgrind/main/
vg-in-place 28 # 'inner' builds.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
RenameClassAdapter.java 23 * The class visitor will also rename all inner classes and references in the methods.
26 * For inner classes, this handles only the case where the outer class name changes.
27 * The inner class name should remain the same.
39 * The class visitor will also rename all inner classes and references in the methods.
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
RenameClassAdapterTest.java 41 "com.pack.Old$Inner",
42 "org.blah.New$Inner");
67 assertEquals("Lorg.blah.New$Inner;", mInner.renameTypeDesc("Lcom.pack.Old$Inner;"));
68 // inner classes match the base type which is being renamed
98 assertEquals("org.blah.New$Inner", mOuter.renameInternalType("com.pack.Old$Inner"));
110 assertEquals("(IDLorg.blah.New;[Lorg.blah.New$Inner;)Lorg.blah.New$Other;",
111 mOuter.renameMethodDesc("(IDLcom.pack.Old;[Lcom.pack.Old$Inner;)Lcom.pack.Old$Other;"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hmac.py 50 self.inner = self.digest_cons()
51 self.digest_size = self.inner.digest_size
53 if hasattr(self.inner, 'block_size'):
54 blocksize = self.inner.block_size
73 self.inner.update(key.translate(trans_36))
83 self.inner.update(msg)
93 other.inner = self.inner.copy()
103 h.update(self.inner.digest())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hmac.py 50 self.inner = self.digest_cons()
51 self.digest_size = self.inner.digest_size
53 if hasattr(self.inner, 'block_size'):
54 blocksize = self.inner.block_size
73 self.inner.update(key.translate(trans_36))
83 self.inner.update(msg)
93 other.inner = self.inner.copy()
103 h.update(self.inner.digest())

Completed in 2692 milliseconds

1 2 3 4 5 67 8 91011>>