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

1 2 3 4 5 6 7 8 91011>>

  /external/nanopb-c/examples/simple/
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
  /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; maybe you meant to use '.'?}}
  /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.content: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.content:configVarying/simple",
50 assertEquals(R.configVarying.simple, resid);
52 resid = res.getIdentifier("configVarying/simple", null,
54 assertEquals(R.configVarying.simple, resid)
    [all...]
ConfigTest.java 62 assertNotNull("Returned wrong configuration-based simple value: expected <nothing>, "
65 assertEquals("Returned wrong configuration-based simple value: expected '"
69 assertNull("Resource not found for configuration-based simple value: expecting \""
241 checkValue(res, R.configVarying.simple, "simple default");
248 checkValue(res, R.configVarying.simple, "simple xx");
256 checkValue(res, R.configVarying.simple, "simple xx-rYY");
263 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) {
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()) {
70 // SkASSERT(unsortable || simple->isEmpty());
73 current->addCurveTo(index, endIndex, simple, true)
    [all...]
SkPathOpsOp.cpp 122 const int xorMask, const int xorOpMask, SkPathWriter* simple) {
167 if (!unsortable && simple->hasMove()
169 && !simple->isClosed()) {
170 current->addCurveTo(index, endIndex, simple, true);
172 if (!simple->isClosed()) {
176 // SkASSERT(simple->isClosed());
185 current->addCurveTo(index, endIndex, simple, true);
189 } while (!simple->isClosed() && (!unsortable
191 if (current->activeWinding(index, endIndex) && !simple->isClosed()) {
194 if (!unsortable && !simple->isEmpty())
    [all...]
SkPathOpsCommon.h 16 void Assemble(const SkPathWriter& path, SkPathWriter* simple);
  /development/ndk/samples/test-libstdc++/jni/
Android.mk 1 # A simple test for the minimal standard C++ library
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.h 11 void simplify(const SkPath& path, bool asFill, SkPath& simple);
33 void simplifyx(const SkPath& path, SkPath& simple);
ShapeOps.cpp 133 const int xorMask, const int xorOpMask, PathWrapper& simple) {
167 if (!unsortable && simple.hasMove()
169 && !simple.isClosed()) {
170 current->addCurveTo(index, endIndex, simple, true);
171 SkASSERT(simple.isClosed());
180 current->addCurveTo(index, endIndex, simple, true);
184 } while (!simple.isClosed() && ((!unsortable)
186 if (current->activeWinding(index, endIndex) && !simple.isClosed()) {
190 current->addCurveTo(index, endIndex, simple, true);
194 simple.close()
    [all...]
  /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/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/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 34 namespace simple { namespace
51 // A simple vtordisp{A,B} thunk for Method@Class is something like:
57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries).
58 // CHECK-NEXT: 0 | void simple::A::f()
60 // CHECK-NEXT: 1 | simple::A::~A() [scalar deleting]
63 // CHECK-LABEL: Thunks for 'simple::A::~A()' (1 entry).
66 // CHECK-LABEL: Thunks for 'void simple::A::f()' (1 entry).
70 // MANGLING-DAG: @"\01?f@A@simple@@$4PPPPPPPM@A@AEXXZ"
73 // MANGLING-DAG: @"\01??_EA@simple@@$4PPPPPPPM@A@AEPAXI@Z"
80 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple::B' (2 entries)
    [all...]
  /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/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;
  /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/chromium_org/v8/test/mjsunit/compiler/
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
30 // Test simple return statement.
33 // Test simple assignment
  /external/chromium_org/v8/test/mjsunit/
html-string-funcs.js 34 var simple = { big: 'big', blink: 'blink', bold: 'b',
37 for (var i in simple) CheckSimple(i, simple[i]);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 8 RuleTracer is simple debug event listener that writes the names of rule methods
  /external/chromium_org/third_party/libxml/src/include/libxml/
xlink.h 79 * This is the prototype for a simple link detection callback.
153 xlinkSimpleLinkFunk simple; member in struct:_xlinkHandler
  /external/chromium_org/third_party/skia/experimental/webtry/poly/
Gruntfile.js 43 simple: {
62 grunt.registerTask('notmin', ['shell:bower_install', 'bower', 'concat', 'copy:simple']);

Completed in 1384 milliseconds

1 2 3 4 5 6 7 8 91011>>