Searched refs:simple (Results 1 - 25 of 102) sorted by relevance

12345

/external/clang/test/Sema/
H A Dmember-reference.c3 struct simple { int i; }; struct
6 struct simple s[1];
/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]);
H A Dcyrillic.js139 var simple = (i != 0);
140 var name = simple ? "" : "[]";
141 var regex = simple ? SIGMA : "[" + SIGMA + "]";
152 regex = simple ? sigma : "[" + sigma + "]";
163 regex = simple ? alternative_sigma : "[" + alternative_sigma + "]";
/external/webkit/Tools/TestWebKitAPI/win/
H A Dcopy-resources.cmd14 ..\Tests\WebKit2\simple.html
15 ..\Tests\WebKit2\simple-accelerated-compositing.html
16 ..\Tests\WebKit2\simple-form.html
/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
156 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/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/valgrind/main/memcheck/tests/
H A Dmalloc_free_fill.stderr.exp1 test simple malloc/free:
/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/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java52 String simple = "a,b,c";
53 Iterable<String> letters = COMMA_SPLITTER.split(simple);
58 String simple = "a,b,c";
59 Iterable<String> letters = Splitter.on('.').split(simple);
153 String simple = "a,b,c";
154 Iterable<String> letters = Splitter.on(",").split(simple);
159 String simple = "a,b,c";
160 Iterable<String> letters = Splitter.on(".").split(simple);
280 String simple = "a,b,c";
281 Iterable<String> letters = Splitter.onPattern(",").split(simple);
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadTest.java530 SimpleThread simple;
531 st = new Thread(simple = new SimpleThread(500));
533 synchronized (simple) {
536 simple.wait();
599 SimpleThread simple;
601 st = new Thread(simple = new SimpleThread(100));
605 synchronized (simple) {
607 simple.wait();
630 SimpleThread simple;
632 st = new Thread(simple
[all...]
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php44 // Only allow simple cross-site requests - since we did not allow preflight, this is all we should ever get.
47 setState("FAIL. Non-simple method $method.", $stateFile);
55 setState("FAIL. Non-simple content type: $contentType.", $stateFile);
60 setState("FAIL. Custom header sent with a simple request.", $stateFile);
/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/webkit/Source/WebCore/inspector/front-end/
H A DColor.js42 if (!this.simple)
56 if (!this.simple)
72 if (this.simple)
292 this.simple = false;
301 var simple = /^(?:#([0-9a-f]{3,6})|rgb\(([^)]+)\)|(\w+)|hsl\(([^)]+)\))$/i; variable
302 var match = this.value.match(simple);
304 this.simple = true;
351 this.simple = false;
/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/libvpx/examples/includes/geshi/contrib/
H A Dcssgen2.php3 * A simple script which outputs the CSS classes for all languages
5 * the CSS file. On *NIX you can also do a simple `php cssgen.php > geshi.css`.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb8 RuleTracer is simple debug event listener that writes the names of rule methods
/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/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml32 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml36 (* Do simple "peephole" optimizations and bit-twiddling optzn. *)
/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/libvpx/examples/includes/geshi/geshi/
H A Dblitzbasic.php12 * It is a simple Basic dialect. Released for Games and Network Connections.
/external/chromium/chrome/browser/sync/
H A DREADME.js32 currently, the tree is more like a simple list). The sets of messages
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec43 and linkage issues. In the driver dispatch table a simple

Completed in 829 milliseconds

12345