Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 151 – 175 of 2133) sorted by relevance

12345678910>>...86

/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Digmp.h12 __u8 type; member
13 __u8 code; member
31 __u8 type; member
39 __u8 type; member
40 __u8 code; member
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/
H A Digmp.h12 __u8 type; member
13 __u8 code; member
31 __u8 type; member
39 __u8 type; member
40 __u8 code; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Digmp.h24 __u8 type; member
25 __u8 code; member
43 __u8 type; member
51 __u8 type; member
52 __u8 code; member
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Digmp.h12 __u8 type; member
13 __u8 code; member
31 __u8 type; member
39 __u8 type; member
40 __u8 code; member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Digmp.h24 __u8 type; member
25 __u8 code; member
43 __u8 type; member
51 __u8 type; member
52 __u8 code; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Digmp.h24 __u8 type; member
25 __u8 code; member
43 __u8 type; member
51 __u8 type; member
52 __u8 code; member
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/
H A Digmp.h12 __u8 type; member
13 __u8 code; member
31 __u8 type; member
39 __u8 type; member
40 __u8 code; member
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/
Dimmunization_6.json9 "code": "190" string
32 "code": "LA", string
42 "code": "IM", string
58 "code": "AP", string
66 "type": "Practitioner", string
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitcode/
DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
325 using type = typename last_type<Tail...>::type; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
325 using type = typename last_type<Tail...>::type; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
325 using type = typename last_type<Tail...>::type; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
325 using type = typename last_type<Tail...>::type; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeConvenience.h190 unsigned code, ElementDataTy element, DataTy &&...data) { in emit()
227 unsigned code, const DataTy &data) { in emit()
256 unsigned code, StringRef data) { in emit()
263 unsigned code, const ArrayTy &array) { in emit()
275 unsigned code, ElementDataTy element, DataTy... data) { in emit()
282 unsigned code, std::nullopt_t) { in emit()
311 unsigned code, StringRef data) { in emit()
325 using type = typename last_type<Tail...>::type; member
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/
H A DMqtt5ClientOptions.java390 private int type; field in Mqtt5ClientOptions.ClientSessionBehavior
392 private ClientSessionBehavior(int code) { in ClientSessionBehavior()
458 private int type; field in Mqtt5ClientOptions.ExtendedValidationAndFlowControlOptions
460 private ExtendedValidationAndFlowControlOptions(int code) { in ExtendedValidationAndFlowControlOptions()
524 private int type; field in Mqtt5ClientOptions.ClientOfflineQueueBehavior
526 private ClientOfflineQueueBehavior(int code) { in ClientOfflineQueueBehavior()
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c78 # define voidcast(type, value) static_cast<type>(value) argument
79 # define constcast(type, value) const_cast<type>(value) argument
80 # define aligncast(type, value) \ argument
82 # define aligncastconst(type, value) \ argument
85 # define voidcast(type, value) (value) argument
86 # define constcast(type, value) ((type)(value)) argument
87 # define aligncast(type, value) ((void*)(value)) argument
88 # define aligncastconst(type, value) ((const void*)(value)) argument
738 skip_chunk_type(const struct global *global, png_uint_32 type) in skip_chunk_type()
857 png_uint_32 type; /* Second word (type or signature end) */ member
[all …]
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitLir.c93 #define SSIZE_OF(type) ((sljit_s32)sizeof(sljit_ ## type)) argument
145 #define SLJIT_SIMD_GET_OPCODE(type) ((type) & 0xff) argument
146 #define SLJIT_SIMD_GET_REG_SIZE(type) (((type) >> 12) & 0x3f) argument
147 #define SLJIT_SIMD_GET_ELEM_SIZE(type) (((type) >> 18) & 0x3f) argument
148 #define SLJIT_SIMD_GET_ELEM2_SIZE(type) (((type) >> 24) & 0x3f) argument
150 #define SLJIT_SIMD_CHECK_REG(type) (((type) & 0x3f000) >= SLJIT_SIMD_REG_64 && ((type) & 0x3f000) <… argument
308 #define GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, type) \ argument
322 #define SLJIT_CODE_TO_PTR(code) ((void*)((sljit_up)(code) & ~(sljit_up)0x1)) argument
324 #define SLJIT_CODE_TO_PTR(code) ((void*)(*(sljit_up*)code)) argument
326 #define SLJIT_CODE_TO_PTR(code) ((void*)(code)) argument
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java60 public void add(int code) { in add()
270 CtClass type = params[i]; in setMaxLocals() local
292 int handler, CtClass type) { in addExceptionHandler()
303 int handler, String type) { in addExceptionHandler()
312 int handler, int type) { in addExceptionHandler()
388 public void add(int code) { in add()
420 public void addOpcode(int code) { in addOpcode()
527 public void addConstZero(CtClass type) { in addConstZero()
740 public int addLoad(int n, CtClass type) { in addLoad()
773 public int addStore(int n, CtClass type) { in addStore()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateG2xG2.java134 String code = it.next(); in main() local
137 int type = getType(code); in main() local
301 static void addPriority(String priority, String code) { in addPriority()
320 int type, in checkItems()
358 int type = CLDRFile.LANGUAGE_NAME; in getType() local
385 private static String getItemName(CLDRFile data, int type, String item) { in getItemName()
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticbeanstalk/src/main/resources/codegen-resources/
H A Dservice-2.json708 "ARN":{"type":"string"}, string
710 "type":"structure", string
723 "AbortableOperationInProgress":{"type":"boolean"}, string
725 "type":"string", string
733 "type":"string", string
742 "type":"string", string
749 "ApplicationArn":{"type":"string"}, string
751 "type":"structure", string
789 "type":"list", string
793 "type":"structure", string
[all …]
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c49 PyFunction_NewWithQualName(PyObject *code, PyObject *globals, PyObject *qualname) in PyFunction_NewWithQualName()
148 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New()
611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, in func_new_impl()
748 func_descr_get(PyObject *func, PyObject *obj, PyObject *type) in func_descr_get()
893 cm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in cm_descr_get()
1089 sm_descr_get(PyObject *self, PyObject *obj, PyObject *type) in sm_descr_get()
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java113 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() local
143 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() local
163 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() local
183 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testLoadDeferredClassConstant() local
203 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() local
230 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() local
269 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeDirect() local
326 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeInterface() local
352 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVoidMethodIgnoresTargetLocal() local
371 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testParameterMismatch() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1268 int code = packageModes.keyAt(k); in initializePackageUidStateLocked() local
1508 final int code = foregroundOps.keyAt(fgi); in onUidStateChanged() local
1748 int code = opModes.keyAt(i); in collectUidOps() local
1753 int code = ops[j]; in collectUidOps() local
2064 public void setUidMode(int code, int uid, int mode) { in setUidMode()
2068 private void setUidMode(int code, int uid, int mode, in setUidMode()
2137 private void notifyOpChangedForAllPkgsInUid(int code, int uid, boolean onlyForeground, in notifyOpChangedForAllPkgsInUid()
2220 private void notifyOpChangedForPkg(@NonNull String packageName, int code, int mode, in notifyOpChangedForPkg()
2357 private void notifyStorageManagerOpModeChangedSync(int code, int uid, in notifyStorageManagerOpModeChangedSync()
2375 public void setMode(int code, int uid, @NonNull String packageName, int mode) { in setMode()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java125 ListPreference type = (ListPreference) findPreference(TYPE + "_" + k); in bindButton() local
138 int code = extractKeycode(button); in bindButton() local
204 private void setValue(String setting, ListPreference type, Preference keycode, in setValue()
209 int code = KeyEvent.KEYCODE_ENTER; in setValue() local
/aosp_15_r20/art/compiler/
H A Dcommon_compiler_test.cc51 CodeAndMetadata(ArrayRef<const uint8_t> code, in CodeAndMetadata()
135 ArrayRef<const uint8_t> code, in CreateCompiledMethod()
161 [[maybe_unused]] ArrayRef<const uint8_t> code, in SetThunkCode()
211 const void* CommonCompilerTestImpl::MakeExecutable(ArrayRef<const uint8_t> code, in MakeExecutable()
226 CalleeSaveType type = CalleeSaveType(i); in SetUp() local
326 ArrayRef<const uint8_t> code = storage.GetCode(); in JniCompileCode() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestValidity.java91 String code = (String) test[i]; in TestBasicValidity() local
291 private Status getNewStatus(LstrType type, String code) { in getNewStatus()
317 final String code = entry.getKey(); in TestBothDirections() local
339 String code = codeLong; in TestValidityUniqueness() local
475 String code = codeToData.getKey(); in TestLstrConsistency() local
520 String code = entry.getKey(); in TestLstrConsistency() local
555 LstrType lstrType, String code, String lstrReplacement, String reason) { in makeAliasXml()

12345678910>>...86