Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/device/generic/vulkan-cereal/host-common/avd/
Dhardware-properties.ini25 name = hw.cpu.arch key
34 name = hw.cpu.model key
42 name = hw.cpu.ncore key
51 name = hw.ramSize key
58 name = hw.screen key
66 name = hw.mainKeys key
73 name = hw.trackBall key
80 name = hw.keyboard key
94 name = hw.keyboard.lid key
106 name = hw.keyboard.charmap key
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dhistogram_macros.h15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50) argument
17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \ argument
26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \ argument
37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \ argument
40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
47 #define ANGLE_HISTOGRAM_PERCENTAGE(name, under_one_hundred) \ argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/third_party/trace_event/
Dtrace_event.h158 #define TRACE_EVENT0(platform, category, name) \ argument
160 #define TRACE_EVENT1(platform, category, name, arg1_name, arg1_val) \ argument
162 #define TRACE_EVENT2(category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument
171 #define TRACE_EVENT_INSTANT0(platform, category, name) \ argument
174 #define TRACE_EVENT_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument
177 #define TRACE_EVENT_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument
180 #define TRACE_EVENT_COPY_INSTANT0(platform, category, name) \ argument
183 #define TRACE_EVENT_COPY_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument
186 #define TRACE_EVENT_COPY_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, \ argument
196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ argument
[all …]
/device/google/cuttlefish/host/libs/allocd/
Dalloc_utils.cpp37 bool AddTapIface(const std::string& name) { in AddTapIface()
46 bool ShutdownIface(const std::string& name) { in ShutdownIface()
56 bool BringUpIface(const std::string& name) { in BringUpIface()
66 bool CreateEthernetIface(const std::string& name, const std::string& bridge_name, in CreateEthernetIface()
116 bool CreateMobileIface(const std::string& name, uint16_t id, in CreateMobileIface()
144 bool DestroyMobileIface(const std::string& name, uint16_t id, in DestroyMobileIface()
160 bool AddGateway(const std::string& name, const std::string& gateway, in AddGateway()
171 bool DestroyGateway(const std::string& name, const std::string& gateway, in DestroyGateway()
182 bool DestroyEthernetIface(const std::string& name, bool has_ipv4_bridge, in DestroyEthernetIface()
195 void CleanupEthernetIface(const std::string& name, in CleanupEthernetIface()
[all …]
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dthread_checker.h55 #define PERFETTO_THREAD_CHECKER(name) base::ThreadChecker name; argument
56 #define PERFETTO_DCHECK_THREAD(name) \ argument
58 #define PERFETTO_DETACH_FROM_THREAD(name) (name).DetachFromThread() argument
60 #define PERFETTO_THREAD_CHECKER(name) argument
61 #define PERFETTO_DCHECK_THREAD(name) argument
62 #define PERFETTO_DETACH_FROM_THREAD(name) argument
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp65 auto name = std::filesystem::path(n); in SetUp() local
76 auto name = std::filesystem::path(n); in SetUp() local
91 void expectContent(const std::string &name, const T &value) { in expectContent()
97 void updateContent(const std::string &name, const T &value) { in updateContent()
102 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent()
119 static bool isRequired(const std::string &name) { in isRequired()
160 auto name = std::string(n); in TEST_P() local
189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
220 auto name = std::get<0>(param); in TEST_P() local
230 auto name = std::get<0>(param); in TEST_P() local
[all …]
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwapi.cpp64 auto name = std::filesystem::path(n); in SetUp() local
75 auto name = std::filesystem::path(n); in SetUp() local
90 void expectContent(const std::string &name, const T &value) { in expectContent()
96 void updateContent(const std::string &name, const T &value) { in updateContent()
101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent()
118 static bool isRequired(const std::string &name) { in isRequired()
159 auto name = std::string(n); in TEST_P() local
188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
219 auto name = std::get<0>(param); in TEST_P() local
229 auto name = std::get<0>(param); in TEST_P() local
[all …]
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwapi.cpp64 auto name = std::filesystem::path(n); in SetUp() local
75 auto name = std::filesystem::path(n); in SetUp() local
90 void expectContent(const std::string &name, const T &value) { in expectContent()
96 void updateContent(const std::string &name, const T &value) { in updateContent()
101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent()
118 static bool isRequired(const std::string &name) { in isRequired()
159 auto name = std::string(n); in TEST_P() local
188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
219 auto name = std::get<0>(param); in TEST_P() local
229 auto name = std::get<0>(param); in TEST_P() local
[all …]
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwapi.cpp64 auto name = std::filesystem::path(n); in SetUp() local
75 auto name = std::filesystem::path(n); in SetUp() local
90 void expectContent(const std::string &name, const T &value) { in expectContent()
96 void updateContent(const std::string &name, const T &value) { in updateContent()
101 void expectAndUpdateContent(const std::string &name, const T &value) { in expectAndUpdateContent()
118 static bool isRequired(const std::string &name) { in isRequired()
159 auto name = std::string(n); in TEST_P() local
188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
219 auto name = std::get<0>(param); in TEST_P() local
229 auto name = std::get<0>(param); in TEST_P() local
[all …]
/device/generic/vulkan-cereal/fake-android-guest/cutils/
Dtrace.h179 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name) argument
180 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin()
208 #define ATRACE_ASYNC_BEGIN(name, cookie) \ argument
210 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin()
223 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) argument
224 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end()
236 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) argument
237 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int()
249 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value) argument
250 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c36 uint32_t name = info & EE_DATA_NAME_MAX; in eeFind() local
63 static bool eeIsValidName(uint32_t name) in eeIsValidName()
68 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP) in eeDataGetEx()
105 uint32_t name = info & EE_DATA_NAME_MAX; in eeDataGetFree() local
121 bool eeDataGet(uint32_t name, void *buf, uint32_t *szP) in eeDataGet()
128 void *eeDataGetAllVersions(uint32_t name, void *buf, uint32_t *szP, void **stateP) in eeDataGetAllVersions()
141 bool eeDataSet(uint32_t name, const void *buf, uint32_t len) in eeDataSet()
169 bool eeDataEraseOldVersion(uint32_t name, void *vaddr) in eeDataEraseOldVersion()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.cpp35 const ImmutableString &name, in TSymbol()
50 ImmutableString TSymbol::name() const in name() function in sh::TSymbol
79 const ImmutableString &name, in TVariable()
92 const ImmutableString &name, in TStructure()
99 const ImmutableString &name, in TStructure()
128 void TStructure::setName(const ImmutableString &name) in setName()
135 const ImmutableString &name, in TInterfaceBlock()
149 const ImmutableString &name, in TInterfaceBlock()
159 const ImmutableString &name, in TFunction()
/device/generic/vulkan-cereal/stream-servers/libGLSnapshot/
DGLSnapshot.cpp26 void GLSnapshotState::getGlobalStateEnum(GLenum name, int size) { in getGlobalStateEnum()
33 void GLSnapshotState::getGlobalStateByte(GLenum name, int size) { in getGlobalStateByte()
40 void GLSnapshotState::getGlobalStateInt(GLenum name, int size) { in getGlobalStateInt()
47 void GLSnapshotState::getGlobalStateFloat(GLenum name, int size) { in getGlobalStateFloat()
54 void GLSnapshotState::getGlobalStateInt64(GLenum name, int size) { in getGlobalStateInt64()
61 void GLSnapshotState::getGlobalStateEnable(GLenum name) { in getGlobalStateEnable()
126 GLuint GLSnapshotState::getProgramName(GLuint name) { in getProgramName()
/device/google/cuttlefish/host/libs/confui/
Dhost_utils.cc32 void ThreadTracer::Set(const std::string& name, const std::thread::id tid) { in Set()
51 std::optional<std::thread::id> ThreadTracer::Get(const std::string& name) { in Get()
68 std::optional<std::thread::id> GetId(const std::string& name) { in GetId()
72 void Set(const std::string& name, const std::thread::id tid) { in Set()
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
Dgl_raii.h212 #define ANGLE_GL_EMPTY_PROGRAM(name) \ argument
217 #define ANGLE_GL_PROGRAM(name, vertex, fragment) \ argument
222 #define ANGLE_GL_PROGRAM_WITH_GS(name, vertex, geometry, fragment) \ argument
227 #define ANGLE_GL_PROGRAM_TRANSFORM_FEEDBACK(name, vertex, fragment, tfVaryings, bufferMode) \ argument
232 #define ANGLE_GL_COMPUTE_PROGRAM(name, compute) \ argument
237 #define ANGLE_GL_BINARY_OES_PROGRAM(name, binary, binaryFormat) \ argument
242 #define ANGLE_GL_BINARY_ES3_PROGRAM(name, binary, binaryFormat) \ argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dvaliditygenerator.py199 def makeStructName(self, name): argument
204 def makeParameterName(self, name): argument
208 def makeBaseTypeName(self, name): argument
212 def makeEnumerationName(self, name): argument
216 def makeFuncPointerName(self, name): argument
220 def makeExternalTypeName(self, name): argument
225 def makeEnumerantName(self, name): argument
1284 def makeCommandPropertiesTableEntry(self, cmd, name): argument
1349 def is_required(name): argument
1362 def makeReturnCodeList(self, attrib, cmd, name): argument
[all …]
Dxml_consistency.py126 def check_command_return_codes_basic(self, name, info, argument
149 def is_count_output(name, elt): argument
193 def check_type(self, name, info, category): argument
221 def check_extension(self, name, info): argument
Dpygenerator.py16 def apiName(self, name): argument
175 def addName(self, entry_dict, name, value): argument
205 def genType(self, typeinfo, name, alias): argument
326 def genEnum(self, enuminfo, name, alias): argument
344 def genCmd(self, cmdinfo, name, alias): argument
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DScopedGLState.cpp27 void ScopedGLState::push(GLenum name) { in push()
71 for (const auto name : names) { in push() local
99 GLenum name = it.first; in ~ScopedGLState() local
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotTesting.cpp70 GLenum name, in compareGlobalGlBoolean()
81 GLenum name, in compareGlobalGlInt()
92 GLenum name, in compareGlobalGlFloat()
165 GLenum name, in compareGlobalGlBooleanv()
178 GLenum name, in compareGlobalGlIntv()
192 GLenum name, in compareGlobalGlFloatv()
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py24 def __init__(self, name, createApis, destroyApis): argument
380 def __init__(self, name): argument
428 def __init__(self, name, args): argument
445 def __init__(self, name, typ): argument
670 …def __init__(self, name, members, isUnion=False, structEnumExpr=None, structExtendsExpr=None, feat… argument
707 def __init__(self, name, retType, parameters, origName=None): argument
799 def initType(self, name, category): argument
804 def categoryOf(self, name): argument
807 def getPrimitiveEncodingSize(self, name): argument
811 def isHandleType(self, name): argument
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
DTracing.cpp32 void ScopedTraceGuest::beginTraceImpl(const char* name) { in beginTraceImpl()
59 void ScopedTraceGuest::beginTraceImpl(const char* name) { in beginTraceImpl()
65 void ScopedTraceGuest::endTraceImpl(const char* name) { in endTraceImpl()
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp48 const char *name; member
67 const char *name, in AddPerfTraceEvent()
111 const char *name, in UpdateTraceEventDuration()
184 ANGLEPerfTest::ANGLEPerfTest(const std::string &name, in ANGLEPerfTest()
404 ANGLERenderTest::ANGLERenderTest(const std::string &name, const RenderTestParams &testParams) in ANGLERenderTest()
616 void ANGLERenderTest::beginInternalTraceEvent(const char *name) in beginInternalTraceEvent()
625 void ANGLERenderTest::endInternalTraceEvent(const char *name) in endInternalTraceEvent()
634 void ANGLERenderTest::beginGLTraceEvent(const char *name, double hostTimeSec) in beginGLTraceEvent()
643 void ANGLERenderTest::endGLTraceEvent(const char *name, double hostTimeSec) in endGLTraceEvent()
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp123 static bool isHidlPackageConsidered(const FQName& name) { in isHidlPackageConsidered()
138 static bool isAospHidlInterface(const FQName& name) { in isAospHidlInterface()
177 static bool isAospAidlInterface(const std::string& name) { in isAospAidlInterface()
198 for (const FQName& name : allHidlManifestInterfaces()) { in TEST() local
258 for (const std::string& name : allAidlManifestInterfaces()) { in TEST() local
/device/generic/car/common/vhaloverride/
Duxr.car.json5 "name": "PERF_VEHICLE_SPEED", string
12 "name": "GEAR_SELECTION", string
19 "name": "PARKING_BRAKE_ON", string

12345678910>>...27