HomeSort by relevance Sort by last modified time
    Searched full:blah (Results 226 - 250 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/http/
http_transaction_test_util.cc 40 "<html><body>Google Blah Blah</body></html>",
56 "<html><body>Google Blah Blah</body></html>",
73 "<html><body>Google Blah Blah</body></html>",
90 "<html><body>Google Blah Blah</body></html>",
106 "<html><body>Google Blah Blah</body></html>"
    [all...]
  /external/clang/test/Index/
annotate-comments.cpp 56 /// Blah-blah-blah.
61 /** Blah-blah-blah */
65 /** Blah-blah-blah. isdoxy16 IS_DOXYGEN_START *//** Blah */
    [all...]
overriding-ftemplate-comments.cpp 12 /// \param AAA Blah blah
16 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
21 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T PPP)</Declaration><Parameters><Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
complete-recovery.m 10 blarg * blah = wibble;
13 blah ? blech : [a2 method:1];
  /external/chromium_org/content/child/
web_url_loader_impl_unittest.cc 32 const char kTestData[] = "blah!";
445 request.setURL(GURL("data:text/html;charset=utf-8,blah!"));
458 request.setURL(GURL("data:text/html;charset=utf-8,blah!"));
461 EXPECT_EQ("blah!", client()->received_data());
470 request.setURL(GURL("data:text/html;charset=utf-8,blah!"));
483 request.setURL(GURL("data:text/html;charset=utf-8,blah!"));
488 EXPECT_EQ("blah!", client()->received_data());
496 request.setURL(GURL("data:text/html;charset=utf-8,blah!"));
501 EXPECT_EQ("blah!", client()->received_data());
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-04.ll 235 ; CHECK-NEXT: blah %f0
240 call void asm sideeffect "blah $0", "{f0}"(float %val)
257 ; CHECK-NEXT: blah %f0
262 call void asm sideeffect "blah $0", "{f0}"(double %val)
297 call void asm sideeffect "blah", ""()
310 ; CHECK-NEXT: blah %f2
315 call void asm sideeffect "blah $0", "{f2}"(float %val)
333 ; CHECK-NEXT: blah %f2
338 call void asm sideeffect "blah $0", "{f2}"(double %val)
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 52 'text': 'At least "Windows 3.11', 'desc': 'blah'
96 'text': 'At least Windows 3.12', 'desc': 'blah'
170 'text': 'At least Windows 3.12', 'desc': 'blah'
232 'text': 'At least Windows 3.13', 'desc': 'blah'
302 'text': 'At least Windows 3.13', 'desc': 'blah'
386 'text': 'At least Windows 3.14', 'desc': 'blah'
477 'text': 'At least Windows 3.14', 'desc': 'blah'
564 'text': 'At least Windows 3.15', 'desc': 'blah'
644 'text': 'At least Windows 3.15', 'desc': 'blah'
716 'text': 'At least Windows 3.13', 'desc': 'blah'
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
verify_filelist_test.py 39 rules = 'dir/${PLATFORM}/blah'
40 dirlist = ['dir/linux/blah']
  /external/chromium_org/third_party/closure_compiler/
processor.py 54 1: /* blah.js */
61 1: /* blah.js */
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py 78 def parse_error(self,lexer,reason="?",*blah):
82 raise ParseError(reason,*blah)
  /external/clang/test/SemaObjC/
category-1.m 108 @interface Blah (Blarg) // expected-error{{cannot find interface declaration for 'Blah'}}
  /external/clang/test/SemaObjCXX/
message.mm 120 + (X1<int>)blah;
125 [B blah]; // expected-error{{implicit instantiation of undefined template 'X1<int>'}}
  /external/llvm/test/Transforms/DebugIR/
function.ll 6 define void @blah(i32* %i) #0 {
26 call void @blah(i32* %i) ; CHECK-NEXT: !dbg
  /libcore/luni/src/main/java/javax/xml/parsers/
FilePathToURI.java 66 // change C:/blah to /C:/blah
  /libcore/luni/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 66 // change C:/blah to /C:/blah
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationHasFeature.java 114 success = domImpl.hasFeature("Blah Blah", "");
  /art/test/003-omnibus-opcodes/src/
InternedString.java 29 String s = "blah";
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 9 // Example usage: sb_sigutil --executable=blah.exe --output=siginfo.pb
  /external/chromium_org/third_party/ocmock/
ocmock_extensions.h 14 // - (id)andReturnValue:OCMOCK_VALUE(blah)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer_unittest.cc 132 vars["foo"] = "blah";
145 "Now foo = blah.",
253 printer.Print("blah");
275 printer.Print("blah");
  /external/chromium_org/tools/gyp/test/variables/commands/
commands-repeated.gypd.golden 49 'var8': '5blah',
commands.gyp 50 'var8': '<(check_int)blah',
  /external/chromium_org/v8/test/webkit/
dfg-intrinsic-side-effect-assignment-osr-exit.js 38 array.push("blah");
  /external/clang/test/PCH/
chain-selectors.m 26 @implementation X (Blah)
  /external/clang/test/Sema/
block-call.c 43 int blah() { function

Completed in 2264 milliseconds

1 2 3 4 5 6 7 8 91011>>