Searched refs:begin (Results 1 - 25 of 7357) sorted by last modified time

1234567891011>>

/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java46 * [Print]FileWriter to write the XML to. Call the {@link #begin()} or
47 * {@link #begin(String, int)} method when ready to start outputting
118 public void begin() throws IOException { method in class:XMLWriter
131 public void begin(String header, int bias) throws IOException { method in class:XMLWriter
132 begin();
/external/zlib/src/contrib/delphi/
H A DZLib.pas219 begin
224 begin
229 begin
234 begin
255 begin
261 begin
266 begin
273 begin
280 begin
291 begin
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas38 begin
40 begin
47 begin
60 begin
89 begin
94 begin
100 begin
106 begin
112 begin
122 begin
[all...]
H A Dzlibpas.pas228 begin
234 begin
240 begin
245 begin
251 begin
257 begin
262 begin
267 begin
272 begin
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc166 for (it = component_list_.begin(); it != component_list_.end(); it++) {
570 for (it = component_list_.begin(); it != component_list_.end(); it++) {
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) {
154 for (RowList::iterator row_it = rows_history_->begin();
159 for (ColumnMap::iterator col_it = columns_.begin();
232 for (column_it = columns_.begin();
261 for (RowList::iterator row_it = rows_flush_->begin();
263 for (column_it = columns_.begin();
291 std::transform(combined_id.begin(), combined_id.end(), combined_id.begin(),
334 for (TableMap::iterator it = tables_.begin(); it != tables_.end();) {
429 for (TableMap::iterator it = tables_.begin(); i
[all...]
H A Ddata_log_c.cc34 std::copy(combined.begin(), combined.end(), combined_name);
H A Ddata_log_unittest.cc61 for (ExpectedValuesMap::const_iterator it = columns.begin();
79 for (ExpectedValuesMap::const_iterator it = columns.begin();
H A Dlist_stl.cc125 std::list<ListItem*>::iterator item_iter = list_.begin();
170 if (item_iter == list_.begin())
196 std::list<ListItem*>::iterator insert_location = list_.begin();
225 std::list<ListItem*>::iterator insert_location = list_.begin();
H A Dmap.cc76 std::map<int, MapItem*>::const_iterator it = map_.begin();
121 (it != map_.begin()))
/external/webrtc/test/testsupport/
H A Dfileutils_unittest.cc63 for (FileList::iterator file_it = files_.begin();
76 for (FileList::iterator file_it = files_.begin();
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc61 for (iter = result->frames.begin(); iter != result->frames.end(); ++iter) {
67 iter = min_element(result->frames.begin(), result->frames.end(),
71 iter = max_element(result->frames.begin(), result->frames.end(),
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c173 struct wpabuf * ndef_build_wifi_hc(int begin) argument
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
H A Dwps.h860 struct wpabuf * ndef_build_wifi_hc(int begin);
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/wpa_supplicant_8/src/wps/
H A Dndef.c173 struct wpabuf * ndef_build_wifi_hc(int begin) argument
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
H A Dwps.h860 struct wpabuf * ndef_build_wifi_hc(int begin);
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c173 struct wpabuf * ndef_build_wifi_hc(int begin) argument
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
H A Dwps.h860 struct wpabuf * ndef_build_wifi_hc(int begin);
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp80 for (QStringList::Iterator it = lines.begin();
H A Deventhistory.cpp106 for (it = msgs.begin(); it != msgs.end(); it++)
H A Dpeers.cpp409 for (QStringList::Iterator it = lines.begin();
593 for (QStringList::Iterator it = lines.begin();
645 for (QStringList::Iterator it = lines.begin();
H A Dscanresults.cpp80 for (QStringList::Iterator it = lines.begin();

Completed in 563 milliseconds

1234567891011>>