| /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/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
| D | SharedPrefUtil.java | 48 public static boolean isInitDone(Context context) { in isInitDone() 54 public static void setInitDone(Context context, boolean initDone){ in setInitDone() 60 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp() 66 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp() 72 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp() 78 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp() 84 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp() 90 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp() 96 public static void setVideoCallingGroupId(Context context, in setVideoCallingGroupId() 103 public static long getVideoCallingGroupId(Context context){ in getVideoCallingGroupId() [all …]
|
| D | LauncherUtils.java | 49 public static boolean launchPollingService(Context context) { in launchPollingService() 61 public static boolean stopPollingService(Context context) { in stopPollingService() 68 public static boolean launchEabService(Context context) { in launchEabService() 75 public static boolean stopEabService(Context context) { in stopEabService()
|
| /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 233 { DeclarationContext context; in TEST() local 239 { DeclarationContext context; in TEST() local 246 { DeclarationContext context; in TEST() local [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 …]
|
| /external/ims/rcs/rcsservice/src/com/android/service/ims/ |
| D | RcsSettingUtils.java | 52 public static boolean isFeatureProvisioned(Context context, in isFeatureProvisioned() 77 public static boolean isVowifiProvisioned(Context context) { in isVowifiProvisioned() 82 public static boolean isLvcProvisioned(Context context) { in isLvcProvisioned() 87 public static boolean isEabProvisioned(Context context) { in isEabProvisioned() 92 public static int getSIPT1Timer(Context context) { in getSIPT1Timer() 114 public static boolean getCapabilityDiscoveryEnabled(Context context) { in getCapabilityDiscoveryEnabled() 137 public static int getMaxNumbersInRCL(Context context) { in getMaxNumbersInRCL() 159 public static int getCapabPollListSubExp(Context context) { in getCapabPollListSubExp() 181 public static int getAvailabilityCacheExpiration(Context context) { in getAvailabilityCacheExpiration() 200 public static boolean isMobileDataEnabled(Context context) { in isMobileDataEnabled() [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/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 | FragmentConfiguration.java | 38 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/ |
| 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/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/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/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/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/apache-xml/src/main/java/org/apache/xml/dtm/ |
| D | DTMAxisTraverser.java | 59 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/ |
| 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/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/ |
| D | Sl4aHostedInterpreter.java | 86 public String getInteractiveCommand(Context context) { in getInteractiveCommand() 96 public String getScriptCommand(Context context) { in getScriptCommand() 101 public List<String> getArguments(Context context) { in getArguments() 106 public Map<String, String> getEnvironmentVariables(Context context) { in getEnvironmentVariables() 111 public File getExtrasPath(Context context) { in getExtrasPath()
|
| /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/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/libvncserver/common/ |
| D | sha1.c | 87 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/ |
| D | InterpreterDescriptor.java | 55 public File getBinary(Context context); in getBinary() 61 public String getInteractiveCommand(Context context); in getInteractiveCommand() 67 public String getScriptCommand(Context context); in getScriptCommand() 73 public List<String> getArguments(Context context); in getArguments() 79 public Map<String, String> getEnvironmentVariables(Context context); in getEnvironmentVariables()
|
| /external/v8/src/interpreter/ |
| D | interpreter-intrinsics.cc | 64 Node* IntrinsicsHelper::InvokeIntrinsic(Node* function_id, Node* context, in InvokeIntrinsic() 150 Node* context) { in IsJSReceiver() 180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) { in IsArray() 184 Node* IntrinsicsHelper::IsJSProxy(Node* input, Node* arg_count, Node* context) { in IsJSProxy() 188 Node* IntrinsicsHelper::IsRegExp(Node* input, Node* arg_count, Node* context) { in IsRegExp() 193 Node* context) { in IsTypedArray() 197 Node* IntrinsicsHelper::IsSmi(Node* input, Node* arg_count, Node* context) { in IsSmi() 222 Node* IntrinsicsHelper::IntrinsicAsStubCall(Node* args_reg, Node* context, in IntrinsicAsStubCall() 236 Node* context) { in HasProperty() 241 Node* IntrinsicsHelper::MathPow(Node* input, Node* arg_count, Node* context) { in MathPow() [all …]
|