HomeSort by relevance Sort by last modified time
    Searched refs:simple (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /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...]
  /external/clang/test/Sema/
member-reference.c 4 struct simple { int i; }; struct
7 struct simple s[1];
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/simple/
AnotherSimpleTest.java 17 package android.test.suitebuilder.examples.simple;
SimpleTest.java 17 package android.test.suitebuilder.examples.simple;
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 31 final String fullName = res.getResourceName(R.configVarying.simple);
32 assertEquals("com.android.cts.stub: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 "com.android.cts.stub:configVarying/simple",
50 assertEquals(R.configVarying.simple, resid);
52 resid = res.getIdentifier("configVarying/simple", null,
54 assertEquals(R.configVarying.simple, resid)
    [all...]
ConfigTest.java 58 assertNotNull("Returned wrong configuration-based simple value: expected <nothing>, "
61 assertEquals("Returned wrong configuration-based simple value: expected '"
65 assertNull("Resource not found for configuration-based simple value: expecting \""
218 checkValue(res, R.configVarying.simple, "simple default");
225 checkValue(res, R.configVarying.simple, "simple xx");
233 checkValue(res, R.configVarying.simple, "simple xx-rYY");
240 checkValue(res, R.configVarying.simple, "simple mcc111")
    [all...]
  /external/webkit/Tools/TestWebKitAPI/win/
copy-resources.cmd 14 ..\Tests\WebKit2\simple.html
15 ..\Tests\WebKit2\simple-accelerated-compositing.html
16 ..\Tests\WebKit2\simple-form.html
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /ndk/tests/build/multi-module-path/path1/foo/
Android.mk 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 12 // this file will produce a simple, but not very polished graph. By
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {}
  /frameworks/rs/driver/linkloader/tests/images/
gen-testcases.sh 24 clang -emit-llvm -std=c89 -Wall -c simple-test.c -o simple-test.bc
30 llc -filetype=obj -relocation-model=static -mtriple $2 $3 simple-test.bc -o simple-test-$1.o
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 14 private static SimpleInterface simple; field in class:ArrayAccessReplaceTest
19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
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)
    [all...]
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.stderr.exp 1 test simple malloc/free:
  /system/extras/tests/framebuffer/
Android.mk 20 LOCAL_MODULE = test-fb-simple
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingCheckedFutureTest.java 46 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/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 3 # Just a simple test for the assembly emitter - making sure it emits back the
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 52 String simple = "a,b,c"; local
53 Iterable<String> letters = COMMA_SPLITTER.split(simple);
58 String simple = "a,b,c"; local
59 Iterable<String> letters = Splitter.on('.').split(simple);
153 String simple = "a,b,c"; local
154 Iterable<String> letters = Splitter.on(",").split(simple);
159 String simple = "a,b,c"; local
160 Iterable<String> letters = Splitter.on(".").split(simple);
280 String simple = "a,b,c"; local
281 Iterable<String> letters = Splitter.onPattern(",").split(simple);
287 String simple = "a,b,c"; local
470 String simple = "abcde"; local
476 String simple = "abcdef"; local
482 String simple = "abc"; local
488 String simple = "ab"; local
494 String simple = ""; local
504 String simple = "abcd"; local
526 String simple = "abcd"; local
532 String simple = "abcd"; local
538 String simple = "abcd"; local
544 String simple = "a,b,c,d"; local
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 530 SimpleThread simple; local
531 st = new Thread(simple = new SimpleThread(500));
533 synchronized (simple) {
536 simple.wait();
599 SimpleThread simple; local
601 st = new Thread(simple = new SimpleThread(100));
605 synchronized (simple) {
607 simple.wait();
630 SimpleThread simple; local
632 st = new Thread(simple = new SimpleThread(1000), "SimpleThread12")
696 SimpleThread simple; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
instr.h 90 #define SND_SEQ_INSTR_ID_SIMPLE "Simple Wave" /**< Simple Wave */
100 #define SND_SEQ_INSTR_TYPE1_SIMPLE (1<<0) /**< Simple Wave */
141 * Simple Wave support
144 /** simple instrument data structure */
147 int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple, const char *name, snd_instr_header_t **put, size_t *size);
148 int snd_instr_simple_convert_from_stream(snd_instr_header_t *data, size_t size, snd_instr_simple_t **simple);
149 int snd_instr_simple_free(snd_instr_simple_t *simple);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 90 #define SND_SEQ_INSTR_ID_SIMPLE "Simple Wave" /**< Simple Wave */
100 #define SND_SEQ_INSTR_TYPE1_SIMPLE (1<<0) /**< Simple Wave */
141 * Simple Wave support
144 /** simple instrument data structure */
147 int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple, const char *name, snd_instr_header_t **put, size_t *size);
148 int snd_instr_simple_convert_from_stream(snd_instr_header_t *data, size_t size, snd_instr_simple_t **simple);
149 int snd_instr_simple_free(snd_instr_simple_t *simple);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 90 #define SND_SEQ_INSTR_ID_SIMPLE "Simple Wave" /**< Simple Wave */
100 #define SND_SEQ_INSTR_TYPE1_SIMPLE (1<<0) /**< Simple Wave */
141 * Simple Wave support
144 /** simple instrument data structure */
147 int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple, const char *name, snd_instr_header_t **put, size_t *size);
148 int snd_instr_simple_convert_from_stream(snd_instr_header_t *data, size_t size, snd_instr_simple_t **simple);
149 int snd_instr_simple_free(snd_instr_simple_t *simple);
  /device/generic/goldfish/libqemu/
tests.mk 3 # The first test program is a simple TCP server that will send back
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 42 if (!this.simple)
56 if (!this.simple)
72 if (this.simple)
292 this.simple = false;
300 // Simple - #hex, rgb(), nickname, hsl()
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;
372 // Simple Values: [rgb, hsl, nickname
    [all...]

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8