/external/icu4c/test/intltest/ |
ucharstrietest.cpp | 126 errln("UCharsTrieBuilder().build() did not set U_INDEX_OUTOFBOUNDS_ERROR"); 350 set.add(c); 356 int32_t countUniqueFirstChars() const { return set.size(); } 361 UnicodeSet set; member in class:__anon19135::Generator 796 errln("builder.build().add(zzz) did not set U_NO_WRITE_PERMISSION"); [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAttribute.java | 191 public void set(byte[] newinfo) { method in class:CodeAttribute 192 throw new UnsupportedOperationException("CodeAttribute.set()"); 273 void setCode(byte[] newinfo) { super.set(newinfo); }
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
LineSegment.java | 92 public void set(LineSegment ls) {
method in class:LineSegment
|
/external/kernel-headers/original/linux/ |
netfilter.h | 116 int (*set)(struct sock *sk, int optval, void __user *user, unsigned int len); member in struct:nf_sockopt_ops 128 /* Use the module struct to lock set/get code in place */
|
proc_fs.h | 69 void *set; member in struct:proc_dir_entry
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 45 // A few more bits are used to store the size of the bit set in small mode. 52 // The remaining bits are used to store the actual set in small mode. 72 TheVector.set(BitPos); 177 /// count - Returns the number of bits which are set. 190 /// any - Returns true if any bit is set. 197 /// all - Returns true if all bits are set. 204 /// none - Returns true if none of the bits are set. 211 /// find_first - Returns the index of the first set bit, -1 if none 212 /// of the bits are set. 227 /// find_next - Returns the index of the next set bit following th 287 SmallBitVector &set() { function in class:llvm::SmallBitVector 295 SmallBitVector &set(unsigned Idx) { function in class:llvm::SmallBitVector 304 SmallBitVector &set(unsigned I, unsigned E) { function in class:llvm::SmallBitVector [all...] |
/external/llvm/include/llvm/IR/ |
Value.h | 254 /// that are not also set in the given value. 337 void Use::set(Value *V) { function in class:llvm::Use
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 52 DWARFDebugArangeSet set; local 53 while (set.extract(arangesData, &offset)) 54 set.dump(OS);
|
/external/llvm/lib/IR/ |
Metadata.cpp | 70 void set(Value *V) { function in class:llvm::MDNodeOperand 260 // InsertPoint will have been set by the FindNodeOrInsertPos call. 297 "Temporary MDNode does not have NotUniquedBit set!"); 299 "Temporary MDNode has DestroyFlag set!"); 351 Op->set(To); 372 // Now that the node is out of the folding set, get ready to reinsert it. 374 // in the set. If so, then this node is redundant. 386 // InsertPoint will have been set by the FindNodeOrInsertPos call. 584 /// setMetadata - Set the metadata of of the specified kind to the specified
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDate.java | 164 * @param timeMillis long to set 361 javaCal.set(Calendar.YEAR, year); 363 javaCal.set(Calendar.DAY_OF_MONTH, day); 365 javaCal.set(Calendar.MONTH, month); 367 javaCal.set(Calendar.DAY_OF_WEEK, wkday); 369 javaCal.set(Calendar.HOUR, hour); 371 javaCal.set(Calendar.MINUTE, minute); 373 javaCal.set(Calendar.SECOND, second); 377 * Set the wkday member 378 * @param w String to set [all...] |
SIPHeaderList.java | 72 * Class to set 74 * String to set 98 * Genericobject to set 124 * SIPHeaderList to set 309 * Set the root class for all objects inserted into my list (for assertion 313 * class to set 323 * int to set 648 * Set a SIPHeader at a particular position in the list. 650 * @see List#set(int, java.lang.Object) 652 public HDR set(int position, HDR sipHeader) method in class:SIPHeaderList [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RawHeaders.java | 33 import java.util.Set; 99 throw new IllegalStateException("statusLine is already set"); 213 * Set a field with the specified value. If the field is not found, it is 216 public void set(String fieldName, String value) { method in class:RawHeaders 235 /** Returns an immutable case-insensitive set of header names. */ 236 public Set<String> names() { 277 /** @param fieldNames a case-insensitive set of HTTP header field names. */ 278 public RawHeaders getAll(Set<String> fieldNames) { 351 * present, the null field's last element will be used to set the status 378 Set<String> names = new HashSet<String>() [all...] |
/external/qemu/ |
posix-aio-compat.c | 370 sigset_t set, oldset; local 376 if (sigfillset(&set)) die("sigfillset"); 377 if (sigprocmask(SIG_SETMASK, &set, &oldset)) die("sigprocmask");
|
/external/replicaisland/src/com/replica/replicaisland/ |
CameraSystem.java | 68 mPreInterpolateCameraPosition.set(mCurrentCameraPosition); 74 mPreInterpolateCameraPosition.set(mCurrentCameraPosition); 77 mCurrentCameraPosition.set(target.getPosition()); 109 mTargetPosition.set(mTarget.getCenteredPositionX(), mTarget.getCenteredPositionY()); 236 mBias.set(x, y);
|
Grid.java | 150 public void set(int quadX, int quadY, float[][] positions, float[][] uvs) { method in class:Grid
|
/external/skia/include/utils/ |
SkMatrix44.h | 65 this->set(0, 0, 0, 1); 94 void set(SkScalar x, SkScalar y, SkScalar z, SkScalar w = SK_Scalar1) { function in struct:SkVector4 159 kTranslate_Mask = 0x01, //!< set if the matrix has translation 160 kScale_Mask = 0x02, //!< set if the matrix has any scale != 1 161 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates 162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective 169 * other bits may be set to true even in the case of a pure perspective 217 * set a value in the matrix. The row,col parameters work as follows: 222 inline void set(int row, int col, SkMScalar value) { function in class:SkMatrix44 233 this->set(row, col, SkDoubleToMScalar(value)) [all...] |
/external/skia/src/core/ |
SkString.cpp | 372 void SkString::set(const char text[]) { function in class:SkString 373 this->set(text, text ? strlen(text) : 0); 376 void SkString::set(const char text[], size_t len) { function in class:SkString 562 this->set(buffer, strlen(buffer)); 633 formattedOutput.set(buffer); 642 out->push_back().set(str, len);
|
/external/smack/src/org/xbill/DNS/ |
Tokenizer.java | 43 /** Whitespace; only returned when wantWhitespace is set */ 52 /** A comment; only returned when wantComment is set */ 81 set(int type, StringBuffer value) { method in class:Tokenizer.Token 254 return current.set(WHITESPACE, null); 265 return current.set(EOF, null); 267 return current.set(type, sb); 294 return current.set(EOL, null); 304 return current.set(COMMENT, sb); 309 return current.set(EOF, null); 315 return current.set(EOL, null) [all...] |
/external/stlport/stlport/stl/pointers/ |
_set.h | 57 class set class in inherits:__stlport_class 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 73 typedef set<_Key, _Compare, _Alloc> _Self; 113 _Rep_type _M_t; // red-black tree representing set 129 set() : _M_t(_CompareStorageType(), _StorageTypeAlloc()) {} function in class:set 130 explicit set(const _Compare& __comp, function in class:set 136 set(_InputIterator __first, _InputIterator __last) function in class:set 148 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp) function in class:set 159 set(_InputIterator __first, _InputIterator __last, const _Compare& __comp, function in class:set 170 set(const value_type* __first, const value_type* __last function in class:set 176 set(const value_type* __first, const value_type* __last, function in class:set 183 set(const_iterator __first, const_iterator __last) function in class:set 187 set(const_iterator __first, const_iterator __last, function in class:set 193 set(const _Self& __x) : _M_t(__x._M_t) {} function in class:set 196 set(__move_source<_Self> src) function in class:set [all...] |
/external/v8/src/ |
api.h | 63 inline void set(int index, v8::internal::Object* value); 88 void set(int index, v8::internal::Object* value); 113 void NeanderObject::set(int offset, v8::internal::Object* value) { function in class:v8::NeanderObject 115 v8::internal::FixedArray::cast(value_->elements())->set(offset, value);
|
/external/webp/src/enc/ |
histogram.c | 58 VP8LHistogramSet* set; local 60 const uint64_t total_size = sizeof(*set) 61 + (uint64_t)size * sizeof(*set->histograms) 62 + (uint64_t)size * sizeof(**set->histograms); 66 set = (VP8LHistogramSet*)memory; 67 memory += sizeof(*set); 68 set->histograms = (VP8LHistogram**)memory; 69 memory += size * sizeof(*set->histograms); 71 set->max_size = size; 72 set->size = size [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNormalizer.java | 476 cal.set(Calendar.YEAR, binOtherDate.getYear()); 477 cal.set(Calendar.MONTH, binOtherDate.getMonth()); 478 cal.set(Calendar.DAY_OF_MONTH, binOtherDate.getDay()); 569 * Create one with dc:rights['x-default'] set from double linefeed and xmpDM:copyright.
|
/frameworks/av/media/libmedia/ |
SoundPool.cpp | 563 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate); 897 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, function in class:android::SoundEvent
|
/frameworks/base/core/java/android/net/ |
NetworkStats.java | 47 /** {@link #set} value when all sets combined. */ 49 /** {@link #set} value where background data is accounted. */ 51 /** {@link #set} value where foreground data is accounted. */ 66 private int[] set; field in class:NetworkStats 77 public int set; field in class:NetworkStats.Entry 94 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, 98 this.set = set; 129 builder.append(" set=").append(setToString(set)); [all...] |
/frameworks/base/core/java/android/text/ |
BoringLayout.java | 212 line.set(paint, source, 0, source.length(), Layout.DIR_LEFT_TO_RIGHT, 306 line.set(paint, text, 0, length, Layout.DIR_LEFT_TO_RIGHT,
|