Home
last modified time | relevance | path

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

12345678910>>...137

/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
244 { DeclarationContext context; in TEST() local
252 { DeclarationContext context; in TEST() local
260 { DeclarationContext context; in TEST() local
[all …]
/external/chromium_org/third_party/icu/source/i18n/
DdecContext.c54 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus()
72 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault()
137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding()
149 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus()
165 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus()
182 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus()
195 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding()
211 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus()
230 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString()
281 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet()
[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_udp_socket_message_filter.cc89 ppapi::host::HostMessageContext* context) { in OnResourceMessageReceived()
105 const ppapi::host::HostMessageContext* context, in OnMsgSetOption()
166 const ppapi::host::HostMessageContext* context, in OnMsgBind()
192 const ppapi::host::HostMessageContext* context, in OnMsgRecvFrom()
231 const ppapi::host::HostMessageContext* context, in OnMsgSendTo()
259 const ppapi::host::HostMessageContext* context) { in OnMsgClose()
266 const ppapi::host::ReplyMessageContext& context, in DoBind()
318 const ppapi::host::ReplyMessageContext& context, in DoSendTo()
375 const ppapi::host::ReplyMessageContext& context, in OnRecvFromCompleted()
402 const ppapi::host::ReplyMessageContext& context, in OnSendToCompleted()
[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 …]
/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/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/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/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.cc57 content::BrowserContext* context) { in IsIncognitoEnabled()
77 content::BrowserContext* context, in SetIsIncognitoEnabled()
127 content::BrowserContext* context) { in CanCrossIncognito()
137 content::BrowserContext* context) { in CanLoadInIncognito()
148 content::BrowserContext* context) { in AllowFileAccess()
155 content::BrowserContext* context, in SetAllowFileAccess()
174 content::BrowserContext* context) { in AllowedScriptingOnAllUrls()
184 content::BrowserContext* context, in SetAllowedScriptingOnAllUrls()
193 content::BrowserContext* context) { in IsAppLaunchable()
199 content::BrowserContext* context) { in IsAppLaunchableWithoutEnabling()
[all …]
Dextension_ui_util.cc18 bool IsBlockedByPolicy(const Extension* app, content::BrowserContext* context) { in IsBlockedByPolicy()
32 content::BrowserContext* context) { in ShouldDisplayInAppLauncher()
38 content::BrowserContext* context) { in CanDisplayInAppLauncher()
44 content::BrowserContext* context) { in ShouldDisplayInNewTabPage()
51 content::BrowserContext* context) { in ShouldDisplayInExtensionSettings()
57 content::BrowserContext* context) { in ShouldNotBeVisible()
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp43 gl::Context *context = gl::getNonLostContext(); in glActiveTexture() local
67 gl::Context *context = gl::getNonLostContext(); in glAttachShader() local
116 gl::Context *context = gl::getNonLostContext(); in glBeginQueryEXT() local
145 gl::Context *context = gl::getNonLostContext(); in glBindAttribLocation() local
183 gl::Context *context = gl::getNonLostContext(); in glBindBuffer() local
240 gl::Context *context = gl::getNonLostContext(); in glBindFramebuffer() local
272 gl::Context *context = gl::getNonLostContext(); in glBindRenderbuffer() local
291 gl::Context *context = gl::getNonLostContext(); in glBindTexture() local
342 gl::Context* context = gl::getNonLostContext(); in glBlendColor() local
366 gl::Context *context = gl::getNonLostContext(); in glBlendEquationSeparate() local
[all …]
/external/chromium_org/chrome/browser/local_discovery/storage/
Dprivet_filesystem_async_util.cc26 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateOrOpen()
36 scoped_ptr<fileapi::FileSystemOperationContext> context, in EnsureFileExists()
44 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateDirectory()
54 scoped_ptr<fileapi::FileSystemOperationContext> context, in GetFileInfo()
77 scoped_ptr<fileapi::FileSystemOperationContext> context, in ReadDirectory()
91 scoped_ptr<fileapi::FileSystemOperationContext> context, in Touch()
101 scoped_ptr<fileapi::FileSystemOperationContext> context, in Truncate()
110 scoped_ptr<fileapi::FileSystemOperationContext> context, in CopyFileLocal()
121 scoped_ptr<fileapi::FileSystemOperationContext> context, in MoveFileLocal()
131 scoped_ptr<fileapi::FileSystemOperationContext> context, in CopyInForeignFile()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DWebScrollbarThemePainter.cpp51 GraphicsContext context(canvas); in paintScrollbarBackground() local
58 GraphicsContext context(canvas); in paintTrackBackground() local
65 GraphicsContext context(canvas); in paintBackTrackPart() local
72 GraphicsContext context(canvas); in paintForwardTrackPart() local
79 GraphicsContext context(canvas); in paintBackButtonStart() local
86 GraphicsContext context(canvas); in paintBackButtonEnd() local
93 GraphicsContext context(canvas); in paintForwardButtonStart() local
100 GraphicsContext context(canvas); in paintForwardButtonEnd() local
107 GraphicsContext context(canvas); in paintTickmarks() local
114 GraphicsContext context(canvas); in paintThumb() local
/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/chrome/browser/chromeos/file_system_provider/fileapi/
Dprovider_async_file_util.cc27 scoped_ptr<fileapi::FileSystemOperationContext> context, in GetFileInfoOnUIThread()
49 scoped_ptr<fileapi::FileSystemOperationContext> context, in ReadDirectoryOnUIThread()
81 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateOrOpen()
101 scoped_ptr<fileapi::FileSystemOperationContext> context, in EnsureFileExists()
109 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateDirectory()
119 scoped_ptr<fileapi::FileSystemOperationContext> context, in GetFileInfo()
132 scoped_ptr<fileapi::FileSystemOperationContext> context, in ReadDirectory()
145 scoped_ptr<fileapi::FileSystemOperationContext> context, in Touch()
155 scoped_ptr<fileapi::FileSystemOperationContext> context, in Truncate()
164 scoped_ptr<fileapi::FileSystemOperationContext> context, in CopyFileLocal()
[all …]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dnative_media_file_util.cc28 bool IsOnTaskRunnerThread(fileapi::FileSystemOperationContext* context) { in IsOnTaskRunnerThread()
122 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateOrOpen()
145 scoped_ptr<fileapi::FileSystemOperationContext> context, in EnsureFileExists()
153 scoped_ptr<fileapi::FileSystemOperationContext> context, in CreateDirectory()
169 scoped_ptr<fileapi::FileSystemOperationContext> context, in GetFileInfo()
183 scoped_ptr<fileapi::FileSystemOperationContext> context, in ReadDirectory()
197 scoped_ptr<fileapi::FileSystemOperationContext> context, in Touch()
207 scoped_ptr<fileapi::FileSystemOperationContext> context, in Truncate()
216 scoped_ptr<fileapi::FileSystemOperationContext> context, in CopyFileLocal()
233 scoped_ptr<fileapi::FileSystemOperationContext> context, in MoveFileLocal()
[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/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/chromium_org/cc/output/
Dprogram_binding.cc30 bool ProgramBindingBase::Init(GLES2Interface* context, in Init()
51 bool ProgramBindingBase::Link(GLES2Interface* context) { in Link()
65 void ProgramBindingBase::Cleanup(GLES2Interface* context) { in Cleanup()
77 unsigned ProgramBindingBase::LoadShader(GLES2Interface* context, in LoadShader()
100 unsigned ProgramBindingBase::CreateShaderProgram(GLES2Interface* context, in CreateShaderProgram()
122 void ProgramBindingBase::CleanupShaders(GLES2Interface* context) { in CleanupShaders()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/
DFeatureUtilities.java43 public static boolean isRecognitionIntentPresent(Context context, boolean useCachedValue) { in isRecognitionIntentPresent()
60 public static boolean canAllowSync(Context context) { in canAllowSync()
66 static boolean hasGoogleAccountAuthenticator(Context context) { in hasGoogleAccountAuthenticator()
75 static boolean hasGoogleAccounts(Context context) { in hasGoogleAccounts()
81 private static boolean hasSyncPermissions(Context context) { in hasSyncPermissions()
/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>>...137