/external/icu/icu4c/source/test/perf/usetperf/ |
usetperf.cpp | 31 UnicodeSet set; member in class:CmdPattern 39 set.applyPattern(pat, *pErrorCode); 55 bs.set((int32_t) cp);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
AstroTest.java | 44 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); 97 gc.set((int)tests[i][0], (int)tests[i][1]-1, (int)tests[i][2], (int)tests[i][3], (int) tests[i][4]); 191 //-Rise and Set for the Sun for 2001 242 cal.set(Calendar.YEAR, 2001); 243 cal.set(Calendar.MONTH, Calendar.APRIL); 244 cal.set(Calendar.DAY_OF_MONTH, 1); 245 cal.set(Calendar.HOUR_OF_DAY, 12); // must be near local noon for getSunRiseSet to work 258 cal2.set(Calendar.SECOND, 0); 259 cal2.set(Calendar.MILLISECOND, 0); 261 cal2.set(Calendar.HOUR_OF_DAY, USNO[4*i+0]) [all...] |
/external/javassist/sample/evolve/ |
VersionManager.java | 24 f.set(null, c);
|
/external/javassist/src/main/javassist/compiler/ast/ |
DoubleConst.java | 32 public void set(double v) { value = v; } method in class:DoubleConst
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
CompactQuaternionArray.java | 97 store.set(array[j], array[j + 1], array[j + 2], array[j + 3]);
|
CompactVector3Array.java | 96 store.set(array[j], array[j+1], array[j+2]);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
GeoMap.java | 178 rootPoint.set(x, getValue(x,y), y); 184 adjacentPoint.set(x, getValue(x,y-1), y-1); 185 oppositePoint.set(x-1, getValue(x-1, y), y); 190 adjacentPoint.set(x+1, getValue(x+1,y), y); 191 oppositePoint.set(x, getValue(x,y-1), y-1); 196 adjacentPoint.set(x-1, getValue(x-1,y), y); 197 oppositePoint.set(x, getValue(x,y+1), y+1); 202 adjacentPoint.set(x, getValue(x,y+1), y+1); 203 oppositePoint.set(x+1, getValue(x+1,y), y); 211 tempNorm.set(adjacentPoint).subtractLocal(rootPoint [all...] |
/external/libcxx/test/std/containers/sequences/vector/ |
asan_throw.pass.cc | 34 void set(char arg) { a = arg; } function in class:X
|
/external/marisa-trie/lib/marisa/ |
intvector.h | 34 void set(std::size_t i, UInt32 value) { function in class:marisa::IntVector
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
intvector.h | 34 void set(std::size_t i, UInt32 value) { function in class:marisa_alpha::IntVector
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
FileRetrCommandHandler.java | 38 * An exception is thrown if the <code>file</code> property has not been set or if the specified
77 invocationRecord.set(PATHNAME_KEY, command.getRequiredParameter(0));
100 * Set the path of the file whose contents should be returned when this command is
|
RetrCommandHandler.java | 78 invocationRecord.set(PATHNAME_KEY, filename);
90 * Set the file contents to return from subsequent command invocations
92 * @param fileContents - the fileContents to set
102 * Set the file contents to return from subsequent command invocations
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
RetrCommandHandler.java | 77 invocationRecord.set(PATHNAME_KEY, filename);
89 * Set the file contents to return from subsequent command invocations
90 * @param fileContents - the fileContents to set
99 * Set the file contents to return from subsequent command invocations
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
TinyBitSet.java | 71 public void set(int index) { method in class:TinyBitSet
|
/external/mockito/src/org/mockito/internal/creation/cglib/ |
CGLIBHacker.java | 26 namingPolicyField.set(createInfo, MockitoNamingPolicy.INSTANCE);
30 "Unable to set MockitoNamingPolicy on cglib generator which creates FastClasses", e);
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
BeanPropertySetter.java | 17 private static final String SET_PREFIX = "set";
27 * @param reportNoSetterFound Allow the set method to raise an Exception if the setter cannot be found
45 * Set the value to the property represented by this {@link BeanPropertySetter}
51 public boolean set(final Object value) {
method in class:BeanPropertySetter
|
InstanceField.java | 45 * Set the given value to the field of this instance. 50 public void set(Object value) { method in class:InstanceField 51 new FieldSetter(instance, field).set(value);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
SampleTableBox.java | 83 boxes.set(i, b);
|
/external/parameter-framework/remote-processor/ |
Socket.cpp | 59 const int set = 1; local 60 setsockopt(_iSockFd, SOL_SOCKET, SO_NOSIGPIPE, &set, sizeof(set));
|
/external/parameter-framework/test/test-fixed-point-parameter/ |
Main.py | 132 """ Checks if we are able to set valueToSet via the parameter-framework 134 valueToSet -- the value we are trying to set 136 returns: the value we are trying to set 137 returns: True if we are able to set, False otherwise 139 (success, errorMsg) = self._pfwClient.set(self._paramPath, str(valueToSet)) 146 as we attempted to set. The value can have a slight round error which 149 valuePreviouslySet -- the value we had previously set 152 returns: True if we are able to set, False otherwise 173 """ Checks if we are able to set the value that the parameter framework 176 valuePreviouslyGotten -- the value we are trying to set 216 def set(self, parameter, value): member in class:PfwClient [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 149 mCurrentPosition.set(parentObject.getPosition()); 150 mDelta.set(mCurrentPosition); 153 mPreviousCenter.set(centerOffsetX, centerOffsetY); 215 // One more set of tests to make sure that we are aligned with the surface. 226 mRayStart.set(centerOffsetX, yStart); 229 mRayEnd.set(centerOffsetX, yEnd); 232 mFilterDirection.set(mDelta); 258 mRayStart.set(xStart, centerOffsetY); 261 mRayEnd.set(xEnd, centerOffsetY); 264 mFilterDirection.set(mDelta) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLayoutInflater.java | 64 @Override protected void set(ShadowApplication shadowApplication, LayoutInflater instance) { method in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer
|
ShadowMatrix.java | 28 set(src); 32 public void set(Matrix src) { method in class:ShadowMatrix
|
ShadowRect.java | 29 public void set(Rect rect) { method in class:ShadowRect 30 set(rect.left, rect.top, rect.right, rect.bottom); method 34 public void set(int left, int top, int right, int bottom) { method in class:ShadowRect
|
/external/selinux/libsemanage/src/ |
database_policydb.h | 74 /* Set policy record */ 75 record_policydb_table_set_t set; member in struct:record_policydb_table
|