Searched refs:outer (Results 276 - 300 of 388) sorted by relevance

<<111213141516

/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/bn/
H A Dx86_64-mont.S103 jmp L$outer
105 L$outer:
172 jb L$outer
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAll.cpp506 SkPathEffect* outer = SkPath1DPathEffect::Create(path, SkIntToScalar(12), local
510 SkPathEffect* result = SkComposePathEffect::Create(outer, inner);
511 outer->unref();
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeRead.cpp401 SkRRect outer, inner;
402 reader->readRRect(&outer);
405 canvas->drawDRRect(outer, inner, state->paint());
/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode.js33 function outer() {\
39 function outer() {\
141 // Strict mode doesn't affect the outer stop of strict code.
297 CheckStrictMode("function outer() {{ function invalid() {} }}", SyntaxError);
1116 function outer() { function
1124 var args = outer()();
1128 args = outer()(17, "value", strict);
/external/skia/samplecode/
H A DSampleAll.cpp504 SkPathEffect* outer = SkPath1DPathEffect::Create(path, SkIntToScalar(12), local
508 SkPathEffect* result = SkComposePathEffect::Create(outer, inner);
509 outer->unref();
/external/skia/src/pipe/
H A DSkGPipeRead.cpp399 SkRRect outer, inner;
400 reader->readRRect(&outer);
403 canvas->drawDRRect(outer, inner, state->paint());
/external/skia/src/gpu/
H A DSkGpuDevice.cpp543 void SkGpuDevice::drawDRRect(const SkDraw& draw, const SkRRect& outer, argument
555 fContext->drawDRRect(grPaint, outer, inner);
561 path.addRRect(outer);
1039 SkIRect outer, inner; local
1040 outerTransformedRect.round(&outer);
1042 // If the inner and outer rects round to the same result, it means the
1044 return inner != outer;
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py179 'Only import unqualified outer classes.' % class_name)
268 'and used by JNI (%s). Please import the outer '
273 # Is it an inner class from an outer class import? (e.g. referencing
277 outer = '/'.join(components[:-1])
280 if qualified_name.endswith('/' + outer):
284 'used directly by JNI. Please import the outer '
288 outer.replace('/', '.')))
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g232 public grammar_Adaptor(ANTLRParser outer) {
233 _outer = outer;
/external/chromium_org/third_party/skia/src/core/
H A DSkRecords.h236 RECORD3(DrawDRRect, SkPaint, paint, SkRRect, outer, SkRRect, inner);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S34 mov r9, r12 @ Iteration counter for outer loops.
/external/skia/src/core/
H A DSkRecords.h216 RECORD3(DrawDRRect, SkPaint, paint, SkRRect, outer, SkRRect, inner);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4347 Persistent<OuterMap> outer = new OuterMap(); local
4350 outer->add(one, InnerMap());
4351 outer->begin()->value.add(two, IntWrapper::create(3));
4352 EXPECT_EQ(1u, outer->get(one).size());
4359 const InnerMap& inner = outer->get(one);
4368 EXPECT_EQ(0u, outer->size());
4370 outer->clear();
4378 OuterMap::AddResult newEntry = outer->add(value, InnerMap());
4384 EXPECT_EQ(10000u, outer->size());
4387 EXPECT_EQ(1u, outer
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp804 void SkDeferredCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
807 this->drawingCanvas()->drawDRRect(outer, inner, paint);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp543 void SkDebugCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
545 this->addDrawCommand(new SkDrawDRRectCommand(outer, inner, paint));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... .File[] files java.util.Collection result int outer java.io.File[] children int inner java. ...
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s51 ; coefficients and all relevant history stay in registers, so the outer loop
55 ; and there may be a somewhat more clever way to do the outer loop
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s53 # coefficients and all relevant history stay in registers, so the outer loop
57 # and there may be a somewhat more clever way to do the outer loop
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java698 private boolean isEnclosing(CtClass outer, CtClass inner) { argument
702 if (inner == outer)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jar ... .ClassAdapter { private boolean start private boolean source private boolean outer private boolean end private java.util.Map labels ...
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp804 void SkDeferredCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
807 this->drawingCanvas()->drawDRRect(outer, inner, paint);
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp551 void SkDebugCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
553 this->addDrawCommand(new SkDrawDRRectCommand(outer, inner, paint));
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp87 lax-ioctls, enable-outer, fuse-compatible [none]
/external/chromium_org/v8/src/
H A Dhydrogen.cc7214 if (function_state()->outer() == NULL) return;
7255 if (function_state()->outer() == NULL) {
7269 if (function_state()->outer() == NULL) {
7776 while (env->outer() != NULL) {
7781 if (env->outer()->frame_type() == JS_FUNCTION) {
7784 env = env->outer();
7790 state = state->outer()) {
7936 // instead, but do not disable optimization for the outer function.
8727 if (function_state()->outer() == NULL) {
10927 if (function_state()->outer() !
11909 HEnvironment(HEnvironment* outer, Scope* scope, Handle<JSFunction> closure, Zone* zone) argument
11963 HEnvironment(HEnvironment* outer, Handle<JSFunction> closure, FrameType frame_type, int arguments, Zone* zone) argument
12105 CreateStubEnvironment(HEnvironment* outer, Handle<JSFunction> target, FrameType frame_type, int arguments) const argument
12131 HEnvironment* outer = Copy(); local
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h768 * Draw the annulus formed by the outer and inner rrects. The results
769 * are undefined if the outer does not contain the inner.
771 void drawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint&);

Completed in 600 milliseconds

<<111213141516