Home
last modified time | relevance | path

Searched defs:pieces (Results 1 – 10 of 10) 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.h170 UnicodeString **pieces; variable
/external/ceres-solver/examples/
Dnist.cc73 bool GetAndSplitLine(std::ifstream& ifs, std::vector<std::string>* pieces) { in GetAndSplitLine()
101 std::vector<std::string> pieces; in NISTProblem() local
/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.cpp906 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size()
DBugReporter.cpp204 bool BugReporter::RemoveUnneededCalls(PathPieces &pieces, BugReport *R) { in RemoveUnneededCalls()
/external/icu4c/test/intltest/
Dssearch.cpp1859 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase() local