HomeSort by relevance Sort by last modified time
    Searched refs:stage (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
  /external/oprofile/events/mips/sb1/
events 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
35 event:0x2c counters:1,2,3 um:zero minimum:500 name:BRANCH_STAGE4 :Branch survived stage 4
71 event:0x8 counters:1,2,3 um:zero minimum:500 name:LOAD_SURVIVED_STAGE4 :Load survived stage 4
72 event:0x9 counters:1,2,3 um:zero minimum:500 name:STORE_SURVIVED_STAGE4 :Store survived stage 4
73 event:0x0 counters:1,2,3 um:zero minimum:500 name:INSN_SURVIVED_STAGE7 :Instruction survived stage 7
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_reg.h 53 #define _3DSTATE_COLOR_FACTOR_N_CMD(stage) (CMD_3D | (0x1d<<24) | \
54 ((0x90+(stage))<<16))
197 #define _3DSTATE_MAP_BLEND_ARG_CMD(stage) (CMD_3D|(0x0e<<24)|((stage)<<20))
222 #define _3DSTATE_MAP_BLEND_OP_CMD(stage) (CMD_3D|(0x0d<<24)|((stage)<<20))
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_reg.h 53 #define _3DSTATE_COLOR_FACTOR_N_CMD(stage) (CMD_3D | (0x1d<<24) | \
54 ((0x90+(stage))<<16))
197 #define _3DSTATE_MAP_BLEND_ARG_CMD(stage) (CMD_3D|(0x0e<<24)|((stage)<<20))
222 #define _3DSTATE_MAP_BLEND_OP_CMD(stage) (CMD_3D|(0x0d<<24)|((stage)<<20))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_debug.c 165 const char *stage )
169 printf("%s:\n", stage);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 44 * stage is the lighting stage-private data
49 struct tnl_pipeline_stage *stage,
52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
231 struct tnl_pipeline_stage *stage,
234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
412 struct tnl_pipeline_stage *stage,
416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
517 struct tnl_pipeline_stage *stage,
520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_debug.c 165 const char *stage )
169 printf("%s:\n", stage);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 44 * stage is the lighting stage-private data
49 struct tnl_pipeline_stage *stage,
52 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
231 struct tnl_pipeline_stage *stage,
234 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
412 struct tnl_pipeline_stage *stage,
416 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
517 struct tnl_pipeline_stage *stage,
520 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
    [all...]
  /external/chromium_org/chrome/installer/util/
channel_info.cc 23 const wchar_t kModStage[] = L"-stage:";
230 bool ChannelInfo::SetStage(const wchar_t* stage) {
234 if (stage != NULL && *stage != L'\0') {
236 stage_str.append(stage);
install_util.cc 301 installer::InstallerStage stage) {
302 DCHECK_LE(static_cast<installer::InstallerStage>(0), stage);
303 DCHECK_GT(installer::NUM_STAGES, stage);
309 if (stage == installer::NO_STAGE) {
312 << "Failed deleting installer stage from " << state_key_path
315 const DWORD extra_code_1 = static_cast<DWORD>(stage);
319 << "Failed writing installer stage to " << state_key_path
327 if (channel_info.SetStage(kStages[stage]) &&
329 LOG(ERROR) << "Failed writing installer stage to " << state_key_path;
333 << " to update installer stage; result: " << result
    [all...]
install_util.h 86 // Update the installer stage reported by Google Update. |state_key_path|
91 installer::InstallerStage stage);
  /external/qemu/
migration.h 109 int ram_save_live(QEMUFile *f, int stage, void *opaque);
arch_init.c 252 int ram_save_live(QEMUFile *f, int stage, void *opaque)
259 if (stage < 0) {
269 if (stage == 1) {
322 if (stage == 3) {
336 return (stage == 2) && (expected_time <= migrate_max_downtime());
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 18 inline GrGLEffect::EffectKey get_key_and_update_stats(const GrEffectStage& stage,
23 const GrEffectRef& effect = *stage.getEffect();
25 GrDrawEffect drawEffect(stage, useExplicitLocalCoords);
GrGLShaderBuilder.cpp 512 // temporarily change the stage index because we're inserting non-stage code.
662 const GrEffectStage& stage = *effectStages[e]; local
663 const GrEffectRef& effect = *stage.getEffect();
665 CodeStage::AutoStageRestore csar(&fCodeStage, &stage);
674 GrDrawEffect drawEffect(stage, this->hasExplicitLocalCoords());
676 int numAttributes = stage.getVertexAttribIndexCount();
677 const int* attributeIndices = stage.getVertexAttribIndices();
696 // create var to hold stage result
702 openBrace.printf("\t{ // Stage %d: %s\n", fCodeStage.stageIndex(), glEffects[e]->name())
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 18 inline GrGLEffect::EffectKey get_key_and_update_stats(const GrEffectStage& stage,
23 const GrEffectRef& effect = *stage.getEffect();
25 GrDrawEffect drawEffect(stage, useExplicitLocalCoords);
GrGLShaderBuilder.cpp 512 // temporarily change the stage index because we're inserting non-stage code.
662 const GrEffectStage& stage = *effectStages[e]; local
663 const GrEffectRef& effect = *stage.getEffect();
665 CodeStage::AutoStageRestore csar(&fCodeStage, &stage);
674 GrDrawEffect drawEffect(stage, this->hasExplicitLocalCoords());
676 int numAttributes = stage.getVertexAttribIndexCount();
677 const int* attributeIndices = stage.getVertexAttribIndices();
696 // create var to hold stage result
702 openBrace.printf("\t{ // Stage %d: %s\n", fCodeStage.stageIndex(), glEffects[e]->name())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 285 self.stage = RAW
307 assert self.stage == RAW
310 assert self.stage == FLAT
312 assert self.stage == CONV
314 assert self.stage == DONE
367 assert self.stage == RAW
396 self.stage = FLAT
407 assert self.stage == FLAT
417 self.stage = CONV
505 assert self.stage == CON
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 285 self.stage = RAW
307 assert self.stage == RAW
310 assert self.stage == FLAT
312 assert self.stage == CONV
314 assert self.stage == DONE
367 assert self.stage == RAW
396 self.stage = FLAT
407 assert self.stage == FLAT
417 self.stage = CONV
505 assert self.stage == CON
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 495 if (stages() & apply_info->request_data.stage) {
539 CHECK(request_data.stage & stages());
573 CHECK(request_data.stage & stages());
605 CHECK(request_data.stage & stages());
635 CHECK(request_data.stage & stages());
729 CHECK(request_data.stage & stages());
781 CHECK(request_data.stage & stages());
820 CHECK(request_data.stage & stages());
861 CHECK(request_data.stage & stages());
914 CHECK(request_data.stage & stages())
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
63 ; first stage
114 ; transpose for the second stage
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.cpp 155 const GrEffectStage& stage = covIdx < 0 ? fColorStages[s] : fCoverageStages[covIdx]; local
156 const GrEffectRef* effect = stage.getEffect();
161 const int* attributeIndices = stage.getVertexAttribIndices();
162 int numAttributes = stage.getVertexAttribIndexCount();
336 // check for coverage due to constant coverage, per-vertex coverage, or coverage stage
  /external/skia/src/gpu/
GrDrawState.cpp 155 const GrEffectStage& stage = covIdx < 0 ? fColorStages[s] : fCoverageStages[covIdx]; local
156 const GrEffectRef* effect = stage.getEffect();
161 const int* attributeIndices = stage.getVertexAttribIndices();
162 int numAttributes = stage.getVertexAttribIndexCount();
336 // check for coverage due to constant coverage, per-vertex coverage, or coverage stage
  /external/oprofile/events/mips/5K/
events 35 event:0xa counters:1 um:zero minimum:500 name:CONFLICT_STALL_M_STAGE : Instruction stall in M stage due to scheduling conflicts
  /external/skia/tests/
GLProgramsTest.cpp 175 GrEffectStage* stage = SkNEW_ARGS(GrEffectStage, local
177 stages[s] = stage;

Completed in 859 milliseconds

1 2 3 45 6 7 8 9