Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 3380) sorted by relevance

12345678910>>...136

/external/libxml2/result/noent/
Dslashdot.rdf.sax23 …http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/simple/0.9/', 0, 0)
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
29 SAX.startElementNs(image, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
[all …]
/external/libxml2/result/
Dslashdot.rdf.sax23 …http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/simple/0.9/', 0, 0)
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
29 SAX.startElementNs(image, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
[all …]
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java32 Simple echo(Simple simple); in echo() argument
34 SimpleWithBuilder echo(SimpleWithBuilder simple); in echo() argument
46 void echo(Simple simple, AsyncCallback<Simple> callback); in echo() argument
48 void echo(SimpleWithBuilder simple, AsyncCallback<SimpleWithBuilder> callback); in echo() argument
84 public Simple echo(Simple simple) { in echo() argument
85 return Simple.create(simple.message()); in echo()
89 public SimpleWithBuilder echo(SimpleWithBuilder simple) { in echo() argument
90 return SimpleWithBuilder.builder().message(simple.message()).build(); in echo()
95 return Nested.create(nested.message(), echo(nested.simple())); in echo()
102 .simple(echo(nested.simple())) in echo()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DDirectoryTest.java50 root = Directory.createRoot(0, Name.simple("/")); in setUp()
53 root.link(Name.simple("foo"), dir); in setUp()
61 assertThat(root.entryInParent().name()).isEqualTo(Name.simple("/")); in testRootDirectory()
76 assertThat(root.get(Name.simple("foo"))).isEqualTo(entry(root, "foo", dir)); in testGet()
77 assertThat(dir.get(Name.simple("foo"))).isNull(); in testGet()
78 assertThat(root.get(Name.simple("Foo"))).isNull(); in testGet()
83 assertThat(dir.get(Name.simple("bar"))).isNull(); in testLink()
86 dir.link(Name.simple("bar"), bar); in testLink()
88 assertThat(dir.get(Name.simple("bar"))).isEqualTo(entry(dir, "bar", bar)); in testLink()
94 root.link(Name.simple("foo"), Directory.create(2)); in testLink_existingNameFails()
[all …]
/external/fonttools/Tests/feaLib/data/
Dspec8d.fea21 #test-fea2fea: name "uilabel simple a";
22 name 3 1 0x0409 "uilabel simple a"; # English US
23 #test-fea2fea: name 1 "uilabel simple a";
24 name 1 0 0 "uilabel simple a"; # Mac English
27 #test-fea2fea: name "tool tip simple a";
28 name 3 1 0x0409 "tool tip simple a"; # English US
29 #test-fea2fea: name 1 "tool tip simple a";
30 name 1 0 0 "tool tip simple a"; # Mac English
33 #test-fea2fea: name "sample text simple a";
34 name 3 1 0x0409 "sample text simple a"; # English US
[all …]
/external/ImageMagick/Magick++/
DChangeLog47 2003-12-04 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
56 2003-10-01 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
61 2003-09-17 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
68 2003-09-01 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
83 2003-08-31 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
88 2003-08-29 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
95 2003-08-12 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
106 2003-08-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
112 2003-07-09 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
119 2003-06-29 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
[all …]
/external/skia/docs/examples/
DCanvas_getSaveCount.cpp7 SkCanvas simple; in draw() local
8 SkDebugf("depth = %d\n", simple.getSaveCount()); in draw()
9 simple.save(); in draw()
10 SkDebugf("depth = %d\n", simple.getSaveCount()); in draw()
11 simple.restore(); in draw()
12 SkDebugf("depth = %d\n", simple.getSaveCount()); in draw()
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java12 private static SimpleInterface simple = null; field in ArrayAccessReplaceTest
23 simple = (SimpleInterface)new javassist.Loader.Simple().invokeDefineClass(simpleClass) in setUp()
43 simple.setBoolean(i, value); in testBoolean()
48 assertEquals(value, simple.getBoolean(i)); in testBoolean()
54 simple.setByte(i, i); in testByte()
58 assertEquals(i, simple.getByte(i)); in testByte()
64 simple.setShort(i, i); in testShort()
68 assertEquals(i, simple.getShort(i)); in testShort()
74 simple.setChar(i, i); in testChar()
78 assertEquals(i, simple.getChar(i)); in testChar()
[all …]
/external/grpc-grpc/third_party/nanopb/examples/simple/
DMakefile9 CSRC = simple.c # The main program
10 CSRC += simple.pb.c # The compiled protocol definition
16 simple: $(CSRC) target
20 simple.pb.c: simple.proto
21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
DREADME.txt1 Nanopb example "simple"
5 decodes a simple message.
18 run it with the command: ./simple
23 ../../generator-bin/protoc --nanopb_out=. simple.proto
27 simple.c simple.pb.c pb_encode.c pb_decode.c
/external/nanopb-c/examples/simple/
DMakefile9 CSRC = simple.c # The main program
10 CSRC += simple.pb.c # The compiled protocol definition
16 simple: $(CSRC) target
20 simple.pb.c: simple.proto
21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
Drules.mk8 $(LOCAL_DIR)/simple.c \
9 $(LOCAL_DIR)/simple.pb.c \
19 $(LOCAL_DIR)/simple.pb.c: $(LOCAL_DIR)/simple.proto
20 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=$(LOCAL_DIR) $(LOCAL_DIR)/simple.proto
DREADME.txt1 Nanopb example "simple"
5 decodes a simple message.
18 run it with the command: ./simple
23 ../../generator-bin/protoc --nanopb_out=. simple.proto
27 simple.c simple.pb.c pb_encode.c pb_decode.c
/external/guava/android/guava-tests/test/com/google/common/base/
DSplitterTest.java47 String simple = "a,b,c"; in testCharacterSimpleSplit() local
48 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
60 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
61 List<String> letters = COMMA_SPLITTER.splitToList(simple); in testCharacterSimpleSplitToList()
72 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
73 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
167 String simple = "a,b,c"; in testStringSimpleSplit() local
168 Iterable<String> letters = Splitter.on(",").split(simple); in testStringSimpleSplit()
173 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
174 Iterable<String> letters = Splitter.on(".").split(simple); in testStringSimpleSplitWithNoDelimiter()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java48 String simple = "a,b,c"; in testCharacterSimpleSplit() local
49 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
61 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
62 List<String> letters = COMMA_SPLITTER.splitToList(simple); in testCharacterSimpleSplitToList()
67 String simple = "a,b,c"; in testCharacterSimpleSplitToStream() local
68 List<String> letters = COMMA_SPLITTER.splitToStream(simple).collect(toImmutableList()); in testCharacterSimpleSplitToStream()
79 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
80 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
174 String simple = "a,b,c"; in testStringSimpleSplit() local
175 Iterable<String> letters = Splitter.on(",").split(simple); in testStringSimpleSplit()
[all …]
/external/tcpdump/tests/
Dvrrp.out1 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le…
4 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le…
9 IP 10.0.0.91 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 191, authtype simple, intvl 10s, le…
14 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, le…
19 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, le…
24 IP 10.0.0.92 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 192, authtype simple, intvl 10s, le…
29 IP 10.0.0.93 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 193, authtype simple, intvl 10s, le…
34 IP 10.0.0.93 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 193, authtype simple, intvl 10s, le…
39 IP 10.0.0.93 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 193, authtype simple, intvl 10s, le…
45 IP 10.0.0.93 > 224.0.0.18: VRRPv2, Advertisement, vrid 42, prio 193, authtype simple, intvl 10s, le…
[all …]
/external/igt-gpu-tools/lib/tests/
Digt_segfault.c48 bool simple; variable
69 if (simple) { in do_fork()
102 simple = true; in main()
110 simple = false; in main()
116 simple = false; in main()
123 simple = false; in main()
/external/openscreen/util/
Dflat_map_unittest.cc88 FlatMap<int, int> simple; in TEST() local
89 simple.emplace_back(1, 10); in TEST()
90 EXPECT_EQ(simple, (FlatMap<int, int>{{1, 10}})); in TEST()
92 auto it = simple.find(1); in TEST()
93 ASSERT_NE(it, simple.end()); in TEST()
94 simple.erase(it); in TEST()
95 EXPECT_EQ(simple.find(1), simple.end()); in TEST()
/external/kmod/testsuite/module-playground/
DMakefile5 obj-m := mod-simple.o
45 obj-m := mod-simple-$(ARCH).o
56 ARCH_SPECIFIC_MODULES := mod-simple-x86_64.ko mod-simple-i386.ko mod-simple-sparc64.ko
61 mod-simple-%.ko: mod-simple-%.c Makefile.arch
62 $(eval arch=$(patsubst mod-simple-%.ko,%,$@))
DMakefile.arch6 @cmp --quiet mod-simple.c mod-simple-$(ARCH).c || ( \
7 ln -sf mod-simple.c mod-simple-$(ARCH).c; \
14 rm -f mod-simple-$(ARCH).c
/external/oss-fuzz/projects/go-sqlite3/
Dbuild.sh23 go run _example/simple/simple.go
24 echo -n -e "select id, name from foo\x00" > simple.fuzc
25 cat foo.db >> simple.fuzc
26 zip -r $OUT/fuzz_open_exec_seed_corpus.zip simple.fuzc
/external/proguard/src/proguard/optimize/info/
DSimpleEnumMarker.java35 private final boolean simple; field in SimpleEnumMarker
42 public SimpleEnumMarker(boolean simple) in SimpleEnumMarker() argument
44 this.simple = simple; in SimpleEnumMarker()
65 info.setSimpleEnum(simple); in setSimpleEnum()
/external/auto/value/src/it/functional/src/test/java/
DPackagelessValueTypeTest.java35 PackagelessValueType simple = PackagelessValueType.create(happy, testInt, testMap); in testPackagelessValueType() local
36 assertSame(happy, simple.string()); in testPackagelessValueType()
37 assertEquals(testInt, simple.integer()); in testPackagelessValueType()
38 assertSame(testMap, simple.map()); in testPackagelessValueType()
40 "PackagelessValueType{string=happy, integer=23, map={happy=23}}", simple.toString()); in testPackagelessValueType()
45 assertEquals(expectedHashCode, simple.hashCode()); in testPackagelessValueType()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DSimpleValueTypeTest.java36 SimpleValueType simple = SimpleValueType.create(happy, testInt, testMap); in testSimpleValueType() local
37 assertSame(happy, simple.string()); in testSimpleValueType()
38 assertEquals(testInt, simple.integer()); in testSimpleValueType()
39 assertSame(testMap, simple.map()); in testSimpleValueType()
40 assertEquals("SimpleValueType{string=happy, integer=23, map={happy=23}}", simple.toString()); in testSimpleValueType()
45 assertEquals(expectedHashCode, simple.hashCode()); in testSimpleValueType()
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m4 …Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLexer.g
14 …ondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLexer.g 2012-0…
34 …rs/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLexer.g"];
77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
97 …ondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLexer.g: // alt
143 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
144 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
177 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
178 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/lexertest-simple/TestLe…
[all …]

12345678910>>...136