HomeSort by relevance Sort by last modified time
    Searched full:asdf (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 201 forward().headMap("asdf");
  /external/llvm/test/CodeGen/X86/
frameescape.ll 9 @str = internal constant [10 x i8] c"asdf: %d\0A\00"
  /external/toybox/tests/
grep.test 42 testing "grep -s" "grep -hs hello asdf input 2>&1" "hello\n" "hello\n" ""
  /external/v8/test/mjsunit/
function-prototype.js 39 var values = [123, "asdf", true];
keyed-ic.js 98 var s = "asdf"
regexp.js 247 assertFalse(re.test("asdf\n123"));
249 assertTrue(re.test("asdf\n123"));
date-parse.js 126 ' 01 Jan 00 08:00 ()(((asdf)))(Sat, 01-Jan-2000)+0000 ',
  /frameworks/base/tools/aapt/
Resource.cpp 770 // asdf --> package.asdf
771 // .asdf .a.b --> package.asdf package.a.b
772 // asdf.adsf --> asdf.asdf
    [all...]
  /external/fonttools/Lib/fontTools/
inspect.py 77 value["asdf"]
  /external/harfbuzz_ng/test/api/
test-blob.c 56 g_assert (hb_blob_get_empty () == hb_blob_create ("asdf", 0, HB_MEMORY_MODE_READONLY, NULL, NULL));
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
AdvancedHtmlSanitizerTest.java 223 // "\\a color:red;\\a font-family: completely unsanitized =(;' ;\">asdf</a>",
226 // "=(;&#39;\">asdf</a>");
228 "\\a color:red;\\a font-family: completely unsanitized =(;' ;\">asdf</a>",
229 "<a href=\"http://www.google.com\">asdf</a>");
  /external/clang/test/Driver/
cl-options.c 179 // FI: "-include" "asdf.h"
181 // RUN: %clang_cl /FI asdf.h -### -- %s 2>&1 | FileCheck -check-prefix=FI_ %s
182 // FI_: "-include" "asdf.h"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 579 self.assertIn(u'asdf', 'asdf')
580 self.assertIn('asdf', u'asdf')
581 self.assertIn(u'asdf', u'asdf')
582 self.assertNotIn(u'asdf', 'asd')
583 self.assertNotIn('asdf', u'asd')
584 self.assertNotIn(u'asdf', u'asd')
585 self.assertNotIn(u'asdf', '')
    [all...]
string_tests.py     [all...]
test_functools.py 149 f = self.thetype(signature, 'asdf', bar=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 579 self.assertIn(u'asdf', 'asdf')
580 self.assertIn('asdf', u'asdf')
581 self.assertIn(u'asdf', u'asdf')
582 self.assertNotIn(u'asdf', 'asd')
583 self.assertNotIn('asdf', u'asd')
584 self.assertNotIn(u'asdf', u'asd')
585 self.assertNotIn(u'asdf', '')
    [all...]
string_tests.py     [all...]
test_functools.py 149 f = self.thetype(signature, 'asdf', bar=True)
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 1067 asdf = func.static_glx_name(n)
1068 if asdf not in func.static_entry_points:
1069 print 'extern _X_HIDDEN %s gl%s(%s);' % (func.return_type, asdf, params)
1072 print '#define gl_dispatch_stub_%s gl%s' % (n, asdf)
1074 print 'GLAPI %s GLAPIENTRY gl%s(%s);' % (func.return_type, asdf, params)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 224 res = app.get('/', headers={'If-None-Match': 'asdf'},
  /external/clang/test/Sema/
array-init.c 271 char badchararray[1] = { badchararray[0], "asdf" }; // expected-warning {{excess elements in array initializer}} expected-error {{initializer element is not a compile-time constant}}
  /external/okhttp/okhttp-tests/src/test/resources/
web-platform-test-urltestdata.txt 158 http://example.com/@asdf%40 s:http h:example.com p:/@asdf%40
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 160 self.cu.execute("select asdf")
691 cur.executescript("create table test(x); asdf; create table test2(x)")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 160 self.cu.execute("select asdf")
691 cur.executescript("create table test(x); asdf; create table test2(x)")
  /external/deqp/data/gles2/shaders/
preprocessor.test 1295 #define AAA asdf
    [all...]

Completed in 3552 milliseconds

1 2 34 5