HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 251 - 275 of 6162) sorted by null

<<11121314151617181920>>

  /device/sample/apps/LeanbackCustomizer/
Android.mk 11 LOCAL_SDK_VERSION := current
  /device/sample/apps/LeanbackWidget/
Android.mk 11 LOCAL_SDK_VERSION := current
  /device/sample/apps/SetupCustomizer/
Android.mk 11 LOCAL_SDK_VERSION := current
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
TextElementIteratorsFactory.java 36 private Iterator<E> current; field in class:TextElementIteratorsFactory.CascadingIterator
41 public CascadingIterator(Iterator<E> current, Provider<E> nextProvider) {
43 this.current = current;
49 if (current.hasNext()) {
60 if (current.hasNext()) {
63 return current.next();
76 current.remove();
  /external/libcups/filter/
error.c 30 *current, /* Current position in buffer */ member in struct:_cups_raster_error_s
73 if (bytes > (ssize_t)(buf->end - buf->current))
98 buf->current = temp + (buf->current - buf->start);
103 * Append the message to the end of the current string...
106 memcpy(buf->current, s, (size_t)bytes);
107 buf->current += bytes - 1;
122 buf->current = buf->start;
144 if (buf->current == buf->start
    [all...]
  /external/llvm/test/MC/Mips/mips32r2/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r3/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips32r5/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r2/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r3/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/llvm/test/MC/Mips/mips64r5/
invalid.s 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-5.c 109 void *current; local
111 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */
118 current = overflow(&current);
133 if (((long)arg) < ((long)&current)) {
135 if (((long)&current) - ((long)arg) >= stacksize) {
138 arg, &current);
143 if (((long)arg) - ((long)&current) >= stacksize) {
146 arg, &current);
182 output("Current pos : %p\n", &ret)
    [all...]
  /external/v8/tools/
concatenate-files.py 58 with open(filename, "rb") as current:
59 target.write(current.read())
  /frameworks/base/core/tests/coretests/DisabledTestApp/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/core/tests/coretests/EnabledTestApp/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/media/tests/ScoAudioTest/
Android.mk 4 #LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/DisplayCutoutEmulationCornerOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/DisplayCutoutEmulationDoubleOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/DisplayCutoutEmulationNarrowOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/DisplayCutoutEmulationTallOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/DisplayCutoutEmulationWideOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/packages/overlays/SysuiDarkThemeOverlay/
Android.mk 12 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/AccessibilityEventsLogger/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/BatteryWaster/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/CameraPrewarmTest/
Android.mk 7 LOCAL_SDK_VERSION := current

Completed in 1080 milliseconds

<<11121314151617181920>>