Home
last modified time | relevance | path

Searched defs:context (Results 2726 - 2750 of 5079) sorted by relevance

1...<<101102103104105106107108109110>>...204

/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp22 auto context = eglGetCurrentContext(); in context_restorer() local
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp97 auto context = glXGetCurrentContext(); in context_restorer() local
313 GLXContext context = nullptr; CreateBestContext() local
[all...]
/third_party/skia/tools/skiaserve/
H A DRequest.cpp155 auto context = this->directContext(); in createGPUSurface() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dpropsvec.cpp314 upvec_compareRows(const void *context, const void *l, const void *r) { in upvec_compareRows() argument
336 upvec_compact(UPropsVectors *pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode) { in upvec_compact() argument
498 upvec_compactToUTrie2Handler(void *context, in upvec_compactToUTrie2Handler() argument
H A Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
H A Ducnv_err.cpp91 UCNV_FROM_U_CALLBACK_STOP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_STOP() argument
118 UCNV_TO_U_CALLBACK_STOP( const void *context, UConverterToUnicodeArgs *toUArgs, const char* codePoints, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_STOP() argument
132 UCNV_FROM_U_CALLBACK_SKIP( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_SKIP() argument
163 UCNV_FROM_U_CALLBACK_SUBSTITUTE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_SUBSTITUTE() argument
199 UCNV_FROM_U_CALLBACK_ESCAPE( const void *context, UConverterFromUnicodeArgs *fromArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) UCNV_FROM_U_CALLBACK_ESCAPE() argument
363 UCNV_TO_U_CALLBACK_SKIP( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_SKIP() argument
386 UCNV_TO_U_CALLBACK_SUBSTITUTE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_SUBSTITUTE() argument
412 UCNV_TO_U_CALLBACK_ESCAPE( const void *context, UConverterToUnicodeArgs *toArgs, const char* codeUnits, int32_t length, UConverterCallbackReason reason, UErrorCode * err) UCNV_TO_U_CALLBACK_ESCAPE() argument
[all...]
H A Dustr_wcs.cpp39 u_growAnyBufferFromStatic(void *context, in u_growAnyBufferFromStatic() argument
H A Dutrace.cpp397 utrace_setFunctions(const void *context, in utrace_setFunctions() argument
407 utrace_getFunctions(const void **context, in utrace_getFunctions() argument
H A Dutrie2.cpp443 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) enumEitherTrie() argument
621 utrie2_enum(const UTrie2 *trie, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) utrie2_enum() argument
627 utrie2_enumForLeadSurrogate(const UTrie2 *trie, UChar32 lead, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) utrie2_enumForLeadSurrogate() argument
[all...]
H A Duvector.cpp498 sortComparator(const void *context, const void *left, const void *right) { in sortComparator() argument
559 void UVector::sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) { in sortWithUComparator() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutext.h1443 const void *context; member
/third_party/vixl/src/aarch64/
H A Dpointer-auth-aarch64.cc115 uint64_t Simulator::ComputePAC(uint64_t data, uint64_t context, PACKey key) { in ComputePAC() argument
142 AuthPAC(uint64_t ptr, uint64_t context, PACKey key, PointerType type) AuthPAC() argument
164 AddPAC(uint64_t ptr, uint64_t context, PACKey key, PointerType type) AddPAC() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc593 GenerateSibling( const std::string& package_dir, const std::string& java_package, const DescriptorClass* descriptor, GeneratorContext* context, std::vector<std::string>* file_list, bool annotate_code, std::vector<std::string>* annotation_list, const std::string& name_suffix, GeneratorClass* generator, void (GeneratorClass::*pfn)(io::Printer* printer)) GenerateSibling() argument
634 GenerateSiblings( const std::string& package_dir, GeneratorContext* context, std::vector<std::string>* file_list, std::vector<std::string>* annotation_list) GenerateSiblings() argument
H A Djava_message.cc89 ImmutableMessageGenerator( const Descriptor* descriptor, Context* context) ImmutableMessageGenerator() argument
H A Djava_helpers.h188 void MaybePrintGeneratedAnnotation(Context* context, io::Printer* printer, in MaybePrintGeneratedAnnotation() argument
H A Djava_map_field.cc77 SetMessageVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, Context* context, std::map<std::string, std::string>* variables) SetMessageVariables() argument
159 ImmutableMapFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutableMapFieldGenerator() argument
H A Djava_message_field.cc122 ImmutableMessageFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutableMessageFieldGenerator() argument
529 ImmutableMessageOneofFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutableMessageOneofFieldGenerator() argument
808 RepeatedImmutableMessageFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) RepeatedImmutableMessageFieldGenerator() argument
H A Djava_primitive_field.cc186 ImmutablePrimitiveFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutablePrimitiveFieldGenerator() argument
484 ImmutablePrimitiveOneofFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutablePrimitiveOneofFieldGenerator() argument
632 RepeatedImmutablePrimitiveFieldGenerator(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) RepeatedImmutablePrimitiveFieldGenerator() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc182 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
316 GetOutputFileContent( const std::string& generator_name, const std::string& parameter, const FileDescriptor* file, GeneratorContext* context) GetOutputFileContent() argument
[all...]
/third_party/python/Modules/clinic/
H A Dpyexpat.c.h181 const char *context; in pyexpat_xmlparser_ExternalEntityParserCreate() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMap.java105 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() argument
150 public IRubyObject indexSet(ThreadContext context, IRubyObject key, IRubyObject value) { in indexSet() argument
171 public IRubyObject index(ThreadContext context, IRubyObjec argument
191 eq(ThreadContext context, IRubyObject _other) eq() argument
227 hash(ThreadContext context) hash() argument
247 keys(ThreadContext context) keys() argument
258 values(ThreadContext context) values() argument
269 clear(ThreadContext context) clear() argument
283 each(ThreadContext context, Block block) each() argument
298 delete(ThreadContext context, IRubyObject key) delete() argument
310 hasKey(ThreadContext context, IRubyObject key) hasKey() argument
321 length(ThreadContext context) length() argument
333 dup(ThreadContext context) dup() argument
342 toHash(ThreadContext context) toHash() argument
347 deepCopy(ThreadContext context) deepCopy() argument
364 build(ThreadContext context, RubyDescriptor descriptor) build() argument
378 mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) mergeIntoSelf() argument
403 newThisType(ThreadContext context) newThisType() argument
[all...]
H A DRubyFieldDescriptor.java69 public IRubyObject initialize(ThreadContext context) { in initialize() argument
81 public IRubyObject getLabel(ThreadContext context) { in getLabel() argument
93 public IRubyObject setLabel(ThreadContext context, IRubyObject value) { in setLabel() argument
108 public IRubyObject getName(ThreadContext context) { in getName() argument
120 public IRubyObject setName(ThreadContext context, IRubyObject value) { in setName() argument
129 public IRubyObject getSubType(ThreadContext context) { in getSubType() argument
144 getType(ThreadContext context) getType() argument
156 setType(ThreadContext context, IRubyObject value) setType() argument
169 getnumber(ThreadContext context) getnumber() argument
181 setNumber(ThreadContext context, IRubyObject value) setNumber() argument
198 setSubmsgName(ThreadContext context, IRubyObject name) setSubmsgName() argument
211 getValue(ThreadContext context, IRubyObject msgRb) getValue() argument
228 setValue(ThreadContext context, IRubyObject msgRb, IRubyObject value) setValue() argument
[all...]
H A DRubyMessage.java68 public IRubyObject initialize(final ThreadContext context, IRubyObject[] args) { in initialize() argument
131 public IRubyObject indexSet(ThreadContext context, IRubyObjec argument
144 index(ThreadContext context, IRubyObject fieldName) index() argument
176 hash(ThreadContext context) hash() argument
204 eq(ThreadContext context, IRubyObject other) eq() argument
238 methodMissing(ThreadContext context, IRubyObject[] args) methodMissing() argument
276 dup(ThreadContext context) dup() argument
302 getDescriptor(ThreadContext context, IRubyObject recv) getDescriptor() argument
314 encode(ThreadContext context, IRubyObject recv, IRubyObject value) encode() argument
328 decode(ThreadContext context, IRubyObject recv, IRubyObject data) decode() argument
346 encodeJson(ThreadContext context, IRubyObject recv, IRubyObject msgRb) encodeJson() argument
360 decodeJson(ThreadContext context, IRubyObject recv, IRubyObject json) decodeJson() argument
372 toHash(ThreadContext context) toHash() argument
401 build(ThreadContext context) build() argument
405 build(ThreadContext context, int depth) build() argument
436 deepCopy(ThreadContext context) deepCopy() argument
450 getRepeatedField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor) getRepeatedField() argument
467 buildFrom(ThreadContext context, DynamicMessage dynamicMessage) buildFrom() argument
472 findField(ThreadContext context, IRubyObject fieldName) findField() argument
485 checkRepeatedFieldType(ThreadContext context, IRubyObject value, Descriptors.FieldDescriptor fieldDescriptor) checkRepeatedFieldType() argument
494 convert(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value, int depth) convert() argument
574 wrapField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, Object value) wrapField() argument
605 repeatedFieldForFieldDescriptor(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor) repeatedFieldForFieldDescriptor() argument
620 getField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor) getField() argument
677 setField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value) setField() argument
748 getDescriptorForField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor) getDescriptorForField() argument
753 rubyToRepeatedField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value) rubyToRepeatedField() argument
775 newMapForField(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor) newMapForField() argument
[all...]
/third_party/rust/crates/clap/src/error/
H A Dmod.rs29 mod context; modules
179 pub fn context(&self) -> impl Iterator<Item = (ContextKind, &ContextValue)> { context() functions
[all...]
/third_party/skia/third_party/externals/angle2/include/platform/
H A DPlatformMethods.h285 void *context = 0; member

Completed in 23 milliseconds

1...<<101102103104105106107108109110>>...204