/external/v8/test/cctest/ |
D | test-decls.cc | 57 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 …]
|
D | test-log-stack-tracer.cc | 65 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/ |
D | decContext.c | 45 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/ |
D | DTMDefaultBaseTraversers.java | 211 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/ |
D | bus.c | 79 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 …]
|
D | dispatch.c | 51 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/ |
D | fetch.c | 71 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/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 102 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/jetty/src/java/org/eclipse/jetty/webapp/ |
D | Configuration.java | 37 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()
|
D | AbstractConfiguration.java | 23 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()
|
D | MetaInfConfiguration.java | 51 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()
|
D | StandardDescriptorProcessor.java | 116 public void start(WebAppContext context, Descriptor descriptor) in start() 125 public void end(WebAppContext context, Descriptor descriptor) in end() 134 … public void visitContextParam (WebAppContext context, Descriptor descriptor, XmlParser.Node node) in visitContextParam() 183 … protected void visitDisplayName(WebAppContext context, Descriptor descriptor, XmlParser.Node node) in visitDisplayName() 199 protected void visitServlet(WebAppContext context, Descriptor descriptor, XmlParser.Node node) in visitServlet() 617 …protected void visitServletMapping(WebAppContext context, Descriptor descriptor, XmlParser.Node no… in visitServletMapping() 665 …protected void visitSessionConfig(WebAppContext context, Descriptor descriptor, XmlParser.Node nod… in visitSessionConfig() 985 … protected void visitMimeMapping(WebAppContext context, Descriptor descriptor, XmlParser.Node node) in visitMimeMapping() 1031 …protected void visitWelcomeFileList(WebAppContext context, Descriptor descriptor, XmlParser.Node n… in visitWelcomeFileList() 1079 …protected void visitLocaleEncodingList(WebAppContext context, Descriptor descriptor, XmlParser.Nod… in visitLocaleEncodingList() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 152 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/ltrace/sysdeps/linux-gnu/aarch64/ |
D | fetch.c | 47 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/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 350 _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/deqp/modules/gles2/functional/ |
D | es2fFunctionalTests.cpp | 115 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/glide/library/src/main/java/com/bumptech/glide/load/model/stream/ |
D | StreamUriLoader.java | 31 … 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/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/ |
D | FileDescriptorUriLoader.java | 27 …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/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 226 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 256 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 272 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 283 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 294 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 306 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 321 Node* context = Parameter(Type::Any(), 1); in TEST_F() local 335 Node* const context = Parameter(Type::Any(), 1); in TEST_F() local 353 Node* const context = Parameter(Type::Any(), 1); in TEST_F() local 366 Node* const context = Parameter(Type::Any(), 1); in TEST_F() local [all …]
|
D | js-intrinsic-lowering-unittest.cc | 68 Node* const context = Parameter(2); in TEST_F() local 88 Node* const context = Parameter(1); in TEST_F() local 105 Node* const context = Parameter(1); in TEST_F() local 122 Node* const context = Parameter(1); in TEST_F() local 139 Node* const context = Parameter(1); in TEST_F() local 170 Node* const context = Parameter(1); in TEST_F() local 201 Node* const context = Parameter(1); in TEST_F() local 232 Node* const context = Parameter(Type::Any()); in TEST_F() local 264 Node* const context = Parameter(1); in TEST_F() local 295 Node* const context = Parameter(Type::Any()); in TEST_F() local [all …]
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | Log.java | 40 private static void toast(Context context, String message) { in toast() 44 public static void notify(Context context, String title, String contentTitle, String message) { in notify() 63 public static void showDialog(final Context context, final String title, final String message) { in showDialog() 93 public static void v(Context context, String message) { in v() 98 public static void v(Context context, String message, Throwable e) { in v() 115 public static void e(Context context, String message) { in e() 120 public static void e(Context context, String message, Throwable e) { in e() 137 public static void w(Context context, String message) { in w() 142 public static void w(Context context, String message, Throwable e) { in w() 155 public static void d(Context context, String message) { in d() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowArrayAdapter.java | 35 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()
|
/external/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 109 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/deqp/framework/referencerenderer/ |
D | rrShadingContext.hpp | 53 void writeFragmentOutput (const FragmentShadingContext& context, int packetNdx, int fragNdx, int ou… in writeFragmentOutput() 65 …tor<T, 4> readPointVarying (const FragmentPacket& packet, const FragmentShadingContext& context, i… in readPointVarying() 74 …ctor<T, 4> readLineVarying (const FragmentPacket& packet, const FragmentShadingContext& context, i… in readLineVarying() 81 …<T, 4> readTriangleVarying (const FragmentPacket& packet, const FragmentShadingContext& context, i… in readTriangleVarying() 89 tcu::Vector<T, 4> readVarying (const FragmentPacket& packet, const FragmentShadingContext& context,… in readVarying() 129 …r<T, 4> outFragmentdFdx[4], const FragmentPacket& packet, const FragmentShadingContext& context, i… in dFdxVarying() 143 …r<T, 4> outFragmentdFdy[4], const FragmentPacket& packet, const FragmentShadingContext& context, i… in dFdyVarying() 158 inline float readFragmentDepth (const FragmentShadingContext& context, int packetNdx, int fragNdx, … in readFragmentDepth() 165 inline void writeFragmentDepth (const FragmentShadingContext& context, int packetNdx, int fragNdx, … in writeFragmentDepth()
|
/external/icu/icu4c/source/common/ |
D | uarrsort.c | 38 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator() 43 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator() 48 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator() 65 UComparator *cmp, const void *context) { in uprv_stableBinarySearch() 109 UComparator *cmp, const void *context, void *pv) { in doInsertionSort() 131 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in insertionSort() 169 UComparator *cmp, const void *context, in subQuickSort() 235 UComparator *cmp, const void *context, UErrorCode *pErrorCode) { in quickSort() 266 UComparator *cmp, const void *context, in uprv_sortArray()
|