OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tips
(Results
76 - 100
of
578
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
23
Noam Raphael (Code Context, Call
Tips
, many other patches), and Chui Tey (RPC
/frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd
50
href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#design-
tips
">
Tips
for Designers</a>
250
<p>For
tips
and recommendations on creating high-resolution launcher icons that can easily be scaled
251
up to 512x512, see <a href="{@docRoot}guide/practices/ui_guidelines/icon_design.html#design-
tips
">
252
Tips
for Designers</a>.</p>
icon_design_dialog.jd
48
density. Also, see <a href="icon_design.html#design-
tips
">
Tips
for Designers</a>
icon_design_list.jd
50
density. Also, see <a href="icon_design.html#design-
tips
">
Tips
for Designers</a>
/frameworks/base/docs/html/tools/debugging/
index.jd
14
<li><a href="#
tips
">Debugging
Tips
</a></li>
115
<h2 id="
tips
">Debugging
Tips
</h2>
117
<p>While debugging, keep these helpful
tips
in mind to help you figure out common problems with your
/packages/apps/Protips/src/com/android/protips/
ProtipWidget.java
36
/** Mister Widget appears on your home screen to provide helpful
tips
. */
77
mTips = context.getResources().getTextArray(mTipSet == 1 ? R.array.tips2 : R.array.
tips
);
121
mTips = res.getTextArray(mTipSet == 1 ? R.array.tips2 : R.array.
tips
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html
22
Here are some
tips
about this view:
/frameworks/base/docs/html/distribute/googleplay/
guide.jd
11
game business on Google Play. In it, you?ll find features,
tips
, and best
/frameworks/base/docs/html/distribute/users/
app-invites.jd
32
<h2>
Tips
</h2>
ota-installs.jd
30
<h2>
Tips
</h2>
youtube.jd
31
Tips
/frameworks/base/docs/html-intl/intl/ja/preview/testing/
guide.jd
68
<h3 id="permission-test-
tips
">???????</h3>
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/
faq.jd
61
???????<a href="http://www.ftc.gov/
tips
-advice/business-center/guidance/complying-coppa-frequently-asked-questions">
/frameworks/base/docs/html-intl/intl/zh-cn/preview/testing/
guide.jd
68
<h3 id="permission-test-
tips
">????</h3>
/frameworks/base/docs/html-intl/intl/zh-tw/preview/testing/
guide.jd
68
<h3 id="permission-test-
tips
">????</h3>
/packages/apps/Protips/res/values-cs/
arrays.xml
19
<string-array name="
tips
">
/packages/apps/Protips/res/values-hu/
arrays.xml
19
<string-array name="
tips
">
/packages/apps/Protips/res/values-ro/
arrays.xml
19
<string-array name="
tips
">
/packages/apps/Protips/res/values-tl/
arrays.xml
19
<string-array name="
tips
">
/packages/apps/Protips/res/values-vi/
arrays.xml
19
<string-array name="
tips
">
/external/mesa3d/docs/
contents.html
62
<li><a href="debugging.html" target="MainFrame">Debugging
Tips
</a>
63
<li><a href="perf.html" target="MainFrame">Performance
Tips
</a>
/frameworks/base/docs/html/distribute/monetize/
ads.jd
186
<h2 id="
tips
">
187
Tips
/frameworks/base/docs/html/preview/features/
power-mgmt.jd
75
<a href="{@docRoot}preview/testing/guide.html#doze-standby">Testing Guide</a> for
tips
on how
120
<a href="{@docRoot}preview/testing/guide.html#doze-standby">Testing Guide</a> for
tips
on how
/frameworks/base/docs/html/distribute/essentials/quality/
tablets.jd
77
by visiting the <a href="#google-play-optimization-
tips
">Optimization
78
Tips
page</a>.</p>
298
<p>Other
tips
:</p>
641
are some
tips
and guidelines:
718
<h4 id="google-play-optimization-
tips
">
719
Check out your app's Optimization
Tips
722
<p>The Google Play Developer Console now offers an Optimization
Tips
page that
725
load the app from All Applications, and click Optimization
Tips
in
733
feedback or request a manual review of your Optimization
Tips
.</p>
743
<p>The Developer Console creates your app's Optimization
Tips
pag
[
all
...]
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
gflags2man.py
138
self.
tips
= '' # parsing/syntax
tips
312
if mobj: # (
tips
)
313
flag.
tips
= mobj.group(1)
507
if flag.default or flag.
tips
:
511
if flag.
tips
:
512
help_string += ' (%s)' % flag.
tips
Completed in 402 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>