/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateEnums.java | 123 sorted.put(getName(code), code); in showCurrencies() local 134 private String getName(String code) { in getName() 146 String code = it.next(); in showCurrencies() local 173 String code = it.next(); in showScripts() local 176 printRow(Log.getLog(), code, null, "script", code_replacements, len); in showScripts() local 200 Type type = Iso639Data.getType(language); in showLanguageInfo() local 221 String code = it.next(); in showLanguages() local 237 String code = it.next(); in showLanguages() local 344 int code = Integer.parseInt(sourceValues[0]); in loadCLDRData() local 441 String code = parts.findAttributeValue("currency", "iso4217"); in loadCLDRData() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticache/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1559 "type":"structure", string 1564 "code":"APICallRateForCustomerExceeded", string 1571 "type":"string", string 1578 "type":"string", string 1582 "type":"structure", string 1600 "type":"string", string 1606 "type":"structure", string 1620 "type":"string", string 1627 "type":"string", string 1635 "type":"structure", string [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticloadbalancing/src/main/resources/codegen-resources/ |
H A D | service-2.json | 527 "type":"structure", string 549 "AccessLogEnabled":{"type":"boolean"}, string 550 "AccessLogInterval":{"type":"integer"}, string 551 "AccessLogPrefix":{"type":"string"}, string 552 "AccessPointName":{"type":"string"}, string 554 "type":"structure", string 559 "code":"LoadBalancerNotFound", string 565 "AccessPointPort":{"type":"integer"}, string 567 "type":"structure", string 585 "type":"structure", string [all …]
|
/aosp_15_r20/external/autotest/client/bin/input/ |
H A D | input_device.py | 80 def __init__(self, tv_sec=0, tv_usec=0, type=0, code=0, value=0): argument 406 def _code_if_mt(self, type, code): argument 423 def _get_valuator(self, type, code): argument 431 def _get_value(self, type, code): argument 440 def _get_min(self, type, code): argument 451 def _get_max(self, type, code): argument
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | ValidationMessage.java | 47 private final String type; field in ValidationMessage 48 private final String code; field in ValidationMessage 63 …ValidationMessage(String type, String code, JsonNodePath evaluationPath, SchemaLocation schemaLoca… in ValidationMessage() 225 protected String type; field in ValidationMessage.BuilderSupport 226 protected String code; field in ValidationMessage.BuilderSupport 241 public S type(String type) { in type() argument 246 public S code(String code) { in code() argument
|
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/ |
D | MedicalResourceValidatorTest.java | 445 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_allergy() local 455 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_condition() local 465 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_procedure() local 475 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medication() local 485 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medicationStatement() local 495 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_medicationRequest() local 505 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_patient() local 515 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_practitioner() local 525 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_practitionerRole() local 535 int type = validator.validateAndCreateInternalRequest().getMedicalResourceType(); in testCalculateMedicalResourceType_encounter() local [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
H A D | DumpArchiveEntry.java | 183 private TYPE type = TYPE.UNKNOWN; field in DumpArchiveEntry 236 final TYPE type) { in DumpArchiveEntry() 527 private DumpArchiveConstants.SEGMENT_TYPE type; field in DumpArchiveEntry.TapeSegmentHeader 670 public void setType(final TYPE type) { in setType() 790 private int code; field in DumpArchiveEntry.TYPE 792 TYPE(final int code) { in TYPE() 796 public static TYPE find(final int code) { in find() 797 TYPE type = UNKNOWN; in find() local 823 private int code; field in DumpArchiveEntry.PERMISSION 825 PERMISSION(final int code) { in PERMISSION() [all …]
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_csharp.cpp | 215 std::string code = in SaveType() local 242 std::string GenTypeBasic(const Type &type, bool enableLangOverrides) const { in GenTypeBasic() argument 309 std::string SourceCast(const Type &type, in SourceCast() 320 std::string SourceCastBasic(const Type &type, const bool isOptional) const { in SourceCastBasic() argument 390 std::string &code = *code_ptr; in GenEnum() local 508 std::string &code = *code_ptr; in GenStructArgs() local 514 const auto &type = array_field ? field_type.VectorType() : field_type; in GenStructArgs() local 545 std::string &code = *code_ptr; in GenStructBody() local 563 const auto &type = in GenStructBody() local 626 std::string &code = *code_ptr; in GenStruct() local [all …]
|
H A D | idl_gen_ts.cpp | 159 std::string code; in SaveType() local 251 std::string code = in generateEntry() local 313 std::string &code = *code_ptr; in GenDocComment() local 333 std::string &code = *code_ptr; in GenEnum() local 378 static std::string GenType(const Type &type) { in GenType() 399 std::string GenGetter(const Type &type, const std::string &arguments) { in GenGetter() 468 const Type &type, bool input, in GenTypeName() 500 static std::string GenWriteMethod(const Type &type) { in GenWriteMethod() 574 std::string &code, const std::string &object_name, in GenerateRootAccessor() 595 std::string &code, bool size_prefixed) { in GenerateFinisher() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pythoncapi_compat.h | 36 # define _Py_CAST(type, expr) ((type)(expr)) argument 130 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() 134 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type) argument 163 PyCodeObject *code = PyFrame_GetCode(frame); in _PyFrame_GetCodeBorrow() local 446 PyModule_AddType(PyObject *module, PyTypeObject *type) in PyModule_AddType() 492 _Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_IS_TYPE() 495 #define Py_IS_TYPE(ob, type) _Py_IS_TYPE(_PyObject_CAST(ob), type) argument 541 PyCode_GetCode(PyCodeObject *code) in PyCode_GetCode() 551 PyCode_GetVarnames(PyCodeObject *code) in PyCode_GetVarnames() 560 PyCode_GetFreevars(PyCodeObject *code) in PyCode_GetFreevars() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/rds/src/main/resources/codegen-resources/ |
H A D | service-2.json | 3017 "type":"structure", string 3027 "type":"structure", string 3046 "type":"list", string 3053 "type":"string", string 3060 "type":"list", string 3064 "type":"string", string 3073 "type":"string", string 3082 "type":"structure", string 3103 "type":"structure", string 3125 "type":"structure", string [all …]
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | Local.java | 25 private final Code code; field in Local 26 final TypeId<T> type; field in Local 30 private Local(Code code, TypeId<T> type) { in Local() 35 static <T> Local<T> get(Code code, TypeId<T> type) { in get()
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | compiler_test.cpp | 22 bool IsBinaryBlob(const std::string &code) in IsBinaryBlob() 63 bool compileTestShader(GLenum type, in compileTestShader() 97 bool compileTestShader(GLenum type, in compileTestShader() 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 [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | CharacterListCompressor.java | 52 public static List<Integer> unicode2Base88(int code) { in unicode2Base88() 76 public static int byteCount4Base88(int code) { in byteCount4Base88() 92 int type = pair.get(1); in compressPair2Base88() local 93 int code = value * 8 + type * 3; in compressPair2Base88() local 109 int type = meta / 3; in decodeBase88ToValueTypePairs() local 132 public static void addPair(List<List<Integer>> pairs, int value, int type) { in addPair() 154 int code = list.get(i); in list2str() local 165 int code = ascii.indexOf(ch); in str2list() local 233 int type = pair.get(1); in getStrRangeListFromValueTypePairs() local
|
/aosp_15_r20/external/javassist/src/main/javassist/util/proxy/ |
H A D | ProxyFactory.java | 1032 Bytecode code = new Bytecode(cp, 0, 2); in addClassInitializer() local 1063 private static void callFind2Methods(Bytecode code, String superMethod, String thisMethod, in callFind2Methods() 1088 Bytecode code = new Bytecode(cp, 2, 2); in addSetter() local 1103 Bytecode code = new Bytecode(cp, 1, 1); in addGetter() local 1321 Bytecode code = new Bytecode(cp, 0, 0); in makeConstructor() local 1365 Bytecode code = new Bytecode(cp, 0, 0); in makeDelegator() local 1405 Bytecode code = new Bytecode(cp, 0, args + 2); in makeForwarder() local 1482 private static int addLoadParameters(Bytecode code, Class<?>[] params, in addLoadParameters() 1492 private static int addLoad(Bytecode code, int n, Class<?> type) { in addLoad() 1513 private static int addReturn(Bytecode code, Class<?> type) { in addReturn() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | TestUtilities.java | 731 String eName, String aName, String type, String mode, String value) { in handleAttributeDecl() 800 int code = Integer.parseInt(decimalEscapes.group(2), radix); in testBreakIterator() local 836 String type = (String) it.next(); in checkStandardCodes() local 846 String type = it.next(); in checkStandardCodes() local 860 String type = it.next(); in checkStandardCodes() local 909 String type = it.next(); in checkStandardCodes() local 971 private static void showCodes(StandardCodes sc, String type) { in showCodes() 1021 String code = it.next(); in printCountries() local 1027 String code = it.next(); in printCountries() local 1032 String code = it.next(); in printCountries() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ses/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1088 "type":"structure", string 1093 "code":"AccountSendingPausedException", string 1100 "type":"structure", string 1117 "Address":{"type":"string"}, string 1119 "type":"list", string 1123 "type":"structure", string 1132 "code":"AlreadyExists", string 1138 "AmazonResourceName":{"type":"string"}, string 1139 "ArrivalDate":{"type":"timestamp"}, string 1141 "type":"string", string [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/ |
H A D | service-2.json | 157 "type":"structure", string 214 "type":"structure", string 236 "type":"structure", string 270 "type":"structure", string 312 "type":"structure", string 350 "type":"structure", string 384 "type":"structure", string 401 "Audience":{"type":"string"}, string 403 "type":"structure", string 431 "type":"structure", string [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | v8_tracker.cc | 60 bool IsInterpretedCode(const V8JsCode::Decoder& code) { in IsInterpretedCode() 75 bool IsNativeCode(const V8JsCode::Decoder& code) { in IsNativeCode() 90 base::StringView JsScriptTypeToString(int32_t type) { in JsScriptTypeToString() 122 base::StringView InternalCodeTypeToString(int32_t type) { in InternalCodeTypeToString() 395 const V8JsCode::Decoder& code) { in AddJsCode() 449 const V8InternalCode::Decoder& code) { in AddInternalCode() 458 const StringId type = in AddInternalCode() local 475 const V8WasmCode::Decoder& code) { in AddWasmCode() 502 const V8RegExpCode::Decoder& code) { in AddRegExpCode()
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyGroup.java | 38 int code; field in MtpPropertyGroup.Property 39 int type; field in MtpPropertyGroup.Property 42 Property(int code, int type, int column) { in Property() 74 private Property createProperty(int code, ArrayList<String> columns) { in createProperty() 76 int type; in createProperty() local
|
/aosp_15_r20/external/obex/src/com/android/obex/ |
H A D | ServerSession.java | 166 int code = ResponseCodes.OBEX_HTTP_OK; in handleAbortRequest() local 198 private void handlePutRequest(int type) throws IOException { in handlePutRequest() 244 private void handleGetRequest(int type) throws IOException { in handleGetRequest() 266 public void sendResponse(int code, byte[] header) throws IOException { in sendResponse() 307 int code = -1; in handleSetPathRequest() local 430 int code = ResponseCodes.OBEX_HTTP_OK; in handleDisconnectRequest() local 543 int code = -1; in handleConnectRequest() local 722 private int validateResponseCode(int code) { in validateResponseCode()
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 117 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/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 82 CPURegister(RegisterType type, uint32_t code, int size) in CPURegister() 138 explicit Register(uint32_t code) in Register() 155 explicit RegisterOrAPSR_nzcv(uint32_t code) : code_(code) { in RegisterOrAPSR_nzcv() 181 VRegister(RegisterType type, uint32_t code, int size) in VRegister() 192 explicit SRegister(uint32_t code) in SRegister() 222 explicit DRegister(uint32_t code) in DRegister() 305 bool Is(DataType type) const { return value_ == type.value_; } in Is() 307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() 311 bool Is(DataTypeType type, uint32_t size) const { in Is() 314 bool IsNoneOr(DataTypeType type, uint32_t size) const { in IsNoneOr() [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 846 def addnamecode(self, type, name, code): argument 857 def hascode(self, type, code): argument 860 def findcodename(self, type, code): argument 870 def getall(self, type): argument 916 def findcodename(self, type, code): argument 950 def askdefinitionmodule(self, type, code): argument
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | InputMapperTest.cpp | 96 std::list<NotifyArgs> InputMapperUnitTest::process(int32_t type, int32_t code, int32_t value) { in process() 101 std::list<NotifyArgs> InputMapperUnitTest::process(nsecs_t when, int32_t type, int32_t code, in process() 106 std::list<NotifyArgs> InputMapperUnitTest::process(nsecs_t when, nsecs_t readTime, int32_t type, in process() 107 int32_t code, int32_t value) { in process() 198 int32_t type, int32_t code, int32_t value) { in process()
|