HomeSort by relevance Sort by last modified time
    Searched full:assignments (Results 1 - 25 of 610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/experimental/theories/internal/
Assignments.java 18 * A potentially incomplete list of value assignments for a method's formal
21 public class Assignments {
28 private Assignments(List<PotentialAssignment> assigned,
39 public static Assignments allUnassigned(Method testMethod,
45 return new Assignments(new ArrayList<PotentialAssignment>(),
57 public Assignments assignNext(PotentialAssignment source) {
62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned
  /external/junit/src/org/junit/experimental/theories/
Theories.java 14 import org.junit.experimental.theories.internal.Assignments;
89 runWithAssignment(Assignments.allUnassigned(
98 protected void runWithAssignment(Assignments parameterAssignment)
107 protected void runWithIncompleteAssignment(Assignments incomplete)
116 protected void runWithCompleteAssignment(final Assignments complete)
160 final FrameworkMethod method, final Assignments complete, final Object freshInstance) {
  /external/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
143 // Tests for compound assignments in a loop at the top level
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables
    [all...]
  /external/bison/examples/calc++/
calc++-parser.yy 50 unit: assignments exp { driver.result = $2; };
52 assignments:
54 | assignments assignment {};
  /external/iproute2/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/kernel-headers/original/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-assignment-expected.txt 1 This tests that indexed assignments to items of a NodeList do not override original values. See http://code.google.com/p/chromium/issues/detail?id=27967
nodelist-item-assignment.html 14 'This tests that indexed assignments to items of a NodeList do not override original values. ' +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/v8/test/mjsunit/
this-property-assignment.js 28 // Tests the handling of multiple assignments to the same property in a
29 // constructor that only has simple this property assignments.
invalid-lhs.js 31 // Normal assignments:
57 // Assignments to 'this'.
  /external/chromium/net/base/
dns_util.h 33 // http://www.iana.org/assignments/dns-parameters
47 // http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
ssl_cipher_suite_names.h 17 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml
  /development/ndk/platforms/android-18/samples/gles3jni/
README 27 assignments.
  /external/clang/test/CodeGenObjC/
2010-03-17-StructRef.m 33 // We're expecting these three bitfield assignments will generate i8 stores.
objc-assign-ivar.m 16 // assignments to any/all of these fields should generate objc_assign_ivar
objc2-write-barrier.m 31 // assignments to any/all of these fields should generate objc_assign_ivar
43 // assignments to these should generate objc_assign_global
  /external/iptables/extensions/
dscp_helper.c 5 * <http://www.iana.org/assignments/dscp-registry>
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
localintermediate.h 55 void operator=(TIntermediate&); // prevent assignments
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 63 String assignments = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES); local
64 if (assignments != null && assignments.length() > 0) {
65 for (String assignment : assignments.split(",")) { //$NON-NLS-1$
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 117 * may not occur. Since result assignments only occur in the non-exceptional
118 * case, the result assignments for throwing instructions can be said to occur
120 * the current block. The Rop form represents the result assignments this way.
122 * assignments are represented by {@link
160 * parameter assignments to align with the dex bytecode calling conventions.
161 * With parameter assignments so arranged, the
  /external/webkit/Source/WebCore/platform/text/mac/
character-sets.txt 40 maintained by IANA at http://www/iana.org/assignments/ianacharset-mib.
1203 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00858) [Mahdi]
1210 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00924) [Mahdi]
1217 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01140) [Mahdi]
1224 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01141) [Mahdi]
1231 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01142) [Mahdi]
    [all...]
  /dalvik/vm/compiler/template/armv5te/
header.S 54 The following registers have fixed assignments:
60 The following registers have fixed assignments in mterp but are scratch

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 91011>>