/dalvik/dx/src/com/android/dx/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types. 81 * Sets the element at the given index. The given element must be
|
/development/samples/Alarm/tests/src/com/example/android/newalarm/ |
AlarmServiceTest.java | 44 * Sets up the test fixture. This method is called before each test 51 // Sets up an intent to start the service under test
|
/development/samples/Spinner/ |
AndroidManifest.xml | 37 Sets the application's user-readable label 41 Sets the activity's name and label
|
/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 21 import com.google.common.collect.Sets; 83 moduleNames = Sets.newHashSet();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Frame.java | 85 * Sets new thread id. 104 * Sets new frame id. 123 * Sets new frame location. 142 * Sets new frame variables. 243 * Sets new code index for variable. 261 * Sets new variable name. 280 * Sets new signature and detects value of a type tag. 349 * Sets new variable length.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XSLOutputAttributes.java | 112 * Sets the value coming from the xsl:output cdata-section-elements 115 * This sets the elements whose text elements are to be output as CDATA 146 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute. 151 * Sets the value coming from the xsl:output indent stylesheet 158 * Sets the value coming from the xsl:output media-type stylesheet attribute. 164 * Sets the value coming from the xsl:output omit-xml-declaration stylesheet attribute 170 * Sets the value coming from the xsl:output standalone stylesheet attribute. 177 * Sets the value coming from the xsl:output version attribute.
|
/external/bison/m4/ |
asm-underscore.m4 | 12 # C macro USER_LABEL_PREFIX to this prefix, and sets ASM_SYMBOL_PREFIX to 53 # Sets the variables:
|
bison-i18n.m4 | 15 dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files 27 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable.
|
/external/ceres-solver/cmake/ |
CeresConfigVersion.cmake.in | 37 # It sets PACKAGE_VERSION_EXACT if the current version string and the requested 38 # version string are exactly the same and it sets PACKAGE_VERSION_COMPATIBLE
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types. 81 * Sets the element at the given index. The given element must be
|
/external/elfutils/src/config/ |
known-dwarf.awk | 45 n = asorti(DW, sets); 47 set = sets[i];
|
/external/guava/guava/src/com/google/common/collect/ |
Platform.java | 56 return Sets.newSetFromMap(map); 82 return Sets.filterSortedIgnoreNavigable(set, predicate);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SettableFuture.java | 44 * Sets the value of this future. This method will return {@code true} if 57 * Sets the future to having failed with the given exception. This exception
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractImmutableSetTest.java | 70 assertEquals(Sets.newHashSet("a", "b"), set); 75 assertEquals(Sets.newHashSet("a", "b", "c"), set); 80 assertEquals(Sets.newHashSet("a", "b", "c", "d"), set); 85 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e"), set); 90 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f"), set); 95 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f", "g"), set); 100 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f", "g", "h"), set); 345 "Modifying the builder should not have changed any already built sets",
|
/external/icu/icu4c/source/i18n/ |
scriptset.h | 28 // This class was originally used exclusively with script sets appearing 49 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
ChaseCamera.java | 232 * Sets custom triggers for toggleing the rotation of the cam
245 * Sets custom triggers for zomming in the cam
257 * Sets custom triggers for zomming out the cam
490 * Sets the max zoom distance of the camera (default is 40)
506 * Sets the min zoom distance of the camera (default is 1)
526 * Sets the spacial for the camera control, should only be used internally
587 * sets the maximal vertical rotation angle of the camera around the target default is Pi/2;
603 * sets the minimal vertical rotation angle of the camera around the target default is 0;
636 * Sets the chasing sensitivity, the lower the value the slower the camera will follow the target when it moves
654 * Sets the rotation sensitivity, the lower the value the slower the camera will rotates around the target (…) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Transform.java | 78 * Sets this rotation to the given Quaternion value. 88 * Sets this translation to the given value. 106 * Sets this scale to the given value. 116 * Sets this scale to the given value. 178 * Sets this matrix to the interpolation between the first matrix and the second by delta amount. 215 * Sets this matrix's translation to the given x,y,z values. 227 * Sets this matrix's scale to the given x,y,z values. 280 * Sets this matrix to be equal to the given matrix.
|
/external/jsilver/src/com/google/streamhtmlparser/ |
Parser.java | 71 * Sets the current line number which is returned during error messages. 82 * Sets the current column number which is returned during error messages.
|
/external/libnl/include/linux/ |
neighbour.h | 75 * specific parameter sets. 85 * otherwise. Device specific parameter sets can be changed by
|
/external/llvm/lib/Analysis/ |
CFLAliasAnalysis.cpp | 26 // in order to transform the graph into sets of variables that may alias in 147 StratifiedSets<Value *> Sets; 152 : Sets(std::move(S)), ReturnedValues(std::move(RV)) {} 178 /// If a function's sets are currently being built, it is marked 181 /// that simply has empty sets. 362 // Gets whether the sets at Index1 above, below, or equal to the sets at 364 static Optional<Level> getIndexRelation(const StratifiedSets<Value *> &Sets, 370 const auto *Current = &Sets.getLink(Index1); 374 Current = &Sets.getLink(Current->Below) [all...] |
/external/llvm/lib/Support/ |
regfree.c | 65 if (g->sets != NULL) 66 free((char *)g->sets);
|
/external/proguard/src/proguard/ |
Targeter.java | 31 * This class sets the target version on program classes. 51 * Sets the target version on classes in the given program class pool.
|
/external/proguard/src/proguard/classfile/constant/ |
NameAndTypeConstant.java | 68 * Sets the name index. 84 * Sets the descriptor index.
|
/external/proguard/src/proguard/evaluation/ |
BasicBranchUnit.java | 50 * Sets the flag that tells whether any of the branch unit commands was 68 * Sets the initial branch targets, which will be updated as the branch
|
/external/selinux/policycoreutils/run_init/ |
open_init_pty.8 | 43 It sets up the pseudo terminal properly based on the physical terminal 44 attributes, and then sets the user's terminal to RAW mode, taking care
|