HomeSort by relevance Sort by last modified time
    Searched refs:inner (Results 201 - 225 of 475) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 130 struct eh_region_d *inner; variable in typeref:struct:eh_region_d
315 if (r->inner)
316 r = r->inner;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 130 struct eh_region_d *inner; variable in typeref:struct:eh_region_d
315 if (r->inner)
316 r = r->inner;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 259 for (Class<?> inner : rClass.getDeclaredClasses()) {
260 String resTypeName = inner.getSimpleName();
267 for (Field f : inner.getDeclaredFields()) {
  /external/chromium_org/v8/test/mjsunit/
debug-scopes.js 461 // Simple closure formed by returning an inner function referering the outer
483 // Simple closure formed by returning an inner function referering the outer
508 // Simple closure formed by returning an inner function referering the outer
510 // in the inner function makes these part of the debugger information on the
535 // Simple closure formed by returning an inner function referering the outer
537 // in the inner function makes these part of the debugger information on the
538 // closure. Use the inner function as well...
564 // Simple closure formed by returning an inner function referering the outer
566 // (including the inner function itself) from the outer function becomes part of
659 (function inner(x)
    [all...]
debug-step-stub-callfunction.js 59 // Use an inner function to ensure that the function call is through CodeStub
73 // Use an inner function to ensure that the function call is through CodeStub
object-literal-overwrite.js 98 var inner = { j: function(x) { return x; }, j: 7 };
99 return inner.j;
  /external/v8/test/mjsunit/
debug-scopes.js 461 // Simple closure formed by returning an inner function referering the outer
483 // Simple closure formed by returning an inner function referering the outer
508 // Simple closure formed by returning an inner function referering the outer
510 // in the inner function makes these part of the debugger information on the
535 // Simple closure formed by returning an inner function referering the outer
537 // in the inner function makes these part of the debugger information on the
538 // closure. Use the inner function as well...
564 // Simple closure formed by returning an inner function referering the outer
566 // (including the inner function itself) from the outer function becomes part of
659 (function inner(x)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 959 // We want the inverse of B-T, since we're the inner-stroke
1035 SkIRect inner;
1036 // set inner to the inner rect of the middle section
1037 inner.set(FDot8Floor(L), FDot8Floor(T), FDot8Ceil(R), FDot8Ceil(B));
1040 fillcheckrect(outer.fLeft, outer.fTop, outer.fRight, inner.fTop,
1042 fillcheckrect(outer.fLeft, inner.fTop, inner.fLeft, inner.fBottom,
1044 fillcheckrect(inner.fRight, inner.fTop, outer.fRight, inner.fBottom
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 959 // We want the inverse of B-T, since we're the inner-stroke
1035 SkIRect inner;
1036 // set inner to the inner rect of the middle section
1037 inner.set(FDot8Floor(L), FDot8Floor(T), FDot8Ceil(R), FDot8Ceil(B));
1040 fillcheckrect(outer.fLeft, outer.fTop, outer.fRight, inner.fTop,
1042 fillcheckrect(outer.fLeft, inner.fTop, inner.fLeft, inner.fBottom,
1044 fillcheckrect(inner.fRight, inner.fTop, outer.fRight, inner.fBottom
    [all...]
  /ndk/build/core/
build-local.mk 78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))
80 find-project-dir-inner = \
84 $(call find-project-dir-inner-2)\
87 find-project-dir-inner-2 = \
97 $(call find-project-dir-inner-2)\
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 760 const AccessibilityObject* inner = objects[i + 1]; local
764 LayoutRect innerRect = inner->isAccessibilityScrollView() ? inner->parentObject()->elementRect() : inner->elementRect();
785 if (outer->isAccessibilityScrollView() && !inner->isAccessibilityScrollView()) {
787 // inner object is not, keep track of the coordinate transformation to apply to
794 } else if (inner->isAccessibilityScrollView()) {
795 // Otherwise, if the inner object is a scroll view, reset the coordinate transformation.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 755 for (int inner = 0; inner < infoCount - 1; inner++) {
756 if (info[inner].fType == SkType_BaseClassInfo)
758 SkASSERT(strcmp(info[inner].fName, info[inner + 1].fName) < 0);
  /external/skia/src/animator/
SkDisplayType.cpp 755 for (int inner = 0; inner < infoCount - 1; inner++) {
756 if (info[inner].fType == SkType_BaseClassInfo)
758 SkASSERT(strcmp(info[inner].fName, info[inner + 1].fName) < 0);
  /external/elfutils/src/
elflint.c 542 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word);
543 ++inner)
544 if (grpdata[inner] == (Elf32_Word) idx)
4117 int inner; local
4151 int inner; local
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 233 define transform-o-to-shared-lib-inner
257 define transform-o-to-executable-inner
282 define transform-o-to-static-executable-inner
TARGET_linux-mips.mk 224 define transform-o-to-shared-lib-inner
248 define transform-o-to-executable-inner
273 define transform-o-to-static-executable-inner
TARGET_linux-x86.mk 178 define transform-o-to-shared-lib-inner
201 define transform-o-to-executable-inner
226 define transform-o-to-static-executable-inner
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 357 IntRect inner, outer; local
361 inner.unite(existingRect);
366 m_update.paintRects.append(inner);
  /external/pixman/pixman/
pixman-radial-gradient.c 424 pixman_image_create_radial_gradient (const pixman_point_fixed_t * inner,
449 radial->c1.x = inner->x;
450 radial->c1.y = inner->y;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuItemWrapperICS.java 395 public ActionProviderWrapper(ActionProvider inner) {
396 super(inner.getContext());
397 mInner = inner;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 648 Exception inner=ex.getException(); local
649 if(inner instanceof StopException){
658 System.out.println("Active IncrementalSAXSource_Filter UNEXPECTED SAX exception: "+inner);
659 inner.printStackTrace();
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 556 input[type="date"]::-webkit-inner-spin-button,
557 input[type="datetime"]::-webkit-inner-spin-button,
558 input[type="datetime-local"]::-webkit-inner-spin-button,
559 input[type="month"]::-webkit-inner-spin-button,
560 input[type="time"]::-webkit-inner-spin-button,
561 input[type="week"]::-webkit-inner-spin-button {
586 input::-webkit-inner-spin-button {
587 -webkit-appearance: inner-spin-button;
800 input[type="date"]:disabled::-webkit-inner-spin-button,
802 input[type="datetime-local"]:disabled::-webkit-inner-spin-button
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-52801.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
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
fixed-expansion.cpp 103 using inner = M<B...>;
  /external/clang/test/Parser/
cxx-template-decl.cpp 98 template<template<typename> class T> struct inner; // expected-error{{declaration of 'T' shadows template parameter}}

Completed in 641 milliseconds

1 2 3 4 5 6 7 891011>>