Searched refs:assignments (Results 1 - 22 of 22) sorted by relevance

/external/junit/src/main/java/org/junit/experimental/theories/internal/
H A DEnumSupplier.java22 List<PotentialAssignment> assignments = new ArrayList<PotentialAssignment>();
24 assignments.add(PotentialAssignment.forValue(value.toString(), value));
27 return assignments;
H A DAssignments.java18 * A potentially incomplete list of value assignments for a method's formal
78 List<PotentialAssignment> assignments = getSupplier(unassigned).getValueSources(unassigned);
80 if (assignments.size() == 0) {
81 assignments = generateAssignmentsFromTypeAlone(unassigned);
84 return assignments;
/external/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp27 * Eliminates local dead assignments from the code.
29 * This operates on basic blocks, tracking assignments and finding if
33 * for assignments to variables that are never read.
69 kill_for_derefs_visitor(exec_list *assignments) argument
71 this->assignments = assignments;
76 foreach_in_list_safe(assignment_entry, entry, this->assignments) {
126 foreach_in_list_safe(assignment_entry, entry, this->assignments) {
138 exec_list *assignments; member in class:__anon14655::kill_for_derefs_visitor
170 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) argument
302 exec_list assignments; local
[all...]
/external/v8/src/compiler/
H A Dbytecode-analysis.h53 BytecodeLoopAssignments& assignments() { return assignments_; } function in struct:v8::internal::compiler::LoopInfo
54 const BytecodeLoopAssignments& assignments() const { return assignments_; } function in struct:v8::internal::compiler::LoopInfo
68 // assignments and liveness, under the assumption that there is an OSR bailout
H A Dbytecode-analysis.cc214 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments& assignments, argument
222 assignments.Add(accessor.GetRegisterOperand(i));
226 assignments.AddPair(accessor.GetRegisterOperand(i));
230 assignments.AddTriple(accessor.GetRegisterOperand(i));
276 loop_stack_.top().loop_info->assignments().AddAll();
291 UpdateAssignments(bytecode, current_loop_info->assignments(), iterator);
296 // Propagate inner loop assignments to outer loop.
297 loop_stack_.top().loop_info->assignments().Union(
298 current_loop_info->assignments());
H A Dbytecode-graph-builder.cc77 void PrepareForLoop(const BytecodeLoopAssignments& assignments);
79 const BytecodeLoopAssignments& assignments);
274 const BytecodeLoopAssignments& assignments) {
285 if (assignments.ContainsParameter(i)) {
290 if (assignments.ContainsLocal(i)) {
296 if (assignments.ContainsAccumulator()) {
365 Node* loop, const BytecodeLoopAssignments& assignments) {
385 if (assignments.ContainsParameter(i)) {
392 if (assignments.ContainsLocal(i)) {
399 if (assignments
273 PrepareForLoop( const BytecodeLoopAssignments& assignments) argument
364 PrepareForLoopExit( Node* loop, const BytecodeLoopAssignments& assignments) argument
[all...]
/external/libmojo/third_party/jinja2/
H A Dext.py419 assignments = []
422 if assignments:
427 assignments.append(nodes.Assign(target, expr, lineno=lineno))
428 node.body = assignments + \
/external/r8/src/main/java/com/android/tools/r8/dex/
H A DVirtualFile.java423 private void writeAssignments(Map<String, Integer> assignments, Writer output) argument
425 for (Entry<String, Integer> entry : assignments.entrySet()) {
/external/v8/src/parsing/
H A Dparser.cc935 // Rewrite destructuring assignments in the parameters. (The ones
2357 // Make the comma-separated list of temp_x = x assignments.
2900 // Just rewrite destructuring assignments wrapped in RewritableExpressions.
3950 const auto& assignments = local
3952 for (int i = assignments.length() - 1; i >= 0; --i) {
3955 const DestructuringAssignment& pair = assignments.at(i);
5053 // assignments to completion (see InitializeForOfStatement).
/external/bison/
H A Dmaint.mk1538 # put the assignments in this variable.
/external/bison/build-aux/
H A Dtexinfo.tex4973 % Start a new paragraph if necessary, so our assignments below can't
5110 % of assignments once per index is clearly meaningless for the
10057 @c Do this last of all since we use ` in the previous @catcode assignments.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex4974 % Start a new paragraph if necessary, so our assignments below can't
5111 % of assignments once per index is clearly meaningless for the
10062 @c Do this last of all since we use ` in the previous @catcode assignments.
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex4974 % Start a new paragraph if necessary, so our assignments below can't
5111 % of assignments once per index is clearly meaningless for the
10062 @c Do this last of all since we use ` in the previous @catcode assignments.
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 547 milliseconds