/external/clang/test/CodeGen/ |
attr-x86-interrupt.c | 18 // X86_64_LINUX: "disable-tail-calls"="true" 19 // X86_64_LINUX-NOT: "disable-tail-calls"="false" 23 // X86_LINUX: "disable-tail-calls"="true" 24 // X86_LINUX-NOT: "disable-tail-calls"="false" 28 // X86_64_Win: "disable-tail-calls"="true" 29 // X86_64_Win-NOT: "disable-tail-calls"="false" 33 // X86_Win: "disable-tail-calls"="true" 34 // X86_Win-NOT: "disable-tail-calls"="false"
|
/external/clang/test/CoverageMapping/ |
macroparams2.c | 3 #define MACRO(REFS, CALLS) (4 * (CALLS) < (REFS))
|
/external/clang/unittests/AST/ |
ExternalASTSourceTest.cpp | 68 TestSource(unsigned &Calls) : Calls(Calls) {} 73 ++Calls; 77 unsigned &Calls; 80 unsigned Calls = 0; 81 ASSERT_TRUE(testExternalASTSource(new TestSource(Calls), "int j, k = j;")); 82 EXPECT_EQ(1u, Calls);
|
/external/eigen/doc/examples/ |
class_Block.cpp | 23 cout << topLeftCorner(4*m, 2, 3) << endl; // calls the const version 24 topLeftCorner(m, 2, 3) *= 5; // calls the non-const version
|
class_VectorBlock.cpp | 23 cout << segmentFromRange(2*v, 2, 4) << endl; // calls the const version 24 segmentFromRange(v, 1, 3) *= 5; // calls the non-const version
|
/external/libmojo/base/android/java/src/org/chromium/base/annotations/ |
RemovableInRelease.java | 13 * Calls to this function will be removed if its return value is not used. If all calls are removed,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
assertions.xml | 13 - The thread exits (calls pthread_exit()) 15 - the thread calls pthread_cleanup_pop() with a non-zero execution argument
|
/external/mockito/src/main/java/org/mockito/exceptions/base/ |
MockitoSerializationIssue.java | 16 * The stack trace is filtered from mockito calls if you are using {@link #getStackTrace()}. 18 * However note that other calls related to the stackTrace will refer to the filter stacktrace.
|
/external/python/cpython2/Lib/test/ |
test_idle.py | 10 # Without test_main present, regrtest.runtest_inner (line1219) calls 11 # unittest.TestLoader().loadTestsFromModule(this_module) which calls
|
/external/selinux/libsemanage/man/man3/ |
semanage_count.3 | 26 is used to track persistent state across semanage calls, and for error reporting. The number of objects will be stored at the location poined by 37 Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit.
|
/external/skia/include/svg/ |
SkSVGCanvas.h | 18 * Returns a new canvas that will generate SVG commands from its draw calls, and send 22 * The canvas may buffer some drawing calls, so the output is not guaranteed to be valid
|
/external/skia/site/user/special/ |
angle.md | 7 ANGLE converts OpenGL ES 2 or 3 calls to DirectX 9, 11, or OpenGL calls. These
|
/external/slf4j/log4j-over-slf4j/compatibility/ |
readme.txt | 2 This directory is used to test the module against various log4j calls. 3 Two test cases simulate the typical calls that one can find in an application
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/ |
mul64.ll | 1 ; Ensure that multiplication is lowered to function calls when the 64-bit 2 ; multiplier unit is not available in the hardware and that function calls
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
ObserverNodeTest.java | 68 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local 71 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); 72 assertEquals(nums[i], calls.size()); 73 calls.clear(); 98 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local 101 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); 102 assertEquals(nums[i], calls.size()); 103 calls.clear();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
CallLogPullRequest.java | 66 type = CallLog.Calls.INCOMING_TYPE; 68 type = CallLog.Calls.OUTGOING_TYPE; 70 type = CallLog.Calls.MISSED_TYPE; 80 values.put(CallLog.Calls.TYPE, type); 84 values.put(CallLog.Calls.NUMBER, ""); 86 values.put(CallLog.Calls.NUMBER, phones.get(0).getNumber()); 95 values.put(CallLog.Calls.DATE, parser.parse(pair.second).getTime()); 106 ops.add(ContentProviderOperation.newInsert(CallLog.Calls.CONTENT_URI)
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/res/values/ |
strings.xml | 4 <!-- Description for location map shown during emergency calls. [CHAR LIMIT=NONE] --> 7 <!-- Label for the address and map shown during emergency calls. [CHAR LIMIT=20] -->
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
architecture.dot | 46 Reader -> Handler [label="calls"] 47 Value -> Handler [label="calls"]
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
stack.go | 19 // Stack returns a formatted stack trace of the goroutine that calls it. 20 // It calls runtime.Stack with a large enough buffer to capture the entire trace.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug441.go | 7 // Was discarding function calls made for arguments named _ 22 println("BUG: missing", want-did, "calls")
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
stack.go | 19 // Stack returns a formatted stack trace of the goroutine that calls it. 20 // It calls runtime.Stack with a large enough buffer to capture the entire trace.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug441.go | 7 // Was discarding function calls made for arguments named _ 22 println("BUG: missing", want-did, "calls")
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
farcall-mixed-lib1.s | 1 @ Create a large shared library so that calls through PLT to an undef 3 @ Check also calls to an undef weak symbol.
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
res_config.h | 5 #undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
/external/autotest/client/site_tests/buffet_BasicDBusAPI/ |
control | 12 Check that basic DBus API calls to the buffet daemon return expected responses.
|