Searched refs:this (Results 1 - 25 of 2086) sorted by last modified time

1234567891011>>

/external/webp/src/dec/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/webp/src/enc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/webrtc/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
H A Dandroid-webrtc.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/common_audio/signal_processing/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/agc/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/webrtc/src/modules/audio_processing/utility/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h39 bool isCNG; // is this CNG
48 // first byte of this packet
83 bool beginningOfPartition; // True if this packet is the first
111 // this frame, 0 if not using simulcast.
150 if(this == &header)
152 return *this;
217 return *this;
345 if (this == &data)
347 return *this;
367 return *this;
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h4 * Use of this source code is governed by a BSD-style license
72 delete this;
H A Dscoped_refptr.h2 // Use of this source code is governed by a BSD-style license that can be
14 // A smart pointer class for reference counted objects. Use this class instead
26 // // |foo| is released when this function returns
93 // The return value is the current pointer held by this object.
94 // If this object holds a NULL pointer, the return value is NULL.
95 // After this operation, this object will hold a NULL pointer,
110 return *this;
114 return *this = r.ptr_;
119 return *this
[all...]
H A Dtick_util.h4 * Use of this source code is governed by a BSD-style license
260 return *this;
315 return *this;
321 return *this;
/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk3 # Use of this source code is governed by a BSD-style license
H A Datomic32_linux.h4 * Use of this source code is governed by a BSD-style license
84 return *this;
90 return *this;
H A Datomic32_mac.h4 * Use of this source code is governed by a BSD-style license
82 return *this;
88 return *this;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dndis_events.c9 * Alternatively, this software may be distributed under the terms of BSD
160 ndis_events_query_interface(IWbemObjectSink *this, REFIID riid, void **obj) argument
166 *obj = this;
167 IWbemObjectSink_AddRef(this);
175 static ULONG STDMETHODCALLTYPE ndis_events_add_ref(IWbemObjectSink *this) argument
177 struct ndis_events_data *events = (struct ndis_events_data *) this;
182 static ULONG STDMETHODCALLTYPE ndis_events_release(IWbemObjectSink *this) argument
184 struct ndis_events_data *events = (struct ndis_events_data *) this;
309 ndis_events_indicate(IWbemObjectSink *this, long lObjectCount, argument
312 struct ndis_events_data *events = (struct ndis_events_data *) this;
393 ndis_events_set_status(IWbemObjectSink *this, long lFlags, HRESULT hResult, BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dnetworkconfig.ui.h5 ** Qt Designer to update this file, preserving your code.
7 ** You should not define a constructor or destructor in this file.
108 QMessageBox::warning(this, "wpa_gui", "WPA-PSK requires a passphrase "
124 QMessageBox::warning(this, "wpa_gui", "Failed to add network to wpa_supplicant\n"
211 QMessageBox::warning(this, "wpa_gui", "Failed to enable network in wpa_supplicant\n"
507 if (QMessageBox::information(this, "wpa_gui",
510 "to remove this network?", "Yes", "No") != 0)
517 QMessageBox::warning(this, "wpa_gui",
H A Dscanresults.ui.h5 ** Qt Designer to update this file, preserving your code.
7 ** You should not define a constructor or destructor in this file.
30 timer = new QTimer(this);
H A Dwpagui.ui.h5 ** Qt Designer to update this file, preserving your code.
7 ** You should not define a constructor or destructor in this file.
35 timer = new QTimer(this);
230 QSocketNotifier::Read, this);
339 /* TODO: could add EAP status to this */
469 QMessageBox::about(this, "wpa_gui for wpa_supplicant",
478 "Alternatively, this software may be distributed\n"
505 scanres->setWpaGui(this);
633 if (udr->setParams(this, req) < 0) {
696 nc->setWpaGui(this);
[all...]

Completed in 212 milliseconds

1234567891011>>