Searched refs:get (Results 1 - 25 of 16629) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/
H A DAndroid.mk74 # later, please see if you can get a bit further in removing libunz...
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm51 ; (you can get Windows WDK with ml64 for AMD64 from
H A Dinffasx64.asm17 ; (you can get Windows WDK with ml64 for AMD64 from
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S73 @ Filter to get fractional pitch.
/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.cc108 if (split_channels_.get() == NULL) {
117 if (split_channels_.get() == NULL) {
206 // We can get away with a pointer assignment in this case.
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc60 if (fread(array.get(), sizeof(char), usize, file) != usize) {
65 return msg->ParseFromArray(array.get(), usize);
477 ASSERT_EQ(path_size, fread(echo_path.get(),
482 apm->echo_control_mobile()->SetEchoPath(echo_path.get(),
878 apm->echo_control_mobile()->GetEchoPath(echo_path.get(), path_size);
879 ASSERT_EQ(path_size, fwrite(echo_path.get(),
H A Dunit_test.cc578 // Set and get echo path
588 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(), 1));
590 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(),
596 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), 1));
598 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(),
601 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(),
H A Dunpack.cc59 if (fread(array.get(), sizeof(char), usize, file) != usize) {
64 return msg->ParseFromArray(array.get(), usize);
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h80 T* get() const { function in class:webrtc::scoped_ptr
158 T* get() const { function in class:webrtc::scoped_array
226 T* get() const { function in class:webrtc::scoped_ptr_malloc
H A Dscoped_refptr.h78 scoped_refptr(const scoped_refptr<U>& r) : ptr_(r.get()) {
88 T* get() const { return ptr_; } function in class:webrtc::scoped_refptr
119 return *this = r.get();
/external/webrtc/src/system_wrappers/source/
H A Dcpu_wrapper_unittest.cc41 ASSERT_TRUE(cpu.get() != NULL);
43 ASSERT_TRUE(sleep_event.get() != NULL);
H A Ddata_log.cc343 CriticalSectionScoped synchronize(crit_sect_.get());
373 CriticalSectionScoped synchronize(crit_sect_.get());
418 // Write every row to file as they get complete.
H A Dlist_unittest.cc342 ASSERT_FALSE(descending_list.get() == NULL);
348 ASSERT_FALSE(ascending_list.get() == NULL);
361 ASSERT_TRUE(CompareLists(descending_list.get(), list_to_reverse.get()));
365 ASSERT_FALSE(list_to_un_reverse.get() == NULL);
371 ASSERT_TRUE(CompareLists(ascending_list.get(), list_to_un_reverse.get()));
376 ASSERT_FALSE(ascending_list.get() == NULL);
391 ASSERT_FALSE(interleave_list.get() == NULL);
396 ASSERT_FALSE(descending_list.get()
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password.c81 return data->backend->get(data->priv, name);
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
H A Dext_password_test.c50 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s)", name);
79 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s) - not found", name);
89 .get = ext_password_test_get,
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c592 wpa_printf(MSG_INFO, "Could not get Add/Item/Data text");
771 wpa_printf(MSG_INFO, "Could not get Replace/Item/Data text");
817 static int oma_dm_get(struct hs20_osu_client *ctx, xml_node_t *get, argument
827 locuri = oma_dm_get_target_locuri(ctx, get);
1181 wpa_printf(MSG_INFO, "Could not get IP address for WLAN - try connection anyway");
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php34 Select a username and password. Leave password empty to get automatically
/external/wpa_supplicant_8/src/utils/
H A Dext_password.c81 return data->backend->get(data->priv, name);
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
H A Dext_password_test.c50 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s)", name);
79 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s) - not found", name);
89 .get = ext_password_test_get,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password.c81 return data->backend->get(data->priv, name);
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
H A Dext_password_test.c50 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s)", name);
79 wpa_printf(MSG_DEBUG, "EXT PW TEST: get(%s) - not found", name);
89 .get = ext_password_test_get,

Completed in 284 milliseconds

1234567891011>>