Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 1651 – 1675 of 3875) sorted by relevance

1...<<61626364656667686970>>...155

/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dserviceconsumermanagement.v1beta1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dosconfig.v1alpha.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dvault.v1.json44 "type": "string" string
49 "type": "string" string
65 "type": "string" string
70 "type": "string" string
75 "type": "string" string
80 "type": "string" string
85 "type": "string" string
91 "type": "boolean" string
96 "type": "string" string
101 "type": "string" string
[all …]
Dcontainer.v1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dserviceconsumermanagement.v1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dprivateca.v1beta1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Djobs.v3p1beta1.json44 "type": "string" string
49 "type": "string" string
65 "type": "string" string
70 "type": "string" string
75 "type": "string" string
80 "type": "string" string
85 "type": "string" string
91 "type": "boolean" string
96 "type": "string" string
101 "type": "string" string
[all …]
Dgameservices.v1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dgameservices.v1beta.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dmanagedidentities.v1beta1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dmanagedidentities.v1alpha1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dchat.v1.json32 "type": "string" string
37 "type": "string" string
53 "type": "string" string
58 "type": "string" string
63 "type": "string" string
68 "type": "string" string
73 "type": "string" string
79 "type": "boolean" string
84 "type": "string" string
89 "type": "string" string
[all …]
Dsecuritycenter.v1beta1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Dcloudidentity.v1.json50 "type": "string" string
55 "type": "string" string
71 "type": "string" string
76 "type": "string" string
81 "type": "string" string
86 "type": "string" string
91 "type": "string" string
97 "type": "boolean" string
102 "type": "string" string
107 "type": "string" string
[all …]
Dconnectors.v1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
Diam.v1.json41 "type": "string" string
46 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
77 "type": "string" string
82 "type": "string" string
88 "type": "boolean" string
93 "type": "string" string
98 "type": "string" string
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
D_elementtree.c41 #define LOCAL(type) static __inline type __fastcall argument
43 #define LOCAL(type) static type argument
306 element_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in element_new()
2351 treebuilder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in treebuilder_new()
3149 PyObject *errmsg, *error, *position, *code; in expat_set_error() local
3597 xmlparser_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in xmlparser_new()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDcommons-compress-1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp63 void GLW_APIENTRY debug_proc(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei /* len… in debug_proc()
943 const GLchar *code = source.c_str(); in Source() local
1130 glw::GLenum type, glw::GLvoid *out_data) in GetData()
1165 … glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, in Image()
1282 glw::GLenum type, const glw::GLvoid *pixels) in SubImage()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.2/android.hardware.wifi.supplicant-V1.2-java/android_common_apex30/javac/
Dandroid.hardware.wifi.supplicant-V1.2-java.jar ... .wifi.supplicant.V1_0.SupplicantStatus _hidl_out_status int type android.os.HwParcel _hidl_request android.os. ...
/aosp_15_r20/external/aws-sdk-java-v2/services/securitylake/src/main/resources/codegen-resources/
H A Dservice-2.json620 "type":"structure", string
636 "type":"string", string
643 "type":"list", string
647 "type":"list", string
651 "type":"string", string
657 "type":"string", string
663 "type":"structure", string
681 "type":"structure", string
707 "type":"list", string
713 "type":"string", string
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-41/
Dframework.jarandroid/security/metrics/Keystore2AtomWithOverflow.class Keystore2AtomWithOverflow.java package android.security.metrics public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar41 ... long frequency public long endFrequency public int inversion public int type public int aftFlag public int sifStandard public static final android ...
/aosp_15_r20/external/aws-sdk-java-v2/services/iottwinmaker/src/main/resources/codegen-resources/
H A Dservice-2.json781 "type":"structure", string
793 "type":"structure", string
816 "type":"structure", string
827 "type":"structure", string
846 "type":"structure", string
856 "type":"boolean", string
860 "type":"structure", string
875 "type":"string", string
881 "type":"structure", string
893 "type":"structure", string
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna/5.6.0/
HDjna-5.6.0.jar ... ) com.sun.jna.FromNativeContext context Class type Object arg int i IllegalArgumentException e IllegalAccessException e java. ...

1...<<61626364656667686970>>...155