/third_party/skia/tools/gpu/gl/egl/ |
H A D | CreatePlatformGLTestContext_egl.cpp | 22 auto context = eglGetCurrentContext(); in context_restorer() local
|
/third_party/skia/tools/gpu/gl/glx/ |
H A D | CreatePlatformGLTestContext_glx.cpp | 97 auto context = glXGetCurrentContext(); in context_restorer() local 313 GLXContext context = nullptr; CreateBestContext() local [all...] |
/third_party/skia/tools/skiaserve/ |
H A D | Request.cpp | 155 auto context = this->directContext(); in createGPUSurface() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | propsvec.cpp | 314 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 D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
|
H A D | ucnv_err.cpp | 91 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 D | ustr_wcs.cpp | 39 u_growAnyBufferFromStatic(void *context, in u_growAnyBufferFromStatic() argument
|
H A D | utrace.cpp | 397 utrace_setFunctions(const void *context, in utrace_setFunctions() argument 407 utrace_getFunctions(const void **context, in utrace_getFunctions() argument
|
H A D | utrie2.cpp | 443 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 D | uvector.cpp | 498 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 D | utext.h | 1443 const void *context; member
|
/third_party/vixl/src/aarch64/ |
H A D | pointer-auth-aarch64.cc | 115 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 D | java_file.cc | 593 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 D | java_message.cc | 89 ImmutableMessageGenerator( const Descriptor* descriptor, Context* context) ImmutableMessageGenerator() argument
|
H A D | java_helpers.h | 188 void MaybePrintGeneratedAnnotation(Context* context, io::Printer* printer, in MaybePrintGeneratedAnnotation() argument
|
H A D | java_map_field.cc | 77 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 D | java_message_field.cc | 122 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 D | java_primitive_field.cc | 186 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 D | mock_code_generator.cc | 182 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 D | pyexpat.c.h | 181 const char *context; in pyexpat_xmlparser_ExternalEntityParserCreate() local
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 105 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 D | RubyFieldDescriptor.java | 69 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 D | RubyMessage.java | 68 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 D | mod.rs | 29 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 D | PlatformMethods.h | 285 void *context = 0; member
|