/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mrs-msr-thumb-v7e-m.d | 3 # This test is only valid on ELF based ports.
|
pic.d | 3 # This test is only valid on ELF based ports.
|
tls_vxworks.d | 3 # This test is only valid on ELF based ports.
|
blx-bad.d | 3 # This test is only valid on ELF based ports.
|
mapdir.d | 4 # This test is only valid on EABI based ports.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
attr-merge-wchar-00-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-02-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-04-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-20-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-22-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-24-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-40-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-42-nowarn.d | 6 # This test is only valid on ELF based ports.
|
attr-merge-wchar-44-nowarn.d | 6 # This test is only valid on ELF based ports.
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderBase.cpp | 52 // destroy ports 53 if (this->ports) { 54 if (this->ports[INPORT_INDEX]) { 55 delete this->ports[INPORT_INDEX]; 56 this->ports[INPORT_INDEX] = NULL; 59 if (this->ports[OUTPORT_INDEX]) { 60 delete this->ports[OUTPORT_INDEX]; 61 this->ports[OUTPORT_INDEX] = NULL; 83 this->ports[INPORT_INDEX] = new PortVideo; 84 if (this->ports[INPORT_INDEX] == NULL) [all...] |
/external/iptables/extensions/ |
libxt_tcp.c | 41 parse_tcp_ports(const char *portstring, uint16_t *ports) 48 ports[0] = ports[1] = xtables_parse_port(buffer, "tcp"); 53 ports[0] = buffer[0] ? xtables_parse_port(buffer, "tcp") : 0; 54 ports[1] = cp[0] ? xtables_parse_port(cp, "tcp") : 0xFFFF; 56 if (ports[0] > ports[1])
|
/frameworks/base/media/java/android/media/ |
AudioPortEventHandler.java | 84 ArrayList<AudioPort> ports = new ArrayList<AudioPort>(); 87 int status = AudioManager.updateAudioPortCache(ports, patches, null); 96 AudioPort[] portList = ports.toArray(new AudioPort[0]);
|
AudioManager.java | 3560 ArrayList<AudioPort> ports = new ArrayList<AudioPort>(); local 3577 ArrayList<AudioPort> ports = new ArrayList<AudioPort>(); local 3973 ArrayList<AudioDevicePort> ports = new ArrayList<AudioDevicePort>(); local [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
netcontext.py | 161 low, high = self.ports 169 return hash("portcon|{0.protocol}|{1.low}|{1.high}".format(self, self.ports)) 180 def ports(self): member in class:Portcon
|
/external/autotest/server/cros/ |
usb_mux_controller.py | 27 ports = {0:'000', 1:'001', 2:'010', 3:'011', 4:'100', 5:'101', 6:'110', 7:'111'} variable 30 """Class to control individual ports on a 8 port USB switch/hub. 35 and drives the 8 port relay switch to turn the individual ports on the USB 86 logging.info('Completed USB multiplexer teardown. All USB ports should' 108 port = ports[usb_port] 124 Disables all USB ports that are currently enabled. 128 logging.info('Disable USB ports.')
|
/external/autotest/site_utils/admin/apache/ |
apache2.conf | 191 # Include ports listing 192 Include /etc/apache2/ports.conf
|
/external/selinux/prebuilts/bin/ |
seinfo.py | 198 ports = [int(i) for i in args.portconquery.split("-")] variable 202 if len(ports) == 2: 203 q.ports = ports 204 elif len(ports) == 1: 205 q.ports = (ports[0], ports[0])
|
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.cc | 110 config.ports.push_back(ProtocolAddress(relay_address_udp, PROTO_UDP)); 113 config.ports.push_back(ProtocolAddress(relay_address_tcp, PROTO_TCP)); 116 config.ports.push_back(ProtocolAddress(relay_address_ssl, PROTO_SSLTCP)); 119 if (!config.ports.empty()) { 167 // AllocationSequence should clear it's map entry for turn ports before 168 // ports are destroyed. 272 // If any of the allocated ports have not completed the candidates allocation, 341 // create a new sequence to create the appropriate ports. 348 LOG(LS_WARNING) << "Machine has no networks; no ports will be allocated"; 358 // If all the ports are disabled we should just fire the allocatio 672 std::vector<Port*> ports; local [all...] |
/system/connectivity/shill/cellular/ |
modem_1_unittest.cc | 112 vector<std::tuple<string, uint32_t>> ports = { local 114 modem_properties.Set(MM_MODEM_PROPERTY_PORTS, brillo::Any(ports));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
litpool.d | 3 # This test is only valid on ELF based ports.
|