Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 3926) sorted by relevance

12345678910>>...158

/external/chromium_org/third_party/icu/source/i18n/
DdecContext.c45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
63 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault()
128 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
156 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus()
173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
186 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding()
202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
223 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString()
274 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet()
[all …]
/external/icu/icu4c/source/i18n/
DdecContext.c45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
63 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault()
128 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
140 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
156 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus()
173 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
186 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding()
202 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
223 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString()
274 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet()
[all …]
/external/qemu/
Dcpu-exec.c774 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext->ss.eip)) argument
775 # define TRAP_sig(context) ((context)->uc_mcontext->es.trapno) argument
776 # define ERROR_sig(context) ((context)->uc_mcontext->es.err) argument
777 # define MASK_sig(context) ((context)->uc_sigmask) argument
781 # define EIP_sig(context) ((context)->uc_mcontext.__gregs[_REG_EIP]) argument
782 # define TRAP_sig(context) ((context)->uc_mcontext.__gregs[_REG_TRAPNO]) argument
783 # define ERROR_sig(context) ((context)->uc_mcontext.__gregs[_REG_ERR]) argument
784 # define MASK_sig(context) ((context)->uc_sigmask) argument
788 # define EIP_sig(context) (*((unsigned long*)&(context)->uc_mcontext.mc_eip)) argument
789 # define TRAP_sig(context) ((context)->uc_mcontext.mc_trapno) argument
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-decls.cc57 Local<Context> context = Local<Context>::New(isolate, context_); in ~DeclarationContext() local
81 virtual void PostInitializeContext(Handle<Context> context) {} in PostInitializeContext()
130 Local<Context> context = Context::New(isolate, in InitializeIfNeeded() local
183 DeclarationContext* context = GetInstance(info.Data()); in HandleGet() local
193 DeclarationContext* context = GetInstance(info.Data()); in HandleSet() local
202 DeclarationContext* context = GetInstance(info.Data()); in HandleQuery() local
236 { DeclarationContext context; in TEST() local
242 { DeclarationContext context; in TEST() local
249 { DeclarationContext context; in TEST() local
257 { DeclarationContext context; in TEST() local
[all …]
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_tcp_socket_message_filter.cc142 ppapi::host::HostMessageContext* context) { in OnResourceMessageReceived()
167 const ppapi::host::HostMessageContext* context, in OnMsgBind()
197 const ppapi::host::HostMessageContext* context, in OnMsgConnect()
238 const ppapi::host::HostMessageContext* context, in OnMsgConnectWithNetAddress()
264 const ppapi::host::HostMessageContext* context, in OnMsgSSLHandshake()
318 const ppapi::host::HostMessageContext* context, in OnMsgRead()
358 const ppapi::host::HostMessageContext* context, in OnMsgWrite()
382 const ppapi::host::HostMessageContext* context, in OnMsgListen()
413 const ppapi::host::HostMessageContext* context) { in OnMsgAccept()
436 const ppapi::host::HostMessageContext* context) { in OnMsgClose()
[all …]
Dpepper_tcp_server_socket_message_filter.cc86 ppapi::host::HostMessageContext* context) { in OnResourceMessageReceived()
99 const ppapi::host::HostMessageContext* context, in OnMsgListen()
128 const ppapi::host::HostMessageContext* context) { in OnMsgAccept()
150 const ppapi::host::HostMessageContext* context) { in OnMsgStopListening()
160 const ppapi::host::ReplyMessageContext& context, in DoListen()
197 const ppapi::host::ReplyMessageContext& context, in OnListenCompleted()
234 const ppapi::host::ReplyMessageContext& context, in OnAcceptCompleted()
291 const ppapi::host::ReplyMessageContext& context, in SendListenReply()
301 const ppapi::host::ReplyMessageContext& context, in SendListenError()
308 const ppapi::host::ReplyMessageContext& context, in SendAcceptReply()
[all …]
Dpepper_udp_socket_message_filter.cc92 ppapi::host::HostMessageContext* context) { in OnResourceMessageReceived()
108 const ppapi::host::HostMessageContext* context, in OnMsgSetOption()
169 const ppapi::host::HostMessageContext* context, in OnMsgBind()
195 const ppapi::host::HostMessageContext* context, in OnMsgSendTo()
223 const ppapi::host::HostMessageContext* context) { in OnMsgClose()
230 const ppapi::host::HostMessageContext* context) { in OnMsgRecvSlotAvailable()
247 const ppapi::host::ReplyMessageContext& context, in DoBind()
326 const ppapi::host::ReplyMessageContext& context, in DoSendTo()
414 const ppapi::host::ReplyMessageContext& context, in OnSendToCompleted()
428 const ppapi::host::ReplyMessageContext& context, in SendBindReply()
[all …]
/external/chromium_org/components/keyed_service/content/
Dbrowser_context_keyed_service_factory.cc16 content::BrowserContext* context, in SetTestingFactory()
45 content::BrowserContext* context, in SetTestingFactoryAndUse()
62 content::BrowserContext* context, in GetServiceForBrowserContext()
99 content::BrowserContext* context, in Associate()
106 content::BrowserContext* context) { in Disassociate()
115 content::BrowserContext* context) { in BrowserContextShutdown()
122 content::BrowserContext* context) { in BrowserContextDestroyed()
135 content::BrowserContext* context) { in SetEmptyTestingFactory()
140 content::BrowserContext* context) { in HasTestingFactory()
145 content::BrowserContext* context) { in CreateServiceNow()
Drefcounted_browser_context_keyed_service_factory.cc14 content::BrowserContext* context, in SetTestingFactory()
36 content::BrowserContext* context, in SetTestingFactoryAndUse()
56 content::BrowserContext* context, in GetServiceForBrowserContext()
93 content::BrowserContext* context, in Associate()
100 content::BrowserContext* context) { in BrowserContextShutdown()
107 content::BrowserContext* context) { in BrowserContextDestroyed()
122 content::BrowserContext* context) { in SetEmptyTestingFactory()
127 content::BrowserContext* context) { in HasTestingFactory()
132 content::BrowserContext* context) { in CreateServiceNow()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java211 public int next(int context, int current) in next()
226 public int next(int context, int current, int expandedTypeID) in next()
256 public int first(int context) in first()
273 public int first(int context, int expandedTypeID) in first()
294 public int next(int context, int current) in next()
310 public int next(int context, int current, int expandedTypeID) in next()
408 public int first(int context) in first()
427 public int first(int context, int expandedTypeID) in first()
460 public int next(int context, int current) in next()
475 public int next(int context, int current, int expandedTypeID) in next()
[all …]
/external/chromium_org/chrome/browser/policy/
Dschema_registry_service_factory.cc30 DeviceLocalAccountPolicyBroker* GetBroker(content::BrowserContext* context) { in GetBroker()
66 content::BrowserContext* context) { in GetForContext()
73 content::BrowserContext* context, in CreateForContext()
88 content::BrowserContext* context) { in GetForContextInternal()
101 content::BrowserContext* context, in CreateForContextInternal()
130 content::BrowserContext* context) { in BrowserContextShutdown()
141 content::BrowserContext* context) { in BrowserContextDestroyed()
147 content::BrowserContext* context) {} in SetEmptyTestingFactory()
150 content::BrowserContext* context) { in HasTestingFactory()
155 content::BrowserContext* context) {} in CreateServiceNow()
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp42 gl::Context *context = gl::getNonLostContext(); in glActiveTexture() local
59 gl::Context *context = gl::getNonLostContext(); in glAttachShader() local
105 gl::Context *context = gl::getNonLostContext(); in glBeginQueryEXT() local
126 gl::Context *context = gl::getNonLostContext(); in glBindAttribLocation() local
165 gl::Context *context = gl::getNonLostContext(); in glBindBuffer() local
212 gl::Context *context = gl::getNonLostContext(); in glBindFramebuffer() local
237 gl::Context *context = gl::getNonLostContext(); in glBindRenderbuffer() local
254 gl::Context *context = gl::getNonLostContext(); in glBindTexture() local
294 gl::Context* context = gl::getNonLostContext(); in glBlendColor() local
311 gl::Context *context = gl::getNonLostContext(); in glBlendEquationSeparate() local
[all …]
/external/ltrace/
Dfetch.c71 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context) in arch_fetch_arg_clone()
80 arch_fetch_arg_next(struct fetch_context *context, enum tof type, in arch_fetch_arg_next()
90 arch_fetch_retval(struct fetch_context *context, enum tof type, in arch_fetch_retval()
100 arch_fetch_arg_done(struct fetch_context *context) in arch_fetch_arg_done()
108 arch_fetch_param_pack_start(struct fetch_context *context, in arch_fetch_param_pack_start()
115 arch_fetch_param_pack_end(struct fetch_context *context) in arch_fetch_param_pack_end()
128 fetch_arg_clone(struct process *proc, struct fetch_context *context) in fetch_arg_clone()
134 fetch_arg_next(struct fetch_context *context, enum tof type, in fetch_arg_next()
142 fetch_retval(struct fetch_context *context, enum tof type, in fetch_retval()
150 fetch_arg_done(struct fetch_context *context) in fetch_arg_done()
[all …]
/external/chromium_org/chrome/browser/extensions/
Dextension_util.cc61 content::BrowserContext* context) { in ReloadExtensionIfEnabled()
82 content::BrowserContext* context) { in IsIncognitoEnabled()
102 content::BrowserContext* context, in SetIsIncognitoEnabled()
145 content::BrowserContext* context) { in CanCrossIncognito()
155 content::BrowserContext* context) { in CanLoadInIncognito()
166 content::BrowserContext* context) { in AllowFileAccess()
173 content::BrowserContext* context, in SetAllowFileAccess()
186 content::BrowserContext* context) { in AllowedScriptingOnAllUrls()
196 content::BrowserContext* context, in SetAllowedScriptingOnAllUrls()
231 content::BrowserContext* context) { in IsAppLaunchable()
[all …]
Dextension_ui_util.cc19 bool IsBlockedByPolicy(const Extension* app, content::BrowserContext* context) { in IsBlockedByPolicy()
33 content::BrowserContext* context) { in ShouldDisplayInAppLauncher()
39 content::BrowserContext* context) { in CanDisplayInAppLauncher()
45 content::BrowserContext* context) { in ShouldDisplayInNewTabPage()
52 content::BrowserContext* context) { in ShouldDisplayInExtensionSettings()
58 content::BrowserContext* context) { in ShouldNotBeVisible()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DChromeBrowserProviderClient.java47 public static boolean bookmarkNodeExists(Context context, long nodeId) { in bookmarkNodeExists()
63 public static long createBookmarksFolderOnce(Context context, String title, long parentId) { in createBookmarksFolderOnce()
77 public static BookmarkNode getEditableBookmarkFolderHierarchy(Context context) { in getEditableBookmarkFolderHierarchy()
87 public static void removeAllUserBookmarks(Context context) { in removeAllUserBookmarks()
102 public static BookmarkNode getBookmarkNode(Context context, long nodeId, int flags) { in getBookmarkNode()
119 public static BookmarkNode getDefaultBookmarkFolder(Context context) { in getDefaultBookmarkFolder()
130 public static long getMobileBookmarksFolderId(Context context) { in getMobileBookmarksFolderId()
142 public static boolean isBookmarkInMobileBookmarksBranch(Context context, long nodeId) { in isBookmarkInMobileBookmarksBranch()
151 private static Uri getPrivateProviderUri(Context context) { in getPrivateProviderUri()
175 Context context, Bundle args) { in chromeBrowserProviderCall()
/external/chromium_org/third_party/WebKit/Source/web/
DWebScrollbarThemePainter.cpp49 GraphicsContext context(canvas); in paintScrollbarBackground() local
56 GraphicsContext context(canvas); in paintTrackBackground() local
63 GraphicsContext context(canvas); in paintBackTrackPart() local
70 GraphicsContext context(canvas); in paintForwardTrackPart() local
77 GraphicsContext context(canvas); in paintBackButtonStart() local
84 GraphicsContext context(canvas); in paintBackButtonEnd() local
91 GraphicsContext context(canvas); in paintForwardButtonStart() local
98 GraphicsContext context(canvas); in paintForwardButtonEnd() local
105 GraphicsContext context(canvas); in paintTickmarks() local
112 GraphicsContext context(canvas); in paintThumb() local
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dnative_media_file_util.cc28 bool IsOnTaskRunnerThread(storage::FileSystemOperationContext* context) { in IsOnTaskRunnerThread()
121 scoped_ptr<storage::FileSystemOperationContext> context, in CreateOrOpen()
144 scoped_ptr<storage::FileSystemOperationContext> context, in EnsureFileExists()
152 scoped_ptr<storage::FileSystemOperationContext> context, in CreateDirectory()
168 scoped_ptr<storage::FileSystemOperationContext> context, in GetFileInfo()
182 scoped_ptr<storage::FileSystemOperationContext> context, in ReadDirectory()
196 scoped_ptr<storage::FileSystemOperationContext> context, in Touch()
206 scoped_ptr<storage::FileSystemOperationContext> context, in Truncate()
215 scoped_ptr<storage::FileSystemOperationContext> context, in CopyFileLocal()
232 scoped_ptr<storage::FileSystemOperationContext> context, in MoveFileLocal()
[all …]
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_api.cpp70 const char* crazy_context_get_error(crazy_context_t* context) { in crazy_context_get_error()
76 void crazy_context_clear_error(crazy_context_t* context) { in crazy_context_clear_error()
80 void crazy_context_set_load_address(crazy_context_t* context, in crazy_context_set_load_address()
85 size_t crazy_context_get_load_address(crazy_context_t* context) { in crazy_context_get_load_address()
89 void crazy_context_set_file_offset(crazy_context_t* context, in crazy_context_set_file_offset()
94 size_t crazy_context_get_file_offset(crazy_context_t* context) { in crazy_context_get_file_offset()
98 crazy_status_t crazy_context_add_search_path(crazy_context_t* context, in crazy_context_add_search_path()
105 crazy_context_t* context, in crazy_context_add_search_path_for_address()
122 void crazy_context_reset_search_paths(crazy_context_t* context) { in crazy_context_reset_search_paths()
126 void crazy_context_set_java_vm(crazy_context_t* context, in crazy_context_set_java_vm()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp89 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest()
95 …ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* descripti… in ShaderLibraryTest()
118 ShaderBuiltinVarTests (Context& context) in ShaderBuiltinVarTests()
132 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests()
150 ShaderLinkageTests (Context& context) in ShaderLinkageTests()
168 ShaderTests (Context& context) in ShaderTests()
192 ComputeTests (Context& context) in ComputeTests()
208 SSBOTests (Context& context) in SSBOTests()
224 TextureTests (Context& context) in TextureTests()
243 StateQueryTests (Context& context) in StateQueryTests()
[all …]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DHandleViewResources.java35 public static Drawable getLeftHandleDrawable(Context context) { in getLeftHandleDrawable()
39 public static Drawable getCenterHandleDrawable(Context context) { in getCenterHandleDrawable()
43 public static Drawable getRightHandleDrawable(Context context) { in getRightHandleDrawable()
47 private static Drawable getHandleDrawable(Context context, final int[] attrs) { in getHandleDrawable()
63 private static Bitmap getHandleBitmap(Context context, final int[] attrs) { in getHandleBitmap()
97 private static Bitmap getLeftHandleBitmap(Context context) { in getLeftHandleBitmap()
102 private static Bitmap getCenterHandleBitmap(Context context) { in getCenterHandleBitmap()
107 private static Bitmap getRightHandleBitmap(Context context) { in getRightHandleBitmap()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
Dprovider_async_file_util.cc27 scoped_ptr<storage::FileSystemOperationContext> context, in GetFileInfoOnUIThread()
74 scoped_ptr<storage::FileSystemOperationContext> context, in ReadDirectoryOnUIThread()
101 scoped_ptr<storage::FileSystemOperationContext> context, in CreateDirectoryOnUIThread()
133 scoped_ptr<storage::FileSystemOperationContext> context, in DeleteEntryOnUIThread()
155 scoped_ptr<storage::FileSystemOperationContext> context, in CreateFileOnUIThread()
185 scoped_ptr<storage::FileSystemOperationContext> context, in CopyEntryOnUIThread()
212 scoped_ptr<storage::FileSystemOperationContext> context, in MoveEntryOnUIThread()
239 scoped_ptr<storage::FileSystemOperationContext> context, in TruncateOnUIThread()
266 scoped_ptr<storage::FileSystemOperationContext> context, in CreateOrOpen()
286 scoped_ptr<storage::FileSystemOperationContext> context, in EnsureFileExists()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.cpp138 void AsyncCallStackTracker::didInstallTimer(ExecutionContext* context, int timerId, bool singleShot… in didInstallTimer()
151 void AsyncCallStackTracker::didRemoveTimer(ExecutionContext* context, int timerId) in didRemoveTimer()
164 void AsyncCallStackTracker::willFireTimer(ExecutionContext* context, int timerId) in willFireTimer()
180 void AsyncCallStackTracker::didRequestAnimationFrame(ExecutionContext* context, int callbackId, con… in didRequestAnimationFrame()
191 void AsyncCallStackTracker::didCancelAnimationFrame(ExecutionContext* context, int callbackId) in didCancelAnimationFrame()
201 void AsyncCallStackTracker::willFireAnimationFrame(ExecutionContext* context, int callbackId) in willFireAnimationFrame()
238 ExecutionContext* context = eventTarget->executionContext(); in willHandleEvent() local
266 ExecutionContext* context = xhr->executionContext(); in willHandleXHREvent() local
275 void AsyncCallStackTracker::didEnqueueMutationRecord(ExecutionContext* context, MutationObserver* o… in didEnqueueMutationRecord()
285 bool AsyncCallStackTracker::hasEnqueuedMutationRecord(ExecutionContext* context, MutationObserver* … in hasEnqueuedMutationRecord()
[all …]
/external/chromium_org/components/pdf/renderer/
Dpepper_pdf_host.cc49 ppapi::host::HostMessageContext* context) { in OnResourceMessageReceived()
75 ppapi::host::HostMessageContext* context, in OnHostMsgGetLocalizedString()
83 ppapi::host::HostMessageContext* context) { in OnHostMsgDidStartLoading()
93 ppapi::host::HostMessageContext* context) { in OnHostMsgDidStopLoading()
103 ppapi::host::HostMessageContext* context, in OnHostMsgSetContentRestriction()
115 ppapi::host::HostMessageContext* context, in OnHostMsgUserMetricsRecordAction()
124 ppapi::host::HostMessageContext* context) { in OnHostMsgHasUnsupportedFeature()
139 ppapi::host::HostMessageContext* context) { in OnHostMsgPrint()
145 ppapi::host::HostMessageContext* context) { in OnHostMsgSaveAs()
162 ppapi::host::HostMessageContext* context, in OnHostMsgGetResourceImage()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFunctionalTests.cpp151 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest()
170 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests()
186 ShaderTests (Context& context) in ShaderTests()
232 TextureTests (Context& context) in TextureTests()
256 FboTests (Context& context) in FboTests()
278 BufferTests (Context& context) in BufferTests()
294 NegativeApiTestGroup (Context& context) in NegativeApiTestGroup()
317 FragmentOpTests (Context& context) in FragmentOpTests()
337 StateQueryTests (Context& context) in StateQueryTests()
360 FunctionalTests::FunctionalTests (Context& context) in FunctionalTests()

12345678910>>...158