Home
last modified time | relevance | path

Searched defs:var (Results 1 – 21 of 21) sorted by relevance

/system/chre/chpp/include/chpp/
Dmacros.h35 #define UNUSED_VAR(var) ((void)(var)) argument
51 #define CHPP_ASSERT(var) assert(var) argument
55 #define CHPP_ASSERT_LOG(var, fmt, ...) \ argument
65 #define CHPP_NOT_NULL(var) CHPP_ASSERT((var) != NULL) argument
73 #define CHPP_DEBUG_ASSERT(var) CHPP_ASSERT(var) argument
80 #define CHPP_DEBUG_NOT_NULL(var) CHPP_DEBUG_ASSERT((var) != NULL) argument
84 #define CHPP_DEBUG_ASSERT_LOG(var, fmt, ...) \ argument
/system/linkerconfig/modules/
Dconfigwriter.cc26 void ConfigWriter::WriteVars(const std::string& var, in WriteVars()
35 void ConfigWriter::WriteVar(const std::string& var, const std::string& value) { in WriteVar()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp283 std::string var; in TEST_F() local
293 std::string var; in TEST_F() local
302 std::string var; in TEST_F() local
311 std::string var; in TEST_F() local
317 std::string var; in TEST_F() local
323 std::string var; in TEST_F() local
330 std::string var; in TEST_F() local
339 std::string var; in TEST_F() local
349 std::string var; in TEST_F() local
354 void AssertHexUint32(const std::string& name, const std::string& var) { in AssertHexUint32()
[all …]
Dfixtures.cpp325 std::string var; in SetUp() local
Dextensions.cpp197 const tinyxml2::XMLElement* var = handle.FirstChildElement("var").ToElement(); in ExtractGetVars() local
/system/tools/aidl/
Daidl_to_java.h68 const string var; member
Daidl_to_ndk.h52 const string var; member
Dgenerate_java_binder.cpp414 const std::string& var, uint32_t min_sdk_version, in GenerateWriteToParcel()
430 const std::string& parcel, const std::string& var, in GenerateWriteToParcel()
462 auto var = std::make_shared<Variable>(JavaSignatureOf(arg->GetType()), arg->GetName()); in GenerateInterfaceMethod() local
Ddiagnostics.cpp172 for (const auto& var : p.GetFields()) { in Visit() local
Daidl_to_cpp_common.cpp673 auto read_var = [&](const string& var, const AidlTypeSpecifier& type) { in ReadFromParcel()
/system/chre/platform/slpi/see/include/
Dsns_osa.h59 #define UNUSED_VAR(var) ((void)(var)); argument
/system/tools/hidl/c2hal/
DFunctionDeclaration.cpp79 VarDeclaration* var = (VarDeclaration *)(*mParams)[0]; in processContents() local
DCompositeDeclaration.cpp122 VarDeclaration* var = (VarDeclaration *)(*it); in processContents() local
DAST.cpp209 auto var = new EnumVarDeclaration(define->getName(), in isolateConstants() local
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Dmacros.h21 #define UNUSED_VAR(var) ((void)(var)) argument
/system/chre/util/include/chre/util/
Dmacros.h21 #define UNUSED_VAR(var) ((void)(var)) argument
/system/core/fastboot/
Dutil.cpp113 std::string fb_fix_numeric_var(std::string var) { in fb_fix_numeric_var()
Dfastboot.cpp803 static bool CheckRequirement(const std::string& cur_product, const std::string& var, in CheckRequirement()
953 static void DisplayVarOrError(const std::string& label, const std::string& var) { in DisplayVarOrError()
1282 std::string var; in get_slot_count() local
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c355 static int echo_test(uint repeat, uint msgsz, bool var) in echo_test()
415 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test()
716 static int writev_test(uint repeat, uint msgsz, bool var) in writev_test()
795 static int readv_test(uint repeat, uint msgsz, bool var) in readv_test()
/system/update_engine/payload_generator/
Dextent_ranges_unittest.cc55 #define ASSERT_RANGE_EQ(ranges, var) \ argument
/system/sepolicy/tools/
Dcheck_seapp.c47 #define list_for_each(list, var) \ argument