HomeSort by relevance Sort by last modified time
    Searched full:simple (Results 51 - 75 of 13239) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/opencv3/samples/java/clojure/simple-sample/test/simple_sample/
core_test.clj 1 (ns simple-sample.core-test
3 [simple-sample.core :refer :all]))
  /external/snakeyaml/src/test/resources/pyyaml/
spec-10-07.canonical 8 ? !!str "simple key"
12 !!str "simple",
spec-10-10.canonical 10 ? !!str "simple key1"
12 ? !!str "simple key2"
14 ? !!str "simple key3"
  /art/test/412-new-array/
info.txt 0 Simple tests for new-array, filled-new-array and fill-array-data.
  /external/clang/test/Sema/
member-reference.c 3 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/nanopb-c/examples/simple/
simple.proto 1 // A very simple protocol definition, consisting of only
Makefile 9 CSRC = simple.c # The main program
10 CSRC += simple.pb.c # The compiled protocol definition
15 simple: $(CSRC)
19 simple.pb.c: simple.proto
20 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-common-7.s 1 .cfi_startproc simple
cfi-common-6.s 2 .cfi_startproc simple
8 .cfi_startproc simple
15 .cfi_startproc simple
21 .cfi_startproc simple
27 .cfi_startproc simple
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-1.s 0 # Simple base-plus-offset
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ptc-1.s 1 ! Check that simple constants get expected results.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh5.s 2 .cfi_startproc simple
8 .cfi_startproc simple
14 .cfi_startproc simple
20 .cfi_startproc simple
eh5a.s 2 .cfi_startproc simple
7 .cfi_startproc simple
13 .cfi_startproc simple
18 .cfi_startproc simple
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-1.s 1 # A most simple instruction needing a linker-supplied GREG.
  /external/markdown/MarkdownTest/Tests_2007/
Links, shortcut references.text 1 This is the [simple case].
3 [simple case]: /simple
  /external/libxml2/result/
slashdot.rdf.sax2 3 SAX.startElementNs(RDF, rdf, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 2, xmlns:rdf='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...]
ns4 2 <diagram testattr="test" xml:lang="en" xml:link="simple" xml:space="preserve"/>
  /libcore/luni/src/test/java/libcore/java/io/
OldReaderTest.java 34 Support_ASimpleReader simple; local
35 simple = new Support_ASimpleReader("Bla bla, what else?");
37 assertEquals("Wrong return value!", 4, simple.read(buf));
40 simple.read(buf);
43 simple.throwExceptionOnNextUse = true;
45 simple.read(buf);
52 Support_ASimpleReader simple; local
53 simple = new Support_ASimpleReader("Bla bla, what else?");
55 assertEquals("Wrong return value!", 4, simple.read(buf));
57 simple.read(buf)
73 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); local
87 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); local
97 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/templates/
addNdkSupport.xml 11 <simple name="projectName" value="$(projectName)"/>
12 <simple-array name="sourceFolders">
14 </simple-array>
15 <simple-array name="outputFolders">
18 </simple-array>
21 <simple name="projectName" value="$(projectName)"/>
24 <simple name="source" value="templates/resources/tAndroid.mk"/>
25 <simple name="destination" value="jni/Android.mk"/>
28 <simple name="source" value="templates/resources/main.cpp"/>
29 <simple name="destination" value="jni/$(libraryName).cpp"/>
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 31 final String fullName = res.getResourceName(R.configVarying.simple);
32 assertEquals("android.content.cts:configVarying/simple", fullName);
34 final String packageName = res.getResourcePackageName(R.configVarying.simple);
37 final String typeName = res.getResourceTypeName(R.configVarying.simple);
40 final String entryName = res.getResourceEntryName(R.configVarying.simple);
41 assertEquals("simple", entryName);
48 "android.content.cts:configVarying/simple",
50 assertEquals(R.configVarying.simple, resid);
52 resid = res.getIdentifier("configVarying/simple", null,
54 assertEquals(R.configVarying.simple, resid)
    [all...]
  /external/libxml2/result/noent/
ns4 2 <diagram testattr="test" xml:lang="en" xml:link="simple" xml:space="preserve"/>
  /external/libxml2/test/
ns4 2 <diagram testattr="test" xml:lang="en" xml:link="simple" xml:space="preserve"/>
  /external/llvm/test/YAMLParser/
spec-09-25.test 4 | # Simple block scalar
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Advanced).html 1 <p>Simple block on one line:</p>
Inline HTML (Advanced).text 0 Simple block on one line:

Completed in 960 milliseconds

1 23 4 5 6 7 8 91011>>