Searched refs:global (Results 1 - 25 of 85) sorted by relevance

1234

/frameworks/base/tests/CoreTests/android/core/
H A DMiscRegressionTest.java29 Logger.global.severe("This has logging Level.SEVERE, should become ERROR");
30 Logger.global.warning("This has logging Level.WARNING, should become WARN");
31 Logger.global.info("This has logging Level.INFO, should become INFO");
32 Logger.global.config("This has logging Level.CONFIG, should become DEBUG");
33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
34 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
35 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_DequantTables_s.S29 .global armVCM4P10_QPDivTable
30 .global armVCM4P10_VMatrixQPModTable
31 .global armVCM4P10_PosToVCol4x4
32 .global armVCM4P10_PosToVCol2x2
33 .global armVCM4P10_VMatrix
34 .global armVCM4P10_QPModuloTable
35 .global armVCM4P10_VMatrixU16
H A DarmVCM4P10_QuantTables_s.S28 .global armVCM4P10_MFMatrixQPModTable
29 .global armVCM4P10_QPDivIntraTable
30 .global armVCM4P10_QPDivPlusOneTable
H A DarmVCM4P10_DeblockingChroma_unsafe_s.S28 .global armVCM4P10_DeblockingChromabSLT4_unsafe
53 .global armVCM4P10_DeblockingChromabSGE4_unsafe
H A DarmVCM4P10_UnpackBlock4x4_s.S29 .global armVCM4P10_UnpackBlock4x4
H A DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S28 .global armVCM4P10_InterpolateLuma_HorAlign9x_unsafe
86 .global armVCM4P10_InterpolateLuma_VerAlign4x_unsafe
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S28 .global armVCM4P10_InterpolateLuma_HorDiagCopy_unsafe
60 .global armVCM4P10_InterpolateLuma_VerDiagCopy_unsafe
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S28 .global armVCM4P10_InvTransformDequantLumaDC4x4
81 .global omxVCM4P10_TransformDequantLumaDCFromPair
H A DarmVCM4P10_TransformResidual4x4_s.S28 .global armVCM4P10_TransformResidual4x4
H A DomxVCM4P10_DeblockLuma_I.S28 .global omxVCM4P10_DeblockLuma_I
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S29 .global omxVCM4P10_TransformDequantChromaDCFromPair
H A DarmVCM4P10_Average_4x_Align_unsafe_s.S28 .global armVCM4P10_Average_4x4_Align0_unsafe
58 .global armVCM4P10_Average_4x4_Align2_unsafe
100 .global armVCM4P10_Average_4x4_Align3_unsafe
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.S28 .global armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java40 VirtualDisplay(DisplayManagerGlobal global, Display display, argument
42 mGlobal = global;
/frameworks/native/opengl/libagl/
H A Dfixed_asm.S22 .global gglFloatToFixed
24 .global gglFloatToFixedFast
H A Diterators.S23 .global iterators0032
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java114 final Bundle global = new Bundle();
116 UserRestrictionsUtils.sortToGlobalAndLocal(null, global, local);
117 assertEquals(0, global.size());
120 UserRestrictionsUtils.sortToGlobalAndLocal(Bundle.EMPTY, global, local);
121 assertEquals(0, global.size());
131 ), global, local);
135 // These can be set by PO too, but when DO sets them, they're global.
142 ), global);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S31 .global \name
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk4 # We move them from global build/core/combo/TARGET_linux-arm.mk
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java113 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList();
114 checkSearchables(global);
130 ArrayList<SearchableInfo> global = searchables.getSearchablesInGlobalSearchList();
131 MoreAsserts.assertEmpty(global);
/frameworks/native/opengl/libagl/arch-mips/
H A Dfixed_asm.S27 .global gglFloatToFixed
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDot_p_opt.s30 .global Dot_product12_asm
H A Dscale_sig_opt.s28 .global Scale_sig_opt
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DPrePostMDCT_v5.s25 .global PreMDCT
79 .global PostMDCT
H A Dband_nrg_v5.s26 .global CalcBandEnergy
83 .global CalcBandEnergyMS

Completed in 274 milliseconds

1234