Searched refs:it (Results 1 - 25 of 4721) sorted by last modified time

1234567891011>>

/external/zlib/
H A DAndroid.mk70 # taking advantage of it, though, and it's not a notion supported by zlib
/external/zlib/src/contrib/delphi/
H A DZLib.pas58 { TCompressionStream compresses data on the fly as data is written to it, and
98 { TDecompressionStream decompresses data on the fly as data is read from it.
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm21 ; including commercial applications, and to alter it and redistribute it
249 ;;; value, which it will always accompany.
404 ;;; are hoping to match it up with. In actuality, esi and edi are
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
427 ;;; much of the total running time. Replacing it with a more
471 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
472 ;;; then automatically accept it as the best possible match and leave.
480 ;;; have so far, then forget it and return to the lookup loop.
544 ; but it i
[all...]
H A Dinffasx64.asm75 mov cl, bl ; /* cl = bits, needs it for shifting */
94 mov cl, bl ; /* cl = bits, needs it for shifting */
157 mov cl, bl ; /* cl = bits, needs it for shifting */
190 mov r8, rsi ; /* save in so from can use it's reg */
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm31 ; this file is not optimized for old pentium, but it compatible with all x86 32 bits
173 ;; including commercial applications, and to alter it and redistribute it
235 ;;; value, which it will always accompany.
344 ;;; are hoping to match it up with. In actuality, esi and edi are
357 ;;; adjust edx so that it is offset to the exact byte that mismatched.
366 ;;; much of the total running time. Replacing it with a more
388 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
389 ;;; then automatically accept it as the best possible match and leave.
398 ;;; have so far, then forget it an
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas287 (* At this point, uncompr is still mostly zeroes, so it should compress
/external/zlib/src/
H A Dmake_vms.com21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared
61 $! Why is this needed? And if it is needed, why not simply ".not. vax"?
260 $! P2 = Command to make it
261 $! P3 - P8 What it depends on
506 $! Take record extracted in crea_olist and split it into single filenames
720 $! image from it
/external/webrtc/
H A Dandroid-webrtc.mk10 # Think again before changing it
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk46 # has dependency on it.
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc165 std::list<ProcessingComponent*>::iterator it; local
166 for (it = component_list_.begin(); it != component_list_.end(); it++) {
167 int err = (*it)->Initialize();
569 std::list<ProcessingComponent*>::const_iterator it; local
570 for (it = component_list_.begin(); it != component_list_.end(); it++) {
571 if ((*it)
[all...]
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc71 // Buffers the current row while it is waiting to be written to file,
113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) {
114 delete it->second;
116 cells_.erase(it++);
334 for (TableMap::iterator it = tables_.begin(); it != tables_.end();) {
335 delete static_cast<LogTable*>(it->second);
337 tables_.erase(it++);
429 for (TableMap::iterator it
[all...]
H A Ddata_log_unittest.cc61 for (ExpectedValuesMap::const_iterator it = columns.begin();
62 it != columns.end(); ++it) {
64 it->second.multi_value_length);
65 EXPECT_EQ(str, it->second.values[row]);
66 if (str != it->second.values[row])
79 for (ExpectedValuesMap::const_iterator it = columns.begin();
80 it != columns.end(); ++it) {
82 it
[all...]
H A Dmap.cc56 // associated with it (i.e. using std::map::clear would introduce a
76 std::map<int, MapItem*>::const_iterator it = map_.begin(); local
77 if (it != map_.end())
79 return it->second;
86 std::map<int, MapItem*>::const_reverse_iterator it = map_.rbegin(); local
87 if (it != map_.rend())
89 return it->second;
100 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_); local
101 if (it != map_.end())
103 it
119 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_); local
131 std::map<int, MapItem*>::const_iterator it = map_.find(id); local
145 std::map<int, MapItem*>::iterator it = map_.find(item->item_id_); local
157 std::map<int, MapItem*>::iterator it = map_.find(id); local
[all...]
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk142 # through control interface commands (undefine it, if you want to save in
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak18 # support it (openssl-tls-extensions.patch)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp80 for (QStringList::Iterator it = lines.begin();
81 it != lines.end(); it++) {
82 QStringList arg = (*it).split(QChar('\t'));
H A Deventhistory.cpp105 WpaMsgList::iterator it; local
106 for (it = msgs.begin(); it != msgs.end(); it++)
107 addEvent(*it);
H A Dpeers.cpp409 for (QStringList::Iterator it = lines.begin();
410 it != lines.end(); it++) {
411 int pos = (*it).indexOf('=') + 1;
415 if ((*it).startsWith("wpsDeviceName="))
416 name = (*it).mid(pos);
417 else if ((*it).startsWith("p2p_device_name="))
418 name = (*it).mid(pos);
593 for (QStringList::Iterator it = lines.begin();
594 it !
[all...]
H A Dscanresults.cpp80 for (QStringList::Iterator it = lines.begin();
81 it != lines.end(); it++) {
82 int pos = (*it).indexOf('=') + 1;
86 if ((*it).startsWith("bssid="))
87 bssid = (*it).mid(pos);
88 else if ((*it).startsWith("freq="))
89 freq = (*it).mid(pos);
90 else if ((*it).startsWith("level="))
91 signal = (*it)
[all...]
H A Dwpagui.cpp67 * Disable WPS tab by default; it will be enabled if wpa_supplicant is
281 /* Skip the file if it is not a socket.
335 "Do you want to start it?"),
777 * events, but it is not clear what would be the best way of doing that
1068 " edit it.\n"));
1133 "to remove it.\n"));
1379 for (QStringList::Iterator it = lines.begin();
1380 it != lines.end(); it++) {
1381 int pos = (*it)
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java7 // of the Adobe license agreement accompanying it.
241 // it doesn't have a name yet. Make sure this name matches
352 * NOTE: The RDF syntax does not explicitly include the xml:lang attribute although it can
353 * appear in many of these. We have to allow for it in the attibute counts below.
388 for (Iterator it = nsAttrs.iterator(); it.hasNext();)
390 String ns = (String) it.next();
404 // it will usually tell what we should be dealing with.
1166 for (Iterator it = valueNode.iterateChildren(); it
[all...]
H A DXMPMetaImpl.java7 // of the Adobe license agreement accompanying it.
108 // Locate or create the array. If it already exists, make sure the array
132 // The array does not exist, try to create it.
455 // Find the array node and set the options if it was just created.
481 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
483 XMPNode currItem = (XMPNode) it.next();
531 // Update the specific item, update x-default if it matches the
545 for (Iterator it = arrayNode.iterateChildren(); it
[all...]
H A DXMPNode.java7 // of the Adobe license agreement accompanying it.
356 * <em>Note:</em> take care to use it.remove(), as the flag are not adjusted in that case.
382 * <em>Note:</em> take care to use it.remove(), as the flag are not adjusted in that case.
388 final Iterator it = getQualifier().iterator();
394 return it.hasNext();
399 return it.next();
444 * qualifier )into and add it to the destination node.
452 for (Iterator it = iterateChildren(); it.hasNext();)
454 XMPNode child = (XMPNode) it
[all...]
H A DXMPNodeUtils.java7 // of the Adobe license agreement accompanying it.
67 * Note: If <code>createNodes</code> is <code>true</code>, it is <b>always</b>
90 * Note: If <code>createNodes</code> is <code>true</code>, it is <b>always</b>
206 // Root of implicitly created subtree to possible delete it later.
678 for (Iterator it = currItem.iterateQualifier(); it.hasNext();)
680 XMPNode qualifier = (XMPNode) it.next();
750 for (Iterator it = arrayNode.iterateChildren(); it.hasNext();)
752 XMPNode child = (XMPNode) it
[all...]
H A DXMPNormalizer.java7 // of the Adobe license agreement accompanying it.
80 * the name looks like a UUID simply move it to <em>xmpMM:InstanceID</em>,
100 // move UUID to xmpMM:InstanceID and remove it from the root node
129 // make sure the DC schema is existing, because it might be needed within the normalization
130 // if not touched it will be removed by removeEmptySchemas
134 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
136 XMPNode currSchema = (XMPNode) it.next();
178 * If a Dublin Core array had only one item, it was serialized as a simple
200 // if it wa
[all...]

Completed in 1466 milliseconds

1234567891011>>