HomeSort by relevance Sort by last modified time
    Searched refs:h3 (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/clang/test/PCH/
chain-macro-override.c 14 h3();
  /external/clang/test/PCH/Inputs/
chain-macro-override1.h 8 #define h3() macro
9 #undef h3 macro
chain-macro-override2.h 8 int h3();
  /external/clang/test/Sema/
warn-missing-prototypes.c 18 int h3();
24 int h3(int x);
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
constant-builtins.c 20 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
constant-builtins-2.c 51 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 10 #info-view h3 {
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
180 add $h3=$h3,$c };; // wrap up
255 { .mlx; ld4 $h3=[tmp0]
269 mov $D=$h3
296 st4 [tmp0]=$h3 };;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 72 int h3 = g1 - (g3 << 1); local
76 pDst[i+12] = (OMX_S16) h3;
armVCM4P10_TransformResidual4x4.c 73 int h3 = g0 - g3; local
77 pDst[i+12] = (OMX_S16)((h3+32)>>6);
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;fon (…)
  /external/clang/test/SemaCXX/
attr-format.cpp 15 const char* h3(const char*) __attribute__((format_arg(1))); // \
address-of-temporary.cpp 38 void h3() { consume((A){}); } function in namespace:PointerToArrayDecay
  /external/valgrind/main/docs/lib/
vg_basic.css 16 h1, h2, h3, h4 { color: #74240f; }
17 h3 { margin-bottom: 0.4em; }
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
111 div.sphinxsidebar h3 a {
172 h3 {
177 h3 a:hover {
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
187 div.body h3,
201 div.body h3 { font-size: 140%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover
    [all...]
  /frameworks/native/libs/utils/tests/
BasicHashtable_test.cpp 512 ComplexHashtable h3; local
513 h3 = h2;
515 ASSERT_EQ(originalBuckets, getBuckets(h3));
516 EXPECT_EQ(h1.size(), h3.size());
517 EXPECT_EQ(h1.capacity(), h3.capacity());
518 EXPECT_EQ(h1.bucketCount(), h3.bucketCount());
519 EXPECT_EQ(h1.loadFactor(), h3.loadFactor());
520 EXPECT_EQ(index0, find(h3, -1, ComplexKey(0)));
528 EXPECT_EQ(0, h3.entryAt(index0).value.v);
537 h1 = h3;
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 268 RefPtr<Element> h3 = doc->createElement(h3Tag, false); local
269 reportElement->appendChild(h3.get(), ec);
270 h3->appendChild(doc->createTextNode("This page contains the following errors:"), ec);
277 h3 = doc->createElement(h3Tag, false);
278 reportElement->appendChild(h3.get(), ec);
279 h3->appendChild(doc->createTextNode("Below is a rendering of the page up to the first error."), ec);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 41 h3 {
  /external/llvm/docs/_static/
llvm.css 26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
43 h3, .doc_subsection { width: 75%;
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } function
63 // CHECK: "\01?h3@@YAP6APAHPAH0@ZP6APAH00@Z10@Z"
static-init.cpp 41 void h3() { function
  /external/clang/test/Parser/
attributes.c 40 void (*h3)(void (*f3)(__attribute__(()) x)); // expected-warning {{defaults to 'int'}} variable
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
11 h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 178 <h3>Key</h3>
210 <h3><i>Notes</i></h3>
237 <h3>Data</h3>

Completed in 260 milliseconds

1 2 3 4