Home
last modified time | relevance | path

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

12345678910>>...92

/external/v8/test/cctest/
Dtest-decls.cc57 Local<Context> context = Local<Context>::New(isolate, context_); in ~DeclarationContext() local
80 virtual void PostInitializeContext(Local<Context> context) {} in PostInitializeContext()
125 Local<Context> context = Context::New(isolate, in InitializeIfNeeded() local
150 Local<Context> context = CcTest::isolate()->GetCurrentContext(); in Check() local
183 DeclarationContext* context = GetInstance(info.Data()); in HandleGet() local
192 DeclarationContext* context = GetInstance(info.Data()); in HandleSet() local
200 DeclarationContext* context = GetInstance(info.Data()); in HandleQuery() local
234 { DeclarationContext context; in TEST() local
240 { DeclarationContext context; in TEST() local
247 { DeclarationContext context; in TEST() local
[all …]
Dtest-log-stack-tracer.cc65 static bool IsAddressWithinFuncCode(v8::Local<v8::Context> context, in IsAddressWithinFuncCode()
89 v8::Local<v8::Context> context = args.GetIsolate()->GetCurrentContext(); in construct_call() local
109 void CreateFramePointerGrabberConstructor(v8::Local<v8::Context> context, in CreateFramePointerGrabberConstructor()
123 static void CreateTraceCallerFunction(v8::Local<v8::Context> context, in CreateTraceCallerFunction()
156 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); in TEST() local
205 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); in TEST() local
275 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); in TEST() local
284 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION); in TEST() local
/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/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/dbus/bus/
Dbus.c79 BusContext *context; member
87 BusContext *context; in server_get_context() local
112 BusContext *context; in add_server_watch() local
124 BusContext *context; in remove_server_watch() local
136 BusContext *context; in toggle_server_watch() local
148 BusContext *context; in add_server_timeout() local
160 BusContext *context; in remove_server_timeout() local
172 BusContext *context = data; in new_connection_callback() local
213 setup_server (BusContext *context, in setup_server()
271 process_config_first_time_only (BusContext *context, in process_config_first_time_only()
[all …]
Ddispatch.c51 BusContext *context, in send_one_message()
93 BusContext *context; in bus_dispatch_matches() local
180 BusContext *context; in bus_dispatch() local
448 block_connection_until_message_from_bus (BusContext *context, in block_connection_until_message_from_bus()
464 spin_connection_until_authenticated (BusContext *context, in spin_connection_until_authenticated()
650 kill_client_connection (BusContext *context, in kill_client_connection()
744 check_no_leftovers (BusContext *context) in check_no_leftovers()
765 check_hello_message (BusContext *context, in check_hello_message()
995 check_double_hello_message (BusContext *context, in check_double_hello_message()
1085 check_get_connection_unix_user (BusContext *context, in check_get_connection_unix_user()
[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/jetty/src/java/org/eclipse/jetty/webapp/
DAbstractConfiguration.java23 public void preConfigure(WebAppContext context) throws Exception in preConfigure()
27 public void configure(WebAppContext context) throws Exception in configure()
31 public void postConfigure(WebAppContext context) throws Exception in postConfigure()
35 public void deconfigure(WebAppContext context) throws Exception in deconfigure()
39 public void destroy(WebAppContext context) throws Exception in destroy()
43 public void cloneConfigure(WebAppContext template, WebAppContext context) throws Exception in cloneConfigure()
DConfiguration.java37 public void preConfigure (WebAppContext context) throws Exception; in preConfigure()
48 public void configure (WebAppContext context) throws Exception; in configure()
56 public void postConfigure (WebAppContext context) throws Exception; in postConfigure()
65 public void deconfigure (WebAppContext context) throws Exception; in deconfigure()
74 public void destroy (WebAppContext context) throws Exception; in destroy()
86 public void cloneConfigure (WebAppContext template, WebAppContext context) throws Exception; in cloneConfigure()
DMetaInfConfiguration.java51 public void preConfigure(final WebAppContext context) throws Exception in preConfigure()
88 public void configure(WebAppContext context) throws Exception in configure()
94 public void deconfigure(WebAppContext context) throws Exception in deconfigure()
100 public void postConfigure(WebAppContext context) throws Exception in postConfigure()
107 public void addResource (WebAppContext context, String attribute, Resource jar) in addResource()
121 protected void processEntry(WebAppContext context, URI jarUri, JarEntry entry) in processEntry()
DFragmentConfiguration.java38 public void preConfigure(WebAppContext context) throws Exception in preConfigure()
49 public void configure(WebAppContext context) throws Exception in configure()
59 public void postConfigure(WebAppContext context) throws Exception in postConfigure()
70 …public void findWebFragments (final WebAppContext context, final MetaData metaData) throws Excepti… in findWebFragments()
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp102 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest()
108 …ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* descripti… in ShaderLibraryTest()
131 ShaderBuiltinVarTests (Context& context) in ShaderBuiltinVarTests()
145 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests()
163 ShaderLinkageTests (Context& context) in ShaderLinkageTests()
182 ShaderTests (Context& context) in ShaderTests()
208 ComputeTests (Context& context) in ComputeTests()
224 SSBOTests (Context& context) in SSBOTests()
240 TextureTests (Context& context) in TextureTests()
260 StateQueryTests (Context& context) in StateQueryTests()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFunctionalTests.cpp152 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest()
171 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests()
187 ShaderTests (Context& context) in ShaderTests()
234 TextureTests (Context& context) in TextureTests()
258 FboTests (Context& context) in FboTests()
280 BufferTests (Context& context) in BufferTests()
296 NegativeApiTestGroup (Context& context) in NegativeApiTestGroup()
319 FragmentOpTests (Context& context) in FragmentOpTests()
339 StateQueryTests (Context& context) in StateQueryTests()
362 FunctionalTests::FunctionalTests (Context& context) in FunctionalTests()
/external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
DFileDescriptorUriLoader.java27 …public ModelLoader<Uri, ParcelFileDescriptor> build(Context context, GenericLoaderFactory factorie… in build()
38 public FileDescriptorUriLoader(Context context) { in FileDescriptorUriLoader()
42 …public FileDescriptorUriLoader(Context context, ModelLoader<GlideUrl, ParcelFileDescriptor> urlLoa… in FileDescriptorUriLoader()
47 protected DataFetcher<ParcelFileDescriptor> getLocalUriFetcher(Context context, Uri uri) { in getLocalUriFetcher()
52 …protected DataFetcher<ParcelFileDescriptor> getAssetPathFetcher(Context context, String assetPath)… in getAssetPathFetcher()
/external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
DStreamUriLoader.java31 … public ModelLoader<Uri, InputStream> build(Context context, GenericLoaderFactory factories) { in build()
41 public StreamUriLoader(Context context) { in StreamUriLoader()
45 public StreamUriLoader(Context context, ModelLoader<GlideUrl, InputStream> urlLoader) { in StreamUriLoader()
50 protected DataFetcher<InputStream> getLocalUriFetcher(Context context, Uri uri) { in getLocalUriFetcher()
55 protected DataFetcher<InputStream> getAssetPathFetcher(Context context, String assetPath) { in getAssetPathFetcher()
/external/deqp/modules/gles2/functional/
Des2fFunctionalTests.cpp115 ShadersTestGroup (Context& context) in ShadersTestGroup()
162 TextureTestGroup (Context& context) in TextureTestGroup()
192 BufferTests (Context& context) in BufferTests()
208 FboTestGroup (Context& context) in FboTestGroup()
230 NegativeApiTestGroup (Context& context) in NegativeApiTestGroup()
255 FragmentOpTests (Context& context) in FragmentOpTests()
277 StateQueryTests (Context& context) in StateQueryTests()
298 FunctionalTests::FunctionalTests (Context& context) in FunctionalTests()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMAxisTraverser.java59 public int first(int context) in first()
78 public int first(int context, int extendedTypeID) in first()
97 public abstract int next(int context, int current); in next()
115 public abstract int next(int context, int current, int extendedTypeID); in next()
/external/libunwind_llvm/src/
DUnwind-sjlj.c350 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR()
369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
390 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
401 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP()
413 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
437 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { in _Unwind_GetDataRelBase()
448 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { in _Unwind_GetTextRelBase()
457 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) { in _Unwind_GetCFA()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java88 public String getInteractiveCommand(Context context) { in getInteractiveCommand()
98 public String getScriptCommand(Context context) { in getScriptCommand()
103 public List<String> getArguments(Context context) { in getArguments()
108 public Map<String, String> getEnvironmentVariables(Context context) { in getEnvironmentVariables()
113 public File getExtrasPath(Context context) { in getExtrasPath()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dfetch.c47 context_init(struct fetch_context *context, struct process *proc) in context_init()
63 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context) in arch_fetch_arg_clone()
72 fetch_next_gpr(struct fetch_context *context, unsigned char *buf) in fetch_next_gpr()
79 fetch_gpr(struct fetch_context *context, struct value *value, size_t sz) in fetch_gpr()
96 fetch_next_sse(struct fetch_context *context, unsigned char *buf, size_t sz) in fetch_next_sse()
103 fetch_sse(struct fetch_context *context, struct value *value, size_t sz) in fetch_sse()
114 fetch_hfa(struct fetch_context *context, in fetch_hfa()
131 fetch_stack(struct fetch_context *context, struct value *value, in fetch_stack()
173 pass_arg(struct fetch_context const *context, in pass_arg()
257 fetch_arg(struct fetch_context *context, in fetch_arg()
[all …]
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h109 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup()
131 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase()
137 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() local
148 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup()
162 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup()
174 CrashRecoveryContextReleaseRefCleanup(CrashRecoveryContext *context, in CrashRecoveryContextReleaseRefCleanup()
/external/libvncserver/common/
Dsha1.c87 int SHA1Reset(SHA1Context *context) in SHA1Reset()
128 int SHA1Result( SHA1Context *context, in SHA1Result()
185 int SHA1Input( SHA1Context *context, in SHA1Input()
256 void SHA1ProcessMessageBlock(SHA1Context *context) in SHA1ProcessMessageBlock()
366 void SHA1PadMessage(SHA1Context *context) in SHA1PadMessage()
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java56 public File getBinary(Context context); in getBinary()
62 public String getInteractiveCommand(Context context); in getInteractiveCommand()
68 public String getScriptCommand(Context context); in getScriptCommand()
74 public List<String> getArguments(Context context); in getArguments()
80 public Map<String, String> getEnvironmentVariables(Context context); in getEnvironmentVariables()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dscopeutil.py31 def IsGoogScopeBlock(context): argument
123 def _GetVarAssignmentTokens(context): argument
160 def MatchAlias(context): argument
184 def MatchModuleAlias(context): argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowArrayAdapter.java35 private Context context; field in ShadowArrayAdapter
50 public void __constructor__(Context context, int textViewResourceId) { in __constructor__()
54 public void __constructor__(Context context, int resource, int textViewResourceId) { in __constructor__()
58 public void __constructor__(Context context, int textViewResourceId, T[] objects) { in __constructor__()
62 … public void __constructor__(Context context, int resource, int textViewResourceId, T[] objects) { in __constructor__()
66 public void __constructor__(Context context, int textViewResourceId, List<T> objects) { in __constructor__()
70 …public void __constructor__(Context context, int resource, int textViewResourceId, List<T> objects… in __constructor__()
74 private void init(Context context, int resource, int textViewResourceId, List<T> objects) { in init()
178 …public static ArrayAdapter<CharSequence> createFromResource(Context context, int textArrayResId, i… in createFromResource()

12345678910>>...92