Searched refs:VG (Results 1 - 24 of 24) sorted by relevance

/external/e2fsprogs/contrib/
H A De2croncheck11 # Make sure you customize "VG" so it is your LVM volume group name,
21 VG=ssd
33 lvcreate -s -L ${SNAPSIZE} -n "${VOLUME}-snap" "${VG}/${VOLUME}"
34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \
35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then
37 tune2fs -C 0 -T "${START}" "/dev/${VG}/${VOLUME}"
40 tune2fs -C 16000 -T "19000101" "/dev/${VG}/${VOLUME}"
42 mail -s "E2fsck of /dev/${VG}/${VOLUME} failed!" $EMAIL < $TMPFILE
45 lvremove -f "${VG}/${VOLUME}-snap"
/external/valgrind/main/drd/scripts/
H A Drun-matinv18 VG="${DRD_SCRIPTS_DIR}/../../vg-in-place"
35 ${VG} --tool=none ${MATINV} $n -t$i
37 ${VG} --tool=drd ${MATINV} $n -t$i
H A Drun-splash253 print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
57 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
73 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
102 if [ "$VG" = "" ]; then
103 VG="${DRD_SCRIPTS_DIR}/../../vg-in-place"
106 if [ ! -e "$VG" ]; the
[all...]
/external/libyuv/files/source/
H A Drow_posix.cc1281 #define VG -52 /* static_cast<int8>(-0.813 * 64 - 0.5) */ macro
1286 #define BG UG * 128 + VG * 128
1305 { UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG },
[all...]
H A Drow_win.cc1483 #define VG -52 /* static_cast<int8>(-0.813 * 64 - 0.5) */ macro
1488 #define BG UG * 128 + VG * 128
1500 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG
[all...]
H A Drow_common.cc433 #define VG -52 /* static_cast<int8>(-0.813 * 64 - 0.5) */ macro
438 #define BG UG * 128 + VG * 128
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
/external/deqp/modules/egl/
H A DteglVGRenderUtil.cpp27 # include <VG/openvg.h>
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc2064 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
2069 #define BG UG * 128 + VG * 128
2088 { UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG },
[all...]
H A Drow_win.cc34 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
39 #define BG UG * 128 + VG * 128
51 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG
[all...]
H A Drow_common.cc950 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
955 #define BG UG * 128 + VG * 128
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc2064 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
2069 #define BG UG * 128 + VG * 128
2088 { UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG },
[all...]
H A Drow_win.cc33 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
38 #define BG UG * 128 + VG * 128
50 UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG, UG, VG
[all...]
H A Drow_common.cc950 #define VG -52 /* (int8)(-0.813 * 64 - 0.5) */ macro
955 #define BG UG * 128 + VG * 128
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dvgu.h41 #include <VG/openvg.h>
H A Dvgext.h5 * VG extensions Reference Implementation
31 * \brief VG extensions
43 #include <VG/openvg.h>
44 #include <VG/vgu.h>
H A Dopenvg.h37 #include <VG/vgplatform.h>
/external/clang/test/
H A DMakefile28 ifdef VG
/external/mesa3d/include/VG/
H A Dvgu.h41 #include <VG/openvg.h>
H A Dvgext.h5 * VG extensions Reference Implementation
31 * \brief VG extensions
43 #include <VG/openvg.h>
44 #include <VG/vgu.h>
H A Dopenvg.h37 #include <VG/vgplatform.h>
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java1203 VG(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump382 �O�_z\���ٍ�H�~t�'ꤏ����@b��/��[qA������B�K'��]�;� ��E�X����Hd�|���}�no�<W�)x��J��f�S_{A�+LO���oS�Mx==a���,`��^X�$�Pk҆"���j����R�� L����j�c�<����6�)��Ԯ�] =���VG�ۂi ݾ�����&mc'��{�<��E�'�1?�]��c����6/j�d���3z�V́-��?$��gыg�[C[�G�1��$��f)3�R��&29/��q��|(Pt� Pqճ笀bV�M�jg��%�썸�V>�l?�_�x���c�^j�$�dw �TcS�f��ڹ�u��S��ǯ��a�
2351 q��z�d_���G�5*7��2�1=i*w82td�唒��{�;�O���UM�Ȫ8�q������IR�Բ��*��7�lA�SD2�5�۪�(� %y� ��7��� VG����AqKju��ӿ���}�DM�%��s�b�K)�����S�X#��ñ�ò���;Yg��L��p,�R�'VBG'�o���,�SDs��z7XԮ#?��_��*̗�oiṰ<�D�~l�"�ζڥ��|���՚�b����Sf1�����v�o<��6����k�1<+ <�&4L��%a`���eX����m�Nx ��ʹz��Pn���7��DF���ypA6AJ�������X�� �����O՛����x�U���WKR�&��B�/3}pLH���L#��=�?װ?�w�Η������^m1������B"��M/!��f��V�#]�]�o!�"�m���ҷș��xO��u~̅��
9044 �<��1_��q?�a͉�=�j�y���r�i4����$A��XlYɃ��U�I4�L�Xo4��xBI��R�D�e����ٞ��mR��I�i��_�1��!�/wl\���`Gm�u$6�0���K���k��VG�~v��P;^�}$�6kk-K��Y֩���Nj�����Ś����^'���—6�Tu��c,͌-���'�����%�<���TO�����o�q:��C�{9`�H�$�> �~v;�) �T����|~�ظ���x���"��� ���ˎ9�Nl6%�ޮe
9407 VG�V8�ǿR�Z����s��#�19>��c.����8����Uy����x��v�Z����Qqؼ����FF!�4��|]k��_u�U��s����<a�%jzr$S_��9p�q kT�:ʱ�Xd�?{e���.;AS�-v�o��{� ,���<��?���?W-�|P�o?��`Զ6��ϩ�O�M�R8�x�M�*�r���N���j���� |7N!\��B`o��f��������ۏ�G��g��b� pC�p�
9869 ��s6�����q�����=~HI2��� �|&�j�%ߞ�Bd�Lf�sy���T\��}�&=��VG>e� Yu����^k�u�Wt� o}���F`������=$�逸�Y�0��R�]�b$UPY�=�݇�"Ⳳ?�TA��h����o�v�:C�1�ko�ms���_?/�- 4 R��kX�
13307 ������}:��̅����VG~
15030 ?�����CA?���n��Y��Ֆ�:w�;�@��-�o�Y<��^��������r~q���0���2���E��Of��Q��``�F �G ��*� ,[��q>PJ 3&�����a�z���!����c�q� 1����Jl���ݧ�U �"VG��k�ȮX��^���;z�c*|��1��f��fv�� �r�g�a�b�gA2a���ז�?�S�8�r{ �? | m�ݨ��'� 1�=�?���������@t�q�U���� �lOI{�m�pv闇/X����m�G{]�����>��߻��v'��7����L!�@�4�MC�7r�T �ƻ��Â|o��O��GJ�Ju��Nv'�f���l��Y�łN��:���҇��L���M�A�UE.��0���3�D������L�]����|Lh0�Ӈ�{J,v#���_�!��w�^9�� �.?���'� �m��PV83׬\Q�,P`�T~� �(�x�/�R7wŽ��F~O��sF��N��δ���I�b����f͊dT�( �.��?pm�}�xl��u�f�fp����w�֞P�g��-���dQw<���3�}G'�����o��_�@}��\��k- w�@���g('��.���Z�'��=�|ۆ��8��S}k��G����,O��f؟�;��!��'�� ���k��x��"?�h�1��`� ؓ���^�D����ͻ�Tx�8��a��Fw�8
/external/chromium_org/tools/findit/common/
H A Dcacert.pem1870 BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VG
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js339 if("en_TC"==goog.LOCALE||"en-TC"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;if("en_VG"==goog.LOCALE||"en-VG"==goog.LOCALE)goog.i18n.CompactNumberFormatSymbols=goog.i18n.CompactNumberFormatSymbols_en;
497 if("en_UM"==goog.LOCALE||"en-UM"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_US"==goog.LOCALE||"en-US"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VG"==goog.LOCALE||"en-VG"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;if("en_VI"==goog.LOCALE||"en-VI"==goog.LOCALE)goog.i18n.NumberFormatSymbols=goog.i18n.NumberFormatSymbols_en;

Completed in 3072 milliseconds