Searched refs:context (Results 1 - 25 of 4820) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisTraverser.java48 * By the nature of the stateless traversal, the context node can not be
55 * @param context The context node of this traversal. This is the point
59 public int first(int context) argument
61 return next(context, context);
65 * By the nature of the stateless traversal, the context node can not be
72 * @param context The context node of this traversal. This is the point
78 public int first(int context, in argument
97 next(int context, int current) argument
115 next(int context, int current, int extendedTypeID) argument
[all...]
/external/clang/test/Sema/
H A Dfreemain.c7 void* main(void* context, long size) { argument
8 if (context) return allocate(size);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DActiveDOMCallback.cpp40 ActiveDOMCallback::ActiveDOMCallback(ExecutionContext* context) argument
41 : ContextLifecycleObserver(context)
51 ExecutionContext* context = executionContext(); local
52 return context && !context->activeDOMObjectsAreSuspended() && !context->activeDOMObjectsAreStopped();
57 ExecutionContext* context = executionContext(); local
58 if (context && context->isWorkerGlobalScope()) {
59 WorkerScriptController* scriptController = toWorkerGlobalScope(context)
[all...]
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
H A DContext.xs32 common_pc(context)
33 struct scripting_context * context
36 common_flags(context)
37 struct scripting_context * context
40 common_lock_depth(context)
41 struct scripting_context * context
/external/chromium_org/chrome/browser/profiles/
H A Dincognito_helpers.cc12 content::BrowserContext* context) {
13 return static_cast<Profile*>(context)->GetOriginalProfile();
17 content::BrowserContext* context) {
18 return context;
11 GetBrowserContextRedirectedInIncognito( content::BrowserContext* context) argument
16 GetBrowserContextOwnInstanceInIncognito( content::BrowserContext* context) argument
/external/ppp/pppd/plugins/radius/
H A Dmd5.c8 MD5_CTX context; local
10 MD5_Init (&context);
11 MD5_Update (&context, input, inlen);
12 MD5_Final (output, &context);
/external/chromium_org/remoting/host/
H A Dchromoting_host_context_unittest.cc13 // A simple test that starts and stop the context. This tests the context
19 scoped_ptr<ChromotingHostContext> context = local
23 EXPECT_TRUE(context);
24 if (!context)
26 EXPECT_TRUE(context->audio_task_runner().get());
27 EXPECT_TRUE(context->video_capture_task_runner().get());
28 EXPECT_TRUE(context->video_encode_task_runner().get());
29 EXPECT_TRUE(context->file_task_runner().get());
30 EXPECT_TRUE(context
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_base.cc13 content::BrowserContext* context) {
15 static_cast<Profile*>(context));
12 FromBrowserContext( content::BrowserContext* context) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAddConsoleMessageTask.cpp34 void AddConsoleMessageTask::performTask(ExecutionContext* context) argument
36 context->addConsoleMessage(m_source, m_level, m_message);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLExtension.cpp32 WebGLExtension::WebGLExtension(WebGLRenderingContext* context) argument
33 : m_context(context)
H A DWebGLCompressedTexturePVRTC.cpp35 WebGLCompressedTexturePVRTC::WebGLCompressedTexturePVRTC(WebGLRenderingContext* context) argument
36 : WebGLExtension(context)
39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_PVRTC_4BPPV1_IMG);
40 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGB_PVRTC_2BPPV1_IMG);
41 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_PVRTC_4BPPV1_IMG);
42 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_RGBA_PVRTC_2BPPV1_IMG);
54 PassRefPtr<WebGLCompressedTexturePVRTC> WebGLCompressedTexturePVRTC::create(WebGLRenderingContext* context) argument
56 return adoptRef(new WebGLCompressedTexturePVRTC(context));
59 bool WebGLCompressedTexturePVRTC::supported(WebGLRenderingContext* context) argument
61 Extensions3D* extensions = context
[all...]
H A DWebGLCompressedTextureATC.cpp34 WebGLCompressedTextureATC::WebGLCompressedTextureATC(WebGLRenderingContext* context) argument
35 : WebGLExtension(context)
38 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGB_AMD);
39 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD);
40 context->addCompressedTextureFormat(Extensions3D::COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD);
52 PassRefPtr<WebGLCompressedTextureATC> WebGLCompressedTextureATC::create(WebGLRenderingContext* context) argument
54 return adoptRef(new WebGLCompressedTextureATC(context));
57 bool WebGLCompressedTextureATC::supported(WebGLRenderingContext* context) argument
59 Extensions3D* extensions = context->graphicsContext3D()->extensions();
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang.h8 extern int glslang_initialize(TParseContext* context);
9 extern int glslang_finalize(TParseContext* context);
14 TParseContext* context);
15 extern int glslang_parse(TParseContext* context);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.c20 /* context structures. */
25 #include "decContext.h" /* context and base types */
47 /* context is the context structure to be queried */
50 /* returns context */
54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { argument
55 context->status&=~mask;
56 return context;
60 /* decContextDefault -- initialize a context structure */
62 /* context i
72 uprv_decContextDefault(decContext *context, Int kind) argument
137 uprv_decContextGetRounding(decContext *context) argument
149 uprv_decContextGetStatus(decContext *context) argument
165 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) argument
182 uprv_decContextSaveStatus(decContext *context, uInt mask) argument
195 uprv_decContextSetRounding(decContext *context, enum rounding newround) argument
211 uprv_decContextSetStatus(decContext *context, uInt status) argument
230 uprv_decContextSetStatusFromString(decContext *context, const char *string) argument
281 uprv_decContextSetStatusFromStringQuiet(decContext *context, const char *string) argument
327 uprv_decContextSetStatusQuiet(decContext *context, uInt status) argument
339 uprv_decContextStatusToString(const decContext *context) argument
419 uprv_decContextTestStatus(decContext *context, uInt mask) argument
431 uprv_decContextZeroStatus(decContext *context) argument
[all...]
H A Dregextxt.cpp18 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct; local
20 if (offset == context->lastOffset + 1) {
21 c = UTEXT_NEXT32(context->text);
22 context->lastOffset++;
23 } else if (offset == context->lastOffset) {
24 c = UTEXT_PREVIOUS32(context->text);
25 UTEXT_NEXT32(context->text);
27 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
28 c = UTEXT_NEXT32(context
41 uregex_ucstr_unescape_charAt(int32_t offset, void *context) argument
[all...]
/external/icu4c/i18n/
H A DdecContext.c20 /* context structures. */
25 #include "decContext.h" /* context and base types */
38 /* context is the context structure to be queried */
41 /* returns context */
45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { argument
46 context->status&=~mask;
47 return context;
51 /* decContextDefault -- initialize a context structure */
53 /* context i
63 uprv_decContextDefault(decContext *context, Int kind) argument
128 uprv_decContextGetRounding(decContext *context) argument
140 uprv_decContextGetStatus(decContext *context) argument
156 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) argument
173 uprv_decContextSaveStatus(decContext *context, uInt mask) argument
186 uprv_decContextSetRounding(decContext *context, enum rounding newround) argument
202 uprv_decContextSetStatus(decContext *context, uInt status) argument
223 uprv_decContextSetStatusFromString(decContext *context, const char *string) argument
274 uprv_decContextSetStatusFromStringQuiet(decContext *context, const char *string) argument
320 uprv_decContextSetStatusQuiet(decContext *context, uInt status) argument
332 uprv_decContextStatusToString(const decContext *context) argument
414 uprv_decContextTestStatus(decContext *context, uInt mask) argument
426 uprv_decContextZeroStatus(decContext *context) argument
[all...]
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/chromium_org/ui/gl/
H A Dgl_context_win.cc30 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
31 if (!context->Initialize(compatible_surface, gpu_preference))
34 return context;
37 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
38 if (!context->Initialize(compatible_surface, gpu_preference))
41 return context;
44 scoped_refptr<GLContext> context(new GLContextWGL(share_group));
45 if (!context->Initialize(compatible_surface, gpu_preference))
48 return context;
H A Dgl_context_x11.cc32 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
33 if (!context->Initialize(compatible_surface, gpu_preference))
36 return context;
39 scoped_refptr<GLContext> context(new GLContextGLX(share_group));
40 if (!context->Initialize(compatible_surface, gpu_preference))
43 return context;
46 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
47 if (!context->Initialize(compatible_surface, gpu_preference))
50 return context;
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DWorkerPerformance.cpp40 WorkerPerformance::WorkerPerformance(ExecutionContext* context) argument
41 : ContextLifecycleObserver(context)
51 ExecutionContext* context = executionContext(); local
52 ASSERT(context);
53 WorkerGlobalScope* workerGlobalScope = toWorkerGlobalScope(context);
/external/chromium_org/tools/cr/
H A Dmain.py24 plugins, creates the context and then activates and runs the specified
34 # Build the command context
35 context = cr.Context(
41 context.AddSubParser(command)
44 if context.autocompleting:
46 cr.autocomplete.Complete(context)
49 context.ParseArgs(True)
50 cr.plugin.Activate(context)
52 command = cr.Command.GetActivePlugin(context)
55 command.EarlyArgProcessing(context)
[all...]
/external/chromium_org/components/browser_context_keyed_service/
H A Dbrowser_context_keyed_service_factory.cc16 content::BrowserContext* context, TestingFactoryFunction testing_factory) {
17 // Destroying the context may cause us to lose data about whether |context|
18 // has our preferences registered on it (since the context object itself
21 bool add_context = ArePreferencesSetOn(context);
24 // are unit tests that create a service on a context and then change the
26 BrowserContextShutdown(context);
27 BrowserContextDestroyed(context);
30 MarkPreferencesSetOn(context);
32 testing_factories_[context]
15 SetTestingFactory( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
36 SetTestingFactoryAndUse( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
54 GetServiceForBrowserContext( content::BrowserContext* context, bool create) argument
91 Associate( content::BrowserContext* context, BrowserContextKeyedService* service) argument
98 Disassociate( content::BrowserContext* context) argument
107 BrowserContextShutdown( content::BrowserContext* context) argument
114 BrowserContextDestroyed( content::BrowserContext* context) argument
127 SetEmptyTestingFactory( content::BrowserContext* context) argument
132 CreateServiceNow( content::BrowserContext* context) argument
[all...]
H A Drefcounted_browser_context_keyed_service_factory.cc14 content::BrowserContext* context,
16 // Destroying the context may cause us to lose data about whether |context|
17 // has our preferences registered on it (since the context object itself
20 bool add_context = ArePreferencesSetOn(context);
23 // are unit tests that create a service on a context and then change the
25 BrowserContextShutdown(context);
26 BrowserContextDestroyed(context);
29 MarkPreferencesSetOn(context);
31 testing_factories_[context]
13 SetTestingFactory( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
35 SetTestingFactoryAndUse( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
56 GetServiceForBrowserContext( content::BrowserContext* context, bool create) argument
93 Associate( content::BrowserContext* context, const scoped_refptr<RefcountedBrowserContextKeyedService>& service) argument
100 BrowserContextShutdown( content::BrowserContext* context) argument
107 BrowserContextDestroyed( content::BrowserContext* context) argument
122 SetEmptyTestingFactory( content::BrowserContext* context) argument
127 CreateServiceNow( content::BrowserContext* context) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context_unittest.cc27 ScreenContext& context() { return *context_.get(); } function in class:chromeos::ScreenContextTest
34 ASSERT_FALSE(context().HasChanges());
36 ASSERT_FALSE(context().HasKey("key0"));
38 bool rv = context().SetBoolean("key0", true);
40 ASSERT_TRUE(context().HasKey("key0"));
41 ASSERT_TRUE(context().GetBoolean("key0"));
42 ASSERT_TRUE(context().GetBoolean("key0", false));
43 ASSERT_TRUE(context().HasChanges());
45 rv = context().SetBoolean("key0", true);
48 rv = context()
[all...]
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d_unittest.cc15 static bool check_parameter_value(TestWebGraphicsContext3D* context, argument
19 context->getTexParameteriv(GL_TEXTURE_2D, pname, &actual_value);
23 static void expect_default_parameter_values(TestWebGraphicsContext3D* context) { argument
24 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_MAG_FILTER, GL_LINEAR));
26 context, GL_TEXTURE_MIN_FILTER, GL_NEAREST_MIPMAP_LINEAR));
27 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_WRAP_S, GL_REPEAT));
28 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_WRAP_T, GL_REPEAT));
30 context, GL_TEXTURE_POOL_CHROMIUM, GL_TEXTURE_POOL_UNMANAGED_CHROMIUM));
31 EXPECT_TRUE(check_parameter_value(context, GL_TEXTURE_USAGE_ANGLE, GL_NONE));
35 scoped_ptr<TestWebGraphicsContext3D> context(
[all...]

Completed in 664 milliseconds

1234567891011>>