HomeSort by relevance Sort by last modified time
    Searched full:targetname (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/quake/quake/src/QW/progs/
subs.qc 198 Removes all entities with a targetname that match self.killtarget,
201 Search for (string)targetname in all entities that
246 t = find (t, targetname, self.killtarget);
262 t = find (t, targetname, self.target);
plats.qc 205 if (self.targetname)
255 targ = find (world, targetname, self.target);
272 targ = find (world, targetname, self.target);
275 if (!self.targetname)
doors.qc 345 if (self.targetname)
346 starte.targetname = self.targetname;
362 if (self.targetname)
409 "targetname" if set, no touch field will be spawned and a remote button or trigger field activates the door.
668 if (!self.targetname || self.spawnflags&SECRET_YES_SHOOT)
721 If a secret door has a targetname, it will only be opened by it's botton or trigger, not by damage.
774 if ( !self.targetname || self.spawnflags&SECRET_YES_SHOOT)
triggers.qc 157 "targetname". If "health" is set, the trigger must be killed to activate.
380 if (self.targetname)
403 t = find (world, targetname, self.target);
436 This is the destination marker for a teleporter. It should have a "targetname" field with the same value as a teleporter's "target" field.
445 if (!self.targetname)
446 objerror ("no targetname");
457 Any object touching this will be transported to the corresponding info_teleport_destination entity. You must set the "target" field, and create an object with a "targetname" field that matches.
459 If the trigger_teleport has a targetname, it will only teleport entities when it has been fired.
buttons.qc 75 "target" all entities with a matching targetname will be used
  /external/quake/quake/src/WinQuake/
progdefs.q1 129 string_t targetname;
progdefs.q2 138 string_t targetname;
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 221 const std::string &TargetName = Target.getName();
222 std::string ClassName = TargetName + "GenMCRegisterInfo";
278 OS << "\nMCRegisterDesc " << TargetName
301 OS << "static inline void Init" << TargetName
304 OS << " RI->InitMCRegisterInfo(" << TargetName << "RegDesc, "
324 const std::string &TargetName = Target.getName();
325 std::string ClassName = TargetName + "GenRegisterInfo";
382 OS << "} // end of namespace " << TargetName << "\n\n";
663 const std::string &TargetName = Target.getName();
665 << TargetName << "RegInfoDesc[] =
    [all...]
InstrInfoEmitter.cpp 176 const std::string &TargetName = Target.getName();
206 OS << "\nMCInstrDesc " << TargetName << "Insts[] = {\n";
216 OS << "static inline void Init" << TargetName
218 OS << " II->InitMCInstrInfo(" << TargetName << "Insts, "
229 std::string ClassName = TargetName + "GenInstrInfo";
242 OS << "extern MCInstrDesc " << TargetName << "Insts[];\n";
245 << " InitMCInstrInfo(" << TargetName << "Insts, "
ARMDecoderEmitter.cpp 353 static TARGET_NAME_t TargetName;
378 static void setTargetName(TARGET_NAME_t tn) { TargetName = tn; }
732 TARGET_NAME_t ARMFilterChooser::TargetName;
736 if (TargetName == TARGET_ARM) {
828 if (TargetName != TARGET_THUMB) return;
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 89 final String targetName = manager.getProperty(className + ".target");
95 Class<?> targetClass = loader.loadClass(targetName);
98 throw new RuntimeException("Cannot load target handler '" + targetName + "'");
  /development/host/windows/usb/api/
SOURCES 17 TARGETNAME = AdbWinApi
  /development/host/windows/usb/winusb/
SOURCES 17 TARGETNAME = AdbWinUsbApi
  /external/quake/quake/src/QW/server/
progdefs.h 145 string_t targetname; member in struct:__anon10421
  /external/icu4c/tools/toolutil/
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
132 static void checkDependency(void *context, const char *itemName, const char *targetName);
  /external/llvm/tools/llc/
llc.cpp 142 static tool_output_file *GetOutputStream(const char *TargetName,
155 if (TargetName[0] == 'c') {
156 if (TargetName[1] == 0)
158 else if (TargetName[1] == 'p' && TargetName[2] == 'p')
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 107 String targetName,
110 Filter target = getFilter(targetName);
116 "Attempting to connect unknown target filter '" + targetName + "'!");
  /hardware/ti/omap4xxx/domx/
Makefile 47 TARGETNAME =
  /hardware/ti/omap4xxx/domx/domx/
Makefile 51 TARGETNAME = libdomx
  /hardware/ti/omap4xxx/domx/omx_core/
Makefile 51 TARGETNAME = libomx_core
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile 47 TARGETNAME =
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.H264E.so
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.MPEG4E.so
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.MISC.SAMPLE.so
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
Makefile 51 TARGETNAME = libOMX.TI.DUCATI1.VIDEO.DECODER.so

Completed in 1870 milliseconds

12 3 4