HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1401 - 1425 of 11068) sorted by null

<<51525354555657585960>>

  /external/icu4c/i18n/
taiwncal.h 201 * with 2-digit years are considered to fall within.
207 * 2-digit years are considered to fall within.
213 * are considered to fall within so that its start date is 80 years
  /external/jpeg/
coderules.doc 34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
36 unique within six characters. We accommodate this without cluttering the
86 The JPEG library is intended to be used within larger programs. Furthermore,
  /external/libogg/doc/libogg/
ogg_stream_state.html 77 <dd>String of lacing values for the packet segments within the current page. Each value is a byte, indicating packet segment length.</dd>
79 <dd>Pointer to the lacing values for the packet segments within the current page.</dd>
99 <dd>Number of the current page within the stream.</dd>
  /external/llvm/docs/
Lexicon.rst 143 references contained within the object. This term is used in opposition to
176 temporary variable within an executing function.
215 identifies `roots`_ within the stack frame of an executing function.
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_caps.h 32 * basic key/value dictionary within the "FIFO register" memory
86 * contained within the record; for example a record containing a FOOBAR
107 * Finds the record with the highest-valued type within the given range
  /external/open-vcdiff/src/
vcdiffengine.h 68 // within the previously encoded target data, or just within the source
85 // within the inner loop of EncodeCopyForBestMatch.
  /external/openssh/
audit.c 147 * within a single connection.
163 * within a single connection.
177 * multiple sessions within a single connection.
  /external/qemu/distrib/jpeg-6b/
coderules.doc 34 are similar but upper case (MULTI_WORD_NAME). Names should be unique within
36 unique within six characters. We accommodate this without cluttering the
86 The JPEG library is intended to be used within larger programs. Furthermore,
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Event.3 142 We need to know what kind of events we\&'re looking for \fIand\fP the event \fBtype\fR\&'s of those events\&. So lets assume we want to detect where the user is moving the mouse pointer within our application\&. We look through our event types and notice that \fBSDL_MOUSEMOTION\fP is, more than likely, the event we\&'re looking for\&. A little \fImore\fR research tells use that \fBSDL_MOUSEMOTION\fP events are handled within the \fI\fBSDL_MouseMotionEvent\fR\fR structure which is the \fBmotion\fR member of \fBSDL_Event\fR\&. We can check for the \fBSDL_MOUSEMOTION\fP event \fBtype\fR within our \fBswitch\fP statement like so:
  /external/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 13 # 2 authentication (e.g., within EAP-PEAP). In these cases, an anonymous
15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous
79 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 134 * Set the active LOD. The LOD must be within the range for the
174 * Set the active Y. The y value must be within the range for
195 * Set the active Z. The z value must be within the range for
  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 69 * The equivalent of the {@link #insert} method, but invoked within a transaction.
74 * The equivalent of the {@link #update} method, but invoked within a transaction.
80 * The equivalent of the {@link #delete} method, but invoked within a transaction.
  /frameworks/native/include/android/
asset_manager.h 44 * Open the named directory within the asset hierarchy. The directory can then
89 * Seek to the specified offset within the asset data. 'whence' uses the
97 * Seek to the specified offset within the asset data. 'whence' uses the
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java 67 * The equivalent of the {@link #insert} method, but invoked within a transaction.
73 * The equivalent of the {@link #update} method, but invoked within a transaction.
79 * The equivalent of the {@link #delete} method, but invoked within a transaction.
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 73 * The equivalent of the {@link #insert} method, but invoked within a
80 * The equivalent of the {@link #update} method, but invoked within a
87 * The equivalent of the {@link #delete} method, but invoked within a
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 61 * The equivalent of the {@link #insert} method, but invoked within a transaction.
67 * The equivalent of the {@link #update} method, but invoked within a transaction.
73 * The equivalent of the {@link #delete} method, but invoked within a transaction.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 92 // find byte within word
127 // find byte within word
146 // find byte within word
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 47 * @param canvas The {@link LayoutCanvas} this point is within.
66 * @param canvas The {@link LayoutCanvas} this point is within.
81 * @param canvas The {@link LayoutCanvas} this point is within.
SelectionHandle.java 107 * Determines whether the given {@link LayoutPoint} is within the given distance in
114 * point fits within
115 * @return true if the given point is within the given distance of this handle

Completed in 1719 milliseconds

<<51525354555657585960>>