OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:look
(Results
951 - 975
of
5649
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/docs/html/guide/appendix/
g-app-intents.jd
99
-90 (
look
straight up) to 90 (
look
straight down.)</td></tr>
/frameworks/base/docs/html/guide/webapps/
debugging.jd
108
android.webkit.WebChromeClient#onConsoleMessage(String,int,String)} might
look
:</p>
122
android.webkit.WebChromeClient#onConsoleMessage(ConsoleMessage)} might
look
like this:</p>
/frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd
13
<p>A high-level
look
at what's changed in Android, with
134
identifies errors in your application. You can also
look
up
/frameworks/base/docs/html/tools/sdk/
installing.jd
304
also
look
up API reference information from inside Eclipse.</td>
358
and add-ons that you need, we suggest that you open the SDK directory and take a
look
at what's
457
<li>On Linux, edit your <code>~/.bash_profile</code> or <code>~/.bashrc</code> file.
Look
464
<li>On a Mac OS X,
look
in your home directory for <code>.bash_profile</code> and
492
<li>Take a
look
at the <a href="{@docRoot}guide/index.html">Dev
500
<li>Take a
look
at the Android framework API specification in the <a
542
<li>Take a
look
at the <a
544
Android developers groups. In particular, you might want to
look
at the
/libcore/luni/src/main/java/java/lang/
Package.java
80
* the annotation type to
look
for.
112
* the annotation type to
look
for.
/ndk/build/core/
build-local.mk
48
# Note that we first
look
at the current directory to avoid using
103
# To keep paths as short as possible during the build, we first
look
if the
/packages/apps/Browser/src/com/android/browser/
DataController.java
174
// TODO:
Look
for identical messages in the queue and remove them
175
// TODO: Also,
look
for partial matches and merge them (such as
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java
94
// For this example, we'll
look
at the "en_US_POSIX" case.
172
//
look
like it will go to the user dictionary but it won't.
UserDictionary.java
96
// For this example, we'll
look
at the "en_US_POSIX" case.
177
//
look
like it will go to the user dictionary but it won't.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchQuickFixProcessor.java
71
//
Look
up the fully qualified name of the non-constant expression, if any, and
103
// to it. So instead we'll need to
look
up the markers on the line, and see
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java
244
* @param prefix the tag prefix to
look
for
262
* @param tag the tag to
look
for
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java
88
* The rules engine will
look
in the project for a tools jar to load custom view rules.
521
//
Look
up corresponding IViewRule, and notify the rule about
667
// (which means we didn't find it earlier, so don't
look
for it again)
716
* the ADT scripts or the project scripts and does not
look
at parent hierarchy.
735
// (which means we didn't find it earlier, so don't
look
for it again)
741
//
Look
for class via reflection
744
// widgets with the tool in a special package, so
look
there rather
783
// For other (3rd party) widgets,
look
in the same package (though most
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java
97
// First
look
up the resource (since some adaptables
124
// Try to
look
at the active editor instead
/sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java
220
//
look
for carriage return and replace all whitespace around it by just 1 space.
224
//
look
for whitespace on each side
/dalvik/docs/
porting-guide.html
89
gcc's "goto table" implementation;
look
for the THREADED_INTERP define.)
202
(
Look
at the ARM or x86 implementation to see how they work.)
222
Regenerate the sources with <code>./rebuild.sh</code>, and take a
look
239
a few instructions.
Look
at the <code>vm/mterp/config-*</code> files
278
Execute <code>./rebuild.sh</code>.
Look
at <code>InterpAsm-myarch.S</code>
345
call. For an example,
look
at <code>common_squeak</code> in
/external/clang/include/clang/Lex/
HeaderSearch.h
193
/// \brief Entity used to
look
up stored header file information.
296
/// LookupFile - Given a "foo" or <foo> reference,
look
up the indicated file,
330
/// LookupSubframeworkHeader -
Look
up a subframework for the specified
341
/// LookupFrameworkCache -
Look
up the specified framework name in our
540
/// \param DirName The name of the directory where we will
look
for a module
549
/// \param Dir The directory where we will
look
for a module map file.
/external/clang/lib/Analysis/
PrintfFormatString.cpp
64
//
Look
for a '%' character that indicates the start of a format specifier.
98
//
Look
for flags (if any).
123
//
Look
for the field width (if any).
134
//
Look
for the precision (if any).
153
//
Look
for the length modifier.
166
// Finally,
look
for the conversion specifier.
/external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp
303
return WEB_UI_STRING("
Look
Up in Dictionary", "
Look
Up in Dictionary context menu item");
307
return formatLocalizedString(WEB_UI_STRING("
Look
Up ?%@?", "
Look
Up context menu item with selected word"), selectedCFString.get());
309
return WEB_UI_STRING("
Look
Up ?<selection>?", "
Look
Up context menu item with selected word").replace("<selection>", selectedString);
[
all
...]
/external/zlib/examples/
enough.c
72
are used to
look
at all sub-codes from those junctures for their inflate
395
/*
Look
at all sub-codes starting with root + 1 bits.
Look
at only the valid
410
/*
look
at all (root + 1) bit and longer codes */
416
/*
look
at all reachable (root + 1) bit nodes, and the
422
/* also
look
at root bit codes with completions at root + 1
/frameworks/base/docs/html/about/versions/
api-levels.jd
226
element might
look
like this: </p>
282
developer, to understand how the application will
look
and behave in each system
370
<p>In some cases, an "Early
Look
" Android SDK platform may be available. To let
377
Look
SDK release notes and is case-sensitive.</p>
381
the Early
Look
framework API, which may not run properly on actual devices
384
<p>The provisional API Level will only be valid while using the Early
Look
SDK
/frameworks/base/docs/html/training/multiple-apks/
api.jd
182
described earlier, your root directory might
look
like this:</p>
210
look
like this:</p>
260
green ≥ blue. Therefore we can effectively collapse the chart to
look
like this:</p>
289
<p>Fortunately, if a user is browsing Google Play from one such device, Google Play will
look
at the
302
minSdkVersion for that particular APK, and increment from there. This might
look
like:</p>
308
<p> Putting this all together, your Android Manifests would likely
look
something like the following:</p>
multiple.jd
53
devices, naturally you want your application
look
its best on each individual device. You want to
210
described earlier, your root directory might
look
like this:</p>
239
APK has been set to support all screen sizes larger than its "target" screen size. Let?s
look
at
338
<p>Fortunately, if a user is browsing Google Play from one such device, Google Play will
look
at the
354
set of APKs, might
look
like:</p>
362
<p> Putting this all together, your Android Manifests would likely
look
something like the
/libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java
961
*
Look
up an attribute index by Namespace name.
975
*
Look
up an attribute index by qualified (prefixed) name.
994
*
Look
up the type of an attribute by Namespace name.
1007
*
Look
up the type of an attribute by qualified (prefixed) name.
1019
*
Look
up the value of an attribute by Namespace name.
1032
*
Look
up the value of an attribute by qualified (prefixed) name.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java
203
// Detect this case, and
look
into the previous range.
286
//
Look
up the indentation level of the start node, if it is an element
315
// for the first element, so therefore we
look
for other nodes at the same
615
* @param root the root node to
look
for depths under
631
//
Look
up indentation for this level
633
//
Look
up the depth
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java
227
//
Look
up target SDK
401
* @param layoutName the layout whose activity we want to
look
up
430
// TODO -
look
around a bit more and see if we can figure out whether the
467
* all the layout-to-activity mappings which we can then immediately
look
up other
481
* @param layoutFile the layout whose activity we want to
look
up
635
* @param project the project to
look
up the versions for
Completed in 671 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>