/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_primitive_field_lite.cc | 178 ImmutablePrimitiveFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutablePrimitiveFieldLiteGenerator() argument 332 ImmutablePrimitiveOneofFieldLiteGenerator(const FieldDescriptor* descriptor, int messageBitIndex, Context* context) ImmutablePrimitiveOneofFieldLiteGenerator() argument 443 RepeatedImmutablePrimitiveFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) RepeatedImmutablePrimitiveFieldLiteGenerator() argument [all...] |
H A D | java_service.cc | 55 ImmutableServiceGenerator( const ServiceDescriptor* descriptor, Context* context) ImmutableServiceGenerator() argument
|
H A D | java_string_field.cc | 138 ImmutableStringFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutableStringFieldGenerator() argument 472 ImmutableStringOneofFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) ImmutableStringOneofFieldGenerator() argument 715 RepeatedImmutableStringFieldGenerator( const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, Context* context) RepeatedImmutableStringFieldGenerator() argument
|
H A D | java_shared_code_generator.cc | 57 Generate( GeneratorContext* context, std::vector<std::string>* file_list, std::vector<std::string>* annotation_file_list) Generate() argument
|
/third_party/python/Objects/ |
H A D | capsule.c | 10 void *context; member 181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | annotation_test_util.cc | 60 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* context, std::string* error) const Generate() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 164 MockGeneratorContext context; in TEST() local
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyDescriptor.java | 77 public IRubyObject initialize(ThreadContext context) { in initialize() argument 92 public IRubyObject getName(ThreadContext context) { in getName() argument 104 public IRubyObject setName(ThreadContext context, IRubyObject name) { in setName() argument 120 public IRubyObject addField(ThreadContext context, IRubyObject obj) { in addField() argument 135 public IRubyObject lookup(ThreadContext context, IRubyObject fieldName) { in lookup() argument 147 public IRubyObject msgclass(ThreadContext context) { in msgclass() argument 161 each(ThreadContext context, Block block) each() argument 180 addOneof(ThreadContext context, IRubyObject obj) addOneof() argument 198 eachOneof(ThreadContext context, Block block) eachOneof() argument 213 lookupOneof(ThreadContext context, IRubyObject name) lookupOneof() argument 236 buildClassFromDescriptor(ThreadContext context) buildClassFromDescriptor() argument [all...] |
H A D | RubyRepeatedField.java | 72 public IRubyObject initialize(ThreadContext context, IRubyObject[] args) { in initialize() argument 111 public IRubyObject indexSet(ThreadContext context, IRubyObject index, IRubyObject value) { in indexSet() argument 129 public IRubyObject index(ThreadContext context, IRubyObject[] args) { in index() argument 166 push(ThreadContext context, IRubyObject value) push() argument 179 pop_one(ThreadContext context) pop_one() argument 192 replace(ThreadContext context, IRubyObject list) replace() argument 206 clear(ThreadContext context) clear() argument 218 length(ThreadContext context) length() argument 231 plus(ThreadContext context, IRubyObject list) plus() argument 253 concat(ThreadContext context, IRubyObject list) concat() argument 274 hash(ThreadContext context) hash() argument 289 eq(ThreadContext context, IRubyObject other) eq() argument 302 each(ThreadContext context, Block block) each() argument 309 toArray(ThreadContext context) toArray() argument 321 dup(ThreadContext context) dup() argument 334 deepCopy(ThreadContext context) deepCopy() argument 351 defaultValue(ThreadContext context) defaultValue() argument 391 checkArrayElementType(ThreadContext context, RubyArray arr) checkArrayElementType() argument [all...] |
H A D | Utils.java | 54 public static IRubyObject fieldTypeToRuby(ThreadContext context, Descriptors.FieldDescriptor.Type type) { in fieldTypeToRuby() argument 58 public static IRubyObject fieldTypeToRuby(ThreadContext context, DescriptorProtos.FieldDescriptorProto.Type type) { in fieldTypeToRuby() argument 62 private static IRubyObject fieldTypeToRuby(ThreadContext context, String typeName) { in fieldTypeToRuby() argument 67 public static IRubyObject checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() argument 133 wrapPrimaryValue(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, Object value) wrapPrimaryValue() argument 190 validateStringEncoding(ThreadContext context, Descriptors.FieldDescriptor.Type type, IRubyObject value) validateStringEncoding() argument 207 checkNameAvailability(ThreadContext context, String name) checkNameAvailability() argument 236 msgdefCreateField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass, RubyClass cFieldDescriptor) msgdefCreateField() argument 254 checkIntTypePrecision(ThreadContext context, Descriptors.FieldDescriptor.Type type, IRubyObject value) checkIntTypePrecision() argument 272 validateTypeClass(ThreadContext context, Descriptors.FieldDescriptor.Type type, IRubyObject value) validateTypeClass() argument [all...] |
H A D | RubyMessageBuilderContext.java | 63 public IRubyObject initialize(ThreadContext context, IRubyObject descriptor, IRubyObject rubyBuilder) { in initialize() argument 83 public IRubyObject optional(ThreadContext context, IRubyObject[] args) { in optional() argument 105 public IRubyObject required(ThreadContext context, IRubyObjec argument 122 repeated(ThreadContext context, IRubyObject[] args) repeated() argument 142 map(ThreadContext context, IRubyObject[] args) map() argument 192 oneof(ThreadContext context, IRubyObject name, Block block) oneof() argument 205 msgdefAddField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass) msgdefAddField() argument [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | interpol-test.c | 41 static pa_context *context = NULL; variable
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/ |
H A D | SkottieView.java | 99 public SkottieView(Context context, int resID, Color background) { in SkottieView() argument 108 public SkottieView(Context context) { in SkottieView() argument 114 public SkottieView(Context context, AttributeSet attrs) { in SkottieView() argument 118 public SkottieView(Context context, AttributeSe argument 123 SkottieView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) SkottieView() argument 165 setSource(int resID, Context context, Color background) setSource() argument [all...] |
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieView.java | 44 public SkottieView buildAsTexture(Context context) { in buildAsTexture() argument 52 public SkottieView buildAsSurface(Context context, int backgroundColor) { in buildAsSurface() argument 60 public SkottieView(Context context) { in SkottieView() argument 66 public SkottieView(Context context, AttributeSet attrs) { in SkottieView() argument 70 SkottieView(Context context, AttributeSet attrs, int defStyleAttr) SkottieView() argument 75 SkottieView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) SkottieView() argument 131 setSource(Context context, Uri uri) setSource() argument [all...] |
/third_party/skia/gm/ |
H A D | imagefromyuvtextures.cpp | 122 sk_sp<SkImage> makeYUVAImage(GrDirectContext* context) { in makeYUVAImage() argument
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 308 MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted, const SkImageInfo& imageInfo, int sampleCount, const SkSurfaceProps* surfaceProps) MakeRenderTarget() argument 333 MakeRenderTarget(GrRecordingContext* context, SkBudgeted budgeted, const SkImageInfo& imageInfo) MakeRenderTarget() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | context.c | 22 int sepol_check_context(const char *context) in sepol_check_context() argument 87 context_to_string(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * context, char **result, size_t * result_len) context_to_string() argument 242 context_to_record(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * context, sepol_context_t ** record) context_to_record() argument 333 sepol_context_check(sepol_handle_t * handle, const sepol_policydb_t * policydb, const sepol_context_t * context) sepol_context_check() argument [all...] |
H A D | users.c | 48 context_struct_t context; in user_to_record() local 123 context_struct_t context; sepol_user_modify() local [all...] |
H A D | sidtab.c | 39 sepol_sidtab_insert(sidtab_t * s, sepol_security_id_t sid, context_struct_t * context) sepol_sidtab_insert() argument 111 sepol_sidtab_map(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map() argument 134 sepol_sidtab_map_remove_on_error(sidtab_t * s, int (*apply) (sepol_security_id_t sid, context_struct_t * context, void *args), void *args) sepol_sidtab_map_remove_on_error() argument 172 sepol_sidtab_search_context(sidtab_t * s, context_struct_t * context) sepol_sidtab_search_context() argument 190 sepol_sidtab_context_to_sid(sidtab_t * s, context_struct_t * context, sepol_security_id_t * out_sid) sepol_sidtab_context_to_sid() argument [all...] |
/third_party/selinux/libselinux/src/ |
H A D | label_db.c | 95 char *type, *key, *context, *temp; in process_line() local [all...] |
H A D | label_media.c | 39 char *key, *context; in process_line() local
|
H A D | label_x.c | 41 char *type, *key, *context; in process_line() local
|
/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 134 auto context = canvas->recordingContext(); in drawSolidColorsBatch() local
|
/third_party/spirv-tools/source/ |
H A D | libspirv.cpp | 60 spv_context context; // C interface context object. member [all...] |
H A D | name_mapper.cpp | 46 FriendlyNameMapper::FriendlyNameMapper(const spv_const_context context, in FriendlyNameMapper() argument
|