Searched refs:Simple (Results 1 - 25 of 60) sorted by relevance

123

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DremoveEOL.pl33 use Test::Simple tests => 5;
H A DparseFirstEOL.pl24 use Test::Simple tests => 7;
H A DgeneratePatchCommand.pl33 use Test::Simple tests => 10;
H A DrunPatchCommand.pl33 use Test::Simple tests => 4;
/external/dhcpcd/mk/
H A Dsys.mk0 # Simple defaults
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h21 template <class Analysis, bool Simple>
35 ViewGraph(Graph, Name, Simple, Title);
46 template <class Analysis, bool Simple>
70 WriteGraph(File, Graph, Simple, Title);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.h26 enum BackingStoreType { Simple, Tiled }; enumerator in enum:QGraphicsWKView::BackingStoreType
27 QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* parent = 0);
/external/chromium/net/base/
H A Dtest_completion_callback_unittest.cc118 TEST_F(TestCompletionCallbackTest, Simple) {
/external/v8/test/cctest/
H A Dtest-lock.cc16 // Simple test of locking logic
17 TEST(Simple) {
/external/libvpx/examples/includes/geshi/geshi/
H A Dc_mac.php56 //Simple Single Char Escapes
H A Dcpp-qt.php54 //Simple Single Char Escapes
H A Dd.php61 //Simple Single Char Escapes
H A Dmake.php126 //Simple variables
H A Dbash.php76 //Simple Single Char Escapes
H A Dc.php71 //Simple Single Char Escapes
H A Dcpp.php65 //Simple Single Char Escapes
H A Dphp.php72 //Simple Single Char Escapes
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DRuleBasedCollatorTest.java38 String Simple = "< a< b< c< d";
39 rbc = new RuleBasedCollator(Simple);
/external/clang/lib/CodeGen/
H A DCGValue.h105 Simple, // This is a normal l-value, use getAddress(). enumerator in enum:clang::CodeGen::LValue::__anon3613
172 bool isSimple() const { return LVType == Simple; }
264 R.LVType = Simple;
/external/llvm/unittests/ADT/
H A DIntEqClassesTest.cpp17 TEST(IntEqClasses, Simple) {
/external/llvm/unittests/VMCore/
H A DMetadataTest.cpp77 TEST_F(MDNodeTest, Simple) {
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc181 TEST_F(OnceInitTest, Simple) {
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp341 TEXMAP_BUILD_SHADER(Simple)
352 TEXMAP_GET_SHADER_VAR_LOCATION(Simple, InSourceMatrix)
353 TEXMAP_GET_SHADER_VAR_LOCATION(Simple, InMatrix)
354 TEXMAP_GET_SHADER_VAR_LOCATION(Simple, SourceTexture)
355 TEXMAP_GET_SHADER_VAR_LOCATION(Simple, Opacity)
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
279 public static class Simple implements SimpleInterface { class in class:ArrayAccessReplaceTest
292 public Simple() { method in class:ArrayAccessReplaceTest.Simple
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml42 (* Simple variable ref. *)

Completed in 1099 milliseconds

123