HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 326 - 350 of 512) sorted by null

<<11121314151617181920>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 103 List<Integer> ports = new ArrayList<>(portSegments.length); local
106 ports.add(Integer.parseInt(portSegment));
112 mRequiredProtos.put(protocol, ports);
  /external/skia/
Android.mk 91 src/ports/SkImageGenerator_skia.cpp \
599 src/ports/SkFontMgr_android_factory.cpp \
600 src/ports/SkGlobalInitialization_default.cpp \
601 src/ports/SkMemory_malloc.cpp \
602 src/ports/SkOSEnvironment.cpp \
603 src/ports/SkOSFile_posix.cpp \
604 src/ports/SkOSFile_stdio.cpp \
605 src/ports/SkOSLibrary_posix.cpp \
606 src/ports/SkDiscardableMemory_none.cpp \
607 src/ports/SkTime_Unix.cpp
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
webpagereplay.py 163 """Returns the ports on which replay listens as reported in its log file.
166 of the ports depending on what has been written to the log file.
173 a dict with ports available in log_lines. For example,
174 {} # no ports found
177 ports = {}
187 ports[protocol] = int(m.group('port'))
188 return ports
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialjava.py 44 ports = []
48 ports.append(el)
49 return ports[portnumber].getName()
  /system/webservd/libwebserv/
dbus_protocol_handler.cc 84 std::set<uint16_t> ports; local
86 ports.insert(pair.second->port());
87 return ports;
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 650 self.ports = []
653 self.ports.append(f)
655 if len(self.ports) == 0:
659 SELinux defines port types to represent TCP and UDP ports.
666 Policy governs the access confined processes have to these ports.
671 for p in self.ports:
686 Default Defined Ports:""")
857 if len(self.ports) > 0:
    [all...]
generate.py 117 PORTS = 3
163 def verify_ports(ports):
164 if ports == "":
169 for a in ports.split(","):
189 raise ValueError(_("Ports must be numbers or ranges of numbers from 1 to %d " % max_port))
196 self.ports = []
206 self.ports = get_all_ports()
388 return l[ALL] or l[RESERVED] or l[UNRESERVED] or len(l[PORTS]) > 0
427 for begin, end, p in self.ports.keys():
429 return self.ports[begin, end, protocol
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 93 String[] ports = parts[1].split("/", 2); local
94 Media media = newMedia(parts[0], Integer.parseInt(ports[0]),
95 (ports.length < 2) ? 1 : Integer.parseInt(ports[1]),
115 * @param portCount The number of contiguous ports used by this media.
267 * Returns the number of contiguous ports used by this media.
  /external/autotest/client/cros/chameleon/
chameleon_port_finder.py 18 Responsible for finding all ports connected to the chameleon board.
20 It does not verify if these ports are connected to DUT.
27 Chameleon board whose ports we are interested
39 ports as the first element and failed ports as second element.
64 ports_to_str = lambda ports: ', '.join(
66 for p in ports)
77 text += ('DUT failed to detect Chameleon ports: %s'
85 Responsible for finding all input ports connected to the chameleon board.
92 input ports as the first element and failed ports as secon
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
authenticator.py 84 for ports in range(START_PORT, START_PORT + RETRY):
85 self.port = ports
98 continue # keep trying new ports
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
elbadmin 224 def rm_listener(elb, name, ports):
228 b.delete_listeners(ports)
  /external/iproute2/examples/bpf/
bpf_prog.c 229 __u32 ports; member in union:flow_keys::__anon13152
377 flow->ports = load_word(skb, nh_off);
  /external/webrtc/webrtc/p2p/base/
portallocator.h 29 // what kinds of ports are allocated.
32 // Disable local UDP ports. This doesn't impact how we connect to relay
37 // Disable local TCP ports. This doesn't impact how we connect to relay
101 ports.push_back(
106 PortList ports; member in struct:cricket::RelayServerConfig
120 // Subclasses should clean up any ports created.
133 // Whether the process of getting ports has been stopped.
206 // Gets/Sets the port range to use when choosing client ports.
port_unittest.cc 638 // Set up channels and ensure both ports will be deleted.
787 // Set up channels and ensure both ports will be deleted.
808 // sending to UDP ports and cone NATs.
1456 scoped_ptr<Port> ports[4]; local
1526 scoped_ptr<Port> ports[4]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
branch-reloc.d 2 #This test is only valid on EABI based ports.
vfma1.d 4 # This test is only valid on ELF based ports.
barrier.d 4 # This test is only valid on ELF based ports.
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 42 * instances (A and C) and the audio ports on these instances will
73 /* These are the ports on this instance. The difference
75 * the ports skip disabled plugins and connect to the upstream
76 * ports directly.
175 port = ARRAY_ELEMENT(&plugin->ports, index);
200 FOR_ARRAY_ELEMENT(&plugin->ports, i, port) {
212 FOR_ARRAY_ELEMENT(&plugin->ports, i, port) {
294 FOR_ARRAY_ELEMENT(&plugin->ports, i, port) {
315 /* constructs audio and control ports for the instance */
316 FOR_ARRAY_ELEMENT(&plugin->ports, i, port)
    [all...]
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 106 mach_port_t ports[EXC_TYPES_COUNT]; member in struct:google_breakpad::ExceptionParameters
429 // so that the current exception ports are the ones that we should be
439 current.ports,
453 fprintf(stderr, "** No previous ports for forwarding!! \n");
457 mach_port_t target_port = current.ports[found];
667 // Save the current exception ports so that we can forward to them
674 previous_->ports,
678 // Setup the exception ports on this task
705 // Restore the previous ports
708 previous_->ports[i]
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 114 this->ports[INPORT_INDEX]->SetMemAllocator(MemAllocDataBuffer, MemFreeDataBuffer, this);
229 this->ports[INPORT_INDEX]->FlushPort();
230 this->ports[OUTPORT_INDEX]->FlushPort();
245 this->ports[INPORT_INDEX]->FlushPort();
246 this->ports[OUTPORT_INDEX]->FlushPort();
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 60 // Get Port information on all the HDMI ports.
240 hdmi_port_info* ports; local
242 mDevice->get_port_info(mDevice, &ports, &numPorts);
248 hdmi_port_info* info = &ports[i];
  /external/autotest/client/cros/
ec.py 390 ports: list EC_USBPD_Port instances
393 get_num_ports: get number of USB-PD ports device has.
396 _num_ports: integer number of USB-PD ports device has.
401 @param num_ports: total number of USB-PD ports on device. This is an
405 self.ports = list()
411 raise error.TestNAError("Device has no USB-PD ports")
414 self.ports.append(EC_USBPD_Port(i))
417 """Determine the number of ports for device.
420 to EC_CMD_USB_PD_PORTS to determine the number of ports.
423 surface the number of ports directly instead of via usbpdpowe
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
trafficshaper_test.py 156 host=self.host, ports=(self.port,), **kwargs)
238 host=self.host, ports=(self.dns_port,), **kwargs)
272 # TODO(slamm): Packet loss rate (try different ports)
  /external/selinux/libsepol/
Android.mk 34 src/ports.c \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapmisc.d 5 # This test is only valid on ELF based ports.

Completed in 920 milliseconds

<<11121314151617181920>>