HomeSort by relevance Sort by last modified time
    Searched refs:BACK (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Camera2/src/com/android/camera/one/
CameraDirectionProvider.java 35 return OneCamera.Facing.BACK;
39 return OneCamera.Facing.BACK;
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraFacingSetting.java 59 return isFacingBack() ? "Back Camera" : "Front Camera";
73 * Whether the back camera should be opened.
75 * @return Whether the back camera should be opened.
78 return getCameraFacing() == OneCamera.Facing.BACK;
98 return OneCamera.Facing.BACK;
112 final int cameraId = (cameraFacing == OneCamera.Facing.BACK) ?
124 final OneCamera.Facing newFacing = (originalFacing == OneCamera.Facing.BACK) ?
125 OneCamera.Facing.FRONT : OneCamera.Facing.BACK;
132 return OneCamera.Facing.BACK;
ResolutionSetting.java 88 supportedPictureSizes, cameraFacing == OneCamera.Facing.BACK);
115 if (cameraFacing == OneCamera.Facing.BACK) {
  /frameworks/base/rs/java/android/renderscript/
ProgramRaster.java 24 * the culling mode. By default, back faces are culled.
35 BACK (0),
58 mCullMode = CullMode.BACK;
86 builder.setCullMode(CullMode.BACK);
130 mCullMode = CullMode.BACK;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
BuildStep.java 57 public static final int BACK = 2;
81 * @param res result, where result is one of POSSIBLE, BACK,
174 * are POSSIBLE, FOLLOW, BACK, FAIL, SUCCEED.
195 case BACK:
225 case BACK:
251 case BACK:
AdjacencyList.java 72 * extending the chain. <code>BACK</code> represents that a
74 * There is exactly one <code>FOLLOW</code> for each <code>BACK</code>. The
153 // may need to back up, or the build may have succeeded at
157 // we need to go back...see if this is the last one
162 BuildStep.BACK));
196 // up and go back. Run through the list now, and enter a new
199 // have to back out ourselves.
225 // could take. The only choice is to back ourselves out.
230 BuildStep.BACK));
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
fugu_remote.py 29 BACK = 'Back'
68 Holds down the 'Home' and 'Back' buttons for a little over 5 seconds.
72 self.relays[Buttons.BACK.value].set_nc()
78 self.relays[Buttons.BACK.value].set_no()
89 """Briefly presses the Back button."""
90 self.relays[Buttons.BACK.value].set_nc_for()
  /external/icu/icu4c/source/common/
unisetspan.h 41 BACK = 0x10,
53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED,
56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
  /system/extras/tests/workloads/
youtube.sh 110 doKeyevent BACK
112 doKeyevent BACK
114 doKeyevent BACK
chromefling.sh 110 doKeyevent BACK
  /external/opencv/cvaux/src/
cvclique.cpp 77 #define BACK 2
290 finder->status = BACK;
297 finder->status = BACK;
429 finder->status = BACK;
447 finder->status = BACK;
452 case BACK:
474 finder->status = BACK;
544 status = BACK;
656 status = BACK;
670 status = BACK;
    [all...]
  /external/llvm/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/swiftshader/third_party/LLVM/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /packages/apps/Camera2/src/com/android/camera/one/v1/
OneCameraCharacteristicsImpl.java 85 return OneCamera.Facing.BACK;
174 // Custom AF is only supported on the back camera for legacy devices.
175 return getCameraDirection() == Facing.BACK;
180 // Custom AE is only supported on the back camera for legacy devices.
181 return getCameraDirection() == Facing.BACK;
  /hardware/interfaces/camera/device/1.0/
types.hal 21 BACK = 0,
47 * back-facing camera sensor is mounted in landscape. You are looking at the
217 * the face leaves the field-of-view and comes back, it will get a new
278 * Used by camera framework to send a batch of recording frames back to camera HAL.
  /packages/apps/Camera2/src/com/android/camera/hardware/
HardwareSpecImpl.java 52 isFrontCamera ? OneCamera.Facing.FRONT : OneCamera.Facing.BACK;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 48 BACK,
125 inline int incidentCountFwd() const; // count of incident non-back edges
221 if (ei.getType() != Edge::BACK)
nv50_ir_graph.cpp 78 case BACK: return "back";
187 if (ei.getType() == Edge::BACK || ei.getType() == Edge::DUMMY)
308 case Graph::Edge::BACK:
345 * - BACK: edges from a node to a parent (or itself) in the spanning tree
384 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
400 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 39 public static final SingleKeyAction BACK = new SingleKeyAction(KeyEvent.KEYCODE_BACK);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 128 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
152 #undef BACK
180 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiDevice.java 76 perform(SingleKeyAction.BACK);
  /external/libmpeg2/common/
impeg2_defs.h 250 BACK,
  /external/libmpeg2/decoder/
impeg2d_mc.c 300 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][FIRST], &ps_dec->s_mc_bk_buf);
303 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][SECOND], &ps_dec->s_mc_bk_buf);
386 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][FIRST], &ps_dec->s_mc_bk_buf);
388 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][SECOND], &ps_dec->s_mc_bk_buf);
425 impeg2d_motion_comp(ps_dec, &ps_dec->as_mb_mc_params[BACK][FIRST], &ps_dec->s_mc_bk_buf);
    [all...]
  /packages/apps/Launcher3/protos/
launcher_log.proto 130 BACK = 1;

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 910