/external/markdown/MarkdownTest/Tests_2004/ |
Blockquotes with code blocks.text | 4 > print "working"; 10 > return "working";
|
Blockquotes with code blocks.html | 5 print "working"; 12 return "working";
|
Blockquotes with code blocks.text-out | 13 print "working"; 20 return "working";
|
Blockquotes with code blocks.text-res | 13 print "working"; 20 return "working";
|
/external/markdown/MarkdownTest/Tests_2007/ |
Blockquotes with code blocks.text | 4 > print "working"; 10 > return "working";
|
Blockquotes with code blocks.html | 5 print "working"; 12 return "working";
|
/external/markdown/tests/markdown-test/ |
blockquotes-with-code-blocks.txt | 4 > print "working"; 10 > return "working";
|
blockquotes-with-code-blocks.html | 4 print "working"; 9 return "working";
|
/dalvik/tests/072-precise-gc/ |
info.txt | 1 Try to detect whether precise GC is working.
|
/external/clang/test/PCH/ |
working-directory.h | 1 #include <Inputs/working-directory-1.h>
|
working-directory.cpp | 2 // RUN: %clang_cc1 -working-directory %S -I. -include working-directory.h %s -Wunused 5 // RUN: %clang_cc1 -working-directory %S -x c++-header -emit-pch -o %t.pch -I. working-directory.h
|
/external/clang/test/Misc/ |
working-directory.c | 1 // RUN: %clang_cc1 -working-directory %S working-directory.c -IInputs -fsyntax-only 3 #include "working-directory.h"
|
/dalvik/dx/tests/001-nop/ |
info.txt | 2 test harness is working.
|
/dalvik/tests/001-nop/ |
info.txt | 2 test harness is working.
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_setpid.3 | 3 capng_setpid \- set working pid 11 capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
manifest.json | 3 "description": "Utility for working with the extension tabs api",
|
/external/valgrind/main/cachegrind/tests/ |
chdir.c | 3 // Before the bug was fixed, if a program changed working directory, things
|
/external/valgrind/main/none/tests/ |
system.c | 3 // This wasn't working at one point, because glibc used a variant of clone()
|
/external/clang/test/Driver/ |
working-directory.c | 1 // RUN: %clang -ccc-print-options -working-directory "C:\Test" input 2>&1 | FileCheck %s 3 // CHECK: Option 1 - Name: "-working-directory", Values: {"C:\Test"}
|
/external/qemu/ |
json-parser.c | 47 * about a token identified by the lexer. These are routines that make working with 273 QList *working = qlist_copy(*tokens); local 275 peek = qlist_peek(working); 276 key = parse_value(ctxt, &working, ap); 282 token = qlist_pop(working); 288 value = parse_value(ctxt, &working, ap); 299 *tokens = working; 306 QDECREF(working); 315 QList *working = qlist_copy(*tokens); local 317 token = qlist_pop(working); 371 QList *working = qlist_copy(*tokens); local 438 QList *working = qlist_copy(*tokens); local 471 QList *working = qlist_copy(*tokens); local 514 QList *working = qlist_copy(*tokens); local 569 QList *working = qlist_copy(tokens); local [all...] |
/external/iptables/extensions/ |
filter_init | 2 # This is for working around Android.mk's incapability to handle $* in CFLAGS,
|
/external/chromium/chrome/browser/autofill/ |
phone_number.cc | 143 // Make a working copy of value. 144 string16 working = value; local 151 StripPunctuation(&working); 153 if (working.size() < kPhoneNumberLength) 157 *number = working.substr(working.size() - kPhoneNumberLength, 159 working.resize(working.size() - kPhoneNumberLength); 160 if (working.size() < kPhoneCityCodeLength) 164 *city_code = working.substr(working.size() - kPhoneCityCodeLength [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
default.build | 28 <mkdir dir="${build.working.dir}/tests" /> 33 <copy todir="${build.working.dir}" overwrite="true"> 40 <copy todir="${build.working.dir}" overwrite="true"> 73 report-output-directory="${build.working.dir}" 77 <include name="${build.working.dir}/${test.assembly.name}" /> 88 output="${build.working.dir}/${assembly.name}" 89 doc="${build.working.dir}/${name}.xml"> 104 <!-- <include name="${build.working.dir}/antlr.runtime.dll" /> --> 114 output="${build.working.dir}/${test.assembly.name}"> 124 <include name="${build.working.dir}/${assembly.name}" / [all...] |
/external/emma/pregenerated/ |
ANDROID-CHANGES.txt | 6 This is a hack, but it's convenient to keep Emma's own build system working
|
/external/libvpx/ |
usage_cx.dox | 6 of time in microseconds the encoder should spend working on the frame. For
|