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

1 2 3 4 5 6 7 8 91011>>

  /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 \""
221 checkValue(res, R.configVarying.simple, "simple default");
228 checkValue(res, R.configVarying.simple, "simple xx");
236 checkValue(res, R.configVarying.simple, "simple xx-rYY");
243 checkValue(res, R.configVarying.simple, "simple mcc111")
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
39 if (simple->isEmpty()) {
40 simple->init();
50 if (!unsortable && simple->hasMove()
52 && !simple->isClosed()) {
53 current->addCurveTo(index, endIndex, simple, true);
54 SkASSERT(simple->isClosed());
63 current->addCurveTo(index, endIndex, simple, true);
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple->isClosed())
    [all...]
SkPathOpsOp.cpp 130 const int xorMask, const int xorOpMask, SkPathWriter* simple) {
157 if (simple->isEmpty()) {
158 simple->init();
168 if (!unsortable && simple->hasMove()
170 && !simple->isClosed()) {
171 current->addCurveTo(index, endIndex, simple, true);
172 SkASSERT(simple->isClosed());
181 current->addCurveTo(index, endIndex, simple, true);
185 } while (!simple->isClosed() && (!unsortable
187 if (current->activeWinding(index, endIndex) && !simple->isClosed())
    [all...]
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
39 if (simple->isEmpty()) {
40 simple->init();
50 if (!unsortable && simple->hasMove()
52 && !simple->isClosed()) {
53 current->addCurveTo(index, endIndex, simple, true);
54 SkASSERT(simple->isClosed());
63 current->addCurveTo(index, endIndex, simple, true);
67 } while (!simple->isClosed() && (!unsortable
69 if (current->activeWinding(index, endIndex) && !simple->isClosed())
    [all...]
SkPathOpsOp.cpp 130 const int xorMask, const int xorOpMask, SkPathWriter* simple) {
157 if (simple->isEmpty()) {
158 simple->init();
168 if (!unsortable && simple->hasMove()
170 && !simple->isClosed()) {
171 current->addCurveTo(index, endIndex, simple, true);
172 SkASSERT(simple->isClosed());
181 current->addCurveTo(index, endIndex, simple, true);
185 } while (!simple->isClosed() && (!unsortable
187 if (current->activeWinding(index, endIndex) && !simple->isClosed())
    [all...]
  /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) {}
  /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/chromium_org/v8/test/mjsunit/regress/
regress-2339.js 30 function simple() { function
40 simple();
41 simple();
42 %OptimizeFunctionOnNextCall(simple);
43 simple();
44 assertOptimized(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/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...]
  /external/clang/test/Index/
print-type-size.cpp 16 // CHECK64: StructDecl=simple:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
17 // CHECK32: StructDecl=simple:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
18 struct simple { struct in namespace:basic
45 struct simple s1;
48 // CHECK64: VarDecl=s1:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
49 // CHECK32: VarDecl=s1:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
50 simple s1;
  /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);

Completed in 2688 milliseconds

1 2 3 4 5 6 7 8 91011>>