/external/icu/icu4c/source/i18n/ |
D | decContext.c | 47 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { in uprv_decContextClearStatus() 65 U_CAPI decContext * U_EXPORT2 uprv_decContextDefault(decContext *context, Int kind) { in uprv_decContextDefault() 130 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) { in uprv_decContextGetRounding() 142 U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(decContext *context) { in uprv_decContextGetStatus() 158 U_CAPI decContext * U_EXPORT2 uprv_decContextRestoreStatus(decContext *context, in uprv_decContextRestoreStatus() 175 U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(decContext *context, uInt mask) { in uprv_decContextSaveStatus() 188 U_CAPI decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *context, in uprv_decContextSetRounding() 204 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatus(decContext *context, uInt status) { in uprv_decContextSetStatus() 225 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromString(decContext *context, in uprv_decContextSetStatusFromString() 276 U_CAPI decContext * U_EXPORT2 uprv_decContextSetStatusFromStringQuiet(decContext *context, in uprv_decContextSetStatusFromStringQuiet() [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | validation_context_unittest.cc | 29 internal::ValidationContext context( in TEST() local 42 internal::ValidationContext context(ToPtr(0), 0, num_handles); in TEST() local 56 internal::ValidationContext context(ToPtr(1234), 100, 0); in TEST() local 82 internal::ValidationContext context(ToPtr(1234), 100, 0); in TEST() local 93 internal::ValidationContext context(ToPtr(1234), 0, 0); in TEST() local 100 internal::ValidationContext context( in TEST() local 118 internal::ValidationContext context(ToPtr(0), 0, 10); in TEST() local 140 internal::ValidationContext context(ToPtr(0), 0, 0); in TEST() local 154 internal::ValidationContext context( in TEST() local 171 internal::ValidationContext context(ToPtr(1000), 2000, 0); in TEST() local [all …]
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMap.java | 105 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 150 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() 171 public IRubyObject index(ThreadContext context, IRubyObject key) { in index() 191 public IRubyObject eq(ThreadContext context, IRubyObject _other) { in eq() 227 public IRubyObject hash(ThreadContext context) { in hash() 247 public IRubyObject keys(ThreadContext context) { in keys() 258 public IRubyObject values(ThreadContext context) { in values() 269 public IRubyObject clear(ThreadContext context) { in clear() 283 public IRubyObject each(ThreadContext context, Block block) { in each() 298 public IRubyObject delete(ThreadContext context, IRubyObject key) { in delete() [all …]
|
D | RubyRepeatedField.java | 72 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() 111 public IRubyObject indexSet(ThreadContext context, IRubyObject index, IRubyObject value) { in indexSet() 129 public IRubyObject index(ThreadContext context, IRubyObject[] args) { in index() 166 public IRubyObject push(ThreadContext context, IRubyObject value) { in push() 179 public IRubyObject pop_one(ThreadContext context) { in pop_one() 192 public IRubyObject replace(ThreadContext context, IRubyObject list) { in replace() 206 public IRubyObject clear(ThreadContext context) { in clear() 218 public IRubyObject length(ThreadContext context) { in length() 231 public IRubyObject plus(ThreadContext context, IRubyObject list) { in plus() 253 public IRubyObject concat(ThreadContext context, IRubyObject list) { in concat() [all …]
|
D | RubyFieldDescriptor.java | 69 public IRubyObject initialize(ThreadContext context) { in initialize() 81 public IRubyObject getLabel(ThreadContext context) { in getLabel() 93 public IRubyObject setLabel(ThreadContext context, IRubyObject value) { in setLabel() 108 public IRubyObject getName(ThreadContext context) { in getName() 120 public IRubyObject setName(ThreadContext context, IRubyObject value) { in setName() 129 public IRubyObject getSubType(ThreadContext context) { in getSubType() 144 public IRubyObject getType(ThreadContext context) { in getType() 156 public IRubyObject setType(ThreadContext context, IRubyObject value) { in setType() 169 public IRubyObject getnumber(ThreadContext context) { in getnumber() 181 public IRubyObject setNumber(ThreadContext context, IRubyObject value) { in setNumber() [all …]
|
D | RubyMessage.java | 66 public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) { in initialize() 121 public IRubyObject indexSet(ThreadContext context, IRubyObject fieldName, IRubyObject value) { in indexSet() 134 public IRubyObject index(ThreadContext context, IRubyObject fieldName) { in index() 166 public IRubyObject hash(ThreadContext context) { in hash() 181 public IRubyObject eq(ThreadContext context, IRubyObject other) { in eq() 215 public IRubyObject methodMissing(ThreadContext context, IRubyObject[] args) { in methodMissing() 253 public IRubyObject dup(ThreadContext context) { in dup() 279 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() 291 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() 305 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode() [all …]
|
D | RubyDescriptor.java | 77 public IRubyObject initialize(ThreadContext context) { in initialize() 92 public IRubyObject getName(ThreadContext context) { in getName() 104 public IRubyObject setName(ThreadContext context, IRubyObject name) { in setName() 120 public IRubyObject addField(ThreadContext context, IRubyObject obj) { in addField() 135 public IRubyObject lookup(ThreadContext context, IRubyObject fieldName) { in lookup() 147 public IRubyObject msgclass(ThreadContext context) { in msgclass() 161 public IRubyObject each(ThreadContext context, Block block) { in each() 180 public IRubyObject addOneof(ThreadContext context, IRubyObject obj) { in addOneof() 198 public IRubyObject eachOneof(ThreadContext context, Block block) { in eachOneof() 213 public IRubyObject lookupOneof(ThreadContext context, IRubyObject name) { in lookupOneof() [all …]
|
D | RubyEnumDescriptor.java | 76 public IRubyObject initialize(ThreadContext context) { in initialize() 88 public IRubyObject getName(ThreadContext context) { in getName() 100 public IRubyObject setName(ThreadContext context, IRubyObject name) { in setName() 115 public IRubyObject addValue(ThreadContext context, IRubyObject name, IRubyObject number) { in addValue() 131 public IRubyObject each(ThreadContext context, Block block) { in each() 148 public IRubyObject enummodule(ThreadContext context) { in enummodule() 167 private RubyModule buildModuleFromDescriptor(ThreadContext context) { in buildModuleFromDescriptor()
|
D | RubyDescriptorPool.java | 66 public IRubyObject initialize(ThreadContext context) { in initialize() 74 public IRubyObject build(ThreadContext context, Block block) { in build() 89 public IRubyObject lookup(ThreadContext context, IRubyObject name) { in lookup() 107 public static IRubyObject generatedPool(ThreadContext context, IRubyObject recv) { in generatedPool() 111 protected void addToSymtab(ThreadContext context, RubyDescriptor def) { in addToSymtab() 116 protected void addToSymtab(ThreadContext context, RubyEnumDescriptor def) { in addToSymtab() 121 private void buildFileDescriptor(ThreadContext context) { in buildFileDescriptor()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() 47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() 52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() 57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() 62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release() 67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release() 72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release() 77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() 82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release() 87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() [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/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.cpp | 123 es2::Context *context = es2::getContext(); in ActiveTexture() local 140 es2::Context *context = es2::getContext(); in AttachShader() local 196 es2::Context *context = es2::getContext(); in BeginQueryEXT() local 213 es2::Context *context = es2::getContext(); in BindAttribLocation() local 244 es2::Context *context = es2::getContext(); in BindBuffer() local 315 es2::Context *context = es2::getContext(); in BindFramebuffer() local 340 es2::Context *context = es2::getContext(); in BindRenderbuffer() local 356 es2::Context *context = es2::getContext(); in BindTexture() local 401 es2::Context* context = es2::getContext(); in BlendColor() local 442 es2::Context *context = es2::getContext(); in BlendEquationSeparate() local [all …]
|
D | libGLESv3.cpp | 509 es2::Context *context = es2::getContext(); in glReadBuffer() local 613 es2::Context *context = es2::getContext(); in glDrawRangeElements() local 669 es2::Context *context = es2::getContext(); in glTexImage3D() local 715 es2::Context *context = es2::getContext(); in glTexSubImage3D() local 760 es2::Context *context = es2::getContext(); in glCopyTexSubImage3D() local 847 es2::Context *context = es2::getContext(); in glCompressedTexImage3D() local 899 es2::Context *context = es2::getContext(); in glCompressedTexSubImage3D() local 923 es2::Context *context = es2::getContext(); in glGenQueries() local 943 es2::Context *context = es2::getContext(); in glDeleteQueries() local 963 es2::Context *context = es2::getContext(); in glIsQuery() local [all …]
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.cpp | 89 es1::Context *context = es1::getContext(); in ActiveTexture() local 121 es1::Context *context = es1::getContext(); in AlphaFunc() local 138 es1::Context *context = es1::getContext(); in BindBuffer() local 165 es1::Context *context = es1::getContext(); in BindFramebuffer() local 182 es1::Context *context = es1::getContext(); in BindFramebufferOES() local 199 es1::Context *context = es1::getContext(); in BindRenderbufferOES() local 220 es1::Context *context = es1::getContext(); in BindTexture() local 280 es1::Context *context = es1::getContext(); in BlendEquationSeparateOES() local 370 es1::Context *context = es1::getContext(); in BlendFuncSeparateOES() local 399 es1::Context *context = es1::getContext(); in BufferData() local [all …]
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
D | RcsSettingUtils.java | 55 public static boolean isFeatureProvisioned(Context context, in isFeatureProvisioned() 85 public static boolean isVowifiProvisioned(Context context) { in isVowifiProvisioned() 90 public static boolean isLvcProvisioned(Context context) { in isLvcProvisioned() 95 public static boolean isEabProvisioned(Context context) { in isEabProvisioned() 100 public static int getSIPT1Timer(Context context) { in getSIPT1Timer() 122 public static boolean getCapabilityDiscoveryEnabled(Context context) { in getCapabilityDiscoveryEnabled() 145 public static int getMaxNumbersInRCL(Context context) { in getMaxNumbersInRCL() 167 public static int getCapabPollListSubExp(Context context) { in getCapabPollListSubExp() 189 public static int getAvailabilityCacheExpiration(Context context) { in getAvailabilityCacheExpiration() 208 public static boolean isMobileDataEnabled(Context context) { in isMobileDataEnabled() [all …]
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | SharedPrefUtil.java | 41 public static boolean isInitDone(Context context) { in isInitDone() 47 public static void setInitDone(Context context, boolean initDone){ in setInitDone() 53 public static long getLastContactChangedTimestamp(Context context, long time) { in getLastContactChangedTimestamp() 61 public static void saveLastContactChangedTimestamp(Context context, long time) { in saveLastContactChangedTimestamp() 67 public static long getLastProfileContactChangedTimestamp(Context context, long time) { in getLastProfileContactChangedTimestamp() 75 public static void saveLastProfileContactChangedTimestamp(Context context, long time) { in saveLastProfileContactChangedTimestamp() 81 public static long getLastContactDeletedTimestamp(Context context, long time) { in getLastContactDeletedTimestamp() 89 public static void saveLastContactDeletedTimestamp(Context context, long time) { in saveLastContactDeletedTimestamp() 95 private static long validateDeviceTimestamp(Context context, long lastSyncedTimestamp) { in validateDeviceTimestamp() 109 public static void resetEABSharedPref(Context context) { in resetEABSharedPref()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 103 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest() 109 …ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* descripti… in ShaderLibraryTest() 132 ShaderBuiltinVarTests (Context& context) in ShaderBuiltinVarTests() 146 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests() 164 ShaderLinkageTests (Context& context) in ShaderLinkageTests() 183 ShaderTests (Context& context) in ShaderTests() 209 ComputeTests (Context& context) in ComputeTests() 225 SSBOTests (Context& context) in SSBOTests() 241 TextureTests (Context& context) in TextureTests() 261 StateQueryTests (Context& context) in StateQueryTests() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang.l | 100 TParseContext* context = yyextra; variable 455 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 467 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 479 int ES2_identifier_ES3_keyword(TParseContext *context, int token) in ES2_identifier_ES3_keyword() 494 int uint_constant(TParseContext *context) in uint_constant() 512 int floatsuffix_check(TParseContext* context) in floatsuffix_check() 545 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { in yyerror() 556 int glslang_initialize(TParseContext* context) { in glslang_initialize() 565 int glslang_finalize(TParseContext* context) { in glslang_finalize() 576 TParseContext* context) { in glslang_scan()
|
/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/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 35 …seReaderInterface< flatbuffers::BufferRef<Stat>>> AsyncStore(::grpc::ClientContext* context, const… in AsyncStore() 38 …tReaderInterface< flatbuffers::BufferRef<Monster>>> Retrieve(::grpc::ClientContext* context, const… in Retrieve() 41 …erInterface< flatbuffers::BufferRef<Monster>>> AsyncRetrieve(::grpc::ClientContext* context, const… in AsyncRetrieve() 53 …yncResponseReader< flatbuffers::BufferRef<Stat>>> AsyncStore(::grpc::ClientContext* context, const… in AsyncStore() 56 …pc::ClientReader< flatbuffers::BufferRef<Monster>>> Retrieve(::grpc::ClientContext* context, const… in Retrieve() 59 …AsyncReader< flatbuffers::BufferRef<Monster>>> AsyncRetrieve(::grpc::ClientContext* context, const… in AsyncRetrieve() 92 …::grpc::Status Store(::grpc::ServerContext* context, const flatbuffers::BufferRef<Monster>* reques… in Store() 96 …void RequestStore(::grpc::ServerContext* context, flatbuffers::BufferRef<Monster>* request, ::grpc… in RequestStore() 112 …::grpc::Status Retrieve(::grpc::ServerContext* context, const flatbuffers::BufferRef<Stat>* reques… in Retrieve() 116 …void RequestRetrieve(::grpc::ServerContext* context, flatbuffers::BufferRef<Stat>* request, ::grpc… in RequestRetrieve() [all …]
|
/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/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CrashRecoveryContext.h | 103 CrashRecoveryContextCleanup(CrashRecoveryContext *context) in CrashRecoveryContextCleanup() 124 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource) in CrashRecoveryContextCleanupBase() 129 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create() local 140 CrashRecoveryContextDestructorCleanup(CrashRecoveryContext *context, in CrashRecoveryContextDestructorCleanup() 154 CrashRecoveryContextDeleteCleanup(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextDeleteCleanup() 168 CrashRecoveryContextReleaseRefCleanup(CrashRecoveryContext *context, in CrashRecoveryContextReleaseRefCleanup()
|