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

123

/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/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/vogar/test/vogar/target/junit4/
H A DSimpleTest.java28 public void simple() { method in class:SimpleTest
H A DSimpleTest3.java23 public void simple() { method in class:SimpleTest3
/external/messageformat/java/com/ibm/icu/simple/
H A DLocaleElements_plurals.java1 package com.ibm.icu.simple;
H A DPluralRulesLoader.java7 package com.ibm.icu.simple;
18 import com.ibm.icu.simple.PluralRules.PluralType;
25 // ~/svn.icu/trunk/bld$ LD_LIBRARY_PATH=lib bin/genrb --write-java UTF-8 --java-package com.ibm.icu.simple -s ../src/source/data/misc/ plurals.txt -d /tmp/icu
H A DPluralFormat.java8 package com.ibm.icu.simple;
17 import com.ibm.icu.simple.PluralRules.FixedDecimal;
18 import com.ibm.icu.simple.PluralRules.PluralType;
/external/clang/test/Sema/
H A Dmember-reference.c3 struct simple { int i; }; struct
6 struct simple s[1];
22 int PR17762(struct simple c) {
23 return c->i; // expected-error {{member reference type 'struct simple' is not a pointer; did you mean to use '.'?}}
/external/okhttp/okcurl/src/test/java/com/squareup/okhttp/curl/
H A DMainTest.java29 @Test public void simple() { method in class:MainTest
/external/proguard/src/proguard/optimize/info/
H A DSimpleEnumMarker.java28 * flag for simple enums.
35 private final boolean simple; field in class:SimpleEnumMarker
42 public SimpleEnumMarker(boolean simple) argument
44 this.simple = simple;
65 info.setSimpleEnum(simple);
H A DClassOptimizationInfo.java92 public void setSimpleEnum(boolean simple) argument
94 isSimpleEnum = simple;
/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/skia/src/pathops/
H A DSkPathOpsSimplify.cpp13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple, argument
37 if (!unsortable && simple->hasMove()
39 && !simple->isClosed()) {
40 current->addCurveTo(start, end, simple, true);
42 if (!simple->isClosed()) {
54 current->addCurveTo(start, end, simple, true);
58 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
59 if (current->activeWinding(start, end) && !simple->isClosed()) {
62 current->addCurveTo(start, end, simple, true);
66 simple
95 bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple, SkChunkAlloc* allocator) argument
[all...]
H A DSkPathOpsOp.cpp88 const int xorMask, const int xorOpMask, SkPathWriter* simple, SkChunkAlloc* allocator) {
111 if (!unsortable && simple->hasMove()
113 && !simple->isClosed()) {
114 current->addCurveTo(start, end, simple, true);
116 if (!simple->isClosed()) {
128 current->addCurveTo(start, end, simple, true);
132 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
133 if (current->activeWinding(start, end) && !simple->isClosed()) {
136 current->addCurveTo(start, end, simple, true);
140 simple
87 bridgeOp(SkOpContourHead* contourList, const SkPathOp op, const int xorMask, const int xorOpMask, SkPathWriter* simple, SkChunkAlloc* allocator) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp34 namespace simple { namespace
51 // A simple vtordisp{x,y} thunk for Method@Class is something like:
57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries).
58 // CHECK-NEXT: 0 | void simple::A::f()
60 // CHECK-NEXT: 1 | simple::A::~A() [scalar deleting]
63 // CHECK-LABEL: Thunks for 'simple::A::~A()' (1 entry).
66 // CHECK-LABEL: Thunks for 'void simple::A::f()' (1 entry).
70 // MANGLING-DAG: @"\01?f@A@simple@@$4PPPPPPPM@A@AEXXZ"
73 // MANGLING-DAG: @"\01??_EA@simple@@$4PPPPPPPM@A@AEPAXI@Z"
80 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple
[all...]
/external/clang/test/OpenMP/
H A Dsimd_codegen.cpp13 // CHECK-LABEL: define {{.*void}} @{{.*}}simple{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
14 void simple(float *a, float *b, float *c, float *d) { function
/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/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/ltrace/testsuite/ltrace.main/
H A Dparameters.c105 int simple; member in struct:__anon11442
113 x.simple = 89;
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp554 // Add simple test group
556 TestCaseGroup* simple = new TestCaseGroup(m_eglTestCtx, "simple", "Simple eglMakeCurrent performance tests using single context and surface"); local
577 simple->addChild(new MakeCurrentPerfCase(m_eglTestCtx, spec, spec.toName().c_str(), spec.toDescription().c_str()));
581 addChild(simple);
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c409 simple[]={ local
440 /* test simple case folding */
441 p=simple;
442 for(i=0; i<sizeof(simple)/12; p+=3, ++i) {

Completed in 1380 milliseconds

123