HomeSort by relevance Sort by last modified time
    Searched full:assignments (Results 26 - 50 of 793) sorted by null

12 3 4 5 6 7 8 91011>>

  /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$
  /external/libxml2/os400/iconv/bldcsndfa/
character-sets.xhtml 2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:iana="http://www.iana.org/assignments">
60 maintained by IANA at [<a href="http://www.iana.org/assignments/ianacharset-mib">IANA registry <i>ianacharset-mib</i></a>].
    [all...]
  /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/mesa3d/src/glsl/
lower_clip_distance.cpp 207 * or RHS with a sequence of assignments, one for each component of the array.
208 * Each of these assignments is lowered to refer to gl_ClipDistanceMESA as
221 * anymore, so unroll it to element-by-element assignments and lower
224 * Note: to unroll into element-by-element assignments, we need to make
270 * followed by assignments that copy the contents of the temporary variable to
271 * and/or from gl_ClipDistance. Each of these assignments is then lowered to
ir_variable_refcount.h 44 /** Number of times the variable is referenced, including assignments. */
lower_if_to_cond_assign.cpp 27 * This attempts to flatten if-statements to conditional assignments for
192 * condition for all assignments.
218 * as a condition for all assignments.
lower_vector.cpp 150 /* Generate upto four assignments to that variable. Try to group component
151 * assignments together:
195 /* FINISHME: This should try to coalesce assignments.
ir_expression_flattening.cpp 28 * assignments of the leaves to temporaries, according to a predicate.
  /external/clang/test/CodeGenObjC/
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
objc2-assign-global.m 14 // assignments to these should generate objc_assign_global
  /external/libxml2/os400/iconv/
README.iconv 20 http://www.iana.org/assignments/character-sets/character-sets.xhtml
33 - http://www.iana.org/assignments/character-sets/character-sets.xhtml provides
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 81 // Assignments - Color to intervals mapping.
82 SmallVector<SmallVector<LiveInterval*,4>, 16> Assignments;
185 Assignments.resize(LastFI);
221 const SmallVectorImpl<LiveInterval *> &OtherLIs = Assignments[Color];
258 Assignments[Color].push_back(li);
465 for (unsigned i = 0, e = Assignments.size(); i != e; ++i)
466 Assignments[i].clear();
467 Assignments.clear();
  /external/v8/test/mjsunit/
invalid-lhs.js 31 // Normal assignments:
64 // Assignments to 'this'.
  /external/conscrypt/src/test/java/org/conscrypt/
SSLParametersImplTest.java 26 // See http://www.ietf.org/assignments/tls-parameters/tls-parameters.xml
  /external/v8/src/
lithium-codegen.h 52 // used. Redundant assignments keep things alive longer than necessary, and
  /external/v8/test/mjsunit/regress/
regress-1563.js 33 // assignments.
  /external/v8/test/webkit/fast/js/kde/
assignments.js 30 // compound assignments
  /external/v8/test/webkit/
rehash-assign-expected.txt 24 Tests that assignments to global variables behave properly when the property table is rehashed.
resize-array-assign-expected.txt 24 Tests that assignments into arrays behave properly after the array is resized.
resize-array-assign.js 24 description("Tests that assignments into arrays behave properly after the array is resized.")
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
GraphReader.java 39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException;
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 83 script.assignments().push_back(
125 script.assignments().push_back(
161 script.assignments().push_back(
  /external/iptables/include/linux/netfilter/
xt_osf.h 60 * http://www.iana.org/assignments/tcp-parameters
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 13 // http://www.iana.org/assignments/dns-parameters
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_osf.h 59 * http://www.iana.org/assignments/tcp-parameters

Completed in 3416 milliseconds

12 3 4 5 6 7 8 91011>>