HomeSort by relevance Sort by last modified time
    Searched full:look (Results 376 - 400 of 5649) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 189 * Look up an attribute's index by Namespace name.
191 * <p>In many cases, it will be more efficient to look up the name once and
214 * Look up an attribute's index by qualified (prefixed) name.
233 * Look up an attribute's type by Namespace-qualified name.
255 * Look up an attribute's type by qualified (prefixed) name.
275 * Look up an attribute's value by Namespace-qualified name.
297 * Look up an attribute's value by qualified (prefixed) name.
  /cts/tools/dasm/src/java_cup/
lalr_item.java 40 * @param look the set of lookahead symbols.
42 public lalr_item(production prod, int pos, terminal_set look)
46 _lookahead = look;
55 * @param look the set of lookahead symbols.
57 public lalr_item(production prod, terminal_set look) throws internal_error
59 this(prod,0,look);
  /external/bluetooth/glib/gobject/
genums.c 49 * g_flags_get_value_by_nick() can look up values by their name or
383 * @name: the name to look up
412 * @name: the name to look up
441 * @nick: the nickname to look up
470 * @nick: the nickname to look up
499 * @value: the value to look up
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 53 // Look for a ']' character which denotes the end of the scan list.
78 // Look for a '%' character that indicates the start of a format specifier.
112 // Look for '*' flag if it is present.
121 // Look for the field width (if any). Unlike printf, this is either
135 // Look for the length modifier.
148 // Finally, look for the conversion specifier.
PseudoConstantAnalysis.cpp 94 // Look for a Decl on the LHS
105 // Look for a DeclRef on the RHS
140 // Look for a DeclRef in the subexpression
  /external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java 82 * @param params the parameters in which to look up
126 * @param params the parameters in which to look up
171 * @param params the parameters in which to look up
  /external/chromium/chrome/browser/autofill/
credit_card_field.cc 100 // We look for a card security code before we look for a credit
130 // "Expires", "exp. date" or "exp. month" and "exp. year". We also look
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 93 * <p>For ASCII characters, first look-up an explicit state transition for
94 * the current character. If none is found, look-up a default transition. For
95 * non-ASCII characters, look-up a default transition only.
  /external/libpng/
INSTALL 52 Your directory structure should look like this:
89 If the line endings in the files look funny, you may wish to get the other
116 identical to it. Look for "9782 zero samples" in the output of the
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 40 // After that, if two nodes have identical latencies, look to see if one will
73 // Look at all of the successors of this node. Count the number of nodes that
87 // scheduledNode - As nodes are scheduled, we look to see if there are any
  /external/quake/
README 20 This means that by default Quake will look for its files on the SD Card, and it will not
82 Look for Quake in the Activities folder. Launch it as you would any other activity.
121 \ \ +mlook Mouse look. (Not very useful, as there is no mouse.)
  /external/skia/src/ports/
SkFontHost_FONTPATH.cpp 45 // look for an exact match
50 // look for a match in the bold field
55 // look for a normal/regular face
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 66 // look-and-feel, if we sent whole images instead of just colors
70 // So, instead, we don't even try to 100% replicate the look of
89 // The following code has been tested to look OK with all of the
  /frameworks/base/docs/html/training/basics/supporting-devices/
platforms.jd 112 <p>Android provides user experience themes that give apps the look and feel of the
115 naturally follow the latest look and feel of Android with each new release.</p>
117 <p>To make your activity look like a dialog box:</p>
  /frameworks/base/docs/html/training/notepad/
index.jd 124 take a look at <a href="{@docRoot}resources/faq/commontasks.html">Common Android Tasks</a>.</li>
132 it is highly recommended that you take a closer look at this version of the Notepad
139 method to make it look like a lined notepad.</li>
notepad-index.jd 123 take a look at <a href="{@docRoot}kb/commontasks.html">Common Android Tasks</a>.</li>
130 it is highly recommended that you take a closer look at this version of the Notepad
138 make it look like a lined notepad.</li>
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 275 // look for idName in the android R classes.
279 // look for idName in the project R class.
301 // didn't find a match in the framework? look in the project.
539 // look for a custom style.
573 // look for the style in the current theme, and its parent:
602 // look for the style in the current theme, and its parent:
661 // if there's no direct value for this attribute in the XML, we look for default
666 // look for the value in the custom style first (and its parent if needed)
672 // then look for the value in the default Style (and its parent if needed)
678 // if the item is not present in the defStyle, we look in the main theme (an
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ContactInfoHelper.java 30 * Utility class to look up the contact information for a given number.
49 * @param number the number to look up
69 // Look for a contact that has the given phone number.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 53 * look for XML errors.
94 * look for XML errors.
145 * look for XML errors.
  /abi/cpp/src/
dynamic_cast.cc 144 // Look at all direct bases.
242 // Look at all direct bases.
325 // If there is only one T type subobject, we only need to look at
326 // there. Otherwise, look for the subobject referred by v in the
  /bionic/libc/
README 30 - add a new line describing your syscall, it should look like:
  /bionic/libm/ia64/
_fpmath.h 56 * XXX This doesn't look right. Very few machines have a different
  /bootable/recovery/applypatch/
applypatch.h 40 // is corrupted, we look to see if this file contains the bits we want
  /build/target/product/security/
README 33 take a look at commands/recovery/Android.mk
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 71 * using the given {@link DexFile} to look things up as needed.

Completed in 1369 milliseconds

<<11121314151617181920>>