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

<<31323334353637383940>>

  /external/junit/src/junit/swingui/
TestSelector.java 257 Enumeration each= collector.collectTests(); local
260 while(each.hasMoreElements()) {
261 String s= (String)each.nextElement();
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
pvm4vdecoder.h 42 of buffer, volbuf[]. The size of each header is stored in volbuf_size[]. The iWidth and iHeight fields specify
64 timestamp. The buffer_size[] parameter for video layers is updated with the remaining number of bytes in each
68 bytes available. Upon return, this array flags each layer that was used by decoder library. For example, if
  /external/opencore/fileformats/mp4/composer/src/
sampletochunkatom.cpp 20 size of each sample.
192 // 2. Check for the actual size of each chunk - if at max return true so this
321 size += 12 * _entryCount; // For each of the 3 4-byte entries
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 8 clients. Each service is identified by a unique name. There is no provision
138 Note that each line, corresponds to an independent framed message.
139 Each line, except the last one, is optional and should only be
  /external/qemu/slirp/
if.c 125 * Each output queue is a doubly linked list of double linked lists
126 * of mbufs, each list belonging to one "session" (socket). This
127 * way, we can output packets fairly by sending one packet from each
  /external/qemu/slirp-android/
if.c 125 * Each output queue is a doubly linked list of double linked lists
126 * of mbufs, each list belonging to one "session" (socket). This
127 * way, we can output packets fairly by sending one packet from each
  /external/quake/quake/src/QW/docs/
glqwcl-readme.txt 75 textures one quarter the resolution on each axis for REALLY blurry textures.
79 Each player in a deathmatch requires an individual skin texture, so this can
102 This causes the game to not issue a glFinish() call each frame, which may make
  /external/skia/include/core/
SkShader.h 113 /** Called for each span of the object being drawn. Your subclass
171 kFixedStepInX_MatrixClass, // fast perspective, need to call fixedStepInX() each scanline
172 kPerspective_MatrixClass // slow perspective, need to mappoints each pixel
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 193 // can finalize the split. FinalizeSplit() will update each block in the
233 // pointer to split point for each class
242 // size of split for each class
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 17 # For each set, symbols are mapped into one-byte ids [0..255].
20 # In order to keep the id ranges for each set disjoint, ids are shifted
26 # constants (e.g. the plane for each set). Also, some hard-coded
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-strict.html 15 <p>In each of the blue boxes below, the cursor should become a help cursor (question mark).</p>
24 <p>In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in strict mode.</p>
49 <p>In each of the blue boxes below, the hotspot is out-of-range. For now this means a failure to show the custom cursor(lower level problem?).</p>
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 82 // One of these is created to represent each stack frame. Additionally, there is a "global"
86 // The delegate can assign a "wrapper" to each frame object so it can relay calls through its
168 // The properties of each scope object are the variables for that scope.
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 50 * <li> From different {@link Activity Activities} that each specify its own
59 * To specify an {@link Intent} to query {@link Activity Activities} that each
60 * have preferences, use {@link #addPreferencesFromIntent}. Each
  /frameworks/base/core/java/android/speech/
RecognizerResultsIntent.java 117 * to apply different base urls to each different html result in the
127 * All the values and the keys are {@link String}s. Each key/value pair represents an extra HTTP
132 * apply different HTTP headers to each different web result in the list. These headers will
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 80 * Searches buffer for line breaks and logs a message for each one.
91 // Log one line for each line break.
303 // Log one line for each line break.
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 53 * What we need of each view that the user wants: the view, and the ratio
109 * @param textPrefix The text to prepend to each text view.
138 * @param textPrefix The text to prepend to each button.
  /frameworks/base/docs/html/guide/developing/
device.jd 32 run your application on the device each time you compile. You can install your application on the
79 that contains a USB configuration for each type of device you want to use for
80 development. Each device manufacturer uses a different vendor ID. The
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 36 places each process into an "importance hierarchy" based on the components running in
110 each of these components contribute to the overall life-cycle of a process.
111 The documentation for each of these classes describes in more detail how
  /frameworks/base/docs/html/resources/tutorials/views/
hello-spinner.jd 86 creates a new {@link android.widget.ArrayAdapter}, which binds each item in the string array
87 to the initial appearance for the {@link android.widget.Spinner} (which is how each item will
93 each item when the widget is opened ({@code simple_spinner_dropdown_item} is
  /frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java 123 // Each SslSessionCache is using the same DB.
231 // or do lookups to DB each time.
238 // request it'll likely be wrong each time.
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 71 // This is increased by one each time a new job is assigned.
76 // are this base plus each of the offets. -1 means there is no current
80 // The callback to invoke for each image.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 63 * test class names, the number of tests in each class, and the names of each test in the
65 * <li>The test execution result for each test method. Expects individual notifications of
  /sdk/emulator/qtools/
bbprof.cpp 11 uint32_t *cycles; // number of cycles for each insn
105 // Assign frequencies to each basic block
112 // Assign simulation time to each instruction
  /bionic/libc/bionic/
dlmalloc.h 276 independent elements that can hold contents of size elem_size, each
295 Each element must be individually freed when it is no longer
330 an array of pointers to these elements, each of which can be
347 Each element must be individually freed when it is no longer
353 independent_comallac differs from independent_calloc in that each
420 Calls the provided handler on each free region in the heap. The
426 The value in harg will be passed to each call of the handler.
434 Calls the provided handler on each object or free region in the
436 object pointer and length, and the value in harg on each call.
  /bionic/libc/include/netinet/
in_systm.h 47 * the bytes before transmission at each protocol level. The n_ types

Completed in 548 milliseconds

<<31323334353637383940>>