HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 151 - 175 of 356) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 8 Linked fragment stage:
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 393 # Files to be copied away after each stage in building.
594 testsuite/site.exp site.bak site.exp stage stage1 stage2
627 rm -f stage && ln -s stage1 stage
630 rm -f stage && ln -s stage2 stage
635 rm -f stage && ln -s stage1 stage
638 rm -f stage && ln -s stage2 stage
    [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 53 private Stage mStage = Stage.FINGERPRINT;
88 if (mStage == Stage.FINGERPRINT) {
121 if (mStage == Stage.FINGERPRINT) {
126 public void setStage(Stage stage) {
127 mStage = stage;
157 mStage = Stage.PASSWORD;
176 if (mStage == Stage.NEW_FINGERPRINT_ENROLLED) {
185 mStage = Stage.FINGERPRINT
    [all...]
  /device/google/marlin/recovery/oem-recovery/
gpt-utils.cpp 748 int prepare_partitions(enum boot_update_stage stage, const char *dev_path)
795 /* Check internal update stage according GPT headers' state */
809 /* Stage already set - ready for update, exitting */
810 if ((int) stage == (int) internal_stage - 1)
812 /* Unexpected stage given */
813 if (stage != internal_stage) {
818 switch (stage) {
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Scoping.java 25 import com.google.inject.Stage;
182 * Returns true if this scope is a singleton that should be loaded eagerly in {@code stage}.
184 public boolean isEagerSingleton(Stage stage) {
189 if (stage == Stage.PRODUCTION) {
Initializer.java 26 import com.google.inject.Stage;
172 // if in Stage.TOOL, we only want to inject & notify toolable injection points.
179 injector.options.stage == Stage.TOOL);
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.asm 74 ; stage 3
147 ; stage 4
215 ; stage 5
247 ; stage 6
321 ; stage 3
460 ; stage 3
468 ; stage 4
535 ; stage 5
545 ; stage 6.
609 ; stage
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 74 ; stage 3
147 ; stage 4
215 ; stage 5
247 ; stage 6
321 ; stage 3
460 ; stage 3
468 ; stage 4
535 ; stage 5
545 ; stage 6.
609 ; stage
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 67 blend_quad_stage(struct quad_stage *stage)
69 return (struct blend_quad_stage *) stage;
1295 struct blend_quad_stage *stage = CALLOC_STRUCT(blend_quad_stage); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramPipelineStateQueryTests.cpp 149 PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage);
157 PipelineProgramCase::PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage)
160 , m_targetStage (stage)
es31fProgramInterfaceDefinition.cpp 90 static int getShaderStageIndex (glu::ShaderType stage)
92 const glu::ShaderType* const it = std::find(DE_ARRAY_BEGIN(s_shaderStageOrder), DE_ARRAY_END(s_shaderStageOrder), stage);
521 bool Program::hasStage (glu::ShaderType stage) const
525 if (m_shaders[shaderNdx]->getType() == stage)
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ProgressBar.java 27 import com.badlogic.gdx.scenes.scene2d.Stage;
105 Stage stage = getStage(); local
106 if (stage != null && stage.getActionsRequestRendering()) Gdx.graphics.requestRendering();
TextArea.java 26 import com.badlogic.gdx.scenes.scene2d.Stage;
393 Stage stage = getStage(); local
394 if (stage != null && stage.getKeyboardFocus() == TextArea.this) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 145 ts[i].stage = queue.bind[i].unit;
216 ts[i].stage = queue.bind[i].unit;
282 q->ts[q->ts_count].stage = unit;
  /frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
WallpaperBackupAgent.java 64 // Names of our local-data stage files/links
65 static final String IMAGE_STAGE = "wallpaper-stage";
66 static final String LOCK_IMAGE_STAGE = "wallpaper-lock-stage";
67 static final String INFO_STAGE = "wallpaper-info-stage";
107 // To avoid data duplication and disk churn, use links as the stage.
202 // We use the default onRestoreFile() implementation that will recreate our stage files,
259 private void restoreFromStage(File stage, File info, String hintTag, int which)
261 if (stage.exists()) {
270 try (FileInputStream in = new FileInputStream(stage)) {
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 204 // Sequential stage enums
247 DE_FATAL("Unknown pipeline stage flags");
    [all...]
  /external/curl/lib/
http.h 90 void Curl_http_auth_stage(struct Curl_easy *data, int stage);
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 64 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride)
66 int p = m_stageRadix[stage];
67 int m = m_stageRemainder[stage];
77 work(stage+1, xout , xin, fstride*p,in_stride);
226 /* perform the butterfly for one stage of a mixed radix FFT */
  /external/libvpx/libvpx/build/make/
iosbuild.sh 211 --verbose: Output information about the environment and each stage of the
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 99 struct draw_stage *stage );
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 754 * Create a new primitive vbuf/render stage.
759 struct draw_stage *stage; local
765 stage = draw_vbuf_stage(i915->draw, render);
766 if(!stage) {
773 return stage;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 477 struct draw_stage *stage; local
489 stage = draw_vbuf_stage(draw, render);
490 if (!stage) {
497 draw_set_rasterize_stage(draw, stage);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 136 virtual bool runLegalizePass(Program *, CGStage stage) const = 0;

Completed in 2525 milliseconds

1 2 3 4 5 67 8 91011>>