Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m72 NSMutableArray* pieces; field
76 @property (readonly) NSArray* pieces; // expected-warning {{type of property 'pieces' does not matc… property
79 - (NSMutableArray*) pieces; // expected-note 2 {{declared here}} method
/external/icu4c/common/unicode/
Dcaniter.h168 UnicodeString **pieces; variable
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DAnnotationUtils.java175 ArrayList<String> pieces = new ArrayList<String>(20); in makeSignature() local
/external/guava/guava/src/com/google/common/net/
DInternetDomainName.java543 final String[] pieces = domain.split(DOT_REGEX, 2); in matchesWildcardPublicSuffix() local
/external/webkit/Source/WebCore/platform/gtk/
DPasteboardHelper.cpp229 Vector<String> pieces; in fillDataObjectFromDropData() local
DRenderThemeGtk2.cpp881 ComboBoxWidgetPieces pieces = { 0, 0 }; in refreshComboBoxChildren() local
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp816 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()
DBugReporter.cpp124 bool BugReporter::RemoveUneededCalls(PathPieces &pieces, BugReport *R) { in RemoveUneededCalls()
/external/icu4c/test/intltest/
Dssearch.cpp1860 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase() local