Home
last modified time | relevance | path

Searched full:ga (Results 1 – 25 of 3825) sorted by relevance

12345678910>>...153

/external/cronet/stable/third_party/icu/source/data/locales/
Dee.txt157 "a 'ga' h:mm:ss zzzz",
158 "a 'ga' h:mm:ss z",
159 "a 'ga' h:mm:ss",
160 "a 'ga' h:mm",
193 h{"a 'ga' h"}
194 hm{"a 'ga' h:mm"}
195 hms{"a 'ga' h:mm:ss"}
237 a{"a 'ga' h:mm – a 'ga' h:mm"}
238 h{"a 'ga' h:mm - 'ga' h:mm"}
239 m{"a 'ga' h:mm – 'ga' h:mm"}
[all …]
/external/cronet/tot/third_party/icu/source/data/locales/
Dee.txt157 "a 'ga' h:mm:ss zzzz",
158 "a 'ga' h:mm:ss z",
159 "a 'ga' h:mm:ss",
160 "a 'ga' h:mm",
193 h{"a 'ga' h"}
194 hm{"a 'ga' h:mm"}
195 hms{"a 'ga' h:mm:ss"}
237 a{"a 'ga' h:mm – a 'ga' h:mm"}
238 h{"a 'ga' h:mm - 'ga' h:mm"}
239 m{"a 'ga' h:mm – 'ga' h:mm"}
[all …]
/external/icu/icu4c/source/data/locales/
Dee.txt157 "a 'ga' h:mm:ss zzzz",
158 "a 'ga' h:mm:ss z",
159 "a 'ga' h:mm:ss",
160 "a 'ga' h:mm",
193 h{"a 'ga' h"}
194 hm{"a 'ga' h:mm"}
195 hms{"a 'ga' h:mm:ss"}
237 a{"a 'ga' h:mm – a 'ga' h:mm"}
238 h{"a 'ga' h:mm - 'ga' h:mm"}
239 m{"a 'ga' h:mm – 'ga' h:mm"}
[all …]
/external/angle/third_party/glslang/src/Test/
D100Limits.vert3 int ga, gb;
24 while (ga < gb) { }
29 for ( ; ga==gb; ); // ERROR
31 for ( ga = 0; ; ); // ERROR
36 for ( int a = 0; a <= 20; a++) { if (ga==0) a = 4; } // ERROR
38 for (float a = 0.0; a != 20.0; a -= 2.0) { if (ga==0) ga = 4; }
47 fsa[ga]; // ERROR
48 fua[ga];
49 am3[ga]; // ERROR
50 av2[ga]; // ERROR
[all …]
/external/deqp-deps/glslang/Test/
D100Limits.vert3 int ga, gb;
24 while (ga < gb) { }
29 for ( ; ga==gb; ); // ERROR
31 for ( ga = 0; ; ); // ERROR
36 for ( int a = 0; a <= 20; a++) { if (ga==0) a = 4; } // ERROR
38 for (float a = 0.0; a != 20.0; a -= 2.0) { if (ga==0) ga = 4; }
47 fsa[ga]; // ERROR
48 fua[ga];
49 am3[ga]; // ERROR
50 av2[ga]; // ERROR
[all …]
/external/coreboot/src/mainboard/gigabyte/ga-h61m-series/
DKconfig39 default "gigabyte/ga-h61m-series"
42 default "ga-h61m-s2pv" if BOARD_GIGABYTE_GA_H61M_S2PV
43 default "ga-h61m-ds2v" if BOARD_GIGABYTE_GA_H61M_DS2V
44 default "ga-h61ma-d3v" if BOARD_GIGABYTE_GA_H61MA_D3V
45 default "ga-h61m-ds2" if BOARD_GIGABYTE_GA_H61M_DS2
46 default "ga-h61m-s2p-r3" if BOARD_GIGABYTE_GA_H61M_S2P_R3
49 default "GA-H61M-S2PV" if BOARD_GIGABYTE_GA_H61M_S2PV
50 default "GA-H61M-DS2V" if BOARD_GIGABYTE_GA_H61M_DS2V
51 default "GA-H61MA-D3V" if BOARD_GIGABYTE_GA_H61MA_D3V
52 default "GA-H61M-DS2" if BOARD_GIGABYTE_GA_H61M_DS2
[all …]
DKconfig.name4 bool "GA-H61M-S2PV"
7 bool "GA-H61M-DS2"
10 bool "GA-H61M-DS2V"
13 bool "GA-H61MA-D3V"
16 bool "GA-H61M-S2P-R3"
/external/skia/src/opts/
DSkBlitRow_opts.h63 __m256i ga = _mm256_srli_epi16(dst, 8); in SkPMSrcOver_AVX2() local
64 ga = _mm256_mullo_epi16(ga, scale_x2); in SkPMSrcOver_AVX2()
65 ga = _mm256_andnot_si256(_mm256_set1_epi32(0x00ff00ff), ga); in SkPMSrcOver_AVX2()
67 return _mm256_adds_epu8(src, _mm256_or_si256(rb, ga)); in SkPMSrcOver_AVX2()
83 __m128i ga = _mm_srli_epi16(dst, 8); in SkPMSrcOver_SSE2() local
84 ga = _mm_mullo_epi16(ga, scale_x2); in SkPMSrcOver_SSE2()
85 ga = _mm_andnot_si128(_mm_set1_epi32(0x00ff00ff), ga); in SkPMSrcOver_SSE2()
87 return _mm_adds_epu8(src, _mm_or_si128(rb, ga)); in SkPMSrcOver_SSE2()
132 __m256i ga = __lasx_xvsrli_h(dst, 8); in SkPMSrcOver_LASX() local
133 ga = __lasx_xvmul_h(ga, scale_x2); in SkPMSrcOver_LASX()
[all …]
/external/hyphenation-patterns/TeX/ga/
DAndroid.bp34 name: "hyph-ga-hyb",
36 "hyph-ga.pat.txt",
37 "hyph-ga.chr.txt",
38 "hyph-ga.hyp.txt",
40 cmd: "$(location mk_hyb_file) $(location hyph-ga.pat.txt) $(out)",
42 out: ["hyph-ga.hyb"],
46 name: "hyph-ga",
48 ":hyph-ga-hyb",
49 "hyph-ga.lic.txt",
/external/elfutils/tests/
Drun-readelf-n.sh80 GA 16 GNU Build Attribute OPEN
83 GA 0 GNU Build Attribute OPEN
85 GA 0 GNU Build Attribute OPEN
87 GA 0 GNU Build Attribute OPEN
89 GA 0 GNU Build Attribute OPEN
91 GA 0 GNU Build Attribute OPEN
93 GA 0 GNU Build Attribute OPEN
95 GA 0 GNU Build Attribute OPEN
97 GA 0 GNU Build Attribute OPEN
99 GA 0 GNU Build Attribute OPEN
[all …]
/external/coreboot/src/mainboard/gigabyte/ga-b75m-d3h/
DKconfig31 default "gigabyte/ga-b75m-d3h"
34 default "ga-b75m-d3h" if BOARD_GIGABYTE_GA_B75M_D3H
35 default "ga-b75m-d3v" if BOARD_GIGABYTE_GA_B75M_D3V
36 default "ga-b75-d3v" if BOARD_GIGABYTE_GA_B75_D3V
39 default "GA-B75M-D3H" if BOARD_GIGABYTE_GA_B75M_D3H
40 default "GA-B75M-D3V" if BOARD_GIGABYTE_GA_B75M_D3V
41 default "GA-B75-D3V" if BOARD_GIGABYTE_GA_B75_D3V
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/_layouts/
Ddefault.html11 window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
12 ga('create', 'UA-197576187-1', { 'storage': 'none' });
13 ga('set', 'referrer', document.referrer.split('?')[0]);
14 ga('set', 'location', window.location.href.split('?')[0]);
15 ga('set', 'anonymizeIp', true);
16 ga('send', 'pageview');
/external/googletest/docs/_layouts/
Ddefault.html11 window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
12 ga('create', 'UA-197576187-1', { 'storage': 'none' });
13 ga('set', 'referrer', document.referrer.split('?')[0]);
14 ga('set', 'location', window.location.href.split('?')[0]);
15 ga('set', 'anonymizeIp', true);
16 ga('send', 'pageview');
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/docs/_layouts/
Ddefault.html11 window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
12 ga('create', 'UA-197576187-1', { 'storage': 'none' });
13 ga('set', 'referrer', document.referrer.split('?')[0]);
14 ga('set', 'location', window.location.href.split('?')[0]);
15 ga('set', 'anonymizeIp', true);
16 ga('send', 'pageview');
/external/cronet/tot/third_party/googletest/src/docs/_layouts/
Ddefault.html11 window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
12 ga('create', 'UA-197576187-1', { 'storage': 'none' });
13 ga('set', 'referrer', document.referrer.split('?')[0]);
14 ga('set', 'location', window.location.href.split('?')[0]);
15 ga('set', 'anonymizeIp', true);
16 ga('send', 'pageview');
/external/cronet/stable/third_party/googletest/src/docs/_layouts/
Ddefault.html11 window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
12 ga('create', 'UA-197576187-1', { 'storage': 'none' });
13 ga('set', 'referrer', document.referrer.split('?')[0]);
14 ga('set', 'location', window.location.href.split('?')[0]);
15 ga('set', 'anonymizeIp', true);
16 ga('send', 'pageview');
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DGenericArrayTypeTest.java24 GenericArray ga = new GenericArray(); in testClasses() local
26 String doc = yaml.dump(ga); in testClasses()
60 GenericArray ga = new GenericArray(); in testJavaBean() local
63 bean.setGa(ga); in testJavaBean()
79 private GenericArray ga; field in GenericArrayTypeTest.ArrayBean
90 return ga; in getGa()
93 public void setGa(GenericArray ga) { in setGa() argument
94 this.ga = ga; in setGa()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp110 for (GlobalAlias &GA : llvm::make_early_inc_range(M.aliases())) { in run()
111 bool Delete = deleteStuff == (bool)Named.count(&GA); in run()
112 makeVisible(GA, Delete); in run()
115 Type *Ty = GA.getValueType(); in run()
117 GA.removeFromParent(); in run()
121 GA.getAddressSpace(), GA.getName(), &M); in run()
125 M, Ty, false, GlobalValue::ExternalLinkage, nullptr, GA.getName()); in run()
127 GA.replaceAllUsesWith(Declaration); in run()
128 delete &GA; in run()
/external/llvm/test/CodeGen/Hexagon/
Daddrmode-indoff.ll5 @ga = common global [1024 x i8] zeroinitializer, align 8
8 ; CHECK: memub(r{{[0-9]+}}{{ *}}<<{{ *}}#0{{ *}}+{{ *}}##ga)
11 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %i
24 ; CHECK: memub(r{{[0-9]+}}{{ *}}<<{{ *}}#2{{ *}}+{{ *}}##ga)
28 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %mul
42 ; CHECK: memb(r{{[0-9]+}}{{ *}}<<{{ *}}#0{{ *}}+{{ *}}##ga)
45 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %i
58 ; CHECK: memb(r{{[0-9]+}}{{ *}}<<{{ *}}#2{{ *}}+{{ *}}##ga)
62 %arrayidx = getelementptr inbounds [1024 x i8], [1024 x i8]* @ga, i32 0, i32 %mul
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp94 for (GlobalAlias &GA : M.aliases()) in run()
95 if (Comdat *C = GA.getComdat()) in run()
96 ComdatMembers.insert(std::make_pair(C, &GA)); in run()
109 for (GlobalAlias &GA : M.aliases()) { in run()
110 Changed |= RemoveUnusedGlobalValue(GA); in run()
112 if (!GA.isDiscardableIfUnused()) in run()
113 GlobalIsNeeded(&GA); in run()
151 for (GlobalAlias &GA : M.aliases()) in run()
152 if (!AliveGlobals.count(&GA)) { in run()
153 DeadAliases.push_back(&GA); in run()
[all …]
/external/coreboot/src/mainboard/gigabyte/ga-945gcm-s2l/
DKconfig22 default "gigabyte/ga-945gcm-s2l"
25 default "ga-945gcm-s2l" if BOARD_GIGABYTE_GA_945GCM_S2L
26 default "ga-945gcm-s2c" if BOARD_GIGABYTE_GA_945GCM_S2C
29 default "GA-945GCM-S2L" if BOARD_GIGABYTE_GA_945GCM_S2L
30 default "GA-945GCM-S2C" if BOARD_GIGABYTE_GA_945GCM_S2C
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/ts/
Dsample_h265.ts2 …�������������������������������������������������������������������������������GA�0P��{ ~��������
4 …��K������������,�����������{�����������������������k�������GA��������
12 y�u���&�rT��+�y]�����94�[lV�����,4�'��Gbj��H���%������������k�������GA��������
80 …�(ªV&�"2�-��G�{gO_ ���SU�+� :V>�4�D�sL�K�A`����`*᜙Q�������l�-� ,�������GA�0����~��������
91 cE� ��������������������GA��������!� 6!���FP�����F�W�,($D<�Μ���Տ/��94Pv��J`…
100 1� |q� e���FP�����-��a@�*�1�3d�������TLe�+��i�b�� �]�Z�Z���^@�>�GA��������
102 ��������GA�7���������������������������
103 …F�������Nh�~���C��zTK����O�@�@%��b����������%���觐��{��?���l��GA�8����~��������!�…
105 …���������������%�њ�)X�=�خRR�_�}�%�%^�G��3��g��G�m������,%��z�I=���M@�GA��������!� �����F…
107 …���������������������������������������������������������������T@I=���M@�GA�<K������������������…
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/ts/
Dsample_h265.ts2 …�������������������������������������������������������������������������������GA�0P��{ ~��������
4 …��K������������,�����������{�����������������������k�������GA��������
12 y�u���&�rT��+�y]�����94�[lV�����,4�'��Gbj��H���%������������k�������GA��������
80 …�(ªV&�"2�-��G�{gO_ ���SU�+� :V>�4�D�sL�K�A`����`*᜙Q�������l�-� ,�������GA�0����~��������
91 cE� ��������������������GA��������!� 6!���FP�����F�W�,($D<�Μ���Տ/��94Pv��J`…
100 1� |q� e���FP�����-��a@�*�1�3d�������TLe�+��i�b�� �]�Z�Z���^@�>�GA��������
102 ��������GA�7���������������������������
103 …F�������Nh�~���C��zTK����O�@�@%��b����������%���觐��{��?���l��GA�8����~��������!�…
105 …���������������%�њ�)X�=�خRR�_�}�%�%^�G��3��g��G�m������,%��z�I=���M@�GA��������!� �����F…
107 …���������������������������������������������������������������T@I=���M@�GA�<K������������������…
[all …]
/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.experiments.html141ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
198ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
247ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
309ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
376ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
425ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
483ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
532ga:goal(n)Completions&quot;, &quot;ga:adsenseAdsClicks&quot;, &quot;ga:adsenseAdsViewed&quot;, &qu…
/external/python/google-api-python-client/samples/analytics/
Dcore_reporting_v3_reference.py41 specifying the TABLE_ID constant below. This value is of the form: ga:xxxx
48 $ python core_reporting_v3_reference.py ga:xxxx
51 to retrieve data. This ID is in the format ga:xxxx where xxxx is the
74 'Format is ga:xxx where xxx is your profile ID.'))
111 return service.data().ga().get(
115 metrics='ga:visits',
116 dimensions='ga:source,ga:keyword',
117 sort='-ga:visits',
118 filters='ga:medium==organic',

12345678910>>...153