Home
last modified time | relevance | path

Searched defs:code (Results 76 – 100 of 9275) sorted by relevance

12345678910>>...371

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c86 static void gpir_codegen_mul0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul0_slot()
146 static void gpir_codegen_mul1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul1_slot()
198 static void gpir_codegen_add0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add0_slot()
283 static void gpir_codegen_add1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add1_slot()
368 static void gpir_codegen_complex_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_complex_slot()
413 static void gpir_codegen_pass_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_pass_slot()
458 static void gpir_codegen_reg0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg0_slot()
467 static void gpir_codegen_reg1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg1_slot()
475 static void gpir_codegen_mem_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mem_slot()
502 static void gpir_codegen_store_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_store_slot()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission-statsd/android_common_apex30/javac/
Dservice-permission-statsd.jar ... public static void write (int, int) int code int arg1 int needed byte[] buff int pos ...
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtField.java858 abstract int compile(CtClass type, String name, Bytecode code, in compile()
864 Bytecode code, Javac drv) throws CannotCompileException; in compileIfStatic()
875 int compile(CtClass type, String name, Bytecode code, in compile()
891 int compileIfStatic(CtClass type, String name, Bytecode code, in compileIfStatic()
981 int compile(CtClass type, String name, Bytecode code, in compile()
1025 int compileIfStatic(CtClass type, String name, Bytecode code, in compileIfStatic()
1047 int compile(CtClass type, String name, Bytecode code, in compile()
1092 int compileIfStatic(CtClass type, String name, Bytecode code, in compileIfStatic()
1113 protected final int compileStringParameter(Bytecode code) in compileStringParameter()
1145 int compile(CtClass type, String name, Bytecode code, in compile()
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java84 private void pressKeyWithoutTimerExpire(final int code, final boolean isSinglePointer, in pressKeyWithoutTimerExpire()
96 public void pressKey(final int code, final int afterPress) { in pressKey()
107 public void releaseKey(final int code, final int afterRelease) { in releaseKey()
120 public void pressAndReleaseKey(final int code, final int afterPress, final int afterRelease) { in pressAndReleaseKey()
131 public void chordingPressKey(final int code, final int afterPress) { in chordingPressKey()
142 public void chordingReleaseKey(final int code, final int afterRelease) { in chordingReleaseKey()
155 public void chordingPressAndReleaseKey(final int code, final int afterPress, in chordingPressAndReleaseKey()
168 public void pressAndSlideFromKey(final int code, final int afterPress, final int afterSlide) { in pressAndSlideFromKey()
181 public void stopSlidingOnKey(final int code, final int afterPress, final int afterSlide) { in stopSlidingOnKey()
237 public void secondPressKey(final int code, final int afterPress) { in secondPressKey()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c48 static void ppir_codegen_encode_varying(ppir_node *node, void *code) in ppir_codegen_encode_varying()
145 static void ppir_codegen_encode_texld(ppir_node *node, void *code) in ppir_codegen_encode_texld()
175 static void ppir_codegen_encode_uniform(ppir_node *node, void *code) in ppir_codegen_encode_uniform()
223 static void ppir_codegen_encode_vec_mul(ppir_node *node, void *code) in ppir_codegen_encode_vec_mul()
296 static void ppir_codegen_encode_scl_mul(ppir_node *node, void *code) in ppir_codegen_encode_scl_mul()
365 static void ppir_codegen_encode_vec_add(ppir_node *node, void *code) in ppir_codegen_encode_vec_add()
454 static void ppir_codegen_encode_scl_add(ppir_node *node, void *code) in ppir_codegen_encode_scl_add()
530 static void ppir_codegen_encode_combine(ppir_node *node, void *code) in ppir_codegen_encode_combine()
590 static void ppir_codegen_encode_store_temp(ppir_node *node, void *code) in ppir_codegen_encode_store_temp()
608 static void ppir_codegen_encode_const(ppir_const *constant, uint16_t *code) in ppir_codegen_encode_const()
[all …]
H A Ddisasm.c181 print_const0(void *code, unsigned offset, FILE *fp) in print_const0()
189 print_const1(void *code, unsigned offset, FILE *fp) in print_const1()
197 print_varying(void *code, unsigned offset, FILE *fp) in print_varying()
278 print_sampler(void *code, unsigned offset, FILE *fp) in print_sampler()
314 print_uniform(void *code, unsigned offset, FILE *fp) in print_uniform()
379 print_vec4_mul(void *code, unsigned offset, FILE *fp) in print_vec4_mul()
446 print_vec4_acc(void *code, unsigned offset, FILE *fp) in print_vec4_acc()
507 print_float_mul(void *code, unsigned offset, FILE *fp) in print_float_mul()
567 print_float_acc(void *code, unsigned offset, FILE *fp) in print_float_acc()
618 print_combine(void *code, unsigned offset, FILE *fp) in print_combine()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DCharset_TestGenerator.java105 abstract void consume (int code); in consume()
107 boolean isAccepted (int code) in isAccepted()
115 void consume (int code) { in consume()
127 boolean isAccepted (int code) in isAccepted()
135 void consume (int code) { in consume()
152 void consume (int code) { in consume()
166 boolean isAccepted (int code) in isAccepted()
175 int code = 0; in genCodes() local
191 abstract void consume (int code); in consume()
206 void consume (int code) { in consume()
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java182 public void write(byte[] code, int index) { in write()
337 public int insert(byte[] code) in insert()
364 public void insert(int pos, byte[] code) throws BadBytecode { in insert()
388 public int insertAt(int pos, byte[] code) throws BadBytecode { in insertAt()
410 public int insertEx(byte[] code) in insertEx()
437 public void insertEx(int pos, byte[] code) throws BadBytecode { in insertEx()
461 public int insertExAt(int pos, byte[] code) throws BadBytecode { in insertExAt()
469 private int insert0(int pos, byte[] code, boolean exclusive) in insert0()
687 public int append(byte[] code) { in append()
756 static int nextOpcode(byte[] code, int index) in nextOpcode()
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-resources.json49 "code" : "SMART-on-FHIR", string
60 "code" : "read", string
64 "code" : "vread", string
68 "code" : "update", string
72 "code" : "delete", string
76 "code" : "history-instance", string
80 "code" : "history-type", string
84 "code" : "create", string
88 "code" : "search-type", string
155 "code" : "read", string
[all …]
Dextension-definitions.json94 "code" : "http://hl7.org/fhirpath/System.String" string
124 "code" : "Extension" string
164 "code" : "http://hl7.org/fhirpath/System.String" string
187 "code" : "Expression" string
230 "code" : "Expression" string
321 "code" : "http://hl7.org/fhirpath/System.String" string
351 "code" : "Extension" string
391 "code" : "http://hl7.org/fhirpath/System.String" string
414 "code" : "code" string
465 "code" : "code" string
[all …]
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dcompiler_test.cpp22 bool IsBinaryBlob(const std::string &code) in IsBinaryBlob()
144 for (auto &code : mOutputCode) in compile() local
169 const auto code = mOutputCode.find(output); in foundInCodeRegex() local
194 const auto code = mOutputCode.find(output); in foundInCode() local
213 const auto code = mOutputCode.find(output); in foundInCodeInOrder() local
243 const auto code = mOutputCode.find(output); in foundInCode() local
277 for (auto &code : mOutputCode) in foundInCode() local
289 for (auto &code : mOutputCode) in foundInCodeRegex() local
301 for (auto &code : mOutputCode) in foundInCode() local
313 for (auto &code : mOutputCode) in foundInCodeInOrder() local
[all …]
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-utils-aarch64.h117 inline int32_t wreg(unsigned code) const { in wreg()
125 inline int64_t xreg(unsigned code) const { in xreg()
134 inline uint16_t hreg_bits(unsigned code) const { in hreg_bits()
139 inline uint32_t sreg_bits(unsigned code) const { in sreg_bits()
144 inline Float16 hreg(unsigned code) const { in hreg()
148 inline float sreg(unsigned code) const { in sreg()
152 inline uint64_t dreg_bits(unsigned code) const { in dreg_bits()
157 inline double dreg(unsigned code) const { in dreg()
161 inline QRegisterValue qreg(unsigned code) const { return dump_.q_[code]; } in qreg()
164 inline T zreg_lane(unsigned code, int lane) const { in zreg_lane()
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_dart.cpp90 std::string code; in generate() local
159 const char *indent, std::string &code) { in GenDocComment()
169 std::string &code = in GenEnum() local
251 std::string &code) { in GenEnumReader()
410 std::string &code = in GenStruct() local
484 std::string code; in GenStructObjectAPI() local
576 std::string code = " " + object_type + " unpack() => " + object_type + "("; in GenStructObjectAPIUnpack() local
586 std::string code; in GenStructObjectAPIPack() local
629 std::string &code) { in GenImplementationGetters()
698 std::string code; in GenToString() local
[all …]
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/
H A DPrettyPrinterTest.java47 private String prettyPrintField(String code) { in prettyPrintField()
52 private String prettyPrintVar(String code) { in prettyPrintVar()
59 String code; in printingArrayFields() local
78 String code; in printingArrayVariables() local
95 private String prettyPrintConfigurable(String code) { in prettyPrintConfigurable()
103 String code; in printUseTestVisitor() local
115 …String code = "class Example { void foo(Object arg0,Object arg1){ myMethod(1, 2, 3, 5, Object.clas… in prettyColumnAlignParameters_enabled() local
136 …String code = "class Example { void foo(Object arg0,Object arg1){ myMethod(1, 2, 3, 5, Object.clas… in prettyColumnAlignParameters_disabled() local
155 …String code = "class Example { void foo() { IntStream.range(0, 10).filter(x -> x % 2 == 0).map(x -… in prettyAlignMethodCallChains_enabled() local
176 …String code = "class Example { void foo() { IntStream.range(0, 10).filter(x -> x % 2 == 0).map(x -… in prettyAlignMethodCallChains_disabled() local
/aosp_15_r20/external/freetype/src/cff/
H A Dcffparse.c42 FT_UInt code, in cff_parser_init()
1024 #define CFF_FIELD_NUM( code, name, id ) \ argument
1026 #define CFF_FIELD_FIXED( code, name, id ) \ argument
1028 #define CFF_FIELD_FIXED_1000( code, name, id ) \ argument
1030 #define CFF_FIELD_STRING( code, name, id ) \ argument
1032 #define CFF_FIELD_BOOL( code, name, id ) \ argument
1043 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
1052 #define CFF_FIELD_BLEND( code, id ) \ argument
1061 #define CFF_FIELD( code, name, id, kind ) \ argument
1070 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuations.java95 public boolean isWordSeparator(final int code) { in isWordSeparator()
99 public boolean isWordConnector(final int code) { in isWordConnector()
103 public boolean isWordCodePoint(final int code) { in isWordCodePoint()
107 public boolean isUsuallyPrecededBySpace(final int code) { in isUsuallyPrecededBySpace()
111 public boolean isUsuallyFollowedBySpace(final int code) { in isUsuallyFollowedBySpace()
115 public boolean isClusteringSymbol(final int code) { in isClusteringSymbol()
119 public boolean isSentenceTerminator(final int code) { in isSentenceTerminator()
123 public boolean isAbbreviationMarker(final int code) { in isAbbreviationMarker()
127 public boolean isSentenceSeparator(final int code) { in isSentenceSeparator()
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp175 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) in BitstreamShowBits32HC()
193 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32()
215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
272 uint code; in BitstreamReadBits16_INLINE() local
289 uint code; in BitstreamRead1Bits_INLINE() local
313 uint code; in BitstreamReadBits16() local
335 uint code; in BitstreamRead1Bits() local
384 uint32 code; in BitstreamReadBits32() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/av/services/mediametrics/stats_media_metrics.cpp/gen/
Dstats_media_metrics.cpp12 int stats_write(int32_t code, int32_t arg1, int32_t arg2, bool arg3) { in stats_write()
23 int stats_write(int32_t code, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
48 int stats_write(int32_t code, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
82 int stats_write(int32_t code, int32_t arg1, int32_t arg2, float arg3, int32_t arg4, int32_t arg5, f… in stats_write()
98 int stats_write(int32_t code, int32_t arg1, int32_t arg2, char const* arg3, int32_t arg4, int32_t a… in stats_write()
121 int stats_write(int32_t code, int32_t arg1, int64_t arg2, int64_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
138 int stats_write(int32_t code, int32_t arg1, int64_t arg2, int64_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
158 int stats_write(int32_t code, int32_t arg1, int64_t arg2, int64_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
183 int stats_write(int32_t code, int32_t arg1, int64_t arg2, int64_t arg3, int32_t arg4, int32_t arg5,… in stats_write()
204 int stats_write(int32_t code, int32_t arg1, int64_t arg2, char const* arg3, int32_t arg4, bool arg5… in stats_write()
[all …]
/aosp_15_r20/system/tools/aidl/
Dgenerate_java_binder.cpp146 auto code = std::make_shared<Variable>("int", "transactionCode"); in StubClass() local
280 CodeWriter& code = *writer; in MakeConstructors() local
403 std::ostringstream code; in ProxyClass() local
408 std::ostringstream code; in ProxyClass() local
447 string code; in GenerateWriteToParcel() local
490 PermissionVisitor(CodeWriter* code, const AidlMethod& method) : code_(code), method_(method) {} in PermissionVisitor()
548 string code; in GeneratePermissionMethod() local
592 string code; in GenerateStubCode() local
936 std::ostringstream code; in GenerateMethods() local
942 std::ostringstream code; in GenerateMethods() local
[all …]
/aosp_15_r20/external/libpcap/pcap/
H A Dbpf.h135 #define BPF_CLASS(code) ((code) & 0x07) argument
146 #define BPF_SIZE(code) ((code) & 0x18) argument
151 #define BPF_MODE(code) ((code) & 0xe0) argument
162 #define BPF_OP(code) ((code) & 0xf0) argument
196 #define BPF_SRC(code) ((code) & 0x08) argument
201 #define BPF_RVAL(code) ((code) & 0x18) argument
206 #define BPF_MISCOP(code) ((code) & 0xf8) argument
245 u_short code; member
264 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument
268 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2.cc56 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
66 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
86 void Thumb2RelativePatcher::PatchEntrypointCall(std::vector<uint8_t>* code, in PatchEntrypointCall()
97 void Thumb2RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
139 void Thumb2RelativePatcher::PatchBl(std::vector<uint8_t>* code, in PatchBl()
161 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32()
171 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32()
183 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32()
188 uint32_t Thumb2RelativePatcher::GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn16()
196 uint32_t Thumb2RelativePatcher::GetInsn16(Vector* code, uint32_t offset) { in GetInsn16()
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dobservation_20.json10 "code": "vital-signs", string
17 "code": { object
21 "code": "85354-9", string
44 "code" : { object
48 "code" : "8480-6", string
58 "code" : "mm[Hg]" string
62 "code" : { object
66 "code" : "8462-4", string
76 "code" : "mm[Hg]" string
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DBaseServiceException.java38 private final int code; field in BaseServiceException
50 private final int code; field in BaseServiceException.ExceptionData
59 int code, in ExceptionData()
105 public static ExceptionData from(int code, String message, String reason, boolean retryable) { in from()
110 int code, String message, String reason, boolean retryable, Throwable cause) { in from()
125 private int code; field in BaseServiceException.ExceptionData.Builder
143 public Builder setCode(int code) { in setCode()
179 private final Integer code; field in BaseServiceException.Error
183 public Error(Integer code, String reason) { in Error()
187 public Error(Integer code, String reason, boolean rejected) { in Error()
[all …]
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/
H A DGoogleStyleFormatterKtTest.kt34 val code = in kitchen sink of tests() constant
957 val code = in tailing commas are removed when redundant() constant
995 val code = in tailing commas are added when missing() constant
1082 val code = in tailing commas that are always removed() constant
1757 val code = in trailing commas in enums() constant
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/
H A Dform.priv.h219 #define returnField(code) TRACE_RETURN(code,field) argument
220 #define returnFieldPtr(code) TRACE_RETURN(code,field_ptr) argument
221 #define returnForm(code) TRACE_RETURN(code,form) argument
222 #define returnFieldType(code) TRACE_RETURN(code,field_type) argument
223 #define returnFormHook(code) TRACE_RETURN(code,form_hook) argument
233 #define returnFieldPtr(code) return code argument
234 #define returnFieldType(code) return code argument
235 #define returnField(code) return code argument
236 #define returnForm(code) return code argument
237 #define returnFormHook(code) return code argument

12345678910>>...371