Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 25 of 172) sorted by relevance

1234567

/external/webkit/LayoutTests/http/tests/resources/
Dnetwork-simulator.php93 $pieces = explode(" ", $resourceCount);
95 if (count($pieces) == 2 && $pieces[0] == $path) {
96 $count = 1 + $pieces[1];
116 $pieces = explode(" ", $resourceCount);
119 if (count($pieces) == 2 && $pieces[0] == $path) {
120 echo $pieces[1];
/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
93 …return container.pieces; // expected-warning {{type of property 'pieces' does not match type of ac…
/external/icu4c/common/
Dcaniter.cpp68 pieces(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
87 if(pieces != NULL) { in cleanPieces()
89 if(pieces[i] != NULL) { in cleanPieces()
90 delete[] pieces[i]; in cleanPieces()
93 uprv_free(pieces); in cleanPieces()
94 pieces = NULL; in cleanPieces()
143 buffer.append(pieces[i][current[i]]); in next()
182 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *)); in setSource()
187 if (pieces == NULL || pieces_lengths == NULL || current == NULL) { in setSource()
192 pieces[0] = new UnicodeString[1]; in setSource()
[all …]
Ducnv_imp.h110 UConverterNamePieces *pieces,
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DAnnotationUtils.java175 ArrayList<String> pieces = new ArrayList<String>(20); in makeSignature() local
203 pieces.add(raw.substring(at, endAt)); in makeSignature()
207 int size = pieces.size(); in makeSignature()
211 list.set(i, new CstString(pieces.get(i))); in makeSignature()
/external/webkit/Source/WebCore/platform/gtk/
DPasteboardHelper.cpp229 Vector<String> pieces; in fillDataObjectFromDropData() local
230 urlWithLabel.split("\n", pieces); in fillDataObjectFromDropData()
235 dataObject->setURIList(pieces[0]); in fillDataObjectFromDropData()
236 if (pieces.size() > 1) in fillDataObjectFromDropData()
237 dataObject->setText(pieces[1]); in fillDataObjectFromDropData()
DRenderThemeGtk2.cpp881 ComboBoxWidgetPieces pieces = { 0, 0 }; in refreshComboBoxChildren() local
884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces); in refreshComboBoxChildren()
886 pieces.arrow = buttonChild; in refreshComboBoxChildren()
888 ASSERT(pieces.arrow); in refreshComboBoxChildren()
889 m_gtkComboBoxArrow = pieces.arrow; in refreshComboBoxChildren()
894 m_gtkComboBoxSeparator = pieces.separator; in refreshComboBoxChildren()
/external/srec/srec/cfront/
Dhimul32.h106 pieces;
112 return result.pieces.hi;
/external/guava/guava/src/com/google/common/net/
DInternetDomainName.java543 final String[] pieces = domain.split(DOT_REGEX, 2); in matchesWildcardPublicSuffix() local
544 return pieces.length == 2 && TldPatterns.UNDER.contains(pieces[1]); in matchesWildcardPublicSuffix()
/external/llvm/examples/ModuleMaker/
DREADME.txt5 This project is an extremely simple example of using some simple pieces of the
/external/llvm/test/CodeGen/X86/
Dvshift_split2.ll3 ; Legalization example that requires splitting a large vector into smaller pieces.
/external/icu4c/common/unicode/
Dcaniter.h168 UnicodeString **pieces; variable
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dclosurizednamespacesinfo.py258 pieces = identifier.split('.')
259 for piece in pieces:
Decmalintrules.py173 pieces = self.TYPE_SPLIT.split(type)
174 if len(pieces) == 1 and type.count('|') == 1 and (
179 for p in pieces:
/external/protobuf/python/google/protobuf/internal/
Dencoder.py377 pieces = []
378 _EncodeVarint(pieces.append, value)
379 return "".join(pieces)
/external/openssh/contrib/aix/
DREADME44 you get to keep both pieces.
/external/mesa3d/docs/
DREADME.OpenStep5 with a View as required. Example pieces of code may be found in the
/external/opencv/
DREADME.rdoc62 …this runs the Android application that allows you to try out the various pieces implemented thus f…
73 …this runs the Android application that allows you to try out the various pieces implemented thus f…
/external/clang/lib/Analysis/
DNOTICE57 The following pieces of software have additional or alternate copyrights,
/external/clang/
DLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
DNOTICE57 The following pieces of software have additional or alternate copyrights,
/external/llvm/docs/
DBugpoint.rst90 program and partitions it into two pieces: one piece which it compiles with the
106 works by splitting the test program into two pieces, running the optimizations
107 specified on one piece, linking the two pieces back together, and then executing
/external/llvm/
DLICENSE.TXT59 The following pieces of software have additional or alternate copyrights,
/external/llvm/lib/Analysis/
DNOTICE59 The following pieces of software have additional or alternate copyrights,
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt32 pieces will still be associated with the same SegInfo. For this reason,
47 right pieces, or do so in the wrong order for us.

1234567