HomeSort by relevance Sort by last modified time
    Searched defs:inst (Results 126 - 150 of 258) sorted by null

1 2 3 4 56 7 8 91011

  /external/tcpdump/
print-zephyr.c 50 char *inst; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient)
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
147 z.inst = 0;
177 PARSE_FIELD_STR(z.inst);
213 printf(" locate %s", z.inst);
223 if (!strcmp(z.inst, "CLIENT")) {
261 if (!strcmp(z.inst, "HM")) {
266 if (!strcmp(z.inst, "REALM")) {
280 printf(" hm_ctl %s", str_to_lower(z.inst));
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 250 v8::Handle<v8::Object> inst = obj->NewInstance(); local
251 context->Global()->Set(v8::String::NewFromUtf8(isolate, "obj"), inst); local
297 v8::Handle<v8::Object> inst = obj->NewInstance(); local
299 inst); local
325 v8::Handle<v8::Object> inst = obj->NewInstance(); local
326 context->Global()->Set(v8::String::NewFromUtf8(isolate, "obj"), inst); local
346 v8::Handle<v8::Object> inst = obj->NewInstance(); local
347 context->Global()->Set(v8::String::NewFromUtf8(isolate, "obj"), inst); local
362 v8::Handle<v8::Object> inst = obj->NewInstance(); local
363 context->Global()->Set(v8::String::NewFromUtf8(isolate, "obj"), inst); local
    [all...]
test-log.cc 401 v8::Handle<v8::ObjectTemplate> inst = obj->InstanceTemplate(); local
402 inst->SetAccessor(v8_str("prop1"), Prop1Getter, Prop1Setter);
403 inst->SetAccessor(v8_str("prop2"), Prop2Getter);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ShotToShotLatency.java 95 Instrumentation inst = getInstrumentation(); local
99 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraLatency.java 74 Instrumentation inst = getInstrumentation(); local
75 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
79 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
ShotToShotLatency.java 94 Instrumentation inst = getInstrumentation(); local
98 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java 95 Instrumentation inst = getInstrumentation(); local
99 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 53 Instrumentation inst = getInstrumentation(); local
54 Activity cameraActivity = inst.startActivitySync(intent);
75 Instrumentation inst = getInstrumentation(); local
76 Activity recorderActivity = inst.startActivitySync(intent);
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 70 Instrumentation inst = getInstrumentation(); local
72 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.NEW_PLAYLIST, 0);
76 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DEL);
77 inst.sendStringSync(MusicPlayerNames.unsortedPlaylistTitle[i]);
78 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
79 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_CENTER);
81 inst.sendKeyDownUpSync(KeyEvent.KEYCODE_DPAD_DOWN);
154 Instrumentation inst = getInstrumentation(); local
155 inst.invokeContextMenuAction(getActivity(), MusicUtils.Defs.USE_AS_RINGTONE, 0);
178 Instrumentation inst = getInstrumentation(); local
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 948 LIR* inst = NewLIR3(IS_SIMM8(check_value) ? kX86Cmp32MI8 : kX86Cmp32MI, base_reg.GetReg(), local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 214 ThreadSuspender *inst = thread_suspender_instance; local
215 if (inst != NULL) {
217 inst->KillAllThreads();
219 inst->ResumeAllThreads();
223 atomic_store(&inst->arg->done, 1, memory_order_relaxed);
235 ThreadSuspender *inst = thread_suspender_instance; local
236 if (inst != NULL && stoptheworld_tracer_pid == internal_getpid()) {
237 inst->KillAllThreads();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui_3.6.1.M20100826-1330.jar 
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 376 if (Instruction* inst = dyn_cast<Instruction>(*use))
377 if (Blocks.count(inst->getParent()))
378 inst->replaceUsesOfWith(inputs[i], RewriteVal);
506 Instruction *inst = cast<Instruction>(Users[u]); local
507 if (!Blocks.count(inst->getParent()))
508 inst->replaceUsesOfWith(outputs[i], load);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 189 unsigned int * inst)
191 inst[0] = PVS_OP_DST_OPERAND(hw_opcode,
197 inst[1] = t_src(vp, &vpi->SrcReg[0]);
198 inst[2] = __CONST(0, RC_SWIZZLE_ZERO);
199 inst[3] = __CONST(0, RC_SWIZZLE_ZERO);
205 unsigned int * inst)
207 inst[0] = PVS_OP_DST_OPERAND(hw_opcode,
213 inst[1] = t_src(vp, &vpi->SrcReg[0]);
214 inst[2] = t_src(vp, &vpi->SrcReg[1]);
215 inst[3] = __CONST(1, RC_SWIZZLE_ZERO)
374 unsigned int *inst = compiler->code->body.d + compiler->code->length; local
555 struct rc_instruction *inst; local
750 struct rc_instruction * inst = rc_insert_new_instruction(&compiler->Base, compiler->Base.Program.Instructions.Prev); local
791 struct rc_instruction *inst, *add; local
823 struct rc_instruction *inst, *lastARL = NULL; local
    [all...]
radeon_compiler_util.c 211 struct rc_instruction * inst,
223 struct rc_instruction * inst,
226 struct rc_sub_instruction * sub = &inst->U.I;
246 rc_for_all_reads_src(inst, normal_rewrite_writemask_cb,
389 * This callback function counts the number of sources in inst that are
394 struct rc_instruction * inst,
412 struct rc_instruction * inst,
423 rc_get_opcode_info(inst->U.I.Opcode);
440 if (inst->U.I.PreSub.Opcode != RC_PRESUB_NONE) {
447 rc_for_all_reads_src(inst, can_use_presub_read_cb, &d)
536 struct rc_instruction * inst; local
640 struct rc_instruction * inst; local
662 struct rc_instruction * inst; local
    [all...]
radeon_optimize.c 66 static void copy_propagate_scan_read(void * data, struct rc_instruction * inst,
72 if(!rc_inst_can_use_presub(inst,
93 (inst->U.I.Opcode == RC_OPCODE_TEX ||
94 inst->U.I.Opcode == RC_OPCODE_TXB ||
95 inst->U.I.Opcode == RC_OPCODE_TXP ||
96 inst->U.I.Opcode == RC_OPCODE_TXD ||
97 inst->U.I.Opcode == RC_OPCODE_TXL ||
98 inst->U.I.Opcode == RC_OPCODE_KIL)){
106 struct rc_instruction * inst,
125 struct rc_instruction * inst,
161 struct rc_instruction * inst = reader_data.Readers[i].Inst; local
792 struct rc_instruction * inst; local
859 struct rc_instruction * inst = c->Program.Instructions.Next; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 592 const struct tgsi_full_instruction * inst = emit_data->inst; local
597 /* XXX: should be optimized using emit_data->inst->Dst[0].Register.WriteMask*/
602 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) {
608 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
612 emit_data->inst, 0, chan);
621 emit_data->args[1] = lp_build_emit_fetch(bld_base, emit_data->inst,
627 emit_data->inst->Src[1].Register.Index);
634 emit_data->inst->Src[1].Register.Index);
641 emit_data->inst->Texture.Texture)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 181 SVGA3dShaderInstToken inst,
185 return (emit_instruction( emit, inst ) &&
191 SVGA3dShaderInstToken inst,
196 return (emit_instruction( emit, inst ) &&
203 SVGA3dShaderInstToken inst,
209 return (emit_instruction( emit, inst ) &&
218 SVGA3dShaderInstToken inst,
225 return (emit_instruction( emit, inst ) &&
251 SVGA3dShaderInstToken inst; local
253 inst.value = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 205 const struct prog_instruction *inst)
207 switch (inst->DstReg.File) {
209 switch (inst->DstReg.Index) {
217 i915_program_error(p, "Bad inst->DstReg.Index: %d",
218 inst->DstReg.Index);
222 return UREG(REG_TYPE_R, inst->DstReg.Index);
224 i915_program_error(p, "Bad inst->DstReg.File: %d", inst->DstReg.File);
230 get_result_flags(const struct prog_instruction *inst)
234 if (inst->SaturateMode == SATURATE_ZERO_ONE
312 struct prog_instruction *inst = &program->Base.Instructions[i]; local
376 const struct prog_instruction *inst = program->Base.Instructions; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_optimize.c 90 bool brw_is_arithmetic_inst(const struct brw_instruction *inst)
92 return brw_opcodes[inst->header.opcode].is_arith;
116 brw_is_grf_written(const struct brw_instruction *inst,
120 if (brw_opcodes[inst->header.opcode].ndst == 0)
123 if (inst->bits1.da1.dest_address_mode != BRW_ADDRESS_DIRECT)
124 if (inst->bits1.ia1.dest_reg_file == BRW_GENERAL_REGISTER_FILE)
127 if (inst->bits1.da1.dest_reg_file != BRW_GENERAL_REGISTER_FILE)
133 const int type_size = inst_type_size[inst->bits1.da1.dest_reg_type];
134 const int write_start = inst->bits1.da1.dest_reg_nr*REG_SIZE
135 + inst->bits1.da1.dest_subreg_nr
518 const struct brw_instruction *inst = p->store + j; local
572 struct brw_instruction *inst = p->store + prev; local
589 struct brw_instruction *inst = p->store + j; local
607 struct brw_instruction *inst = p->store + j; local
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 798 struct prog_instruction *inst,
804 inst->Opcode = opcode;
807 if (!Parse_MaskedDstReg(parseState, &inst->DstReg))
815 if (!Parse_SwizzleSrcReg(parseState, &inst->SrcReg[0]))
828 struct prog_instruction *inst,
836 inst->Opcode = opcode;
839 if (!Parse_MaskedDstReg(parseState, &inst->DstReg))
847 if (!Parse_SwizzleSrcReg(parseState, &inst->SrcReg[0]))
855 if (!Parse_SwizzleSrcReg(parseState, &inst->SrcReg[1]))
863 if (inst->SrcReg[0].File == PROGRAM_ENV_PARAM &
1137 struct prog_instruction *inst = program + parseState->numInst; local
    [all...]
prog_execute.c 389 const struct prog_instruction *inst,
393 const GLuint unit = machine->Samplers[inst->TexSrcUnit];
398 inst->SrcReg[0].File == PROGRAM_INPUT &&
399 inst->SrcReg[0].Index == FRAG_ATTRIB_TEX0 + inst->TexSrcUnit) {
401 GLuint attr = inst->SrcReg[0].Index;
456 const struct prog_instruction *inst)
458 const GLuint swizzle = inst->DstReg.CondSwizzle;
459 const GLuint condMask = inst->DstReg.CondMask;
478 store_vector4(const struct prog_instruction *inst,
659 const struct prog_instruction *inst = program->Instructions + pc; local
    [all...]
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 115 static SkPdfIdentityHEncoding* inst = new SkPdfIdentityHEncoding(); local
116 return inst;
139 static SkPdfDefaultEncoding* inst = new SkPdfDefaultEncoding(); local
140 return inst;
162 static SkPdfCIDToGIDMapIdentityEncoding* inst = new SkPdfCIDToGIDMapIdentityEncoding(); local
163 return inst;
349 static CIDToGIDMap_Identity* inst = new CIDToGIDMap_Identity();
350 return inst;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method )
240 : m_inst( inst ), m_test_method( test_method ) {}
304 static auto_tc_exp_fail inst; local
305 static auto_tc_exp_fail* inst_ptr = &inst;
  /system/bt/bta/gatt/
bta_gattc_cache.c 80 APPL_TRACE_ERROR("Service[%d]: handle[%d ~ %d] %s[0x%04x] inst[%d]",
91 APPL_TRACE_ERROR("\t Attr[0x%04x] handle[%d] uuid[0x%04x] inst[%d] type[%s] prop[0x%1x]",
217 UINT8 i = 0, inst = 0; local
227 inst ++;
229 return inst ;
242 UINT8 inst = 0; local
253 inst ++;
258 return inst ;
271 UINT8 inst = 0; local
282 inst ++
    [all...]

Completed in 1163 milliseconds

1 2 3 4 56 7 8 91011