Searched refs:hint (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | pylintrc | 275 # Include a hint for the correct naming format with invalid-name 276 include-naming-hint=no 283 # Naming hint for function names 284 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 289 # Naming hint for variable names 290 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 295 # Naming hint for constant names 296 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 301 # Naming hint for attribute names 302 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ [all …]
|
D | update_metadata.proto | 316 // as a hint. If set to 0, libsnapshot should use alternative
|
/system/media/audio_utils/ |
D | MelAggregator.cpp | 225 auto hint = mergeIt; in aggregateAndAddNewMelRecord_l() local 227 hint = mMelRecords.erase(mergeStart, mergeIt); in aggregateAndAddNewMelRecord_l() 230 mMelRecords.emplace_hint(hint, in aggregateAndAddNewMelRecord_l()
|
/system/extras/mmap-perf/ |
D | mmapPerf.cpp | 58 …FileMap(const string &name, size_t size, Hint hint = FILE_MAP_HINT_NONE) : m_name{name}, m_size{si… in FileMap() argument 72 switch (hint) {
|
/system/tools/mkbootimg/ |
D | pylintrc | 191 # Include a hint for the correct naming format with invalid-name 192 include-naming-hint=no
|
/system/apex/ |
D | pylintrc | 197 # Include a hint for the correct naming format with invalid-name 198 include-naming-hint=no
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 316 // as a hint. If set to 0, libsnapshot should use alternative
|
/system/apex/docs/ |
D | README.md | 569 Note: this only serves as a hint to build system that this apex can be
|