Home
last modified time | relevance | path

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

12345678910>>...112

/external/libmojo/mojo/public/cpp/bindings/tests/
Dvalidation_context_unittest.cc29 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/icu/icu4c/source/i18n/
DdecContext.c47 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/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java105 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 …]
DRubyRepeatedField.java72 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 …]
DRubyFieldDescriptor.java69 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 …]
DRubyDescriptor.java77 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 …]
DRubyMessage.java66 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 …]
DRubyEnumDescriptor.java76 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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 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/
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/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsSettingUtils.java55 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/conscrypt/common/src/main/java/org/conscrypt/
DNativeRef.java24 final long context; field in NativeRef
26 NativeRef(long context) { in NativeRef()
59 abstract void doFree(long context); in doFree()
67 void doFree(long context) { in doFree()
78 void doFree(long context) { in doFree()
89 void doFree(long context) { in doFree()
100 void doFree(long context) { in doFree()
111 void doFree(long context) { in doFree()
122 void doFree(long context) { in doFree()
133 void doFree(long context) { in doFree()
[all …]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DSharedPrefUtil.java41 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/
Des31fFunctionalTests.cpp106 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest()
112 …ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* descripti… in ShaderLibraryTest()
135 ShaderBuiltinVarTests (Context& context) in ShaderBuiltinVarTests()
149 ShaderBuiltinFunctionTests (Context& context) in ShaderBuiltinFunctionTests()
167 ShaderLinkageTests (Context& context) in ShaderLinkageTests()
186 ShaderTests (Context& context) in ShaderTests()
213 ComputeTests (Context& context) in ComputeTests()
229 SSBOTests (Context& context) in SSBOTests()
245 TextureTests (Context& context) in TextureTests()
265 StateQueryTests (Context& context) in StateQueryTests()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp89 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/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp123 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 …]
DlibGLESv3.cpp509 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/mesa3d/src/gallium/state_trackers/va/
Dpicture.c43 vlVaContext *context; in vlVaBeginPicture() local
101 getEncParamPreset(vlVaContext *context) in getEncParamPreset()
134 handlePictureParameterBuffer(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handlePictureParameterBuffer()
189 handleIQMatrixBuffer(vlVaContext *context, vlVaBuffer *buf) in handleIQMatrixBuffer()
214 handleSliceParameterBuffer(vlVaContext *context, vlVaBuffer *buf) in handleSliceParameterBuffer()
261 handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVASliceDataBufferType()
323 handleVAEncMiscParameterTypeRateControl(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeRateControl()
341 handleVAEncMiscParameterTypeFrameRate(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeFrameRate()
349 handleVAEncSequenceParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handleVAEncSequenceParameterBufferType()
370 handleVAEncMiscParameterBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVAEncMiscParameterBufferType()
[all …]
/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/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()
236 TextureTests (Context& context) in TextureTests()
260 FboTests (Context& context) in FboTests()
282 BufferTests (Context& context) in BufferTests()
298 NegativeApiTestGroup (Context& context) in NegativeApiTestGroup()
321 FragmentOpTests (Context& context) in FragmentOpTests()
341 StateQueryTests (Context& context) in StateQueryTests()
364 FunctionalTests::FunctionalTests (Context& context) in FunctionalTests()
/external/swiftshader/src/OpenGL/compiler/
Dglslang.l99 TParseContext* context = yyextra; variable
445 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword()
457 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved()
469 int ES2_identifier_ES3_keyword(TParseContext *context, int token) in ES2_identifier_ES3_keyword()
484 int uint_constant(TParseContext *context) in uint_constant()
501 int floatsuffix_check(TParseContext* context) in floatsuffix_check()
534 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { in yyerror()
545 int glslang_initialize(TParseContext* context) { in glslang_initialize()
554 int glslang_finalize(TParseContext* context) { in glslang_finalize()
565 TParseContext* context) { in glslang_scan()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h35 …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/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/python/cpython2/Lib/xml/etree/
DElementPath.py87 def get_parent_map(context): argument
98 def select(context, result): argument
106 def select(context, result): argument
113 def select(context, result): argument
126 def select(context, result): argument
134 def select(context, result): argument
165 def select(context, result): argument
174 def select(context, result): argument
182 def select(context, result): argument
191 def select(context, result): argument
[all …]

12345678910>>...112