Searched defs:simple (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
H A Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b',
37 for (var i in simple) CheckSimple(i, simple[i]);
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b',
37 for (var i in simple) CheckSimple(i, simple[i]);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2339.js30 function simple() { function
40 simple();
41 simple();
42 %OptimizeFunctionOnNextCall(simple);
43 simple();
44 assertOptimized(simple);
/external/clang/test/Sema/
H A Dmember-reference.c4 struct simple { int i; }; struct
7 struct simple s[1];
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingCheckedFutureTest.java46 private TestSimpleFuture simple = new TestSimpleFuture(); field in class:ForwardingCheckedFutureTest
52 assertEquals(VALUE, simple.checkedGet());
60 assertEquals(VALUE, simple.checkedGet(100, TIME_UNIT));
74 simple.checkedGet(100, TIME_UNIT);
91 simple.checkedGet();
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxlink.h79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
/external/libxml2/include/libxml/
H A Dxlink.h79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
/external/llvm/include/llvm/Support/
H A DDOTGraphTraits.h12 // this file will produce a simple, but not very polished graph. By
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} argument
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { argument
39 if (simple->isEmpty()) {
40 simple->init();
50 if (!unsortable && simple->hasMove()
52 && !simple->isClosed()) {
53 current->addCurveTo(index, endIndex, simple, true);
54 SkASSERT(simple->isClosed());
63 current->addCurveTo(index, endIndex, simple, true);
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple
97 bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) argument
[all...]
H A DSkPathOpsOp.cpp139 const int xorMask, const int xorOpMask, SkPathWriter* simple) {
166 if (simple->isEmpty()) {
167 simple->init();
177 if (!unsortable && simple->hasMove()
179 && !simple->isClosed()) {
180 current->addCurveTo(index, endIndex, simple, true);
181 SkASSERT(simple->isClosed());
190 current->addCurveTo(index, endIndex, simple, true);
194 } while (!simple->isClosed() && (!unsortable
196 if (current->activeWinding(index, endIndex) && !simple
138 bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, const int xorMask, const int xorOpMask, SkPathWriter* simple) argument
[all...]
H A DSkPathOpsCommon.cpp324 // the simple upward projection of the unresolved points hit unsortable angles
427 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { argument
452 eContour.toPath(simple);
557 simple->deferredMove(startPtr[0]);
560 contour.toPartialForward(simple);
562 contour.toPartialBackward(simple);
570 simple->close();
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) { argument
39 if (simple->isEmpty()) {
40 simple->init();
50 if (!unsortable && simple->hasMove()
52 && !simple->isClosed()) {
53 current->addCurveTo(index, endIndex, simple, true);
54 SkASSERT(simple->isClosed());
63 current->addCurveTo(index, endIndex, simple, true);
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple
97 bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) argument
[all...]
H A DSkPathOpsOp.cpp139 const int xorMask, const int xorOpMask, SkPathWriter* simple) {
166 if (simple->isEmpty()) {
167 simple->init();
177 if (!unsortable && simple->hasMove()
179 && !simple->isClosed()) {
180 current->addCurveTo(index, endIndex, simple, true);
181 SkASSERT(simple->isClosed());
190 current->addCurveTo(index, endIndex, simple, true);
194 } while (!simple->isClosed() && (!unsortable
196 if (current->activeWinding(index, endIndex) && !simple
138 bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op, const int xorMask, const int xorOpMask, SkPathWriter* simple) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c410 simple[]={ local
441 /* test simple case folding */
442 p=simple;
443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) {
/external/clang/test/Analysis/
H A Darray-struct-region.c46 struct simple { int x; int y; }; struct
47 struct simple a;
48 struct simple *p = &a;
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp8 void simple() { function
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp4 int simple : I; // expected-error{{bit-field 'simple' has zero width}} member in struct:Bitfields
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java462 private void closeElementTag (final boolean simple) argument
465 if (simple)
/external/icu4c/test/cintltst/
H A Dcstrcase.c410 simple[]={ local
441 /* test simple case folding */
442 p=simple;
443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) {
/external/qemu/audio/
H A Dpaaudio.c5 #include <pulse/simple.h>
493 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW );
495 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW );
508 pa_simple* simple; local
515 simple = FF(pa_simple_new) (
527 if (simple == NULL) {
532 FF(pa_simple_free)(simple);
/external/clang/test/Index/
H A Dprint-type-size.cpp16 // CHECK64: StructDecl=simple:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
17 // CHECK32: StructDecl=simple:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
18 struct simple { struct in namespace:basic
45 struct simple s1;
48 // CHECK64: VarDecl=s1:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
49 // CHECK32: VarDecl=s1:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
50 simple s1;
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java14 private static SimpleInterface simple; field in class:ArrayAccessReplaceTest
24 simple = (SimpleInterface) simpleClass.toClass(new URLClassLoader(new URL[0], getClass().getClassLoader()), Class.class.getProtectionDomain()).newInstance();
41 simple.setBoolean(i, value);
46 assertEquals(value, simple.getBoolean(i));
52 simple.setByte(i, i);
56 assertEquals(i, simple.getByte(i));
62 simple.setShort(i, i);
66 assertEquals(i, simple.getShort(i));
72 simple.setChar(i, i);
76 assertEquals(i, simple
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp771 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local
774 delete simple;
779 if(simple->getTimeZone() != *temp)
787 delete simple;
/external/chromium_org/third_party/re2/re2/
H A Dregexp.h315 bool simple() { return simple_; } function in class:re2::Regexp
451 // Computes whether Regexp is already simple.
508 // Is this regexp structure already simple

Completed in 2104 milliseconds

12