HomeSort by relevance Sort by last modified time
    Searched refs:union (Results 1 - 25 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/idl_parser/test_parser/
struct_ppapi.idl 46 * ExtAttribute(union)
48 [union] struct MyStruct {
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
23 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 250 Set union = new HashSet(); local
257 unionEmail(_excluded, email, union);
260 return union;
302 * Returns the union of the excluded IP ranges in <code>excluded</code>
325 Set union = new HashSet(); local
331 union.addAll(unionIPRange(_excluded, ip));
334 return union;
339 * Calculates the union if two IP ranges.
343 * @return A <code>Set</code> with the union of both addresses.
747 * added to the union <code>union</code>. If <code>email1</code> an
1080 Set union = new HashSet(); local
1270 Set union = new HashSet(); local
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 104 * A schema that represents the union of the input schemas.
109 public static CssSchema union(CssSchema... cssSchemas) { method in class:CssSchema
399 union(mozOutlineLiterals0, mozOutlineLiterals1, mozOutlineLiterals2,
405 2, union(mozOutlineColorLiterals0, mozOutlineLiterals0),
410 0, union(mozOutlineLiterals1, mozOutlineStyleLiterals0), zeroFns);
414 5, union(mozOutlineLiterals2, mozOutlineWidthLiterals0), zeroFns);
420 5, union(azimuthLiterals0, azimuthLiterals1, azimuthLiterals2),
426 union(azimuthLiterals1, backgroundLiterals0, backgroundLiterals1,
434 258, union(backgroundColorLiterals0, mozOutlineLiterals0),
443 union(azimuthLiterals1, backgroundLiterals2
753 private static <T> ImmutableSet<T> union(ImmutableSet<T>... subsets) { method in class:CssSchema
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 38 final DomainCombiner union = new DomainCombiner() { local
46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRedEyeRepresentation.java 60 rect.union(r.mRect);
61 bounds.union(r.mBounds);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 149 mRect.union(1, 1, 2, 2);
159 mRect.union(1, 1, 2, 2);
169 mRect.union(2, 2, 1, 1);
177 mRect.union(1, 1, 2, 2);
185 mRect.union(2, 2, 2, 2);
201 mRect.union(rect);
212 mRect.union(rect);
223 mRect.union(rect);
232 mRect.union(rect);
241 mRect.union(rect)
    [all...]
RectFTest.java 187 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
197 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
207 mRectF.union(2.0f, 2.0f, 1.5f, 1.5f);
215 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
223 mRectF.union(2.0f, 2.0f, 2.0f, 2.0f);
240 mRectF.union(rectF);
251 mRectF.union(rectF);
262 mRectF.union(rectF);
271 mRectF.union(rectF);
280 mRectF.union(rectF)
    [all...]
  /external/qemu/scripts/
qapi.py 173 elif expr.has_key('union'):
175 add_enum('%sKind' % expr['union'])
230 'typedef', 'union', 'unsigned', 'void', 'volatile', 'while'])
287 for union in union_types:
288 if union['union'] == name:
289 return union
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
menu-view.js 82 var union = null; variable
86 if (!union)
87 union = data;
89 merge(data, union);
93 var data = [union];
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 36 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and
48 return Sets.union(
60 return Sets.union(
70 return Sets.union(
81 return Sets.union(
94 return Sets.union(
108 return Sets.union(
113 .named("union of disjoint")
120 return Sets.union(
267 Set<String> all = Sets.union(friends, enemies)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormatInterpreter.java 112 // Finds union of input fields and priority list.
113 List<AddressField> union = new ArrayList<AddressField>(); local
118 union.add(field);
125 Collections.sort(union, new Comparator<AddressField>() {
133 for (int j = 0; j < union.size(); ++j) {
134 fieldOrder.set(slots.get(j), union.get(j));
  /external/chromium_org/ppapi/api/
pp_var.idl 107 * The PP_VarValue union stores the data for any one of the types listed
110 [union] struct PP_VarValue {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 30 IgnoreFileNamesPattern = Regexp.union(*IgnoredFilenamePatterns).freeze
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 20 typedef union
  /external/bison/etc/
bench.pl.in 44 %union
144 /* Exercise pre-prologue dependency to %union. */
151 /* Exercise %union. */
154 %union
  /external/chromium-trace/trace-viewer/build/
check_grit.py 35 u = set(grit_files).union(set(known_images))
check_gyp.py 30 u = set(gyp_files).union(set(known_files))
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 22 had been initialized with no content as opposed to the union of its
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_request_custom_bindings.js 27 // Makes sure that |this| contains the union of parameters and
29 // generated union dictionary against the schema for |typeId|.
  /external/chromium_org/tools/security/
check_message_owners.py 43 result = result.union(owner_dict[key])
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 80 CssSchema custom = CssSchema.union(
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 214 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
244 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
456 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
499 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
538 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
808 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
850 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
882 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 207 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
235 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
436 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
477 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
516 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
712 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
748 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
779 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 298 assertFalse(setUp.union(null));
305 assertFalse(setUp.union(setUp));
372 master.union(slave);
377 master.union(slave);
382 master.union(slave);
387 master.union(slave);
406 sets[0].union(sets[1]); method
432 sets[0].union(sets[1]); method
438 sets[0].union(sets[1]); method
445 sets[0].union(sets[1]) method
    [all...]

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>