Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 37) sorted by relevance

12

/system/tools/hidl/build/
DfqName.go31 var component = "[a-zA-Z_][a-zA-Z_0-9]*" var
32 var pkg = "(" + component + "(?:[.]" + component + ")*)"
/system/ca-certificates/
DOWNERS1 # Bug component: 684135
/system/memory/libmemunreachable/
DTarjan.h118 SCC<T> component{components_.get_allocator()}; in Tarjan()
123 component.push_back(other_vertex); in Tarjan()
126 components_.emplace_back(component); in Tarjan()
/system/netd/server/
DInterfaceController.cpp89 inline bool isNormalPathComponent(const char *component) { in isNormalPathComponent() argument
90 return (strcmp(component, ".") != 0) && in isNormalPathComponent()
91 (strcmp(component, "..") != 0) && in isNormalPathComponent()
92 (strchr(component, '/') == nullptr); in isNormalPathComponent()
95 inline bool isAddressFamilyPathComponent(const char *component) { in isAddressFamilyPathComponent() argument
96 return strcmp(component, "ipv4") == 0 || strcmp(component, "ipv6") == 0; in isAddressFamilyPathComponent()
/system/iorap/src/db/
Dmain.cc197 for (const std::string& component : arg_insert_component) { in Main() local
198 AppComponentName component_name = AppComponentName::FromString(component); in Main()
200 LOG(VERBOSE) << "raw component: " << component; in Main()
/system/tools/aidl/
Daidl_to_rust.cpp83 for (const auto& component : split_name) { in GetRawRustName() local
84 rust_name += StringPrintf("_%zd_%s", component.size(), component.c_str()); in GetRawRustName()
Dgenerate_rust.cpp52 for (const auto& component : type->GetSplitPackage()) { in GenerateMangledAlias() local
53 alias << "_" << component.size() << "_" << component; in GenerateMangledAlias()
/system/iorap/
DAndroid.bp58 Option 1): Move src/$component/file_name.h to src/$component/include/$component/file_name.h
59 Option 2): Symlink src/$component/include/$component to src/$component
61 Set export_include_dirs to '$component/include' for that component.
254 // TODO: we should probably have per-component tests.
285 // TODO: we should probably have per-component tests.
/system/update_engine/update_manager/
Dupdate_manager.conf.example1 # Configuration file for the update-manager component of update_engine.
/system/core/libsystem/include/system/
Dgraphics.h149 android_flex_component_t component; member
/system/tools/hidl/host_utils/
DStringHelper.cpp270 for (const auto &component : components) { in JoinStrings() local
274 out += component; in JoinStrings()
/system/timezone/debug_tools/host/
DREADME.android5 - A tool that takes a tzdata file and splits it into component tzfiles,
/system/iorap/include/binder/
Dapp_launch_event.h405 os << e.intent_proto->component().package_name() << "/"
406 << e.intent_proto->component().class_name();
/system/vold/
DUtils.cpp371 std::string component = leftToCreate.substr(0, pos + 1); in PrepareAppDirFromRoot() local
373 pathToCreate = pathToCreate + component; in PrepareAppDirFromRoot()
375 if (appDir == kAppDataDir && depth == 1 && component == "cache/") { in PrepareAppDirFromRoot()
1395 for (const std::string& component : components) { in MkdirsSync() local
1396 if (component.empty()) continue; in MkdirsSync()
1400 current_dir += component; in MkdirsSync()
/system/extras/ioshark/
DREADME8 compiler runs on a Linux host. The second component (which runs on the
/system/tools/hidl/
DgenerateCpp.cpp64 for (const auto &component : components) { in generateCppPackageInclude() local
65 out << component << "/"; in generateCppPackageInclude()
77 for (const auto &component : packageComponents) { in enterLeaveNamespace() local
78 out << "namespace " << component << " {\n"; in enterLeaveNamespace()
/system/chre/doc/
Dnanoapp_clients.md9 Context Hub HAL). Most clients, especially those with a UI component, should use
Dnanoapp_overview.md11 low-power hardware. Typically, nanoapps integrate with a component on the
13 functionality of the target feature. This Android-side component is referred to
/system/sepolicy/tools/sepolicy-analyze/
DREADME2 A component-ized tool for performing various kinds of analysis on a
/system/bt/gd/docs/architecture/
Darchitecture.md62 * Isolate individual components so that each component can be started and
103 will merge to the input queue for each component. We define three types of
/system/iorap/src/manager/
Devent_manager.cc207 const std::string& package_name = event.intent_proto->component().package_name(); in OnNewEvent()
208 const std::string& class_name = event.intent_proto->component().class_name(); in OnNewEvent()
/system/sepolicy/prebuilts/api/27.0/private/
Dapp_neverallows.te99 # No untrusted component should be touching /dev/fuse
/system/chre/chpp/api_parser/
DREADME.md4 implementation to a peripheral component, we leverage the CHRE PAL API
/system/sepolicy/prebuilts/api/26.0/private/
Dapp_neverallows.te94 # No untrusted component should be touching /dev/fuse
/system/sepolicy/prebuilts/api/28.0/private/
Dapp_neverallows.te108 # No untrusted component should be touching /dev/fuse

12