/prebuilts/go/darwin-x86/src/runtime/ |
funcdata.h | 3 // license that can be found in the LICENSE file. 21 // that communicate to the runtime information about the location and liveness 23 // This communication is only required in assembly functions that make calls 24 // to other functions that might be preempted or grow the stack. 25 // NOSPLIT functions that make no calls do not need to use these macros. 27 // GO_ARGS indicates that the Go prototype for this assembly function 29 // GO_ARGS should be the first instruction in a function that uses it. 32 // that also has a Go prototype and therefore is usually not necessary 36 // GO_RESULTS_INITIALIZED indicates that the assembly function 37 // has initialized the stack space for its results and that those result [all...] |
/prebuilts/go/linux-x86/pkg/include/ |
funcdata.h | 3 // license that can be found in the LICENSE file. 21 // that communicate to the runtime information about the location and liveness 23 // This communication is only required in assembly functions that make calls 24 // to other functions that might be preempted or grow the stack. 25 // NOSPLIT functions that make no calls do not need to use these macros. 27 // GO_ARGS indicates that the Go prototype for this assembly function 29 // GO_ARGS should be the first instruction in a function that uses it. 32 // that also has a Go prototype and therefore is usually not necessary 36 // GO_RESULTS_INITIALIZED indicates that the assembly function 37 // has initialized the stack space for its results and that those result [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
funcdata.h | 3 // license that can be found in the LICENSE file. 21 // that communicate to the runtime information about the location and liveness 23 // This communication is only required in assembly functions that make calls 24 // to other functions that might be preempted or grow the stack. 25 // NOSPLIT functions that make no calls do not need to use these macros. 27 // GO_ARGS indicates that the Go prototype for this assembly function 29 // GO_ARGS should be the first instruction in a function that uses it. 32 // that also has a Go prototype and therefore is usually not necessary 36 // GO_RESULTS_INITIALIZED indicates that the assembly function 37 // has initialized the stack space for its results and that those result [all...] |
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
types.cpp | 76 bool Type::HasSameDecorations(const Type* that) const { 77 return CompareTwoVectors(decorations_, that->decorations_); 80 bool Integer::IsSame(Type* that) const { 81 const Integer* it = that->AsInteger(); 83 HasSameDecorations(that); 92 bool Float::IsSame(Type* that) const { 93 const Float* ft = that->AsFloat(); 94 return ft && width_ == ft->width_ && HasSameDecorations(that); 108 bool Vector::IsSame(Type* that) const { 109 const Vector* vt = that->AsVector() [all...] |
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
weak_undef_file2.cc | 13 // This program is distributed in the hope that it will be useful, 23 // We test that we correctly deal with weak undefined symbols. 24 // We need to make sure that the symbol is resolved to zero 25 // by the linker and that no dynamic relocation is generated. 27 // This source is used to build a shared library that defines 29 // The main program will be linked with a library that does not 30 // provide this definition, so that the symbol remains undefined. 32 // this alternate shared library that does define the symbol, 33 // so that we can detect whether the symbol was left for runtime 54 // Test that a weak reference from a shared library to a symbo [all...] |
/art/runtime/interpreter/mterp/mips/ |
funop.S | 3 * line that specifies an instruction that performs "fv0 = op fa0".
|
funopWider.S | 3 * line that specifies an instruction that performs "fv0 = op fa0".
|
/art/runtime/interpreter/mterp/x86/ |
unop.S | 3 * Generic 32-bit unary operation. Provide an "instr" line that 4 * specifies an instruction that performs "result = op eax".
|
/art/test/021-string2/src/junit/framework/ |
Assert.java | 15 * Asserts that a condition is true. If it isn't it throws 23 * Asserts that a condition is true. If it isn't it throws 30 * Asserts that a condition is false. If it isn't it throws 37 * Asserts that a condition is false. If it isn't it throws 59 * Asserts that two objects are equal. If they are not 70 * Asserts that two objects are equal. If they are not 77 * Asserts that two Strings are equal. 88 * Asserts that two Strings are equal. 94 * Asserts that two doubles are equal concerning a delta. If they are not 105 * Asserts that two doubles are equal concerning a delta. If the expecte [all...] |
/art/test/082-inline-execute/src/junit/framework/ |
Assert.java | 15 * Asserts that a condition is true. If it isn't it throws 23 * Asserts that a condition is true. If it isn't it throws 30 * Asserts that a condition is false. If it isn't it throws 37 * Asserts that a condition is false. If it isn't it throws 59 * Asserts that two objects are equal. If they are not 70 * Asserts that two objects are equal. If they are not 77 * Asserts that two Strings are equal. 88 * Asserts that two Strings are equal. 94 * Asserts that two doubles are equal concerning a delta. If they are not 105 * Asserts that two doubles are equal concerning a delta. If the expecte [all...] |
/art/test/097-duplicate-method/ |
info.txt | 1 This is a test to verify that duplicate methods in a dex file are handled 4 We need to build a dex file with duplicate methods. We cannot do that
|
/art/test/1948-obsolete-const-method-handle/ |
info.txt | 1 Tests that obsolete methods work correctly in the presence of const-method-type. 6 that contains the required opcodes.
|
/compatibility/cdd/10_software-compatibility-testing/ |
10_0_intro.md | 5 However, note that no software test package is fully comprehensive. 9 This will minimize the risk of introducing bugs that create incompatibilities
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
README | 5 the setup that they require. 7 If a test requires that the camera be in any particular orientaion, it will
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and 5 The salient bit of parsing tested here is that the class has a series of
|
/dalvik/dx/tests/023-code-exception-table/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/024-code-bytecode/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
info.txt | 2 are overall invalid. That being said, the system should still have no 5 The salient bit of parsing tested here is that each class has a single
|
/dalvik/dx/tests/063-dex-empty-switch/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to see that 2 a couple cases of empty (that is, default-only) switch statements
|
/dalvik/dx/tests/080-dex-exception-tables/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to make sure that 2 exception handler tables get built reasonably (combining entries that
|
/dalvik/dx/tests/081-dex-throws-list/ |
info.txt | 1 This is a smoke test of dex conversion, which checks to make sure that 2 throws lists (that is, list of declared exceptions on methods) get
|
/dalvik/dx/tests/133-source-debug-extension/ |
info.txt | 1 This test checks that SourceDebugExtension information propagates from 6 just checks that the SMAP string appears in the DEX file and assumes
|
/development/samples/AndroidBeamDemo/res/values/ |
strings.xml | 4 <string name="info">Ensure that Android Beam is enabled by turning it on in 6 against another Android device that supports Android Beam to send a
|
/development/samples/training/threadsample/res/values-sw600dp/ |
bools.xml | 2 <!-- The reason this is done is that on ICS tablets (>= sw600) , hiding the navigation has no function, but 3 causes the side effect of eating a tap that would otherwise be delivered to the framework. -->
|