Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 170) sorted by relevance

1234567

/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 reflection3264_variable_mismatch_init.rscript:6:7: error: global variable 'b' is initialized differ…
2 reflection3264_variable_mismatch_init.rscript:10:8: error: global variable 'd' is initialized diffe…
3 reflection3264_variable_mismatch_init.rscript:14:6: error: global variable 'f' is initialized diffe…
4 reflection3264_variable_mismatch_init.rscript:18:6: error: global variable 'h' is initialized diffe…
5 reflection3264_variable_mismatch_init.rscript:22:8: error: global variable 'j' is initialized diffe…
6 reflection3264_variable_mismatch_init.rscript:30:5: error: global variable 'k' is initialized diffe…
7 reflection3264_variable_mismatch_init.rscript:38:5: error: global variable 'm' is initialized diffe…
8 reflection3264_variable_mismatch_init.rscript:45:6: error: global variable 'n' is initialized diffe…
9 reflection3264_variable_mismatch_init.rscript:51:8: error: global variable 'jj' is initialized diff…
10 reflection3264_variable_mismatch_init.rscript:59:5: error: global variable 'kk' is initialized diff…
[all …]
/frameworks/compile/slang/lit-tests/P_array_init/
Darray_init.rscript4 // CHECK: @ica = local_unnamed_addr global [2 x i32] [i32 99, i32 1000], align 4
5 // CHECK: @fa = local_unnamed_addr global [4 x float] [float 1.000000e+00, float 0x4023FFF2E0000000…
6 // CHECK: @da = local_unnamed_addr global [2 x double] [double 7.000000e+00, double 8.888880e+00], …
7 // CHECK: @ca = local_unnamed_addr global [4 x i8] c"a\07bc", align 1
8 // CHECK: @sa = local_unnamed_addr global [4 x i16] [i16 1, i16 1, i16 2, i16 3], align 2
9 // CHECK: @ia = local_unnamed_addr global [4 x i32] [i32 5, i32 8, i32 0, i32 0], align 4
10 // CHECK: @la = local_unnamed_addr global [2 x i64] [i64 13, i64 21], align 8
11 // CHECK: @lla = local_unnamed_addr global [4 x i64] [i64 34, i64 0, i64 0, i64 0], align 8
12 // CHECK: @ba = local_unnamed_addr global [3 x i8] c"\01\00\00", align 1
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 reflection3264_variable_mismatch.rscript:7:8: error: global variable 'a' has type 'uint' for 32-bit…
2 reflection3264_variable_mismatch.rscript:9:5: error: global variable 'b' has type 'int[4]' for 32-b…
3 reflection3264_variable_mismatch.rscript:16:5: error: global variable 'd' has inconsistent 'const' …
4 reflection3264_variable_mismatch.rscript:21:5: error: global variable 'e' has inconsistent 'const' …
5 reflection3264_variable_mismatch.rscript:24:12: error: global variable 'f' has type 'struct Bar' fo…
6 reflection3264_variable_mismatch.rscript:29:8: error: global variable 'g' has type 'uint[10]' for 3…
7 reflection3264_variable_mismatch.rscript:32:5: error: 10th global variable is 'h32' for 32-bit targ…
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java123 final Bundle global = new Bundle(); in testSortToGlobalAndLocal() local
126 UserManagerInternal.CAMERA_NOT_DISABLED, global, local); in testSortToGlobalAndLocal()
127 assertEquals(0, global.size()); in testSortToGlobalAndLocal()
131 UserManagerInternal.CAMERA_NOT_DISABLED, global, local); in testSortToGlobalAndLocal()
132 assertEquals(0, global.size()); in testSortToGlobalAndLocal()
144 ), true /* isDeviceOwner */, UserManagerInternal.CAMERA_NOT_DISABLED, global, local); in testSortToGlobalAndLocal() local
158 ), global); in testSortToGlobalAndLocal() local
167 global.clear(); in testSortToGlobalAndLocal()
178 ), false /* isDeviceOwner */, UserManagerInternal.CAMERA_NOT_DISABLED, global, local); in testSortToGlobalAndLocal() local
183 ), global); in testSortToGlobalAndLocal() local
[all …]
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DModemAppActivity.java57 final ModemGlobalActivity global in applyProfile() local
59 if (global == null) { in applyProfile()
64 final long totalPacketCount = global.rxPacketCount + global.txPacketCount; in applyProfile()
72 * global.totalActiveTimeMs in applyProfile()
DModemBatteryStatsReader.java46 final ModemGlobalActivity global in createGlobal() local
54 global.rxPacketCount = gn.mobileRxTotalPackets; in createGlobal()
55 global.txPacketCount = gn.mobileTxTotalPackets; in createGlobal()
57 global.totalActiveTimeMs = misc.mobileRadioActiveTimeMs; in createGlobal()
60 result.add(global); in createGlobal()
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 reflection3264_struct_mismatch.rscript:19:10: error: global variable 'aa' has type 'int' for 32-bit…
2 reflection3264_struct_mismatch.rscript:20:10: error: global variable 'bb' has type 'int' for 32-bit…
3 reflection3264_struct_mismatch.rscript:21:10: error: global variable 'cc' has type 'int' for 32-bit…
4 reflection3264_struct_mismatch.rscript:22:5: error: global variable 'dd' has type 'struct j' for 32…
5 reflection3264_struct_mismatch.rscript:23:5: error: global variable 'ee' has type 'struct f' for 32…
6 reflection3264_struct_mismatch.rscript:24:5: error: global variable 'ff' has type 'struct o' for 32…
/frameworks/av/media/codec2/docs/
Ddoxyfilter.sh4 global in_comment, current, indent, hold
9 global hold
15 global current, hold
29 global current, indent, hold
36 global current, indent
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/
Dstderr.txt.expect1 reflection3264_variable_extra64.rscript:6:8: error: global variable 'b' has type 'uint' for 32-bit …
2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit…
3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 reflection3264_variable_extra32.rscript:6:8: error: global variable 'b' has type 'uint' for 32-bit …
2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32…
3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
/frameworks/compile/libbcc/tests/libbcc/
Dtest_reduce_general_cleanup.ll29 @.rs.reduce_fn.aiAccum = global i8* bitcast (void (i32*, i32)* @aiAccum to i8*), align 4
30 @.rs.reduce_fn.dpAccum = global i8* bitcast (void (float*, float, float)* @dpAccum to i8*), align 4
31 @.rs.reduce_fn.dpSum = global i8* bitcast (void (float*, float*)* @dpSum to i8*), align 4
32 @.rs.reduce_fn.fMMInit = global i8* bitcast (void (%struct.MinAndMax*)* @fMMInit to i8*), align 4
33 @.rs.reduce_fn.fMMAccumulator = global i8* bitcast (void (%struct.MinAndMax*, float, i32)* @fMMAccu…
34 @.rs.reduce_fn.fMMCombiner = global i8* bitcast (void (%struct.MinAndMax*, %struct.MinAndMax*)* @fM…
35 @.rs.reduce_fn.fMMOutConverter = global i8* bitcast (void (<2 x i32>*, %struct.MinAndMax*)* @fMMOut…
36 @.rs.reduce_fn.fzInit = global i8* bitcast (void (i32*)* @fzInit to i8*), align 4
37 @.rs.reduce_fn.fzAccum = global i8* bitcast (void (i32*, i32, i32)* @fzAccum to i8*), align 4
38 @.rs.reduce_fn.fzCombine = global i8* bitcast (void (i32*, i32*)* @fzCombine to i8*), align 4
[all …]
/frameworks/native/libs/binder/ndk/
Dlibbinder_ndk.map.txt2 global:
101 global:
115 global:
123 global:
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DActivityReport.java57 final AppActivity global = mApps.findApp(SpecialApp.GLOBAL); in findGlobalComponent() local
58 if (global == null) { in findGlobalComponent()
61 return global.getComponentActivity(component); in findGlobalComponent()
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DBatteryStatsReaderTest.java41 final AppActivity global = report.findApp(SpecialApp.GLOBAL); in testModemGlobal() local
42 Assert.assertNotNull(global); in testModemGlobal()
45 = (ModemGlobalActivity)global.getComponentActivity(Component.MODEM); in testModemGlobal()
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect21 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
22 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
23 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
24 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
25 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
26 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
2 …structures containing pointers cannot be used as the type of an exported global variable or the pa…
/frameworks/native/opengl/libagl/
Dfixed_asm.S22 .global gglFloatToFixed
24 .global gglFloatToFixedFast
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java40 VirtualDisplay(DisplayManagerGlobal global, Display display, in VirtualDisplay() argument
42 mGlobal = global; in VirtualDisplay()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt2 global:
48 global:
/frameworks/compile/mclinker/include/mcld/LD/
DDiagGOTPLT.inc3 "%0 is not a dynamic symbol, do not put it in global got",
4 "%0 is not a dynamic symbol, do not put it in global got")
/frameworks/base/tests/net/smoketest/
DAndroid.bp6 // FrameworksNetTests into global presubmit because they are at times flaky, but this
8 // thus should be stable enough to put in global presubmit.
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
DSearchablesTest.java113 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); in testSearchablesListReal() local
114 checkSearchables(global); in testSearchablesListReal()
130 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList(); in testSearchablesListEmpty() local
131 MoreAsserts.assertEmpty(global); in testSearchablesListEmpty()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript20 // multiple fields of type struct. Java sets the script global
104 // Compare contents of a struct InnerOne instance within global
111 // instance within global variable "outer" against incoming argument values.
117 // instance within global variable "outer" against incoming argument values.
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md69 adb shell settings put global enable_gpu_debug_layers 1
72 adb shell settings put global gpu_debug_app <package_name>
75 adb shell settings put global gpu_debug_layers_gles <layer1:layer2:layerN>
78 adb shell settings put global gpu_debug_layer_app <layer_package>
82 adb shell settings delete global enable_gpu_debug_layers
83 adb shell settings delete global gpu_debug_app
84 adb shell settings delete global gpu_debug_layers_gles
85 adb shell settings delete global gpu_debug_layer_app
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
DBatterySaverStateMachineTest.java79 public final HashMap<String, Integer> global = new HashMap<>(); field in BatterySaverStateMachineTest.DevicePersistedState
89 return mPersistedState.global.getOrDefault(Global.LOW_POWER_MODE_TRIGGER_LEVEL, 0); in getLowPowerModeTriggerLevel()
115 mPersistedState.global.getOrDefault(Global.LOW_POWER_MODE, 0) != 0, in pushGlobalSettings()
116 mPersistedState.global.getOrDefault(Global.LOW_POWER_MODE_STICKY, 0) != 0, in pushGlobalSettings()
118 mPersistedState.global.getOrDefault( in pushGlobalSettings()
120 mPersistedState.global.getOrDefault( in pushGlobalSettings()
122 mPersistedState.global.getOrDefault(Global.AUTOMATIC_POWER_SAVE_MODE, 0), in pushGlobalSettings()
123 mPersistedState.global.getOrDefault( in pushGlobalSettings()
125 mPersistedState.global.getOrDefault( in pushGlobalSettings()
130 mPersistedState.global.put(key, value); in putGlobalSetting()
[all …]

1234567