HomeSort by relevance Sort by last modified time
    Searched full:look (Results 826 - 850 of 8608) sorted by null

<<31323334353637383940>>

  /external/yaffs2/yaffs2/
Kconfig 79 required. This saves mount time, but makes the first look-up
133 but makes look-ups faster.
  /external/zlib/src/
gzguts.h 156 #define LOOK 0 /* look for a gzip header */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 55 ;// M_BD_LOOK8 - Look ahead constant 1<=N<=8 bits into the bitstream
56 ;// M_BD_LOOK16 - Look ahead constant 1<=N<=16 bits into the bitstream
139 ;// Look ahead fixed 1<=N<=8 bits without consuming any bits
144 ;// $N - number of bits to look
164 ;// Look ahead fixed 1<=N<=16 bits without consuming any bits
169 ;// $N - number of bits to look
487 ;// $S0 - The number of bits to look up for the first step
489 ;// $S1 - The number of bits to look up for each subsequent
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 97 LDR pQPDivTable, =armVCM4P10_QPDivTable ;// QP Division look-up-table base pointer
98 LDR pQPModTable, =armVCM4P10_VMatrixQPModTable ;// QP Modulo look-up-table base pointer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 55 ;// M_BD_LOOK8 - Look ahead constant 1<=N<=8 bits into the bitstream
56 ;// M_BD_LOOK16 - Look ahead constant 1<=N<=16 bits into the bitstream
139 ;// Look ahead fixed 1<=N<=8 bits without consuming any bits
144 ;// $N - number of bits to look
164 ;// Look ahead fixed 1<=N<=16 bits without consuming any bits
169 ;// $N - number of bits to look
487 ;// $S0 - The number of bits to look up for the first step
489 ;// $S1 - The number of bits to look up for each subsequent
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 107 LDR pQPDivTable, =armVCM4P10_QPDivTable ;// QP Division look-up-table base pointer
108 LDR pQPModTable, =armVCM4P10_VMatrixQPModTable ;// QP Modulo look-up-table base pointer
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 129 LDR pQPDivTable, =armVCM4P10_QPDivTable ;// QP Division look-up-table base pointer
130 LDR pQPModTable, =armVCM4P10_VMatrixQPModTable ;// QP Modulo look-up-table base pointer
  /frameworks/base/cmds/app_process/
app_main.cpp 68 * from a boot class' native method, and so wouldn't look for the class
69 * we're trying to look up in CLASSPATH. Unfortunately it needs to,
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 36 * For given property name 'name', look for getName/isName method or 'name' field.
37 * Also look for setName method (optional - could be readonly). Failing method getters and
  /frameworks/base/docs/html/guide/appendix/
app-intents.jd 90 -90 (look straight up) to 90 (look straight down.)</td></tr>
  /frameworks/base/docs/html/tools/building/
index.jd 8 <li><a href="#detailed-build">A Detailed Look at the Build Process</a></li>
42 <h2 id="detailed-build">A Detailed Look at the Build Process</h2>
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 60 * identifiers to local URIs or to look up replacements in a catalog
87 * system identifiers to secure and/or local URIs, to look up
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 282 * you have to look it up explicitly using {@link #getURI getURI}.
283 * This asymmetry exists to make it easier to look up prefixes
363 * Look up a prefix and get the currently-mapped Namespace URI.
368 * @param prefix The prefix to look up.
715 * Look up the URI associated with a prefix in this context.
717 * @param prefix The prefix to look up.
735 * Look up one of the prefixes associated with a URI in this context.
740 * @param uri The URI to look up.
  /ndk/sources/host-tools/make-3.81/
strcache.c 70 /* First, find a cache with enough free space. We always look through all
120 /* Look up the string in the hash. If it's there, return it. */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
user.hpp 86 // the compiler knows which symbols to look for in a dll rather than in a
98 // modifiers, so that the compiler knows which symbols to look for in a dll
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
package.html 119 above example will look using FileFilterUtils:</p>
140 <p>There are a few other goodies in that class so please have a look at the
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 194 return 2; /* look ahead + skip the current char */
196 return 2; /* look ahead + skip the current char */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 79 int sample_width; /* sample width, look above */
80 int channels; /* channels, look above */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sb16_csp.h 79 int sample_width; /* sample width, look above */
80 int channels; /* channels, look above */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 105 # This table contains format strings as they look on little endian
185 # This table contains format strings as they really look, on both big
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 105 # This table contains format strings as they look on little endian
185 # This table contains format strings as they really look, on both big
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 216 // Detect this case, and look into the previous range.
305 // Look up the indentation level of the start node, if it is an element
334 // for the first element, so therefore we look for other nodes at the same
573 // Look up the corresponding IResource for this document. This isn't
575 // string and convert it to an IResource to look up its project.
694 * @param root the root node to look for depths under
710 // Look up indentation for this level
712 // Look up the depth
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 255 // Look up target SDK
412 * {@link #getMinSdkCodeName()} instead if you want to look up whether there is a code name.
470 * @param layoutName the layout whose activity we want to look up
490 * @param layoutName the layout whose activity we want to look up
521 // TODO - look around a bit more and see if we can figure out whether the
599 * all the layout-to-activity mappings which we can then immediately look up other
613 * @param layoutFile the layout whose activity we want to look up
767 * @param project the project to look up the versions for
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 123 * @param attr the attribute to look up
151 * @param element the element to look up
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 61 // look for an existing launch config
123 // look for one set up for the project with a debug equal to the selected debug port.

Completed in 662 milliseconds

<<31323334353637383940>>