Home
last modified time | relevance | path

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

12345678910>>...112

/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/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/u-boot/drivers/usb/host/
Ddwc3-of-simple.c25 struct dwc3_of_simple *simple) in dwc3_of_simple_reset_init() argument
29 ret = reset_get_bulk(dev, &simple->resets); in dwc3_of_simple_reset_init()
35 ret = reset_deassert_bulk(&simple->resets); in dwc3_of_simple_reset_init()
37 reset_release_bulk(&simple->resets); in dwc3_of_simple_reset_init()
45 struct dwc3_of_simple *simple) in dwc3_of_simple_clk_init() argument
49 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init()
56 ret = clk_enable_bulk(&simple->clks); in dwc3_of_simple_clk_init()
58 clk_release_bulk(&simple->clks); in dwc3_of_simple_clk_init()
68 struct dwc3_of_simple *simple = dev_get_platdata(dev); in dwc3_of_simple_probe() local
71 ret = dwc3_of_simple_clk_init(dev, simple); in dwc3_of_simple_probe()
[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/u-boot/include/fsl-mc/
Dfsl_dpaa_fd.h28 } simple; member
40 return (u64)((((uint64_t)fd->simple.addr_hi) << 32) in ldpaa_fd_get_addr()
41 + fd->simple.addr_lo); in ldpaa_fd_get_addr()
46 fd->simple.addr_hi = upper_32_bits(addr); in ldpaa_fd_set_addr()
47 fd->simple.addr_lo = lower_32_bits(addr); in ldpaa_fd_set_addr()
52 return fd->simple.len; in ldpaa_fd_get_len()
57 fd->simple.len = len; in ldpaa_fd_set_len()
62 return (uint16_t)(fd->simple.bpid_offset >> 16) & 0x0FFF; in ldpaa_fd_get_offset()
67 fd->simple.bpid_offset &= 0xF000FFFF; in ldpaa_fd_set_offset()
68 fd->simple.bpid_offset |= (u32)offset << 16; in ldpaa_fd_set_offset()
[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/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DSplitterTest.java49 String simple = "a,b,c"; in testCharacterSimpleSplit() local
50 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
63 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
64 List<String> letters = COMMA_SPLITTER.splitToList(simple); in testCharacterSimpleSplitToList()
75 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
76 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
170 String simple = "a,b,c"; in testStringSimpleSplit() local
171 Iterable<String> letters = Splitter.on(',').split(simple); in testStringSimpleSplit()
176 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
177 Iterable<String> letters = Splitter.on('.').split(simple); in testStringSimpleSplitWithNoDelimiter()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java52 String simple = "a,b,c"; in testCharacterSimpleSplit() local
53 Iterable<String> letters = COMMA_SPLITTER.split(simple); in testCharacterSimpleSplit()
66 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
67 List<String> letters = COMMA_SPLITTER.splitToList(simple); in testCharacterSimpleSplitToList()
78 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
79 Iterable<String> letters = Splitter.on('.').split(simple); in testCharacterSimpleSplitWithNoDelimiter()
173 String simple = "a,b,c"; in testStringSimpleSplit() local
174 Iterable<String> letters = Splitter.on(',').split(simple); in testStringSimpleSplit()
179 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
180 Iterable<String> letters = Splitter.on('.').split(simple); in testStringSimpleSplitWithNoDelimiter()
[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/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
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
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
/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/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
D.gitignore3 !mod-simple-*.ko
10 mod-simple-x86_64.c
11 mod-simple-i386.c
12 mod-simple-sparc64.c
/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 …]
/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/u-boot/drivers/pinctrl/nxp/
DKconfig12 This provides a simple pinctrl driver for i.MX 53SoC familiy,
15 this is a simple implementation, only parses the 'fsl,pins'
26 This provides a simple pinctrl driver for i.MX6 SoC familiy,
29 this is a simple implementation, only parses the 'fsl,pins'
40 This provides a simple pinctrl driver for i.MX7 SoC familiy,
43 this is a simple implementation, only parses the 'fsl,pins'
54 This provides a simple pinctrl driver for i.MX7ULP SoC familiy.
56 is different from the linux one, this is a simple implementation,
/external/u-boot/arch/xtensa/dts/
Dxtfpga.dtsi54 compatible = "simple-bus";
122 compatible = "simple-audio-card";
123 simple-audio-card,format = "i2s";
124 simple-audio-card,mclk-fs = <256>;
126 simple-audio-card,cpu {
130 simple-audio-card,codec {
132 simple-audio-card,bitclock-master = <0>;
133 simple-audio-card,frame-master = <0>;
/external/u-boot/arch/arm/dts/
Ddra7-evm-common.dtsi24 compatible = "simple-audio-card";
25 simple-audio-card,name = "DRA7xx-EVM";
26 simple-audio-card,widgets =
31 simple-audio-card,routing =
41 simple-audio-card,format = "dsp_b";
42 simple-audio-card,bitclock-master = <&sound0_master>;
43 simple-audio-card,frame-master = <&sound0_master>;
44 simple-audio-card,bitclock-inversion;
46 sound0_master: simple-audio-card,cpu {
51 simple-audio-card,codec {
Dkirkwood-openrd-client.dts36 compatible = "simple-audio-card";
37 simple-audio-card,format = "i2s";
38 simple-audio-card,mclk-fs = <256>;
40 simple-audio-card,cpu {
44 simple-audio-card,codec {
Dda850-evm.dts164 compatible = "simple-audio-card";
165 simple-audio-card,name = "DA850/OMAP-L138 EVM";
166 simple-audio-card,widgets =
169 simple-audio-card,routing =
174 simple-audio-card,format = "dsp_b";
175 simple-audio-card,bitclock-master = <&link0_codec>;
176 simple-audio-card,frame-master = <&link0_codec>;
177 simple-audio-card,bitclock-inversion;
179 simple-audio-card,cpu {
184 link0_codec: simple-audio-card,codec {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dhsa-func.ll29 ; ELF: Name: simple
39 ; HSA-NOT: .amdgpu_hsa_kernel simple
40 ; HSA: .globl simple
42 ; HSA: {{^}}simple:
51 ; HSA: .size simple, .Lfunc_end0-simple
54 define void @simple(i32 addrspace(1)* addrspace(4)* %ptr.out) {

12345678910>>...112