Searched defs:simple (Results 26 - 50 of 51) sorted by relevance

123

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp198 void Assemble(const SkPathWriter& path, SkPathWriter* simple) { argument
229 eContour->toPath(simple);
331 simple->deferredMove(startPtr[0]);
334 contour->toPartialForward(simple);
336 contour->toPartialBackward(simple);
344 simple->close();
H A DSkOpSpan.h254 bool simple() const { function in class:SkOpSpanBase
/external/clang/test/Index/
H A Dprint-type-size.cpp16 // 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;
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java14 private static SimpleInterface simple; field in class:ArrayAccessReplaceTest
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);
76 assertEquals(i, simple
[all...]
/external/ltrace/testsuite/ltrace.main/
H A Dparameters-lib.c102 int simple; member in struct:test_struct
118 printf("%d, [", x->simple);
/external/skia/gm/
H A Dmultipicturedraw.cpp380 static void simple(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, function
434 static const PFLayoutMtd gLayoutMthds[] = { simple, tiled };
524 static const char* gLayoutNames[] = { "simple", "tiled" };
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java11 package com.ibm.icu.simple;
39 import com.ibm.icu.simple.PluralRules.PluralType;
74 * <p>An argument might specify a "simple" type for which the specified
148 * and <code>select</code> arguments for simple selection among a fixed set of choices.
398 * Parses the pattern and caches Format objects for simple argument types.
423 * Parses the pattern and caches Format objects for simple argument types.
H A DPluralRules.java8 package com.ibm.icu.simple;
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java71 private boolean simple; field in class:CodeAttributeEditor
139 simple = true;
188 simple = false;
214 simple = false;
284 simple = false;
310 simple = false;
329 simple = false;
430 // Can we perform a faster simple replacement of instructions?
534 if (!simple)
/external/regex-re2/re2/
H A Dregexp.h315 bool simple() { return simple_; } function in class:re2::Regexp
451 // Computes whether Regexp is already simple.
508 // Is this regexp structure already simple
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3351 UChar32 simple, UChar32 turkic,
3363 if((which&CF_SIMPLE)!=0 && (c2=u_foldCase(c, 0))!=simple) {
3364 log_err("u_foldCase(U+%04lx, default)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);
3374 log_err("u_foldCase(U+%04lx, turkic)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);
3411 UChar32 c, prev, simple; local
3443 count=u_parseString(fields[2][0], full, 32, (uint32_t *)&simple, pErrorCode);
3449 /* there is a simple mapping only if there is exactly one code point (count is in UChars) */
3451 simple=c;
3458 * as the regular simple case folding.
3483 pData->prevSimple=simple;
3350 testFold(UChar32 c, int which, UChar32 simple, UChar32 turkic, const UChar *full, int32_t fullLength, const UChar *turkicFull, int32_t turkicFullLength) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp779 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local
782 delete simple;
787 if(simple->getTimeZone() != *temp)
795 delete simple;
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c232 /* The simple string it expands to. */
234 /* The length of the simple expansion. */
4251 int simple = 0; local
4256 simple = 1;
4257 if (!simple)
4260 if (!simple)
/external/v8/src/
H A Djsregexp.h696 // A simple closed interval.
1635 simple(true),
1640 bool simple; member in struct:v8::internal::RegExpCompileData
H A Dparser.cc4128 bool RegExpParser::simple() { function in class:v8::internal::RegExpParser
4885 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
H A Druntime.cc272 // simple object or array literal.
404 // simple object or array literal.
3409 // Return whether the replacement is simple.
3583 // Replacement is simple. Do not use Apply to do the replacement.
3605 bool simple = false; local
3607 simple = ParseReplacementPattern(&parts_,
3614 simple = ParseReplacementPattern(&parts_,
3620 if (simple) return true;
3929 // Shortcut for simple non-regexp global replacements
4014 // Shortcut for simple no
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... WRAP public static final int SEARCH public static final int SIMPLE public static final int PASSWORD public static final int SHADOW_IN ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... WRAP public static final int SEARCH public static final int SIMPLE public static final int PASSWORD public static final int SHADOW_IN ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 755 milliseconds

123