/external/markdown/tests/markdown-test/ |
angle-links-and-img.txt | 1 [link](<simple link> "title")
|
inline-html-advanced.html | 1 <p>Simple block on one line:</p>
|
inline-html-advanced.txt | 0 Simple block on one line:
|
/external/markdown/tests/safe_mode/ |
inline-html-advanced.txt | 0 Simple block on one line:
|
/hardware/bsp/intel/peripheral/libupm/src/mic/ |
CMakeLists.txt | 2 set (libdescription "Microphone simple API")
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-common-1.s | 1 .cfi_startproc simple
|
cfi-common-5.s | 2 .cfi_startproc simple 5 .cfi_startproc simple
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
reloc16.s | 0 # Simple relocations against 16-bit extern symbols.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
eh5b.s | 2 .cfi_startproc simple 8 .cfi_startproc simple 14 .cfi_startproc simple 20 .cfi_startproc simple
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 62 assertNotNull("Returned wrong configuration-based simple value: expected <nothing>, " 65 assertEquals("Returned wrong configuration-based simple value: expected '" 69 assertNull("Resource not found for configuration-based simple value: expecting \"" 241 checkValue(res, R.configVarying.simple, "simple default"); 248 checkValue(res, R.configVarying.simple, "simple xx"); 256 checkValue(res, R.configVarying.simple, "simple xx-rYY"); 263 checkValue(res, R.configVarying.simple, "simple mcc111") [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/mws/ |
test.py | 9 simple = os.environ.get('MWS_MERCHANT', None) variable 10 if not simple: 23 advanced = simple and True or False 34 self.mws = MWSConnection(Merchant=simple, debug=0) 36 @unittest.skipUnless(simple and isolator, "skipping simple test") 40 @unittest.skipUnless(simple and isolator, "skipping simple test") 60 @unittest.skipUnless(simple and isolator, "skipping simple test" [all...] |
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 method with a simple Code attribute, which itself has a syntactically
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
info.txt | 1 This is a dump of a simple class which is valid in structure but is overall 6 method with a simple Code attribute, which itself has a syntactically
|
/external/fio/exp/ |
README.md | 0 simple-expression-parser 4 A simple expression parser for arithmetic expressions made with bison + flex
|
/external/libexif/contrib/examples/ |
Makefile.am | 0 # Simple example programs 7 # Build just the simple examples as a sanity check, but include them all in
|
/external/libxml2/result/XInclude/ |
include.xml | 3 <!-- Simple test of including another XML document --> 7 <p>simple</p>
|
/external/llvm/test/Assembler/ |
2002-10-08-LargeArrayPerformance.ll | 3 ; This testcase comes from the following really simple c file: 5 ;;; We should not be soo slow for such a simple case!
|
/external/markdown/MarkdownTest/Tests_2007/ |
Links, shortcut references.html | 1 <p>This is the <a href="/simple">simple case</a>.</p>
|
/external/snakeyaml/src/test/resources/pyyaml/ |
spec-10-11.canonical | 17 ? !!str "simple key1" 21 ? !!str "simple key2"
|
/external/icu/icu4c/source/test/intltest/ |
itrbnf.h | 34 * Perform a simple spot check on the FractionalRuleSet logic 48 * Perform a simple spot check on the English spellout rules 53 * Perform a simple spot check on the English ordinal-abbreviation rules 58 * Perform a simple spot check on the duration-formatting rules 63 * Perform a simple spot check on the Spanish spellout rules 68 * Perform a simple spot check on the French spellout rules 73 * Perform a simple spot check on the Swiss French spellout rules 83 * Perform a simple spot check on the Italian spellout rules 88 * Perform a simple spot check on the Portuguese spellout rules 93 * Perform a simple spot check on the German spellout rule [all...] |
/cts/tests/tests/jni/src/android/jni/cts/ |
JniInstanceTest.java | 35 * Test a simple no-op and void-returning method call. 42 * Test a simple value-returning (but otherwise no-op) method call. 49 * Test a simple value-returning (but otherwise no-op) method call. 56 * Test a simple value-returning (but otherwise no-op) method call. 63 * Test a simple value-returning (but otherwise no-op) method call. 70 * Test a simple value-returning (but otherwise no-op) method call. 77 * Test a simple value-returning (but otherwise no-op) method call. 84 * Test a simple value-returning (but otherwise no-op) method call. 91 * Test a simple value-returning (but otherwise no-op) method call. 98 * Test a simple value-returning (but otherwise no-op) method call [all...] |
/external/slf4j/slf4j-simple/src/main/resources/META-INF/ |
MANIFEST.MF | 1 Implementation-Title: slf4j-simple 3 Bundle-SymbolicName: slf4j.simple 4 Bundle-Name: slf4j-simple
|
/prebuilts/go/darwin-x86/test/ken/ |
mfunc.go | 7 // Test simple multi-argument multi-valued function. 15 x,y = simple(10,20,30); 20 simple(ia,ib,ic int) (oa,ob int) {
|
/prebuilts/go/linux-x86/test/ken/ |
mfunc.go | 7 // Test simple multi-argument multi-valued function. 15 x,y = simple(10,20,30); 20 simple(ia,ib,ic int) (oa,ob int) {
|
/art/test/094-pattern/ |
info.txt | 1 A simple test to exercise pattern matching.
|