Searched refs:remove (Results 1 - 25 of 2998) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm116 ; (if you compile with zlib 1.0.4 or older, remove the +4).
542 ; please don't remove this string !
544 ; but it is far better don't remove the string in the binary!
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm456 ; please don't remove this string !
457 ; Your can freely use match686 in any free or commercial app if you don't remove the string in the binary!
/external/zlib/src/contrib/minizip/
H A Dmztools.c276 (void)remove(fileOutTmp);
/external/zlib/src/contrib/untgz/
H A Duntgz.c539 remove(fname);
/external/zlib/src/test/
H A Dminigzip.c52 # define unlink remove
454 * Compress the given file: create a corresponding .gz file and remove the
494 * Uncompress the given file and remove the original.
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils_unittest.cc78 remove(file_it->c_str());
80 std::remove(empty_dummy_dir_.c_str());
159 std::remove(directory.c_str());
161 std::remove(directory.c_str());
H A Dframe_reader_unittest.cc31 std::remove(kInputFilename.c_str());
44 std::remove(kInputFilename.c_str());
H A Dframe_writer_unittest.cc28 std::remove(kOutputFilename.c_str());
35 std::remove(kOutputFilename.c_str());
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics_unittest.cc41 std::remove(kEmptyFileName);
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc990 ASSERT_EQ(0, remove(filename.c_str()));
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest_disabled.cc47 std::remove(kDataLogFileName);
/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc78 remove(file_it->c_str());
80 std::remove(empty_dummy_dir_.c_str());
159 std::remove(directory.c_str());
161 std::remove(directory.c_str());
H A Dframe_reader_unittest.cc31 std::remove(kInputFilename.c_str());
44 std::remove(kInputFilename.c_str());
H A Dframe_writer_unittest.cc28 std::remove(kOutputFilename.c_str());
35 std::remove(kOutputFilename.c_str());
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics_unittest.cc41 std::remove(kEmptyFileName);
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c316 remove(TMP_CERT_DL_FILE);
542 *pos = '\0'; /* remove trailing slash and PPS node name */
733 wpa_printf(MSG_INFO, "Failed to remove old credential(s)");
1695 * TODO: Could consider more complex mechanism that would remove
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java346 String tag = (String)m_tagStack.remove(m_tagStack.size()-1);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java160 * @see java.util.Iterator#remove()
162 public void remove() method in class:XMPIteratorImpl
164 throw new UnsupportedOperationException("The XMPIterator does not support remove().");
385 * @see Iterator#remove()
387 public void remove() method in class:XMPIteratorImpl.NodeIterator
H A DXMPNode.java170 * @param itemIndex the index to remove [1..size]
174 getChildren().remove(itemIndex - 1);
187 getChildren().remove(node);
294 * @param qualNode qualifier to remove
301 // if "xml:lang" is removed, remove hasLanguage-flag too
306 // if "rdf:type" is removed, remove hasType-flag too
310 getQualifier().remove(qualNode);
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.
402 public void remove()
[all...]
H A DXMPNormalizer.java100 // move UUID to xmpMM:InstanceID and remove it from the root node
260 it.remove();
268 it.remove();
342 // remove the alias property
343 propertyIt.remove();
366 propertyIt.remove();
400 propertyIt.remove();
432 propertyIt.remove();
505 it.remove();
H A DXMPSchemaRegistryImpl.java131 namespaceToPrefixMap.remove(namespaceURI);
132 prefixToNamespaceMap.remove(prefixToDelete);
H A DXMPUtilsImpl.java439 // remove empty schema node
498 it.remove();
554 // Don't create an empty schema / remove empty schema.
563 * <code>doAllProperties</code>. Empty schemas are automatically remove
580 it.remove();
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5231 extern int remove (__const char *__filename) __attribute__ ((__nothrow__));
/external/vixl/src/a64/
H A Ddecoder-a64.cc112 visitors_.remove(new_visitor);
118 visitors_.remove(new_visitor);
125 visitors_.remove(new_visitor);
142 visitors_.remove(new_visitor);
159 visitors_.remove(visitor);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S7 # Modified to remove non-deterministic system calls

Completed in 9768 milliseconds

1234567891011>>