Home
last modified time | relevance | path

Searched refs:combination (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/skia/src/core/
DSkClipStack.cpp82 void SkClipStack::Element::combineBoundsDiff(FillCombo combination, const SkRect& prevFinite) { in combineBoundsDiff() argument
83 switch (combination) { in combineBoundsDiff()
124 void SkClipStack::Element::combineBoundsXOR(int combination, const SkRect& prevFinite) { in combineBoundsXOR() argument
126 switch (combination) { in combineBoundsXOR()
157 void SkClipStack::Element::combineBoundsUnion(int combination, const SkRect& prevFinite) { in combineBoundsUnion() argument
159 switch (combination) { in combineBoundsUnion()
187 void SkClipStack::Element::combineBoundsIntersection(int combination, const SkRect& prevFinite) { in combineBoundsIntersection() argument
189 switch (combination) { in combineBoundsIntersection()
219 void SkClipStack::Element::combineBoundsRevDiff(int combination, const SkRect& prevFinite) { in combineBoundsRevDiff() argument
221 switch (combination) { in combineBoundsRevDiff()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java98 @Override public CacheBuilder<Object, Object> apply(List<Object> combination) { in buildAllPermutations()
100 (Integer) combination.get(0), in buildAllPermutations()
101 (Integer) combination.get(1), in buildAllPermutations()
102 (Integer) combination.get(2), in buildAllPermutations()
103 (DurationSpec) combination.get(3), in buildAllPermutations()
104 (DurationSpec) combination.get(4), in buildAllPermutations()
105 (DurationSpec) combination.get(5), in buildAllPermutations()
106 (Strength) combination.get(6), in buildAllPermutations()
107 (Strength) combination.get(7)); in buildAllPermutations()
/external/skia/include/core/
DSkClipStack.h252 inline void combineBoundsDiff(FillCombo combination, const SkRect& prevFinite);
253 inline void combineBoundsXOR(int combination, const SkRect& prevFinite);
254 inline void combineBoundsUnion(int combination, const SkRect& prevFinite);
255 inline void combineBoundsIntersection(int combination, const SkRect& prevFinite);
256 inline void combineBoundsRevDiff(int combination, const SkRect& prevFinite);
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-whitespace-expected.txt14 Set href that starts with a combination of newlines, spaces and tabs
24 Set href that ends with a combination of newlines, spaces and tabs
26 Set href that starts and ends with a combination of newlines, spaces and tabs
/external/eigen/cmake/
DFindLAPACK.cmake30 # This macro checks for the existence of the combination of fortran libraries
31 # given by _list. If the combination is found, this macro checks (using the
33 # combination using the name of a routine given by _name using the linker
34 # flags given by _flags. If the combination of libraries is found and passes
84 # Test this combination of libraries with the Fortran/f2c interface.
108 # If not found, test this combination of libraries with a C interface.
DFindBLAS.cmake31 # This macro checks for the existence of the combination of fortran libraries
32 # given by _list. If the combination is found, this macro checks (using the
34 # combination using the name of a routine given by _name using the linker
35 # flags given by _flags. If the combination of libraries is found and passes
85 # Test this combination of libraries with the Fortran/f2c interface.
109 # If not found, test this combination of libraries with a C interface.
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-CPS3p-arm.txt3 # invalid (imod, M, iflags) combination
/external/openssh/
DREADME.tun45 Layer 2 tunnels can be used in combination with an Ethernet bridge(4)
68 ProxyCommand in combination with the nc(1) program to forward the final
84 combination with layer 2 tunneling and Ethernet bridging.
/external/elfutils/
DEXCEPTION2 to distribute Non-GPL Code in linked combination with Red Hat elfutils.
/external/iptables/extensions/
Dlibxt_cpu.man4 Can be used in combination with RPS (Remote Packet Steering) or
Dlibxt_limit.man3 It can be used in combination with the
Dlibxt_NFLOG.man3 logging backend to log the packet. This is usually used in combination
/external/sepolicy/
Dfs_use14 # Label inodes from combination of task label and fs label.
/external/llvm/test/Transforms/ScalarRepl/
Dvectors-with-mismatched-elements.ll8 ; and <2 x i64> by using a combination of a bitcast and a shuffle.
Dphinodepromote.ll15 ; This test checks to make sure the combination of instcombine and mem2reg
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DREADME.txt130 * 1 combination, single line
131 * 2 combinations, 3 lines per combination
132 * 3 combinations, 5 lines per combination
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm227 // combination held down, the system will start sending the Cmd+Q event to
285 // The user held down the combination long enough that quitting should
342 // key combination for quit. It then gets the modifiers and builds an object
360 // key combination for quit. It then gets the modifiers and builds a string
/external/apache-harmony/regex/
DREADME.TXT36 and possible combination of the two algorithms.
/external/hyphenation/
DCOPYING.MPL14 1.2. "Contributor Version" means the combination of the Original
19 combination of the Original Code and Modifications, in each case
107 combination of the Original Code with other software or devices.
122 and/or in combination with its Contributor Version (or portions
123 of such combination), to make, use, sell, offer for sale, have
125 Contributor (or portions thereof); and 2) the combination of
127 Version (or portions of such combination).
137 Contributor Version or ii) the combination of Modifications made
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dmpl-v11.txt14 1.2. "Contributor Version" means the combination of the Original
19 combination of the Original Code and Modifications, in each case
107 combination of the Original Code with other software or devices.
122 and/or in combination with its Contributor Version (or portions
123 of such combination), to make, use, sell, offer for sale, have
125 Contributor (or portions thereof); and 2) the combination of
127 Version (or portions of such combination).
137 Contributor Version or ii) the combination of Modifications made
/external/oprofile/m4/
Dconfigmodule.m459 AC_MSG_CHECKING(arch/kernel version combination)
/external/chromium/base/
Dbind.h.pump31 // Each unique combination of (arity, function_type, num_prebound) where
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt29 16. Instruction combination, register movement, scheduling... etc.
/external/linux-tools-perf/Documentation/
Dperf-probe.txt81 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob
137 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/external/llvm/lib/Target/ARM/
DLICENSE.TXT35 combination of the Software with the Work to which such Software was

12345678910>>...12