Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 28) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs3 <div class="g-section g-tpl-240" id="body-content">
4 …<div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElem…
5 <div id="devdoc-nav"><?cs
12 <div class="g-section g-tpl-240" id="body-content">
13 …<div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElem…
14 <div id="devdoc-nav"><?cs
26 <div class="g-section g-tpl-240" id="body-content">
27 …<div class="g-unit g-first" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElem…
28 <div id="devdoc-nav"><?cs
45 <div class="g-section g-tpl-240" id="body-content">
[all …]
Dheader_tabs.cs1 <ul id="header-tabs" class="<?cs
9 <li id="home-link"><a href="<?cs var:toroot ?><?cs
23 <li id="sdk-link"><a href="<?cs var:toroot ?>sdk/index.html">
26 …<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')…
38 …<li id="reference-link"><a href="<?cs var:toroot ?>reference/packages.html" onClick="return loadLa…
50 …<li id="resources-link"><a href="<?cs var:toroot ?>resources/index.html" onClick="return loadLast(…
62 …<li id="videos-link"><a href="<?cs var:toroot ?>videos/index.html" onClick="return loadLast('video…
Dsampleindex.cs11 <div class="g-unit" id="doc-content">
12 <div id="jd-header" class="guide-header">
19 <div id="jd-content">
Ddocpage.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
10 <div id="jd-header" class="guide-header">
21 <div id="jd-content">
Dfooter.cs1 <div id="footer">
Dsdkpage.cs24 <div id="jd-content">
42 <div class="g-unit" id="doc-content" >
43 <div id="jd-header" class="guide-header" >
49 <div id="jd-content" itemprop="description">
/build/blueprint/
Dprovider.go46 id int member
86 id: len(providerRegistry),
104 c.providerMutators[provider.id] = mutator
126 expectedMutator := c.providerMutators[provider.id]
148 if m.providers[provider.id] != nil {
152 m.providers[provider.id] = value
170 expectedMutator := c.providerMutators[provider.id]
177 if len(m.providers) > provider.id {
178 if p := m.providers[provider.id]; p != nil {
/build/make/tools/droiddoc/templates-pdk/components/
Dmasthead.cs3 <div id="header">
4 <div id="headerLeft">
8 <div id="headerRight">
9 <div id="headerLinks">
/build/soong/android/
Dnamespace_test.go220 id: "1",
225 id: "2",
233 id:"3",
238 id:"4",
270 id: "1",
278 id:"2",
282 id:"3",
290 id:"4",
294 id:"5",
298 id:"6",
[all …]
/build/blueprint/bootstrap/
Dwritedocs.go121 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
127 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
135 …<div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelled…
151 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
156 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
164 …<div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelled…
/build/make/tools/docker/
DREADME.md9 $ docker build --build-arg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -…
/build/soong/ui/status/
Dcritical_path_test.go34 func (t *testCriticalPath) start(id int, startTime time.Duration, outputs, inputs []string) {
42 t.actions[id] = action
46 func (t *testCriticalPath) finish(id int, endTime time.Duration) {
49 Action: t.actions[id],
/build/bazel/examples/android_app/java/com/app/
DMainActivity.java33 final TextView textView = findViewById(R.id.text); in onCreate()
35 Button button = (Button) findViewById(R.id.button); in onCreate()
/build/soong/scripts/
Dstrip.sh45 --remove-build-id Remove the gnu build-id section in out-file
126 …"${CLANG_BIN}/llvm-strip" --remove-section=.note.gnu.build-id "${outfile}.tmp" -o "${outfile}.tmp.…
143 remove-build-id) remove_build_id=true ;;
Dlint_project_xml.py149 id = issue.getAttribute('id')
150 if id in forced_checks:
151 disallowed.add(id)
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js164 var id = $(this).attr('id');
165 if (id) {
166 document.location.hash = id;
/build/make/tools/
Dcheck_identical_lib.sh23 --remove-build-id
/build/soong/cmd/diff_target_files/
Dprops.whitelist13 "ro\\.build\\.display\\.id=.*",
/build/soong/finder/
Dfinder.go792 func (f *Finder) loadBytes(id int, data []byte) (m *pathMap, dirsToWalk []string, err error) {
798 return nil, nil, fmt.Errorf("Failed to parse block %v: %v\n", id, err.Error())
803 len(cachedNodes), id, unmarshalDate.Sub(helperStartTime))
834 f.verbosef("Statted inodes of block %v in %v\n", id, time.Now().Sub(unmarshalDate))
862 id int
878 response = dataBlock{id: index, err: err, data: nil}
882 response = dataBlock{id: index, err: nil, data: data}
899 id int
925 block.id, processStartTime.Sub(startTime))
926 tempMap, updatedDirs, err := f.loadBytes(block.id, block.data)
[all …]
/build/soong/bazel/
Daquery.go234 func expandPathFragment(id int, pathFragmentsMap map[int]pathFragment) (string, error) {
236 currId := id
/build/soong/cmd/soong_build/
Dwritedocs.go276 <div id="main">
356 <h2 id="{{$moduleType.Name}}">{{$moduleType.Name}}</h2>
372 <div class="accordion" id="{{getModule}}.{{.Name}}">
381 <div class="simple" id="{{getModule}}.{{.Name}}">
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto40 optional uint32 id = 1; field
57 optional uint32 id = 1; field
/build/make/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js81 gSelectedID = gMatches[i].id;
151 if (gSelectedID == s.id) {
Dcarousel.js178 function slide(goal, id, go_left, cp) { argument
179 var div = document.getElementById(id);
/build/soong/finder/fs/
Dfs.go68 ViewId() (id string) // Some unique id of the user accessing the filesystem
135 func (osFs) ViewId() (id string) {
974 func (m *MockFs) ViewId() (id string) {
978 func (m *MockFs) SetViewId(id string) {
979 m.viewId = id

12