HomeSort by: relevance | last modified time | path
    Searched defs:capture (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/games/trek/
capture.c 1 /* $NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $");
62 capture(int v __unused) function
capture.c 1 /* $NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $ */
35 static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: capture.c,v 1.12 2009/08/12 08:54:54 dholland Exp $");
62 capture(int v __unused) function
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py 5 """ This module is responsible to capture the compiler invocation of any
38 __all__ = ['capture', 'intercept_build', 'intercept_compiler_wrapper']
55 return capture(args)
58 def capture(args): function
intercept.py 5 """ This module is responsible to capture the compiler invocation of any
38 __all__ = ['capture', 'intercept_build', 'intercept_compiler_wrapper']
55 return capture(args)
58 def capture(args): function
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py 84 def capture(args, env=None): function
85 """capture(command) - Run the given command (or argv list) in a shell and
util.py 84 def capture(args, env=None): function
85 """capture(command) - Run the given command (or argv list) in a shell and
  /src/external/ibm-public/postfix/dist/src/global/
allowed_prefix_test.c 70 MSG_CAPTURE *capture = msg_capt_create(100); local
76 msg_capt_start(capture);
80 msg_capt_stop(capture);
83 got_warning = msg_capt_expose(capture);
99 msg_capt_free(capture);
nbdb_surrogate_test.c 71 MSG_CAPTURE *capture = msg_capt_create(100); local
85 msg_capt_start(capture);
87 msg_capt_stop(capture);
91 } else if (strstr(got_warning = msg_capt_expose(capture),
98 msg_capt_free(capture);
105 MSG_CAPTURE *capture = msg_capt_create(100); local
119 msg_capt_start(capture);
121 msg_capt_stop(capture);
125 } else if (strstr(got_warning = msg_capt_expose(capture),
132 msg_capt_free(capture);
    [all...]
allowed_prefix_test.c 70 MSG_CAPTURE *capture = msg_capt_create(100); local
76 msg_capt_start(capture);
80 msg_capt_stop(capture);
83 got_warning = msg_capt_expose(capture);
99 msg_capt_free(capture);
nbdb_surrogate_test.c 71 MSG_CAPTURE *capture = msg_capt_create(100); local
85 msg_capt_start(capture);
87 msg_capt_stop(capture);
91 } else if (strstr(got_warning = msg_capt_expose(capture),
98 msg_capt_free(capture);
105 MSG_CAPTURE *capture = msg_capt_create(100); local
119 msg_capt_start(capture);
121 msg_capt_stop(capture);
125 } else if (strstr(got_warning = msg_capt_expose(capture),
132 msg_capt_free(capture);
    [all...]
nbdb_redirect_test.c 93 MSG_CAPTURE *capture; local
115 capture = msg_capt_create(100);
122 msg_capt_start(capture);
124 msg_capt_stop(capture);
125 got_logging = msg_capt_expose(capture);
150 MSG_CAPTURE *capture; local
172 capture = msg_capt_create(100);
179 msg_capt_start(capture);
181 msg_capt_stop(capture);
182 got_logging = msg_capt_expose(capture);
207 MSG_CAPTURE *capture; local
264 MSG_CAPTURE *capture; local
324 MSG_CAPTURE *capture; local
390 MSG_CAPTURE *capture; local
    [all...]
nbdb_redirect_test.c 93 MSG_CAPTURE *capture; local
115 capture = msg_capt_create(100);
122 msg_capt_start(capture);
124 msg_capt_stop(capture);
125 got_logging = msg_capt_expose(capture);
150 MSG_CAPTURE *capture; local
172 capture = msg_capt_create(100);
179 msg_capt_start(capture);
181 msg_capt_stop(capture);
182 got_logging = msg_capt_expose(capture);
207 MSG_CAPTURE *capture; local
264 MSG_CAPTURE *capture; local
324 MSG_CAPTURE *capture; local
390 MSG_CAPTURE *capture; local
    [all...]
nbdb_util_test.c 242 MSG_CAPTURE *capture = msg_capt_create(100); local
258 msg_capt_start(capture);
262 msg_capt_stop(capture);
263 got_warning = msg_capt_expose(capture);
295 msg_capt_free(capture);
nbdb_util_test.c 242 MSG_CAPTURE *capture = msg_capt_create(100); local
258 msg_capt_start(capture);
262 msg_capt_stop(capture);
263 got_warning = msg_capt_expose(capture);
295 msg_capt_free(capture);
  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_process_test.c 139 MSG_CAPTURE *capture; local
162 capture = msg_capt_create(100);
165 msg_capt_start(capture);
169 msg_capt_stop(capture);
170 got_msg = msg_capt_expose(capture);
196 msg_capt_free(capture);
nbdb_process_test.c 139 MSG_CAPTURE *capture; local
162 capture = msg_capt_create(100);
165 msg_capt_start(capture);
169 msg_capt_stop(capture);
170 got_msg = msg_capt_expose(capture);
196 msg_capt_free(capture);
  /src/sys/arch/hppa/gsc/
harmonyvar.h 51 #define CAPTURE_EMPTYS 3 /* capture empty buffers */
59 uint8_t capture[CAPTURE_EMPTYS][HARMONY_BUFSIZE]; member in struct:harmony_empty
harmonyvar.h 51 #define CAPTURE_EMPTYS 3 /* capture empty buffers */
59 uint8_t capture[CAPTURE_EMPTYS][HARMONY_BUFSIZE]; member in struct:harmony_empty
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.c 202 struct i915_capture_list *capture; local
204 capture = fetch_and_zero(&request->capture_list);
205 while (capture) {
206 struct i915_capture_list *next = capture->next;
208 kfree(capture);
209 capture = next;
i915_request.c 202 struct i915_capture_list *capture; local
204 capture = fetch_and_zero(&request->capture_list);
205 while (capture) {
206 struct i915_capture_list *next = capture->next;
208 kfree(capture);
209 capture = next;
i915_gpu_error.c 758 err_printf(m, "Capture: %lu jiffies; %d ms ago\n",
759 error->capture, jiffies_to_msecs(jiffies - error->capture));
1258 bool capture; local
1280 capture = i915_gem_context_no_error_capture(ctx);
1283 return capture;
1320 capture_user(struct intel_engine_capture_vma *capture,
1327 capture = capture_vma(capture, c->vma, "user", gfp);
1329 return capture;
1452 struct intel_engine_capture_vma *capture = NULL; local
    [all...]
i915_gpu_error.h 159 unsigned long capture; member in struct:i915_gpu_coredump
234 struct intel_engine_capture_vma *capture,
301 struct intel_engine_capture_vma *capture,
i915_gpu_error.c 758 err_printf(m, "Capture: %lu jiffies; %d ms ago\n",
759 error->capture, jiffies_to_msecs(jiffies - error->capture));
1258 bool capture; local
1280 capture = i915_gem_context_no_error_capture(ctx);
1283 return capture;
1320 capture_user(struct intel_engine_capture_vma *capture,
1327 capture = capture_vma(capture, c->vma, "user", gfp);
1329 return capture;
1452 struct intel_engine_capture_vma *capture = NULL; local
    [all...]
i915_gpu_error.h 159 unsigned long capture; member in struct:i915_gpu_coredump
234 struct intel_engine_capture_vma *capture,
301 struct intel_engine_capture_vma *capture,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 219 OpaqueValueExpr *capture(Expr *op);
358 /// Capture the given expression in an OpaqueValueExpr.
359 OpaqueValueExpr *PseudoOpBuilder::capture(Expr *e) { function in class:PseudoOpBuilder
373 /// Capture the given expression as the result of this pseudo-object
382 // If the expression hasn't already been captured, just capture it
385 OpaqueValueExpr *cap = capture(e);
430 OpaqueValueExpr *capturedRHS = capture(RHS);
502 result = capture(result.get());
699 /// Capture the base object of an Objective-C property expression.
703 // If we have a base, capture it in an OVE and rebuild the syntacti
    [all...]

Completed in 42 milliseconds

1 2