/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 39 void set() { flag = true; } function in class:clang::analyze_format_string::OptionalFlag
|
/external/clang/lib/AST/ |
ExprConstant.cpp | 25 // * A set of notes indicating why the evaluation was not a constant expression 219 /// relevant diagnostic and set the designator as invalid. 815 void set(APValue::LValueBase B, unsigned I = 0) { function in struct:__anon15714::LValue 837 // Check this LValue refers to an object. If not, set the designator to be [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 219 void Set(AllocatorStat i, u64 v) { 573 void set(uptr idx, u8 val) { function in class:__sanitizer::FlatByteMap 781 possible_regions.set(ComputeRegionId(res), static_cast<u8>(class_id)); [all...] |
/external/gtest/include/gtest/internal/ |
gtest-port.h | 1364 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal 1443 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
IteratorsTest.java | 57 import java.util.Set; 109 Iterator<String> set = asList("a", null, "b").iterator(); local 110 assertTrue(Iterators.contains(set, "b")); 114 Iterator<String> set = asList("a", "b").iterator(); local 115 assertFalse(Iterators.contains(set, "c")); 119 Iterator<String> set = asList("a", null, "b").iterator(); local 120 assertTrue(Iterators.contains(set, null)); 124 Iterator<String> set = asList("a", "b").iterator(); local 125 assertFalse(Iterators.contains(set, null)); 735 Set<String> alreadyTher [all...] |
/external/icu4c/i18n/ |
dtptngen.cpp | 395 dtMatcher->set(pattern, fp); 401 dtMatcher->set(pattern, fp); 449 fp->set(hackPattern); 558 // set fDefaultHourFormatChar to the hour format character from this pattern 774 dtMatcher->set(patternFormCopy, fp); 816 dtMatcher->set(skeleton, fp); 1579 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp) { function in class:DateTimeMatcher 1585 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeletonResult) { function in class:DateTimeMatcher 1761 FormatParser::set(const UnicodeString& pattern) { function in class:FormatParser 1887 PatternMapIterator::set(PatternMap& newPatternMap) { function in class:PatternMapIterator [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 357 /* compute the set in question */ 1826 USet* set = uset_open(1, 0); \/* empty set *\/ local 1939 USet *set; local [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 1841 UnicodeSet *set = NULL; local [all...] |
ssearch.cpp | 743 lpUnescaped.getBuffer(), lpUnescaped.length(), // actual test data will be set later 749 spUnescaped.getBuffer(), spUnescaped.length(), // actual test data will be set later 1016 const USet *set; member in class:SetMonkey 1052 const USet *set; member in class:StringSetMonkey [all...] |
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | 41 #include <set> 176 // If there are aliases TO this zone, then the following set will 178 set<int32_t> aliases; 186 // Set this zone to be an alias TO another zone. 201 const set<int32_t>& getAliases() const { 735 set<string> aliases; 774 // Here is how the isstd & isgmt flags are set by zic: 792 void set(const string& id, function in struct:FinalRulePart 802 throw invalid_argument("FinalRulePart set twice"); 903 map<string, set<string> > links [all...] |
/external/javassist/src/main/javassist/compiler/ |
TypeChecker.java | 609 c.set(v); 614 c.set(-c.get()); [all...] |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 120 * clients to set the handler of a proxy instance explicitly by calling method 228 * proxies whose class was created with useWriteReplace set to false via a normal 255 * @throws RuntimeException if a default interceptor has been set for the factory 262 throw new RuntimeException("caching cannot be enabled if the factory default interceptor has been set"); 307 * the byte array is set if the filter redirects the corresponding super or interface method and clear 356 * Obtains the super class set by <code>setSuperclass()</code>. 372 * Obtains the interfaces set by <code>setInterfaces</code>. 503 // legacy behaviour : we only set the default interceptor static field if we are not using the cache 519 f.set(null, value); 660 * instead clients should call method {@link ProxyObject#setHandler(MethodHandler)} to set the handle [all...] |
/external/kernel-headers/original/linux/ |
pnp.h | 250 #define pnp_can_write(dev) (((dev)->protocol) && ((dev)->protocol->set) && \ 334 int (*set)(struct pnp_dev *dev, struct pnp_resource_table *res); member in struct:pnp_protocol
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 107 /// set the SDNode 271 /// set - Remove this use from its existing use list, assign it the 273 inline void set(const SDValue &V); 274 /// setInitial - like set, but only supports initializing a newly-allocated 277 /// setNode - like set, but only sets the Node portion of the value, 397 /// setHasDebugValue - set this bit. 419 /// setNodeId - Set unique node id. 426 /// setIROrder - Set the node ordering. 433 /// setDebugLoc - Set source location info. Try to avoid this, putting 715 /// set later with InitOperands 882 inline void SDUse::set(const SDValue &V) { function in class:llvm::SDUse [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | 1351 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal 1430 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 243 // TGSI 'true' is converted to -1 by F2I(NEG(SET)), track back to SET 1124 // try AND(SET, SET) -> SET_AND(SET) 1456 MemoryOpt::Record::set(const Instruction *ldst) function in class:nv50_ir::MemoryOpt::Record [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | 1346 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal 1425 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal [all...] |
/external/mksh/src/ |
funcs.c | 660 /* set */ 709 * this is supposed to set (-a) or unset (+a) the 803 * are also set in this command 811 /* set variables and attributes */ 902 * See if the parameter is set (for arrays, if any 903 * element is set). 929 * Ignore array elements that aren't set unless there 930 * are no set elements, in which case the first is 991 * no set elements. 1470 * POSIX says var is set to ? at end-of-options, AT&T ks 2663 void *set = NULL; local [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 1210 /* Set reader position to given position, 2761 CvSet *set = 0; local [all...] |
/external/skia/src/core/ |
SkAAClip.cpp | 653 bool SkAAClip::set(const SkAAClip& src) { function in class:SkAAClip 674 r.set(bounds); [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 97 s->set(t); 239 // The fixed pitch bit is set if the font is *not* fixed pitch. 582 * Used to set the direction of advances. 723 // If TMPF_VECTOR is set, one of TMPF_TRUETYPE or TMPF_DEVICE must be set, 1483 void set(const TTPOLYGONHEADER* curPolygon) { function in class:GDIGlyphbufferPointIter::GDIPolygonCurveIter 1487 void set() { function in class:GDIGlyphbufferPointIter::GDIPolygonCurveIter 1521 void set(const TTPOLYCURVE* curPolygon) { function in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter 1526 void set() { function in class:GDIGlyphbufferPointIter::GDIPolygonCurvePointIter [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
ClassPath.java | 51 * virtual tables are computed. This should be set to true to use the new logic. 52 * TODO: set this based on api level, once it's present in a released version of Android 618 * The following fields are used only during the initial loading of classes, and are set to null afterwards [all...] |
/external/valgrind/main/callgrind/ |
sim.c | 38 - (block --> set) hash function uses simple bit selection 120 * the "Use" set added first ! 216 UInt set, way, i; 219 for (i = 0, set = 0; set < c->sets; set++) { 246 UWord *set; local 248 set = &(c->tags[set_no * c->assoc]); 253 if (tag == set[0]) 259 if (tag == set[i]) 345 UWord *set, tmp_tag; local 874 UWord* set = &(LL.tags[setNo * LL.assoc]); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.c | 115 int i, set = 0; local 121 set = 1; 127 return set; 312 * wpa_supplicant_set_non_wpa_policy - Set WPA parameters to non-WPA mode 503 * are set or just after association or something similar. This 638 * wpa_supplicant_set_state - Set current connection state 897 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Using WPA IE from AssocReq to set " 935 * wpa_supplicant_set_suites - Set authentication and encryption parameters 994 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Set cipher suites " [all...] |
/frameworks/av/camera/ |
CameraParameters.cpp | 237 void CameraParameters::set(const char *key, const char *value) function in class:android::CameraParameters 253 void CameraParameters::set(const char *key, int value) function in class:android::CameraParameters 257 set(key, str); 264 set(key, str); 350 set(KEY_PREVIEW_SIZE, str); 380 set(KEY_VIDEO_SIZE, str); 399 set(KEY_PREVIEW_FRAME_RATE, fps); 417 set(KEY_PREVIEW_FORMAT, format); 429 set(KEY_PICTURE_SIZE, str); 449 set(KEY_PICTURE_FORMAT, format) [all...] |