HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1751 - 1775 of 2219) sorted by null

<<71727374757677787980>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 98 import java.util.Set;
266 // set the header
367 // set the header
465 * @param filter the filter to set.
488 mSelectedConfiguration.set(config, true /*nonFakeValuesOnly*/);
494 // set the base config to the edited config.
497 mBaseConfiguration.set(config, true /*nonFakeValuesOnly*/);
543 config.set(mSelectedConfiguration);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /bionic/libc/kernel/tools/
cpp.py 78 def set(self,id,val=None): member in class:Token
145 def set(self,n): member in class:TokenCursor
146 """set the current position"""
223 """set the content of the (next) current line. should be called
331 return tok.set(c)
341 return tok.set(tokLN)
350 return tok.set(tokEOF,value)
358 return tok.set(tokSPACE,value)
368 return tok.set(tokSPACE,c)
379 return tok.set(tokSPACE,"\\"
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 1227 private static void set(Dop opcode) { method in class:Dops
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 1239 private static void set(Dop opcode) { method in class:Dops
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 1227 private static void set(Info opcode) { method in class:OpcodeInfo
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 76 DexDataMap* pDataMap; // set after map verification
77 const DexFile* pDexFile; // set after intraitem verification
86 const void* previousItem; // set during section iteration
257 * Set the given bit in pDefinedClassBits, returning its former value.
342 * one-bit-on integer, suitable for use in an int-sized bit set.
401 u4 usedBits = 0; // Bit set: one bit per section
1386 DexAnnotationSetItem* set = (DexAnnotationSetItem*) ptr; local
1413 const DexAnnotationSetItem* set = (const DexAnnotationSetItem*) ptr; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fb.h 339 __u16 set; member in struct:fb_cursor
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 26 import java.util.Set;
418 * verify that the cRLSign bit is set.
429 * @return A <code>Set</code> with all keys of possible CRL issuer
434 protected static Set processCRLF(
455 "Subject criteria for certificate selector to find issuer certificate for CRL could not be set.", e);
536 Set checkKeys = new HashSet();
569 Set keys)
590 Set deltacrls,
617 protected static Set processCRLA1i(
624 Set set = new HashSet() local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 27 #include <set>
110 typename Index<Indexer>::Set* index)
129 typename Index<Indexer>::Set* const index_;
135 typename Index<Indexer>::Set* index) {
185 // Utility function to loop through a set of enum values and add the
200 dictionary_value->Set(key, value);
456 MetahandlesIndex& set = *kernel_->metahandles_index; local
457 for (MetahandlesIndex::iterator i = set.begin(); i != set.end(); ++i) {
609 // Set purged handles
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1330 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal
1409 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 49 #include <set>
299 // In Mozilla if you set a cookie like AAAA, it will have an empty token
1609 CookieSet& set = equivalent_cookies[signature]; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c 20 * The set of Cache entries are divided up into "sets" of 128 entries.
21 * Each set is protected by a lock. There may be one or more sets protected
24 * There is one lock for the set of wrapped sym wrap keys.
327 LockSet(cacheDesc *cache, PRUint32 set, PRUint32 now)
329 PRUint32 lockNum = set % cache->numSIDCacheLocks;
336 UnlockSet(cacheDesc *cache, PRUint32 set)
338 PRUint32 lockNum = set % cache->numSIDCacheLocks;
599 * are set to invalid values on the server.
687 ** in the process. Caller has locked the cache set!
698 sidCacheEntry * set = cache->sidCacheData + local
756 PRUint32 set; local
860 PRUint32 set; local
937 PRUint32 set; local
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 276 // probably other compilers set that too in C++11 mode.
1492 void set(const T& value) { *pointer() = value; } function in class:testing::internal::ThreadLocal
1573 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp 176 DOMWindowSet& set = windowsWithUnloadEventListeners(); local
177 if (set.isEmpty())
179 set.add(domWindow);
184 DOMWindowSet& set = windowsWithUnloadEventListeners(); local
185 DOMWindowSet::iterator it = set.find(domWindow);
186 if (it == set.end())
188 set.remove(it);
189 if (set.isEmpty())
195 DOMWindowSet& set = windowsWithUnloadEventListeners(); local
196 DOMWindowSet::iterator it = set.find(domWindow)
206 DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); local
214 DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); local
225 DOMWindowSet& set = windowsWithBeforeUnloadEventListeners(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 97 set
99 from sets import Set as set namespace
309 # set of arguments.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 391 dtMatcher->set(pattern, fp);
397 dtMatcher->set(pattern, fp);
447 fp->set(hackPattern);
557 // set fDefaultHourFormatChar to the hour format character from this pattern
758 dtMatcher->set(patternFormCopy, fp);
800 dtMatcher->set(skeleton, fp);
883 // 1. We pass that skeleton to matcher.set instead of having it derive a skeleton from the pattern.
889 // 3. When adding the pattern (patternMap->add), we set a new boolean to indicate that the added entry had a
1551 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp) { function in class:DateTimeMatcher
1557 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeletonResult) { function in class:DateTimeMatcher
1733 FormatParser::set(const UnicodeString& pattern) { function in class:FormatParser
1857 PatternMapIterator::set(PatternMap& newPatternMap) { function in class:PatternMapIterator
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 356 /* compute the set in question */
1704 USet* set = uset_open(1, 0); \/* empty set *\/ local
1817 USet *set; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 1783 UnicodeSet *set = NULL; local
    [all...]
ssearch.cpp 1718 const USet *set; member in class:SetMonkey
1754 const USet *set; member in class:StringSetMonkey
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 653 bool SkAAClip::set(const SkAAClip& src) { function in class:SkAAClip
674 r.set(bounds);
    [all...]
  /external/chromium_org/third_party/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...]

Completed in 1161 milliseconds

<<71727374757677787980>>