HomeSort by relevance Sort by last modified time
    Searched defs:inner (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 354 struct omp_region *inner; member in struct:omp_region
cfgloop.h 128 /* The first inner (child) loop or NULL if innermost loop. */
129 struct loop *inner; variable in typeref:struct:loop
327 ??? Add a third mode field that would specify the mode in that inner
567 && aloop->inner == NULL
575 aloop->inner != NULL;
576 aloop = aloop->inner)
587 aloop->inner != NULL;
588 aloop = aloop->inner)
606 if (aloop->inner != NULL)
607 aloop = aloop->inner;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 354 struct omp_region *inner; member in struct:omp_region
cfgloop.h 128 /* The first inner (child) loop or NULL if innermost loop. */
129 struct loop *inner; variable in typeref:struct:loop
327 ??? Add a third mode field that would specify the mode in that inner
567 && aloop->inner == NULL
575 aloop->inner != NULL;
576 aloop = aloop->inner)
587 aloop->inner != NULL;
588 aloop = aloop->inner)
606 if (aloop->inner != NULL)
607 aloop = aloop->inner;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 354 struct omp_region *inner; member in struct:omp_region
cfgloop.h 128 /* The first inner (child) loop or NULL if innermost loop. */
129 struct loop *inner; variable in typeref:struct:loop
327 ??? Add a third mode field that would specify the mode in that inner
567 && aloop->inner == NULL
575 aloop->inner != NULL;
576 aloop = aloop->inner)
587 aloop->inner != NULL;
588 aloop = aloop->inner)
606 if (aloop->inner != NULL)
607 aloop = aloop->inner;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 418 ViewGroup inner = (ViewGroup) subViewContainer local
420 inner.addView(subView, new LayoutParams(LayoutParams.MATCH_PARENT,
  /external/clang/test/CodeGenCXX/
mangle.cpp 689 struct inner { struct in struct:test27::A
697 template <class T> void a(decltype(T::inner::object) &object) {}
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 137 /** \returns a const pointer to the array of inner indices.
141 /** \returns a non-const pointer to the array of inner indices.
146 /** \returns a const pointer to the array of the starting positions of the inner vectors.
150 /** \returns a non-const pointer to the array of the starting positions of the inner vectors.
155 /** \returns a const pointer to the array of the number of non zeros of the inner vectors.
159 /** \returns a non-const pointer to the array of the number of non zeros of the inner vectors.
174 const Index inner = IsRowMajor ? col : row; local
176 return m_data.atInRange(m_outerIndex[outer], end, inner);
190 const Index inner = IsRowMajor ? col : row; local
197 const Index p = m_data.searchLowerIndex(start,end-1,inner);
750 const Index inner = IsRowMajor ? col : row; local
873 const Index inner = IsRowMajor ? col : row; local
904 const Index inner = IsRowMajor ? col : row; local
    [all...]
  /external/elfutils/src/
strip.c 615 size_t inner; local
616 for (inner = 1;
617 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word);
618 ++inner)
619 shdr_info[grpref[inner]].group_idx = cnt;
621 if (inner == 1 || (inner == 2 && (grpref[0] & GRP_COMDAT) == 0))
626 shdr_info[cnt].group_cnt = inner - 1;
760 for (size_t inner = 0;
761 inner < shdr_info[cnt].data->d_size / elsize
1163 size_t inner; local
    [all...]
  /external/skia/legacy/src/animator/
SkScriptTokenizer.cpp 398 const char* inner; local
404 inner = value->fOperand.fString->c_str();
405 scriptPtr = &inner;
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 398 const char* inner; local
404 inner = value->fOperand.fString->c_str();
405 scriptPtr = &inner;
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 833 // inner: dst = dst * src
1281 SkIRect outer, inner; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 223 inner:
235 break inner; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 244 int inner = mRadius + rgap; local
251 mPath = makeSlice(getDegrees(0) - gap, getDegrees(sweep) + gap, outer, inner, mCenter);
260 int r = inner + (outer - inner) * 2 / 3;
271 item.setGeometry(itemstart, sweep, inner, outer);
275 inner += mRadiusInc;
351 private Path makeSlice(float start, float end, int outer, int inner, Point center) {
356 new RectF(center.x - inner, center.y - inner, center.x + inner,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 128 /* The first inner (child) loop or NULL if innermost loop. */
129 struct loop *inner; variable in typeref:struct:loop
327 ??? Add a third mode field that would specify the mode in that inner
567 && aloop->inner == NULL
575 aloop->inner != NULL;
576 aloop = aloop->inner)
587 aloop->inner != NULL;
588 aloop = aloop->inner)
606 if (aloop->inner != NULL)
607 aloop = aloop->inner;
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/v8/src/
bootstrapper.cc 194 // Similarly, we want to use the inner global that has been created by the
195 // templates passed through the API. The inner global from the snapshot is
712 // Step 1: Create a fresh inner JSGlobalObject.
2165 HandleScope inner; local
2175 HandleScope inner; local
2189 HandleScope inner; local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 512 Rect inner = new Rect(0, 0, mOriginalWidth, mOriginalHeight); local
513 mCustomBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 3,
542 Rect inner = new Rect(0, 0, mOriginalWidth, mOriginalHeight); local
543 mExitingBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 2,
565 Rect inner = new Rect(0, 0, finalWidth, finalHeight); local
566 mEnteringBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER,
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 281 int inner = mRadius + rgap; local
284 layoutItems(mItems, (float) (Math.PI / 2), inner, outer, gap);
287 private void layoutItems(List<PieItem> items, float centerAngle, int inner,
302 outer, inner, mCenter);
312 int r = inner + (outer - inner) * 2 / 3;
318 item.setGeometry(itemstart, sweep, inner, outer);
320 layoutItems(item.getItems(), angle, inner, local
327 private Path makeSlice(float start, float end, int outer, int inner, Point center) {
332 new RectF(center.x - inner, center.y - inner, center.x + inner
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 184 // for the various inner classes that are actual hyperlink resolvers.
1324 ITextRegion inner = context.getInnerRegion(); local
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 590 inner:
602 default: break inner; typedefs
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 1582 const InitListExpr *inner = dyn_cast<InitListExpr>(init->getInit(i)); local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 3068 int inner = -1; local
    [all...]

Completed in 1029 milliseconds

1 2 3 45 6 7 8