Searched refs:base (Results 201 - 225 of 1314) sorted by relevance

1234567891011>>

/system/bt/service/test/
H A Dmock_daemon.h32 MOCK_CONST_METHOD0(GetMessageLoop, base::MessageLoop*());
/system/connectivity/wificond/
H A Dlogging_utils.h23 #include <android-base/macros.h>
/system/connectivity/wificond/scanning/
H A Doffload_scan_callback_interface_impl.cpp19 #include <android-base/logging.h>
/system/core/adb/
H A Ddiagnose_usb.cpp24 #include <android-base/stringprintf.h>
55 return android::base::StringPrintf("user %s is not in the plugdev group",
71 return android::base::StringPrintf("%s; see [%s]", help_text.c_str(), kPermissionsHelpUrl);
84 return android::base::StringPrintf("%s\nSee [%s] for more information", header.c_str(),
/system/core/base/include/android-base/
H A Dmemory.h21 namespace base { namespace in namespace:android
38 } // namespace base
H A Dparsenetaddress.h23 namespace base { namespace in namespace:android
35 } // namespace base
/system/core/fastboot/
H A Dtransport.h20 #include <android-base/macros.h>
/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_test_base.h20 #include <base/macros.h>
/system/core/logwrapper/
H A Dandroid_fork_execvp_ext_benchmark.cpp19 #include <android-base/logging.h>
/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_posix.c35 void dto_qsort(void *base, size_t nmemb, size_t size, argument
37 qsort(base, nmemb, size, compar);
46 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { argument
47 return strtoul(nptr, endptr, base);
/system/media/brillo/audio/audioservice/
H A Dbrillo_audio_client.h25 #include <base/bind.h>
26 #include <base/memory/weak_ptr.h>
162 // |callback| is a base::Closure which will be called if the service dies.
164 const base::Closure& callback);
169 // Used to generate weak_ptr to BrilloAudioClient for use in base::Bind.
170 base::WeakPtrFactory<BrilloAudioClient> weak_ptr_factory_{this};
/system/netd/server/
H A DIdletimerControllerTest.cpp21 #include <android-base/strings.h>
22 #include <android-base/stringprintf.h>
27 using android::base::Join;
28 using android::base::StringPrintf;
H A DStrictControllerTest.cpp24 #include <android-base/strings.h>
99 std::string commandsCommon = android::base::Join(common, '\n');
100 std::string commands4 = android::base::Join(v4, '\n');
101 std::string commands6 = android::base::Join(v6, '\n');
/system/tools/aidl/
H A Dgenerate_java.cpp24 #include <android-base/stringprintf.h>
32 using android::base::StringPrintf;
38 VariableFactory::VariableFactory(const string& base) argument
39 : base_(base),
H A Dmain_cpp.cpp32 android::base::InitLogging(argv);
/system/tools/hidl/
H A DHidlTypeAssertion.h21 #include <android-base/macros.h>
/system/tpm/tpm_manager/server/
H A Dlocal_data_store_impl.h24 #include <base/macros.h>
H A Dmain.cc19 #include <base/command_line.h>
52 base::CommandLine::Init(argc, argv);
53 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
/system/update_engine/
H A Dconnection_manager_android.h20 #include <base/macros.h>
H A Ddaemon.cc21 #include <base/bind.h>
22 #include <base/location.h>
87 dbus_adaptor_->RegisterAsync(base::Bind(&UpdateEngineDaemon::OnDBusRegistered,
88 base::Unretained(this)));
H A Dnetwork_selector_android.cc20 #include <base/logging.h>
H A Dnetwork_selector_android.h20 #include <base/macros.h>
H A Dnetwork_selector_stub.cc19 #include <base/logging.h>
H A Dnetwork_selector_stub.h20 #include <base/macros.h>
H A Domaha_request_params.cc27 #include <base/files/file_util.h>
28 #include <base/strings/string_util.h>
29 #include <base/strings/stringprintf.h>
130 return base::StartsWith(hwid_, string("SAMS ALEX"),
131 base::CompareCase::SENSITIVE) ||
132 base::StartsWith(hwid_, string("BUTTERFLY"),
133 base::CompareCase::SENSITIVE) ||
134 base::StartsWith(hwid_, string("LUMPY"),
135 base::CompareCase::SENSITIVE) ||
136 base
[all...]

Completed in 306 milliseconds

1234567891011>>