Searched refs:with (Results 1 – 25 of 259) sorted by relevance
1234567891011
5 Getting trampoline for JNI_OnLoad with shorty (null).20 Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.22 Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.24 Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.26 Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.28 Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.30 Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.38 Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.48 Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.51 Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC.[all …]
20 Annotations by type, defined by class SingleUser with annotation Calendar: @Calendar(dayOfMonth=uns…21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty>22 Annotations by type, defined by class User with annotation Calendar: @Calendar(dayOfMonth=last, day…23 Annotations by type, defined by class User with annotation Calendars: @Calendars(value=[@Calendar(d…24 Annotations by type, defined by class User2 with annotation Calendar: @Calendar(dayOfMonth=z, dayOf…25 Annotations by type, defined by class User2 with annotation Calendars: @Calendars(value=[@Calendar(…26 Annotations by type, defined by class UserComplex with annotation Calendar: @Calendar(dayOfMonth=af…27 Annotations by type, defined by class UserComplex with annotation Calendars: @Calendars(value=[@Cal…28 Annotations by type, defined by class UserSub with annotation Calendar: @Calendar(dayOfMonth=last, …29 Annotations by type, defined by class UserSub with annotation Calendars: @Calendars(value=[@Calenda…[all …]
39 assertEquals("/object?answer=42&foo=sludge", query.with("foo", "sludge").toString()); in simple()40 assertEquals("/object?answer=43&foo=bar", query.with("answer", "43").toString()); in simple()41 assertEquals("/object?answer=43&foo=bar", query.with("answer", 43).toString()); in simple()42 assertEquals("/object?answer=42&bar=finally&foo=bar", query.with("bar", "finally").toString()); in simple()53 assertEquals("/object?answer=42&foo=tar", query.with("foo", "tar").toString()); in multiValue()54 assertEquals("/object?answer=43&foo=sludge", query.with("answer", "43").toString()); in multiValue()56 query.with("bar", "finally").toString()); in multiValue()66 assertEquals("/object?foo=sludge", query.with("foo", "sludge").toString()); in empty()67 assertEquals("/object?answer=43", query.with("answer", "43").toString()); in empty()
2 In static method with 2 args 1 23 In static method with 5 args 1 2 3 4 54 In static method with 7 args 1 2 3 4 5 6 78 In static method with object arg class java.lang.Object
1 Smali-based tests for verification interaction with experimental interface4 build-src contains java files that are needed if you are to compile with javac7 To run with --jvm you must export JAVA_HOME to a Java 8 Language installation
14 Test tracing with empty filename16 Test tracing with bogus (< 1024 && != 0) filesize18 Test sampling with bogus (<= 0) interval
90 menu.appendLink(mQuery.with(mId, 0), DocString.text("show none")); in render()92 menu.appendLink(mQuery.with(mId, less), DocString.text("show less")); in render()99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more")); in render()101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all")); in render()
86 public URI with(String name, String value) { in with() method in Query108 public URI with(String name, long value) { in with() method in Query109 return with(name, String.valueOf(value)); in with()
4 # you may not use this file except in compliance with the License.39 # Test simplification of a dead catch block with some code but no control-flow61 # Test simplification of a dead catch block with normal-predecessors but62 # starting with a move-exception. Verifier does not check trivially dead code81 # Test simplification of a live catch block with dead normal-predecessors and82 # starting with a move-exception. Verifier does not check trivially dead code
1 # Test that the verifier does not stash methods incorrectly because they are being invoked with21 # Call ourself with invoke-virtual.28 # Call C with invoke-virtual.
4 # you may not use this file except in compliance with the License.18 # used to throw with argument of non-reference type.
3 This tests invoke-super with default methods.5 To run with --jvm you must export JAVA_HOME to a java-8 installation and pass
2 with an if-cc or switch, i.e. there's a fall-through out of method code.3 Also tests a packed-switch with negative offset to its data.
20 * Have a menu at the top of an object view with links to the sections?24 * For HeapTable with single heap shown, the heap name isn't centered?26 * Show version number with --version.41 question. Maybe: augment each byte count field on every page with the diff48 * Visit /objects with an invalid site, verify it doesn't throw an exception.68 * I see objects with duplicate references.81 Annotate char[] objects with their string values.88 Annotate references with their referents.95 Sort objects in 'objects/' with default sort.
8 This is done by differential testing - each test file is executed with each mode of16 In typical operation, you provide DexFuzz with a set of DEX files that are the "seeds"30 1. Build dexfuzz with mmma tools/dexfuzz from within art/.32 having DEX files pushed to it and executed with the dalvikvm command.106 output. NB: if all backends crashed with the same output, this would109 resulting output. Divergent programs are run multiple times with a112 (ARM/ARM64), and the divergences align with different architectures,116 test program. This allows you to recreate a bad program with, e.g.:122 NOTE: DEX files with unicode strings are not fully supported yet, and DEX files with130 these values into a file called likelihoods.txt, and run dexfuzz with
4 # you may not use this file except in compliance with the License.29 # v2 will be a phi with (int, int) as input33 # v3 will be a phi with (int, int) as input.36 # for v3 with float type, which in turn will lead to creating
5 # Test we can execute a method starting with a catch handler (without6 # move-exception instruction). This method must be called with parameter9 # We execute the catch handler (Label1) for the first time with p0 == 0.
5 Tests are written in Java or Smali, turned into DEX and compiled with the7 source file. They begin with prefix "/// CHECK" or "## CHECK", respectively,11 passes. Each group of check lines therefore must start with a 'CHECK-START'14 be listed with the '--list-passes' command-line flag).45 with '<<name:regex>>' and can be referenced with '<<name>>'. Variables are58 constant folding returns an integer constant with value either 11 or 22.73 arm64 only with:
1 Exercise a method containing a `try' statement with several2 instructions with a `finally' clause but without any `catch' block,11 still emit a block with the exception catching and rethrowing15 clause but with no `catch' block: in that case, the generated Dex code
4 We need to build a dex file with duplicate methods. We cannot do that5 with Jack (this is invalid) or smali (it does not keep duplicate
4 # you may not use this file except in compliance with the License.31 # LSE will replace this sget with the type conversion above...34 # ... and generate an If with a byte-typed condition.
4 # you may not use this file except in compliance with the License.22 # The bug is triggered when inlining a method with few Load/StoreLocals but23 # many constants. The switch instruction helps with that.
7 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.24 description: "Differences between vogar and cts. Passes with --mode activity",30 description: "Differences between vogar and cts. EACCESS when run with vogar.31 Passes on host, passes with cts. Passes with vogar with su32 (--invoke-with \"su root\"). Does not pass after setting chmod39 description: "Issue with incorrect device time (1970)",48 description: "Issue with incorrect device time (1970). Test assumes that DateTime.now()135 description: "Flake when running with libartd.so or interpreter",288 description: "Only work with --mode=activity",
1 Tests the invoke-super opcode with multidex.
1 Test that unwinding with CFI info works.