/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/service/statslog-connectivity-java-gen/gen/com/android/server/ |
D | ConnectivityStatsLog.java | 192 public static void write(int code, byte[] arg1) { in write() 203 …public static void write(int code, byte[] arg1, byte[] arg2, int arg3, int arg4, int arg5, int[] a… in write() 220 …public static void write(int code, boolean arg1, int arg2, int arg3, boolean arg4, int arg5, long … in write() 244 public static void write(int code, int arg1) { in write() 253 public static void write(int code, int arg1, byte[] arg2, int arg3, int arg4, int arg5) { in write() 266 …public static void write(int code, int arg1, int arg2, boolean arg3, boolean arg4, int arg5, int a… in write() 283 …public static void write(int code, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int… in write() 301 public static void write(int code, long arg1, byte[] arg2, byte[] arg3, int arg4, int arg5) { in write() 314 …public static void write(int code, long arg1, int arg2, long arg3, long arg4, int arg5, int arg6) { in write() 328 public static StatsEvent buildStatsEvent(int code, byte[] arg1) { in buildStatsEvent() [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/statslog-framework-connectivity-java-gen/gen/com/android/net/module/util/ |
D | FrameworkConnectivityStatsLog.java | 192 public static void write(int code, byte[] arg1) { in write() 203 …public static void write(int code, byte[] arg1, byte[] arg2, int arg3, int arg4, int arg5, int[] a… in write() 220 …public static void write(int code, boolean arg1, int arg2, int arg3, boolean arg4, int arg5, long … in write() 244 public static void write(int code, int arg1) { in write() 253 public static void write(int code, int arg1, byte[] arg2, int arg3, int arg4, int arg5) { in write() 266 …public static void write(int code, int arg1, int arg2, boolean arg3, boolean arg4, int arg5, int a… in write() 283 …public static void write(int code, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int… in write() 301 public static void write(int code, long arg1, byte[] arg2, byte[] arg3, int arg4, int arg5) { in write() 314 …public static void write(int code, long arg1, int arg2, long arg3, long arg4, int arg5, int arg6) { in write() 328 public static StatsEvent buildStatsEvent(int code, byte[] arg1) { in buildStatsEvent() [all …]
|
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/assets/ |
D | observation_3.json | 10 "code": "vital-signs", string 17 "code": { object 21 "code": "8310-5", string 35 "code": "Cel" string 53 "code": "74262004", string 62 "code": "89003005", string 73 "code": "Cel" string 79 "code": "Cel" string 88 "code": "N", string
|
D | observation_10.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "4548-4", string 48 "code": "10001", string 69 "code": "%" string 77 "code": "%" string 83 "code": "%" string 92 "code": "N", string
|
D | observation_9.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "4548-4", string 48 "code": "10001", string 69 "code": "%" string 77 "code": "%" string 83 "code": "%" string 92 "code": "H", string
|
D | observation_21.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "718-7", string 48 "code": "10021", string 78 "code": "g/dL" string 86 "code": "g/dL" string 92 "code": "g/dL" string 101 "code": "N", string
|
D | observation_22.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "24373-3", string 48 "code": "10022", string 78 "code": "ng/ml" string 86 "code": "ng/ml" string 92 "code": "ng/ml" string 101 "code": "N", string
|
D | observation_11.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "76629-5", string 48 "code": "10002", string 78 "code": "mmol/l" string 86 "code": "mmol/l" string 92 "code": "mmol/l" string 101 "code": "H", string
|
D | observation_1.json | 22 "code": "laboratory", string 32 "code": "Lab", string 39 "code": { object 43 "code": "4548-4", string 48 "code": "10001", string 78 "code": "%" string 86 "code": "%" string 92 "code": "%" string 101 "code": "H", string
|
/aosp_15_r20/external/cronet/third_party/protobuf/docs/ |
H A D | field_presence.md | 254 #### C++ example 282 #### C# example 310 #### Go example 338 #### Java example 368 #### Python example 394 #### Ruby example 422 #### Javascript example 450 #### Objective C example
|
/aosp_15_r20/external/protobuf/docs/ |
H A D | field_presence.md | 254 #### C++ example 282 #### C# example 310 #### Go example 338 #### Java example 368 #### Python example 394 #### Ruby example 422 #### Javascript example 450 #### Objective C example
|
/aosp_15_r20/frameworks/native/libs/permission/ |
H A D | IAppOpsService.cpp | 39 virtual int32_t checkOperation(int32_t code, int32_t uid, const String16& packageName) { in checkOperation() 51 virtual int32_t noteOperation(int32_t code, int32_t uid, const String16& packageName, in noteOperation() 72 virtual int32_t startOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in startOperation() 96 virtual void finishOperation(const sp<IBinder>& token, int32_t code, int32_t uid, in finishOperation() 135 virtual int32_t checkAudioOperation(int32_t code, int32_t usage, in checkAudioOperation() 188 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact() 194 int32_t code = data.readInt32(); in onTransact() local 204 int32_t code = data.readInt32(); in onTransact() local 221 int32_t code = data.readInt32(); in onTransact() local 239 int32_t code = data.readInt32(); in onTransact() local [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | AppOpsPolicy.java | 232 public int checkOperation(int code, int uid, String packageName, in checkOperation() 240 public int checkAudioOperation(int code, int usage, int uid, String packageName, in checkAudioOperation() 246 public SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation() 257 public SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation() 269 public SyncNotedAppOp startOperation(IBinder token, int code, int uid, in startOperation() 283 public SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation() 298 public void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation() 306 public void finishProxyOperation(@NonNull IBinder clientId, int code, in finishProxyOperation() 340 private int resolveDatasourceOp(int code, int uid, @NonNull String packageName, in resolveDatasourceOp() 432 private static int resolveLocationOp(int code) { in resolveLocationOp() [all …]
|
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/ |
H A D | TokenizerTest.kt | 28 val code = in PsiWhiteSpace are split to newlines and maximal-length whitespaces() constant 47 val code = in Strings are returns as a single token() constant 97 val code = in Token index is advanced after a string token() constant 119 val code = in Context receivers are parsed correctly() constant
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | filter.h | 24 __u16 code; /* Actual filter code */ member 39 #define BPF_CLASS(code) ((code) & 0x07) argument 50 #define BPF_SIZE(code) ((code) & 0x18) argument 54 #define BPF_MODE(code) ((code) & 0xe0) argument 63 #define BPF_OP(code) ((code) & 0xf0) argument 81 #define BPF_SRC(code) ((code) & 0x08) argument 86 #define BPF_RVAL(code) ((code) & 0x18) argument 90 #define BPF_MISCOP(code) ((code) & 0xf8) argument 102 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 105 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/aosp_15_r20/external/iptables/include/linux/ |
H A D | filter.h | 24 __u16 code; /* Actual filter code */ member 39 #define BPF_CLASS(code) ((code) & 0x07) argument 50 #define BPF_SIZE(code) ((code) & 0x18) argument 54 #define BPF_MODE(code) ((code) & 0xe0) argument 63 #define BPF_OP(code) ((code) & 0xf0) argument 81 #define BPF_SRC(code) ((code) & 0x08) argument 86 #define BPF_RVAL(code) ((code) & 0x18) argument 90 #define BPF_MISCOP(code) ((code) & 0xf8) argument 102 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 105 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/aosp_15_r20/external/cronet/net/docs/ |
H A D | net-log.md | 32 ### Binary data and strings 53 ### 64-bit integers 63 ### Backwards compatibility 76 ### Example 1 94 ### Example 2 119 ### Example 3 148 ### Example 4
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 381 int code = ((*ptr) >> 3) & 15; in get_line_delta() local 419 int code = (data[offset] >> 3) & 15; in remove_column_info() local 500 PyObject *code, PyObject *consts, PyObject *names, in PyCode_NewWithPosOnlyArgs() 624 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New() 931 int code = (first_byte >> 3) & 15; in advance_with_locations() local 1038 int code = ((*ptr)>> 3) & 15; in _PyLineTable_StartsLine() local 1098 decode_linetable(PyCodeObject *code) in decode_linetable() 1220 new_linesiterator(PyCodeObject *code) in new_linesiterator() 1320 code_positionsiterator(PyCodeObject* code, PyObject* Py_UNUSED(args)) in code_positionsiterator() 1346 _PyCode_GetExtra(PyObject *code, Py_ssize_t index, void **extra) in _PyCode_GetExtra() [all …]
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | changes.md | 13 ### Internal Shell utility classes 18 ### Internal Shell components 29 ### SysUI accessible components 46 ### Launcher accessible components 63 ### Component initialization 83 ### General Do's & Dont's 98 ### Exposing shared code for use in Launcher
|
/aosp_15_r20/external/executorch/ |
H A D | .lintrunner.toml | 4 code = 'FLAKE8' qkey 33 code = 'UFMT' qkey 66 code = 'CLANGFORMAT' qkey 104 code = 'CMAKE' qkey 135 code = 'ETCAPITAL' qkey 167 code = 'NEWLINE' qkey 201 code = 'NOSTDINC' qkey 240 code = 'NOTORCHINC' qkey
|
/aosp_15_r20/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | SourceTransformerTest.kt | 150 var code = StaticJavaParser.parse(TEST_CODE) in <lambda>() variable 186 var code = StaticJavaParser.parse(TEST_CODE_MULTICALLS) in <lambda>() variable 227 var code = StaticJavaParser.parse(TEST_CODE_MULTILINE) in <lambda>() variable 265 var code = StaticJavaParser.parse(TEST_CODE_NO_PARAMS) in <lambda>() variable 299 var code = StaticJavaParser.parse(TEST_CODE) in <lambda>() variable 335 var code = StaticJavaParser.parse(TEST_CODE_MULTILINE) in <lambda>() variable
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | AppOpsManagerInternal.java | 56 int checkOperation(int code, int uid, @Nullable String packageName, in checkOperation() 71 int checkAudioOperation(int code, int usage, int uid, @Nullable String packageName, in checkAudioOperation() 87 SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation() 105 SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation() 129 SyncNotedAppOp startOperation(@NonNull IBinder token, int code, int uid, in startOperation() 154 SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation() 175 void finishOperation(IBinder clientId, int code, int uid, String packageName, in finishOperation() 188 void finishProxyOperation(@NonNull IBinder clientId, int code, in finishProxyOperation() 214 public abstract void setUidModeFromPermissionPolicy(int code, int uid, int mode, in setUidModeFromPermissionPolicy() 221 public abstract void setModeFromPermissionPolicy(int code, int uid, @NonNull String packageName, in setModeFromPermissionPolicy() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 1268 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/external/crosvm/ |
H A D | CONTRIBUTING.md | 12 ### Gerrit Account 23 ### Contributor License Agreement 33 ### Commit Messages 73 ### Uploading changes 106 ### Getting Reviews 128 ### Reviewing code (for OWNERS) 157 ### Submitting code
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/PermissionController/permissioncontroller-statsd/android_common_apex30/javac/ |
D | permissioncontroller-statsd.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |