HomeSort by relevance Sort by last modified time
    Searched refs:blocked (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/QW/client/
pmove.c 67 returns the blocked flags (1 = floor, 2 = step / wall)
76 int i, blocked; local
78 blocked = 0;
80 blocked |= 1; // floor
82 blocked |= 2; // step
94 return blocked;
119 int blocked; local
123 blocked = 0;
158 blocked |= 1; // floor
162 blocked |= 2; // ste
    [all...]
  /external/quake/quake/src/QW/server/
sv_phys.c 194 returns the blocked flags (1 = floor, 2 = step / wall)
203 int i, blocked; local
205 blocked = 0;
207 blocked |= 1; // floor
209 blocked |= 2; // step
221 return blocked;
250 int blocked; local
254 blocked = 0;
289 blocked |= 1; // floor
298 blocked |= 2; // ste
    [all...]
progdefs.h 104 func_t blocked; member in struct:__anon5208
  /packages/apps/IM/src/com/android/im/app/
BlockedContactView.java 47 mBlockedIcon = (ImageView)findViewById(R.id.blocked);
  /packages/apps/IM/src/com/android/im/engine/
ContactListManager.java 42 * ContactListManager state that indicates the blocked list has been loaded.
336 * ContactList after be blocked. If the contact has already been blocked,
360 * Unblock a certain contact. It will removes the contact from the blocked
362 * again. If the contact is not blocked on the client, this method does
364 * it belongs before blocked or not depends on the underlying protocol
399 * Gets a unmodifiable list of blocked contacts.
401 * @return a unmodifiable list of blocked contacts.
411 * Checks if a contact is blocked.
414 * @return true if it's blocked, false otherwise
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 85 func_t blocked; member in struct:__anon5160
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 185 returns the blocked flags (1 = floor, 2 = step / wall)
194 int i, blocked; local
196 blocked = 0;
198 blocked |= 1; // floor
200 blocked |= 2; // step
212 return blocked;
241 int blocked; local
245 blocked = 0;
283 blocked |= 1; // floor
292 blocked |= 2; // ste
    [all...]
  /external/v8/benchmarks/
richards.js 201 * Release a task that is currently blocked and return the next block to run.
217 * to run. The blocked task will not be made runnable until it is explicitly
284 * The task is not currently running. The task is not blocked as such and may
290 * The task is blocked and cannot be run until it is explicitly released.
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 196 * Release a task that is currently blocked and return the next block to run.
212 * to run. The blocked task will not be made runnable until it is explicitly
279 * The task is not currently running. The task is not blocked as such and may
285 * The task is blocked and cannot be run until it is explicitly released.
  /external/kernel-headers/original/linux/
sched.h 13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
889 sigset_t blocked, real_blocked; member in struct:task_struct
913 /* PI waiters blocked on a rt_mutex held by this task */
    [all...]

Completed in 159 milliseconds