Searched defs:context (Results 26 - 50 of 1764) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/client/
H A DUserTokenHandler.java37 * A handler for determining if the given execution context is user specific
39 * identify the current user if the context is user specific or to be
40 * <code>null</code> if the context does not contain any resources or details
59 * identify the current user if the context is user specific or to be
62 * @param context the execution context
65 * <code>null</null> if the context is not user specific.
67 Object getUserToken(HttpContext context); argument
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_thread_stack_array_left_oob.cc8 DWORD WINAPI thread_proc(void *context) { argument
/external/icu/icu4c/source/i18n/
H A Dregextxt.cpp19 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct; local
21 if (offset == context->lastOffset + 1) {
22 c = UTEXT_NEXT32(context->text);
23 context->lastOffset++;
24 } else if (offset == context->lastOffset) {
25 c = UTEXT_PREVIOUS32(context->text);
26 UTEXT_NEXT32(context->text);
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
29 c = UTEXT_NEXT32(context
42 uregex_ucstr_unescape_charAt(int32_t offset, void *context) argument
[all...]
/external/libselinux/src/
H A Dfgetfilecon.c10 int fgetfilecon(int fd, char ** context) argument
48 *context = buf;
H A Dgetfilecon.c10 int getfilecon(const char *path, char ** context) argument
48 *context = buf;
H A Dlgetfilecon.c10 int lgetfilecon(const char *path, char ** context) argument
48 *context = buf;
/external/libunwind/src/unwind/
H A DBacktrace.c32 struct _Unwind_Context context; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
46 if (unw_step (&context.cursor) <= 0)
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON)
H A DResume_or_Rethrow.c31 struct _Unwind_Context context; local
42 if (_Unwind_InitContext (&context, &uc) < 0)
45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
/external/lldb/include/lldb/Target/
H A DOperatingSystem.h82 CreateThread (lldb::tid_t tid, lldb::addr_t context) argument
/external/llvm/test/Bindings/OCaml/
H A Dbitreader.ml13 let context = Llvm.global_context () var
19 let m = Llvm.create_module context "ocaml_test_module" in
29 let m = Llvm_bitreader.parse_bitcode context mb in
50 Llvm_bitreader.get_module context mb
70 Llvm_bitreader.get_module context mb
H A Dbitwriter.ml13 let context = Llvm.global_context () var
41 let m = Llvm.create_module context "ocaml_test_module" in
H A Dirreader.ml16 let context = global_context () var
38 let m = parse_ir context buf in
41 insist ((global_initializer foo) = (const_int (i32_type context) 42))
49 ignore (parse_ir context buf);
/external/robolectric/src/main/java/com/foo/
H A DReceiver.java10 public void onReceive(Context context, Intent intent) { argument
/external/robolectric/src/main/java/com/xtremelabs/
H A DConfigTestReceiver.java10 public void onReceive(Context context, Intent intent) { argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDateFormat.java13 public final static java.text.DateFormat getDateFormat(Context context) { argument
H A DShadowPreferenceManager.java20 public static SharedPreferences getDefaultSharedPreferences(Context context) { argument
21 ShadowApplication shadowApplication = shadowOf((Application) context.getApplicationContext());
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DDotConfigTestReceiver.java10 public void onReceive(Context context, Intent intent) { argument
/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.h22 GrSoftwarePathRenderer(GrContext* context) argument
23 : fContext(context) {
/external/skia/tests/
H A DGrSurfaceTest.cpp22 GrContext* context = factory->get(GrContextFactory::kNull_GLContextType); local
23 if (context) {
30 GrSurface* texRT1 = context->textureProvider()->createTexture(desc, false, NULL, 0);
42 GrSurface* tex1 = context->textureProvider()->createTexture(desc, false, NULL, 0);
54 GrSurface* texRT2 = context->textureProvider()->wrapBackendTexture(backendDesc);
/external/slf4j/integration/src/test/java/integrator/
H A DActivator.java42 public void start(BundleContext context) { argument
45 m_context = context;
48 public void stop(BundleContext context) { argument
/external/v8/test/cctest/compiler/
H A Dtest-run-jscalls.cc209 Handle<JSObject> g(T.function->context()->global_object()->global_proxy());
233 Handle<JSObject> g(T.function->context()->global_object()->global_proxy());
257 // Disable context specialization.
259 v8::Local<v8::Context> context = v8::Context::New(CcTest::isolate()); local
260 v8::Context::Scope scope(context);
265 context->Global()->Set(v8_str("foo"), v8::Utils::ToLocal(jsfun));
278 // Disable context specialization.
280 v8::Local<v8::Context> context = v8::Context::New(CcTest::isolate()); local
281 v8::Context::Scope scope(context);
286 context
[all...]
/external/v8/test/cctest/
H A Dtest-global-object.cc39 LocalContext context; local
44 context->Global()->GetPrototype().As<v8::Object>();
/external/v8/tools/testrunner/objects/
H A Dworkpacket.py29 from . import context namespace
33 def __init__(self, peer=None, context=None, tests=None, binaries=None,
36 self.context = context
70 "context": self.context.Pack(),
84 ctx = context.Context.Unpack(packed["context"])
88 return WorkPacket(context=ctx, tests=tests, binaries=binaries,
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/widget/
H A DDemoAppWidgetProvider.java36 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { argument
38 XYPlot plot = new XYPlot(context, "Widget Example");
82 RemoteViews rv = new RemoteViews(context.getPackageName(), R.layout.demo_app_widget);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedNotSetException.cs63 protected MismatchedNotSetException(SerializationInfo info, StreamingContext context) argument
64 : base(info, context) {

Completed in 906 milliseconds

1234567891011>>