/external/llvm/test/Bindings/Ocaml/ |
analysis.ml | 43 | None -> bomb "invalid module passed verification!" 46 if verify_function fn then bomb "invalid function passed verification!";
|
/external/chromium_org/third_party/angle_dx11/src/libEGL/ |
Config.cpp | 246 vector<const Config*> passed; 247 passed.reserve(mSet.size()); 304 passed.push_back(&*config); 310 sort(passed.begin(), passed.end(), SortConfig(attribList)); 313 for (index = 0; index < configSize && index < static_cast<EGLint>(passed.size()); index++) 315 configs[index] = passed[index]->getHandle(); 322 *numConfig = passed.size();
|
/external/chromium_org/third_party/icu/ |
icudata.host.darwin-arm.mk | 29 # Flags passed to both C and C++ files. 80 # Flags passed to only C++ (and not C) files. 88 # Flags passed to both C and C++ files. 139 # Flags passed to only C++ (and not C) files.
|
icudata.host.darwin-mips.mk | 29 # Flags passed to both C and C++ files. 81 # Flags passed to only C++ (and not C) files. 89 # Flags passed to both C and C++ files. 141 # Flags passed to only C++ (and not C) files.
|
icudata.host.darwin-x86.mk | 29 # Flags passed to both C and C++ files. 80 # Flags passed to only C++ (and not C) files. 88 # Flags passed to both C and C++ files. 141 # Flags passed to only C++ (and not C) files.
|
icudata.host.linux-arm.mk | 29 # Flags passed to both C and C++ files. 80 # Flags passed to only C++ (and not C) files. 88 # Flags passed to both C and C++ files. 139 # Flags passed to only C++ (and not C) files.
|
icudata.host.linux-mips.mk | 29 # Flags passed to both C and C++ files. 81 # Flags passed to only C++ (and not C) files. 89 # Flags passed to both C and C++ files. 141 # Flags passed to only C++ (and not C) files.
|
/external/chromium_org/third_party/jinja2/_markupsafe/ |
__init__.py | 27 it escapes arguments passed and always returns `Markup`. 33 different things: When passed an unicode object it's assumed to be safe, 34 when passed an object with an HTML representation (has an `__html__` 35 method) that representation is used, otherwise the object passed is 47 If you want object passed being always treated as unsafe you can use the 54 arguments are passed through the :func:`escape` function:
|
/external/chromium_org/third_party/yasm/ |
config_sources.host.darwin-x86.mk | 29 # Flags passed to both C and C++ files. 74 # Flags passed to only C++ (and not C) files. 82 # Flags passed to both C and C++ files. 129 # Flags passed to only C++ (and not C) files.
|
config_sources.host.linux-x86.mk | 29 # Flags passed to both C and C++ files. 74 # Flags passed to only C++ (and not C) files. 82 # Flags passed to both C and C++ files. 129 # Flags passed to only C++ (and not C) files.
|
/external/eigen/blas/testing/ |
runblastest.sh | 44 echo -e $green Test $1 passed$black
|
/external/chromium_org/tools/ |
bisect_utils.py | 257 passed = False 273 passed = True 279 return passed 298 passed = False 302 passed = True 305 return passed
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
verifier.cc | 56 ? *code.passed() 65 ? *code.passed() 73 ? *code.passed() 117 *code.passed(), err)) { 139 // verify that it is a fatal error if a 64bit value is ever passed 152 // know that the equality test already passed, as unlike the kernel 171 // even though this is a test that normally should take "passed()". 172 const ErrorCode& passed = local 183 ? *code.failed() : *code.passed(); 189 ? *code.passed() : *code.failed() [all...] |
errorcode.cc | 36 const ErrorCode *passed, const ErrorCode *failed) 42 passed_(passed),
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/ |
main.py | 147 passed = True 150 passed = False 164 passed = False 172 passed = False 175 return passed
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 171 self.passed = Stat () 177 if test.passed: 178 self.passed.add (test) 183 return float (self.passed.count) / self.total.count 186 return (float (self.passed.count) / self.total.count) * \ 209 passed = 0 214 passed += 1 217 total = passed + failed 218 print "%d out of %d tests passed. %d failed (%g%%)" % (passed, total, failed, 100. * failed / total [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
PassFailButtons.java | 298 boolean passed; 301 passed = true; 304 passed = false; 309 setTestResultAndFinish(activity, testId, testDetails, passed); 314 String testDetails, boolean passed) { 315 if (passed) {
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
Android.mk | 59 # Flags passed to both C and C++ files. 104 # Flags passed to both C and C++ files. 142 # Flags passed to both C and C++ files.
|
/cts/suite/audio_quality/lib/src/ |
Report.cpp | 91 std::list<StringPair>::const_iterator end, bool passed) 95 if (passed) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
background.js | 5 // Called when a message is passed. We assume that the content script
|
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
style.js | 10 * Creates a style sheet in the document containing the passed rules.
|
/external/chromium_org/sandbox/ |
sandbox_services_headers.target.darwin-arm.mk | 28 # Flags passed to both C and C++ files. 98 # Flags passed to only C++ (and not C) files. 110 # Flags passed to both C and C++ files. 181 # Flags passed to only C++ (and not C) files.
|
sandbox_services_headers.target.darwin-x86.mk | 28 # Flags passed to both C and C++ files. 100 # Flags passed to only C++ (and not C) files. 111 # Flags passed to both C and C++ files. 186 # Flags passed to only C++ (and not C) files.
|
sandbox_services_headers.target.linux-arm.mk | 28 # Flags passed to both C and C++ files. 98 # Flags passed to only C++ (and not C) files. 110 # Flags passed to both C and C++ files. 181 # Flags passed to only C++ (and not C) files.
|
sandbox_services_headers.target.linux-x86.mk | 28 # Flags passed to both C and C++ files. 100 # Flags passed to only C++ (and not C) files. 111 # Flags passed to both C and C++ files. 186 # Flags passed to only C++ (and not C) files.
|