/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
D | BugreportParser.java | 75 public void parse(String section, String command, Lines<? extends Line> lines); in parse() argument 112 String section = null; in parse() local 119 if (section != null && endSection.equals(section)) { in parse() 121 parseSection(section, lines.copy(pos, lines.pos-1), command, durationMs); in parse() 123 section = null; in parse() 126 System.out.println("mismatched end of section=" + section + " endSection=" in parse() 140 if (section != null) { in parse() 142 System.out.println("missed end of section " + section); in parse() 144 parseSection(section, lines.copy(pos, lines.pos-1), null, -1); in parse() 146 section = m.group(1); in parse() [all …]
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file.cpp | 32 static std::map<std::string, bool> LoadFlags(const Json::Value §ion) { in LoadFlags() argument 34 if (section.isMember("flags")) { in LoadFlags() 35 for (auto &flag_keys : section["flags"].getMemberNames()) { in LoadFlags() 36 map[flag_keys] = section["flags"][flag_keys].asBool(); in LoadFlags() 43 LoadIgnoreLinkerSetKeys(const Json::Value §ion) { in LoadIgnoreLinkerSetKeys() argument 45 for (auto &key : section.get("ignore_linker_set_keys", {})) { in LoadIgnoreLinkerSetKeys() 75 for (auto §ion : root[key]) { in Load() local 77 map_[{key, section["target_version"].asString()}]; in Load() 78 config_section.map_ = LoadFlags(section); in Load() 79 config_section.ignored_linker_set_keys_ = LoadIgnoreLinkerSetKeys(section); in Load()
|
/development/tools/winscope/src/viewers/common/ |
D | collapsible_sections.ts | 36 const section = this.getSection(sectionType); constant 37 return section?.isCollapsed ?? false; 44 const section = this.getSection(sectionType); constant 45 if (section) { 46 section.isCollapsed = isCollapsed;
|
/development/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 274 final Section section = new Section(); in readSection() local 275 section.read(f); in readSection() 277 final IvParameterSpec ivSpec = new IvParameterSpec(section.iv); in readSection() 284 while ((n = f.read(inbuf, 0, (int) Math.min(section.length, inbuf.length))) != -1) { in readSection() 285 section.length -= n; in readSection() 291 if (section.length == 0) break; in readSection() 294 section.assertMac(mMac.doFinal()); in readSection() 312 final Section section = new Section(); in writeSection() local 313 section.write(f); in writeSection() 317 mRandom.nextBytes(section.iv); in writeSection() [all …]
|
/development/vndk/tools/header-checker/ |
D | README.md | 81 config section and library config section. Each library config section contains 83 config section by command line options `-target-version` and `-lib`. 115 A library config section includes members: "target_version", 117 section that matches the target version given by CLI. 119 specified, the selected config section is: 135 a flag is present in both CLI and config sections, the library config section 136 takes priority, then the global config section and the CLI. 190 is propagated as build errors. This section describes the common methods to
|
/development/gki/kmi_abi_chk/ |
D | kmi_sym_list.S | 20 .section .rodata,"a",@progbits
|
/development/tools/winscope/src/test/unit/ |
D | utils.ts | 305 const section = assertDefined(htmlElement.querySelector(selector)); constant 307 section.querySelector('collapsible-section-title button'), 311 expect(section.classList).toContain('collapsed');
|
/development/vndk/tools/header-checker/src/diff/ |
D | header_abi_diff.cpp | 167 static void UpdateFlags(const ConfigSection §ion) { in UpdateFlags() argument 168 for (auto &&i : section.GetIgnoredLinkerSetKeys()) { in UpdateFlags() 171 for (auto &&p : section) { in UpdateFlags()
|
/development/scripts/ |
D | update_crate_tests.py | 359 test_mapping = {section: entry for (section, entry) in test_mapping.items() if entry}
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 3 To import the formatter, go to the preferences, section Java > Code Style >
|
/development/samples/browseable/WatchFace/ |
D | _index.jd | 15 unsure how to do this, please review the "Run Starter project" section in the
|
/development/samples/VoiceInteractionService/ |
D | README.md | 46 data in both the VoiceInteractionService and the trusted HotwordDetectionService. This section can
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 13 2. Under the **Storage** section, navigate to **SQL**
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 93 // section.
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 39 == NOTICE file corresponding to the section 4 d of == 51 == NOTICE file corresponding to the section 4 d of == 248 obligations in this section do not apply to any claims or Losses 262 alone. Under this section, the Commercial Contributor would have to 727 Thus, it is not the intent of this section to claim rights or contest 913 If any portion of this section is held invalid or unenforceable under any 914 particular circumstance, the balance of the section is intended to apply, 915 and the section as a whole is intended to apply in other circumstances. 917 It is not the purpose of this section to induce you to infringe any 919 such claims; this section has the sole purpose of protecting the [all …]
|
/development/apps/OBJViewer/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/development/host/windows/usb/ |
D | NOTICE | 76 (except as stated in this section) patent license to make, have made,
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 3705 "name": "critical-section", 3743 "name": "critical-section", 3773 "critical-section" 3775 "critical-section": [ 3776 "dep:critical-section",
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 334 episode - n. a brief section of a literary or dramatic work that forms part of a connected series
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 13239 "name": "critical-section", 13277 "name": "critical-section", 13307 "critical-section" 13309 "critical-section": [ 13310 "dep:critical-section",
|