/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 45 const changesetlist_ty &Sets) { in Delta() argument 47 UpdatedSearchState(Changes, Sets); in Delta() 50 if (Sets.size() <= 1) in Delta() 55 if (Search(Changes, Sets, Res)) in Delta() 60 for (changesetlist_ty::const_iterator it = Sets.begin(), in Delta() 61 ie = Sets.end(); it != ie; ++it) in Delta() 63 if (SplitSets.size() == Sets.size()) in Delta() 70 const changesetlist_ty &Sets, in Search() argument 73 for (changesetlist_ty::const_iterator it = Sets.begin(), in Search() 74 ie = Sets.end(); it != ie; ++it) { in Search() [all …]
|
D | DAGDeltaAlgorithm.cpp | 120 const changesetlist_ty &Sets, in UpdatedSearchState() argument 122 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 166 const changesetlist_ty &Sets) { in UpdatedSearchState() argument 167 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
|
/external/llvm/include/llvm/ADT/ |
D | DeltaAlgorithm.h | 61 const changesetlist_ty &Sets); 69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 75 const changesetlist_ty &Sets) {} in UpdatedSearchState() argument
|
D | DAGDeltaAlgorithm.h | 66 const changesetlist_ty &Sets, in UpdatedSearchState() argument
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 14 starting m/b/t = Sets the starting measure, beat, and tick for the event. 16 eventid = Sets the ID of the event. Each event must have a unique ID. 28 ending m/b/t = Sets the ending measure, beat, and tick for the segment. 55 starting m/b/t = Sets the starting measure, beat, and tick for the segment. 58 repeat = Sets the number of repeats for the segment. 60 transpose = Sets the transposition value for the segment, in semitones (half-steps). 67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
|
/external/icu4c/i18n/ |
D | fmtable.cpp.noOrig | 224 // Sets the correct data type for this value. 229 // Sets each element in the array one by one and records the array count. 235 // Sets the string value. 239 // Sets the double value. 244 // Sets the long value. 248 // Sets the Date value. 506 // Sets the value to a double value d. 517 // Sets the value to a long value l. 528 // Sets the value to an int64 value ll. 539 // Sets the value to a Date instance d. [all …]
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 41 * @brief Sets the initialization vector of a given cipher. 57 * @brief Sets a buffer to the keystream generated by the cipher.
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 147 SetTheory Sets; variable 168 SetTheory &getSets() { return Sets; } in getSets()
|
D | TableGen.cpp | 370 SetTheory Sets; in main() local 371 Sets.addFieldExpander("Set", "Elements"); in main() 375 const std::vector<Record*> *Elts = Sets.expand(Recs[i]); in main()
|
D | CodeGenRegisters.cpp | 362 Sets.addFieldExpander("RegisterClass", "MemberList"); in CodeGenRegBank() 363 Sets.addExpander("RegisterTuples", new TupleExpander()); in CodeGenRegBank() 383 const std::vector<Record*> *TupRegs = Sets.expand(Tups[i]); in CodeGenRegBank()
|
/external/guava/src/com/google/common/util/concurrent/ |
D | SimpleTimeLimiter.java | 22 import com.google.common.collect.Sets; 142 Set<Method> set = Sets.newHashSet(); in findInterruptibleMethods()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | bubble_view.mm | 30 // Sets the string displayed in the bubble. A copy of the string is made. 38 // Sets which corners will be rounded.
|
/external/elfutils/m4/ |
D | lib-ld.m4 | 13 dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. 25 dnl From libtool-1.4. Sets the variable LD.
|
/external/bison/m4/ |
D | lib-ld_gl.m4 | 11 dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. 24 dnl From libtool-1.4. Sets the variable LD.
|
/external/bison/tests/ |
D | sets.at | 1 # Exercising Bison Grammar Sets. -*- Autotest -*- 59 AT_BANNER([[Grammar Sets (Firsts etc.).]])
|
/external/guava/src/com/google/common/collect/ |
D | HashMultimap.java | 113 return Sets.<V>newHashSetWithExpectedSize(expectedValuesPerKey); in createCollection()
|
D | ConstrainedMap.java | 152 return Sets.hashCodeImpl(this);
|
D | Maps.java | 596 return Sets.hashCodeImpl(this); 1113 ? entrySet = Sets.filter(unfiltered.entrySet(), predicate) 1122 ? keySet = Sets.filter(unfiltered.keySet(), keyPredicate) 1145 filteredEntrySet = Sets.filter(unfiltered.entrySet(), predicate);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
D | feed.css | 6 * Sets style of different elements in pop-up page.
|
D | options.css | 6 * Sets style of different elements in options page.
|
/external/chromium/chrome/browser/ |
D | shell_integration_mac.mm | 11 // Sets Chromium as default browser (only for current user). Returns false if
|
/external/webkit/Source/cmake/ |
D | WebKitHelpers.cmake | 1 # Sets extra compile flags for a target, depending on the compiler being used.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFrameView.idl | 65 @abstract Sets whether the WebFrameView allows its document to be scrolled
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_text_field_cell.mm | 61 // cells. Sets the background color to red if |foundMatches| is YES.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProxy.messages.in | 38 # Sets the cookies for the given URL.
|