HomeSort by relevance Sort by last modified time
    Searched full:each (Results 626 - 650 of 7153) sorted by null

<<21222324252627282930>>

  /external/opencore/fileformats/mp4/parser/src/
expandablebaseclass.cpp 56 // with the leading bit of each byte as the indicator if that byte contains the size.
61 // _sizeOfClass is rendered byte by byte with the leading bit of each byte signaling of the
62 // byte is valid - thus only the last 7 bits if each byte hold actual size data. Therefore
  /external/qemu/docs/
ANDROID-CONFIG-FILES.TXT 52 in android/config.[hc]. Its purpose is to support each config file as a
55 - Each key or value is a string
56 - Each key can be associated either to a value, or a sub-tree
  /external/qemu/
framebuffer.h 18 * Each QFrameBuffer object holds a pixel buffer that is shared between
171 /* this is called repeatedly by the emulator. for each registered framebuffer,
177 /* this is called by the emulator. for each registered framebuffer, call
  /external/speex/libspeex/
modes.h 130 int quality_map[11]; /**< Mode corresponding to each quality setting */
147 int low_quality_map[11]; /**< Mode corresponding to each quality setting */
148 int quality_map[11]; /**< Mode corresponding to each quality setting */
  /external/stlport/doc/
build_system.txt 18 STLport modes, 'release', 'debug' and 'STLdebug' and each one has two modes for either
35 structured similar to each other and to the common nmake/ dir. In each dir you have
  /frameworks/base/awt/java/awt/image/
ByteLookupTable.java 63 * each band.
68 * the data array of bytes array for each band.
74 // The data array for each band stored as a reference
  /frameworks/base/core/java/android/app/backup/
BackupHelper.java 27 * Although multiple helper objects may be installed simultaneously, each helper
30 * helpers are performed sequentially by the {@link BackupAgentHelper}, with each
75 * called for each entity in the data set that belongs to this handler.
  /frameworks/base/core/java/android/text/
Editable.java 35 * Before the change is committed, each filter that was set with
102 * {@link #removeSpan} on each of them.
108 * whenever the text of this Editable is changed, each of which has
  /frameworks/base/core/java/android/text/style/
LeadingMarginSpan.java 28 * margin spans on a single paragraph; they will be rendered in order, each
82 * not the first N lines of each paragraph, will be given the
109 * @param every the indent of each line
  /frameworks/base/docs/html/guide/appendix/
api-levels.jd 62 <p>Each successive version of the Android platform can include updates to the
76 integer identifier called "API Level". Each Android platform version supports
81 <p>The following table specifies the API Level supported by each version of the
111 <p>Each Android platform version stores its API Level identifier internally, in
216 developer, to understand how the application will look and behave in each system
219 Each platform includes a compatible system image that you can run in an AVD, to
228 <p>Each new version of the Android platform can include new framework APIs, such
295 create an AVD for each platform version that you want to test. For more
330 by API Level" control in the top-right area of each page. You can use the
342 of what is new or introduced in each API Level &mdash; it simply provides a wa
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 16 <p>Each of the documents in this section describe the usage, format and syntax for a certain type
19 <p>Here's a brief summary of each resource type:</p>
64 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
  /frameworks/base/docs/html/guide/tutorials/views/
hello-gallery.jd 45 on-click listener (which you might be familiar with for buttons), but it listens to each item
105 sets up a reference for our Gallery them, which adds the nice framing for each Gallery item.
110 for each item read by our ImageAdapter, when the Gallery is being built. Here, we
  /frameworks/base/docs/html/resources/tutorials/views/
hello-relativelayout.jd 52 <p>Notice each of the <code>android:layout_*</code> attributes, such as <code>layout_below</code>,
55 how you want to position each {@link android.view.View}. Each one of these attributes define a
  /frameworks/base/docs/html/sdk/
requirements.jd 31 <p>Several types of Eclipse packages are available for each platform. For
79 <td>Android platform (each)</td>
84 <td>SDK Add-on (each)</td>
  /frameworks/base/media/libstagefright/codecs/aacdec/
hufffac.cpp 59 of each Frame. type FrameInfo
64 window in each group, type UChar
69 codebook index and section boundary for each section,
79 each sfb, type Int
83 (LAV) of each huffman codebook, etc. type Hcb
107 one Frame. Then, depending on the huffman codebook index of each section,
110 for every scalefactor band in each section.
289 stack usage for each subroutine called]
299 used to represent cycle count for each subroutine
375 Int sect_cb; /* huff codebook # for each section *
    [all...]
  /packages/apps/IM/libwbxml/src/
wbxml_encoder.cpp 109 char buf[32 / 7 + 1]; // each byte holds up to 7 bits
134 ++offset; // '\0' for each string in the table
163 // encode each string in the table
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
RankAwarePromoter.java 60 // Share the top slots equally among each of the default corpora
93 * Promotes "stripes" of suggestions from each corpus.
98 * @param stripeSize number of suggestions to take from each corpus.
  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 60 // Number of homophonies each of which only contains one Chinese character.
62 // Number of homophonies each of which contains more than one character.
117 // Sort the lemma_arr by the hanzi string, and give each of unique items
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 38 * The info is displayed as a ListActivity, where each entry has the calendar name
76 * @return a Map for each calendar
91 // Process each calendar
  /sdk/eclipse/buildConfig/
allElements.xml 13 <!-- Add on <ant> task for each top level element being built. -->
46 <!-- Add one target for each root element and each configuration -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.LinearLayout.groovy 36 // Each list is a tuple: 0=pixel coordinate, 1=index of children or -1 for "at end".
41 targetNode.getChildren().each {
82 indexes.each {
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 16 * a sign error in the post-MMX cleanup code for each pixel_depth resulted
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 664 * For use by implementors; sets the bit corresponding to each character ('\0'
669 * invoking {@link #matches} for each one.
708 * #matches} for each character, until this returns {@code false} or the end
729 * #matches} for each character, until this returns {@code false} or the end is
747 * calling {@link #matches} for each character.
768 * beginning at {@code start}, calling {@link #matches} for each character.
794 * calling {@link #matches} for each character.
871 * Returns a string copy of the input character sequence, with each character
881 * calling {@link #matches(char)} for each character.
885 * each matching character in {@code sequence
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gprof.1 156 of each caller. The profile data is taken from the call graph profile file
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
174 The \fIflat profile\fR shows how much time your program spent in each function,
178 The \fIcall graph\fR shows, for each function, which functions called it, which
180 of how much time was spent in the subroutines of each function. This can
185 source code, labeled with the number of times each line of the
231 print a tally of functions and the number of times each was called.
340 each source file to be listed when source annotation is enabled. The
369 print a tally of functions and the number of times each was called.
538 this option will also identify how many times each line o
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-gprof.1 156 of each caller. The profile data is taken from the call graph profile file
167 \&\f(CW\*(C`Gprof\*(C'\fR calculates the amount of time spent in each routine.
174 The \fIflat profile\fR shows how much time your program spent in each function,
178 The \fIcall graph\fR shows, for each function, which functions called it, which
180 of how much time was spent in the subroutines of each function. This can
185 source code, labeled with the number of times each line of the
231 print a tally of functions and the number of times each was called.
340 each source file to be listed when source annotation is enabled. The
369 print a tally of functions and the number of times each was called.
538 this option will also identify how many times each line o
    [all...]

Completed in 96 milliseconds

<<21222324252627282930>>