Searched defs:context (Results 101 - 125 of 1764) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fStringQueryTests.cpp44 StringQueryTests::StringQueryTests (Context& context) argument
45 : TestCaseGroup (context, "string", "String Query tests")
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilerTests.cpp35 ShaderCompilerTests::ShaderCompilerTests (Context& context) argument
36 : TestCaseGroup(context, "compiler", "Shader Compiler Performance Tests")
/external/deqp/modules/gles3/stress/
H A Des3sStressTests.cpp43 StressTests::StressTests (Context& context) argument
44 : TestCaseGroup(context, "stress", "Stress tests")
/external/deqp/modules/gles31/functional/
H A Des31fBuiltinPrecisionTests.cpp39 TestCaseGroup* createBuiltinPrecisionTests (Context& context) argument
42 context, "precision", "Builtin precision tests");
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
50 context.getRenderContext(),
60 bpt::addBuiltinPrecisionTests(context.getTestContext(),
61 context.getRenderContext(),
/external/deqp/modules/gles31/stress/
H A Des31sStressTests.cpp37 StressTests::StressTests (Context& context) argument
38 : TestCaseGroup(context, "stress", "Stress tests")
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DChainFinder.java24 * first Finder as context for the second Finder. It is conceptually similar to
27 * second(first(context)).
48 public UiElement find(UiElement context) { argument
49 return second.find(first.find(context));
H A DFinder.java31 * @param context The starting UiElement, used as search context
32 * @return The first matching element on the current context
35 UiElement find(UiElement context); argument
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
H A DUiAutomationInputInjector.java28 private final UiAutomationContext context; field in class:UiAutomationInputInjector
30 public UiAutomationInputInjector(UiAutomationContext context) { argument
31 this.context = context;
36 return context.callUiAutomation(new UiAutomationCallable<Boolean>() {
H A DUiAutomationUiDevice.java31 private final UiAutomationContext context; field in class:UiAutomationUiDevice
33 UiAutomationUiDevice(UiAutomationContext context) { argument
34 this.context = context;
40 return context.callUiAutomation(new UiAutomationCallable<Bitmap>() {
56 return context;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DMain.java36 public Object start(IApplicationContext context) throws Exception { argument
39 String[] args = (String[]) context.getArguments().get("application.args");
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelLoaderFactory.java20 * @param context A context that cannot be retained by the factory but can be retained by the {@link ModelLoader}
25 ModelLoader<T, Y> build(Context context, GenericLoaderFactory factories); argument
/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DConnectivityMonitorFactory.java12 public ConnectivityMonitor build(Context context, ConnectivityMonitor.ConnectivityListener listener) { argument
13 final int res = context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE");
16 return new DefaultConnectivityMonitor(context, listener);
/external/glide/library/src/main/java/com/bumptech/glide/signature/
H A DApplicationVersionSignature.java23 public static Key obtain(Context context) { argument
24 String packageName = context.getPackageName();
27 Key toAdd = obtainVersionSignature(context);
43 private static Key obtainVersionSignature(Context context) { argument
46 pInfo = context.getPackageManager().getPackageInfo(context.getPackageName(), 0);
/external/google-breakpad/android/sample_app/jni/
H A Dtest_breakpad.cpp38 void* context,
37 DumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, void* context, bool succeeded) argument
/external/google-breakpad/src/processor/testdata/
H A Dlinux_test_app.cc55 void *context,
54 callback(const char *dump_path, const char *id, void *context, bool succeeded) argument
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
H A DWireFormat.java35 * @param context the {@link PairingContext} to use in construction
38 public PoloWireInterface getWireInterface(PairingContext context) { argument
41 return ProtobufWireAdapter.fromContext(context);
43 return JsonWireAdapter.fromContext(context);
45 return XmlWireAdapter.fromContext(context);
/external/guava/guava/src/com/google/common/eventbus/
H A DSubscriberExceptionHandler.java27 void handleException(Throwable exception, SubscriberExceptionContext context); argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidiClassifier.java49 protected Object context; field in class:BidiClassifier
52 * @param context Context for this classifier instance.
56 public BidiClassifier(Object context) { argument
57 this.context = context;
61 * Sets classifier context, which can be used either by a caller or
64 * @param context Context for this classifier instance.
68 public void setContext(Object context) { argument
69 this.context = context;
[all...]
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DCloneConfiguration.java31 public void configure(WebAppContext context) throws Exception argument
34 configuration.cloneConfigure(_template,context);
39 public void deconfigure(WebAppContext context) throws Exception argument
42 configuration.deconfigure(context);
H A DDescriptorProcessor.java28 public void process (WebAppContext context, Descriptor descriptor) throws Exception; argument
/external/libselinux/src/
H A Dgetpeercon.c14 int getpeercon(int fd, char ** context) argument
42 *context = buf;
/external/libunwind/src/unwind/
H A DForcedUnwind.c33 struct _Unwind_Context context; local
46 if (_Unwind_InitContext (&context, &uc) < 0)
53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c52 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_pc", "context");
55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
59 RETVAL = common_pc(context);
75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context");
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
82 RETVAL = common_flags(context);
98 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_lock_depth", "context");
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); local
105 RETVAL = common_lock_depth(context);
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c31 PyObject *context; local
34 if (!PyArg_ParseTuple(args, "O", &context))
37 scripting_context = PyCObject_AsVoidPtr(context);
47 PyObject *context; local
50 if (!PyArg_ParseTuple(args, "O", &context))
53 scripting_context = PyCObject_AsVoidPtr(context);
63 PyObject *context; local
66 if (!PyArg_ParseTuple(args, "O", &context))
69 scripting_context = PyCObject_AsVoidPtr(context);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml9 let context = global_context () var
10 let the_module = create_module context "my cool jit"
11 let builder = builder context
13 let double_type = double_type context
85 let bb = append_block context "entry" the_function in

Completed in 483 milliseconds

1234567891011>>