Home
last modified time | relevance | path

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

12345678

/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dstderr.txt.expect1 reflection3264_variable_mismatch_init.rs:6:7: error: global variable 'b' is initialized differently…
2 reflection3264_variable_mismatch_init.rs:10:8: error: global variable 'd' is initialized differentl…
3 reflection3264_variable_mismatch_init.rs:14:6: error: global variable 'f' is initialized differentl…
4 reflection3264_variable_mismatch_init.rs:18:6: error: global variable 'h' is initialized differentl…
5 reflection3264_variable_mismatch_init.rs:22:8: error: global variable 'j' is initialized differentl…
6 reflection3264_variable_mismatch_init.rs:30:5: error: global variable 'k' is initialized differentl…
7 reflection3264_variable_mismatch_init.rs:38:5: error: global variable 'm' is initialized differentl…
8 reflection3264_variable_mismatch_init.rs:45:6: error: global variable 'n' is initialized differentl…
9 reflection3264_variable_mismatch_init.rs:51:8: error: global variable 'jj' is initialized different…
10 reflection3264_variable_mismatch_init.rs:59:5: error: global variable 'kk' is initialized different…
[all …]
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
Dstderr.txt.expect1 reflection3264_variable_mismatch.rs:7:8: error: global variable 'a' has type 'uint' for 32-bit targ…
2 reflection3264_variable_mismatch.rs:9:5: error: global variable 'b' has type 'int[4]' for 32-bit ta…
3 reflection3264_variable_mismatch.rs:16:5: error: global variable 'd' has inconsistent 'const' quali…
4 reflection3264_variable_mismatch.rs:21:5: error: global variable 'e' has inconsistent 'const' quali…
5 reflection3264_variable_mismatch.rs:24:12: error: global variable 'f' has type 'struct Bar' for 32-…
6 reflection3264_variable_mismatch.rs:29:8: error: global variable 'g' has type 'uint[10]' for 32-bit…
7 reflection3264_variable_mismatch.rs:32:5: error: 10th global variable is 'h32' for 32-bit targets b…
/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/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/
Dexport_asserts.js11 var global = Function('return this')();
26 for (var key in global) {
27 if ((typeof key == "string") && global.hasOwnProperty(key) &&
29 exports[key] = global[key];
Dimport_test.js37 var global = Function('return this')();
40 googleProtobuf.object.extend(global, asserts);
41 googleProtobuf.exportSymbol('jspb.Message', googleProtobuf.Message, global);
44 …leProtobuf.exportSymbol('proto.jspb.test.framing.FramingMessage', test7_pb.FramingMessage, global);
/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/opt/gamesdk/third_party/protobuf-3.0.0/python/
DMANIFEST.in11 global-exclude *.dll
12 global-exclude *.pyc
13 global-exclude *.pyo
14 global-exclude *.so
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dstderr.txt.expect1 reflection3264_struct_mismatch.rs:19:10: error: global variable 'aa' has type 'int' for 32-bit targ…
2 reflection3264_struct_mismatch.rs:20:10: error: global variable 'bb' has type 'int' for 32-bit targ…
3 reflection3264_struct_mismatch.rs:21:10: error: global variable 'cc' has type 'int' for 32-bit targ…
4 reflection3264_struct_mismatch.rs:22:5: error: global variable 'dd' has type 'struct j' for 32-bit …
5 reflection3264_struct_mismatch.rs:23:5: error: global variable 'ee' has type 'struct f' for 32-bit …
6 reflection3264_struct_mismatch.rs:24:5: error: global variable 'ff' has type 'struct o' for 32-bit …
/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.rs:6:8: error: global variable 'b' has type 'uint' for 32-bit targe…
2 reflection3264_variable_extra64.rs:12:6: error: global variable 'd' is only present for 64-bit targ…
3 reflection3264_variable_extra64.rs:14:7: error: global variable 'e' is only present for 64-bit targ…
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/
Dstderr.txt.expect1 reflection3264_variable_extra32.rs:6:8: error: global variable 'b' has type 'uint' for 32-bit targe…
2 error: in file 'reflection3264_variable_extra32.rs' global variable 'd' is only present for 32-bit …
3 error: in file 'reflection3264_variable_extra32.rs' global variable 'e' is only present for 32-bit …
/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/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dnode_loader.js35 var oldLoader = goog.global.CLOSURE_IMPORT_SCRIPT;
37 goog.global.CLOSURE_IMPORT_SCRIPT = function(src, opt_sourceText) {
/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/rs/rsov/compiler/tests/globals/
Dmul2.ll19 @c1 = common global float 0.000000e+00, align 4
20 @c2 = common global <4 x float> zeroinitializer, align 16
21 @d = common global i8 0, align 1
22 @i = common global i32 0, align 4
/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_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/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/native/opengl/libagl/
Dfixed_asm.S22 .global gglFloatToFixed
24 .global gglFloatToFixedFast
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt2 global:
48 global:
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java40 VirtualDisplay(DisplayManagerGlobal global, Display display, in VirtualDisplay() argument
42 mGlobal = global; in VirtualDisplay()
/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()

12345678