/external/libxml2/doc/examples/ |
tst.xml | 0 <thing> 3 </thing> 4 <thing> 6 </thing>
|
/external/markdown/tests/misc/ |
autolinks_with_asterisks.txt | 1 <http://some.site/weird*url*thing>
|
autolinks_with_asterisks.html | 1 <p><a href="http://some.site/weird*url*thing">http://some.site/weird*url*thing</a></p
|
/external/valgrind/memcheck/tests/ |
signal2.stdout.exp | 2 doing bad thing
|
signal2.c | 15 printf ( "doing bad thing\n" );
|
/external/clang/test/SemaCXX/ |
warn-static-function-inheader.h | 1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}} function
|
no-warn-composite-pointer-type.cpp | 5 void Foo(int **thing, const int **thingMax) 7 if ((thing + 3) > thingMax)
|
warn-static-function-inheader.cpp | 10 thing();
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
LocalProvider.java | 4 // Same thing. Just different name.
|
/art/test/002-sleep/ |
info.txt | 2 mostly meant as an easy thing to modify in order to test other things
|
/art/test/093-serialization/ |
expected.txt | 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
|
/external/clang/test/Frontend/ |
preprocessed-output-macro-first-token.c | 1 // This is the first thing other than comments and preprocessor stuff in the
|
/external/llvm/test/FileCheck/ |
line-count-2.txt | 4 CHECK: {{some}}thing else
|
/external/clang/test/Analysis/ |
region-store.c | 10 int thing = (int []){0, 1}[index]; local 11 printf("thing: %i\n", thing); 19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index]; local 20 printf("thing: %i\n", thing);
|
/build/tools/droiddoc/templates-pdk/assets/ |
customizations.js | 1 function showApiWarning(thing, selectedLevel, minLevel) { 3 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>" 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
|
/dalvik/dx/ |
README.txt | 1 Home of Dalvik eXchange, the thing that takes in class files and
|
/external/llvm/test/Assembler/ |
2002-07-25-ReturnPtrFunction.ll | 2 ; the right thing.
|
/external/valgrind/massif/tests/ |
zero.c | 2 // of thing.
|
/external/linux-tools-perf/src/tools/perf/util/ |
quote.h | 7 /* Help to copy the thing properly quoted for the shell safety. 9 * is replaced with '\!', and the whole thing is enclosed in a
|
/external/llvm/test/MC/PowerPC/ |
ppc-machine.s | 5 # For now, the only thing we check is that the .machine directive
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 26 typedef T thing; typedef in struct:X::traits 27 typedef decltype(val(make<thing>())) inner_ptr; 29 template<typename U> using rebind_thing = typename thing::template rebind<U>; 41 template<typename T> struct thing { struct in namespace:X 44 typedef traits<thing<inner>> traits_type; 46 template<typename U> using rebind = thing<U>; 48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} function in struct:X::thing 49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); } 54 friend inner_ptr val(const thing &t) { return t.val; } 60 template<> bool &traits<thing<bool>>::alloc() { static bool b; return b; [all...] |
/art/test/093-serialization/src/ |
Main.java | 115 public Character thing; field in class:Sub 117 public Sub(char thing) { 123 this.thing = thing; 130 + " thing=" + thing);
|
/external/toybox/tests/ |
rmdir.test | 30 touch temp/thing 34 "rmdir -p temp/thing 2>/dev/null || [ -f temp/thing ] && echo yes" \
|
/external/clang/test/SemaObjC/ |
block-attr.m | 4 @interface Thing {}
|
/external/lldb/test/python_api/rdar-12481949/ |
Test-rdar-12481949.py | 2 Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1. 19 """Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1.""" 25 """Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1.""" 36 """Check that SBValue.GetValueAsSigned() does the right thing for a 32-bit -1."""
|