HomeSort by relevance Sort by last modified time
    Searched refs:union (Results 51 - 75 of 924) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/trappy/trappy/stats/
Topology.py 101 self._nodes = self._nodes.union(set(group))
  /frameworks/base/graphics/java/android/graphics/
RectF.java 466 public void union(float left, float top, float right, float bottom) { method in class:RectF
493 public void union(RectF r) { method in class:RectF
494 union(r.left, r.top, r.right, r.bottom); method
504 public void union(float x, float y) { method in class:RectF
  /hardware/interfaces/sensors/1.0/
types.hal     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 232 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
268 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
482 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
534 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
588 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
900 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
957 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
996 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 232 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
268 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
482 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
534 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
588 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
900 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
957 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
996 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 232 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
268 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
482 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
534 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
588 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
900 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
957 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
996 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 232 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
268 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
482 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
534 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
588 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
900 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
957 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
996 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 232 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
268 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
482 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
534 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
588 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
900 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
957 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
996 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /packages/apps/TV/common/src/com/android/tv/common/util/
CollectionUtils.java 55 public static <T> List<T> union( method in class:CollectionUtils
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 39 typedef union {
44 union {
  /prebuilts/go/darwin-x86/src/image/
geom_test.go 88 // The union should be the smallest rectangle a such that every point in r
92 a := r.Union(s)
94 t.Errorf("Union: r=%s, s=%s, a=%s, r not in a: %v", r, s, a, err)
97 t.Errorf("Union: r=%s, s=%s, a=%s, s not in a: %v", r, s, a, err)
110 t.Errorf("Union: r=%s, s=%s, a=%s, b=%s, i=%d: union could be smaller",
  /prebuilts/go/linux-x86/misc/cgo/test/
basic.go 39 typedef union {
44 union {
  /prebuilts/go/linux-x86/src/image/
geom_test.go 88 // The union should be the smallest rectangle a such that every point in r
92 a := r.Union(s)
94 t.Errorf("Union: r=%s, s=%s, a=%s, r not in a: %v", r, s, a, err)
97 t.Errorf("Union: r=%s, s=%s, a=%s, s not in a: %v", r, s, a, err)
110 t.Errorf("Union: r=%s, s=%s, a=%s, b=%s, i=%d: union could be smaller",
  /external/chromium-trace/catapult/devil/devil/android/tools/
device_recovery.py 135 should_restart_adb = should_restart_usb.union(set(
138 should_reboot_device = should_restart_adb.union(set(
204 for s in expected_devices.union(usb_devices)]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
generator.py 104 def _AddUnionComputedData(self, union):
105 """Adds computed data to the given union. The data is computed once and
108 for field in union.fields:
113 return union
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 118 should_restart_adb = should_restart_usb.union(set(
121 should_reboot_device = should_restart_adb.union(set(
195 for s in expected_devices.union(usb_devices)]
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 332 union(other);
434 union(newThis);
474 * construct union of this GeneralSubtrees with other.
478 public void union(GeneralSubtrees other) { method in class:GeneralSubtrees
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 464 // This is a oneof, called "union".
466 // Types that are valid to be assigned to Union:
477 Union isCommunique_Union `protobuf_oneof:"union"`
533 return m.Union
633 // union
634 switch x := m.Union.(type) {
676 return fmt.Errorf("Communique.Union has unexpected type %T", x)
684 case 5: // union.number
689 m.Union = &Communique_Number{int32(x)
    [all...]
  /external/devlib/devlib/utils/
misc.py 259 union = []
265 union.append(k)
268 union.append(k)
270 union.append(k)
273 for k in union:
296 merged[k] = norm(base_value.union(other_value), dict_type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_weakrefset.py 211 def union(self, other): member in class:WeakSet
212 return self._apply(other, self.data.union)
213 __or__ = union
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
pyparser.py 122 self.local_ident_stack = local_ident_stack.union([
188 self.listener.declared_identifiers.union(
191 self.listener.undeclared_identifiers.union(
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 110 public Interval union(Interval other) { method in class:Interval
  /external/autotest/client/site_tests/graphics_dEQP/scripts/
failure_matrix.py 90 tests = tests.union((dict[gpu])[status])
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ParameterSet.java 72 for (String name : Sets.union(map.keySet(), explicitValues.keySet())) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultisetsTest.java 97 assertThat(Multisets.union(ms1, ms2)).has().exactly("a", "a", "b", "b", "c");
103 assertEquals(ms1, Multisets.union(ms1, ms2));
109 assertEquals(ms2, Multisets.union(ms1, ms2));
115 assertEquals(ms1, Multisets.union(ms1, ms2));

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>