HomeSort by relevance Sort by last modified time
    Searched full:entire (Results 251 - 275 of 5570) sorted by null

<<11121314151617181920>>

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 175 ** data and parses it. Once an entire NCI message has been read, it sends
218 /* Check if we read in entire NFC message header yet */
252 /* Check if we read in entire message yet */
272 ** data and parses it. Once an entire message has been read, it returns
312 /* Check if we received entire preamble yet */
315 /* Received entire preamble. Length is in the last byte(s) of the preamble */
337 /* Message has no additional parameters. (Entire message has been received) */
359 /* Check if we read in entire message yet */
368 /* If we received entire message */
474 ** data and parses it. Once an entire NCI message has been read, it send
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetSpanner.java 40 * <p>The entire string is traversed.
89 * Collapse spans. That is, modify/count the entire matching span as a single item, instead of separate
126 * whether to treat an entire span as a match, or individual elements as matches
139 * whether to treat an entire span as a match, or individual elements as matches
219 * whether to treat an entire span as a match, or individual elements as matches
234 * whether to treat an entire span as a match, or individual elements as matches
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetSpanner.java 39 * <p>The entire string is traversed.
100 * Collapse spans. That is, modify/count the entire matching span as a single item, instead of separate
143 * whether to treat an entire span as a match, or individual elements as matches
158 * whether to treat an entire span as a match, or individual elements as matches
246 * whether to treat an entire span as a match, or individual elements as matches
263 * whether to treat an entire span as a match, or individual elements as matches
  /frameworks/support/v4/tests/java/android/support/v4/widget/
TextViewCompatTest.java 306 // The entire left drawable should be the specific red color
318 // The entire right drawable should be the specific green color
328 // The entire bottom drawable should be the specific blue color
358 // The entire left / end drawable should be the specific green color
370 // The entire right drawable should be the specific red color
380 // The entire bottom drawable should be the specific blue color
  /external/google-breakpad/src/processor/
contained_range_map.h 56 // entire address space.
103 // is sufficient to restore an entire ContainedRangeMap to its initial
112 // StoreRange, because it doesn't need to copy entire objects.
  /external/llvm/test/CodeGen/X86/
lower-bitcast.ll 11 ; FIXME: Ideally we should be able to fold the entire body of @test1 into a
109 ; FIXME: Ideally we should be able to fold the entire body of @test6 into a
152 ; FIXME: Ideally we should be able to fold the entire body of @test8 into a
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 30 * the user is typing instead of necessarily for the entire thing.
88 * Instead of filtering on the entire contents of the edit box,
136 * Instead of validating the entire text, this subclass method validates
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 179 * by mistake. Those errors invalidate the entire <signer> group.
254 mNfceeAccess.clear(); // invalidate entire access list
259 mNfceeAccess.clear(); // invalidate entire access list
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_render.h 372 * update the entire texture.
389 * update the entire texture.
415 * is NULL, the entire texture will be locked.
506 * \param rect The rectangle representing the drawing area, or NULL to set the viewport to the entire target.
651 * This function clears the entire rendering target, ignoring the viewport.
713 * \param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.
737 * \param rect A pointer to the destination rectangle, or NULL for the entire
763 * \param srcrect A pointer to the source rectangle, or NULL for the entire
766 * entire rendering target.
780 * \param srcrect A pointer to the source rectangle, or NULL for the entire
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_render.h 372 * update the entire texture.
389 * update the entire texture.
415 * is NULL, the entire texture will be locked.
506 * \param rect The rectangle representing the drawing area, or NULL to set the viewport to the entire target.
651 * This function clears the entire rendering target, ignoring the viewport.
713 * \param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.
737 * \param rect A pointer to the destination rectangle, or NULL for the entire
763 * \param srcrect A pointer to the source rectangle, or NULL for the entire
766 * entire rendering target.
780 * \param srcrect A pointer to the source rectangle, or NULL for the entire
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_render.h 372 * update the entire texture.
389 * update the entire texture.
415 * is NULL, the entire texture will be locked.
506 * \param rect The rectangle representing the drawing area, or NULL to set the viewport to the entire target.
651 * This function clears the entire rendering target, ignoring the viewport.
713 * \param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.
737 * \param rect A pointer to the destination rectangle, or NULL for the entire
763 * \param srcrect A pointer to the source rectangle, or NULL for the entire
766 * entire rendering target.
780 * \param srcrect A pointer to the source rectangle, or NULL for the entire
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_render.h 372 * update the entire texture.
389 * update the entire texture.
415 * is NULL, the entire texture will be locked.
506 * \param rect The rectangle representing the drawing area, or NULL to set the viewport to the entire target.
651 * This function clears the entire rendering target, ignoring the viewport.
713 * \param rect A pointer to the destination rectangle, or NULL to outline the entire rendering target.
737 * \param rect A pointer to the destination rectangle, or NULL for the entire
763 * \param srcrect A pointer to the source rectangle, or NULL for the entire
766 * entire rendering target.
780 * \param srcrect A pointer to the source rectangle, or NULL for the entire
    [all...]
  /art/test/140-field-packing/src/
GapOrder.java 25 // The base class is 9 bytes. The entire class should be packed as:
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/res/layout/
activity_navigation_drawer.xml 29 <!-- As the main content view, the view below consumes the entire
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/res/layout/
activity_navigation_drawer.xml 29 <!-- As the main content view, the view below consumes the entire
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 56 // Read the entire asset into a local byte buffer.
  /development/samples/browseable/NavigationDrawer/res/layout/
activity_navigation_drawer.xml 29 <!-- As the main content view, the view below consumes the entire
  /development/samples/training/NavigationDrawer/res/layout/
activity_main.xml 25 <!-- As the main content view, the view below consumes the entire
  /device/generic/goldfish/camera/
JpegCompressor.h 75 * entire image.
  /device/google/contexthub/util/nanotool/
nanopacket.h 72 // The entire content of the message.
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 7 # the entire antlr3 library
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 34 * NFA is one big machine for entire grammar. Decision points are recorded
  /external/autotest/client/site_tests/hardware_StorageTrim/
hardware_StorageTrim.py 25 This test use an entire disk so we need to boot from usb.
  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 28 # require that the RE matches the entire string, so wrap with ^$ even
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
timeline_based_metric.py 71 """Computes and adds metrics corresponding to the entire trace.

Completed in 678 milliseconds

<<11121314151617181920>>