/external/webkit/LayoutTests/http/tests/resources/ |
D | network-simulator.php | 93 $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/ |
D | property-typecheck-1.m | 72 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/ |
D | caniter.cpp | 68 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 …]
|
D | ucnv_imp.h | 110 UConverterNamePieces *pieces,
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | AnnotationUtils.java | 175 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/ |
D | PasteboardHelper.cpp | 229 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()
|
D | RenderThemeGtk2.cpp | 881 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/ |
D | himul32.h | 106 pieces; 112 return result.pieces.hi;
|
/external/guava/guava/src/com/google/common/net/ |
D | InternetDomainName.java | 543 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/ |
D | README.txt | 5 This project is an extremely simple example of using some simple pieces of the
|
/external/llvm/test/CodeGen/X86/ |
D | vshift_split2.ll | 3 ; Legalization example that requires splitting a large vector into smaller pieces.
|
/external/icu4c/common/unicode/ |
D | caniter.h | 168 UnicodeString **pieces; variable
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | closurizednamespacesinfo.py | 258 pieces = identifier.split('.') 259 for piece in pieces:
|
D | ecmalintrules.py | 173 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/ |
D | encoder.py | 377 pieces = [] 378 _EncodeVarint(pieces.append, value) 379 return "".join(pieces)
|
/external/openssh/contrib/aix/ |
D | README | 44 you get to keep both pieces.
|
/external/mesa3d/docs/ |
D | README.OpenStep | 5 with a View as required. Example pieces of code may be found in the
|
/external/opencv/ |
D | README.rdoc | 62 …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/ |
D | NOTICE | 57 The following pieces of software have additional or alternate copyrights,
|
/external/clang/ |
D | LICENSE.TXT | 57 The following pieces of software have additional or alternate copyrights,
|
D | NOTICE | 57 The following pieces of software have additional or alternate copyrights,
|
/external/llvm/docs/ |
D | Bugpoint.rst | 90 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/ |
D | LICENSE.TXT | 59 The following pieces of software have additional or alternate copyrights,
|
/external/llvm/lib/Analysis/ |
D | NOTICE | 59 The following pieces of software have additional or alternate copyrights,
|
/external/valgrind/main/docs/internals/ |
D | segments-seginfos.txt | 32 pieces will still be associated with the same SegInfo. For this reason, 47 right pieces, or do so in the wrong order for us.
|