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

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
set.h 1 // Profiling set implementation -*- C++ -*-
25 /** @file profile/set.h
38 /// Class std::set wrapper with performance instrumentation.
41 class set class in namespace:__profile
42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
67 explicit set(const _Compare& __comp = _Compare(), function in class:__profile::set
77 set(_InputIterator __first, _InputIterator __last, function in class:__profile::set
82 set(const set& __x function in class:__profile::set
85 set(const _Base& __x) function in class:__profile::set
94 set(initializer_list<value_type> __l, function in class:__profile::set
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
descrobject.h 14 setter set; member in struct:PyGetSetDef
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 315 def set(self): member in class:Event
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 82 def set(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
83 """set: Set an object\xd5s data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 9 try: set
10 except NameError: from sets import Set as set namespace
244 modules = set(modules)
245 found = set(mf.modules.keys())
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
descrobject.h 14 setter set; member in struct:PyGetSetDef
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 315 def set(self): member in class:Event
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 9 try: set
10 except NameError: from sets import Set as set namespace
244 modules = set(modules)
245 found = set(mf.modules.keys())
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 68 mViewSize.set(width, height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 86 ElementDescriptor set = addElement(descriptors, styleMap, local
87 "set", "Animator Set", "AnimatorSet", null, //$NON-NLS-1$ //$NON-NLS-3$
112 if (set != null) {
113 set.setChildren(mRootDescriptors);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 101 public void set(ILaunchConfiguration config) { method in class:AndroidLaunchConfiguration
  /system/core/sh/
miscbltin.c 205 /* Set any remaining args to "" */
346 int set, all = 0; local
371 set = *argptr ? 1 : 0;
372 if (set) {
418 if (set) {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 63 theInterningItem.set(reg, type, local);
608 * Set all the instance variables.
617 public void set(int reg, TypeBearer type, LocalItem local) { method in class:RegisterSpec.ForComparison
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 172 result.set(0, type);
185 result.set(0, type0);
186 result.set(1, type1);
200 result.set(0, type0);
201 result.set(1, type1);
202 result.set(2, type2);
218 result.set(0, type0);
219 result.set(1, type1);
220 result.set(2, type2);
221 result.set(3, type3)
384 public void set(int n, Type type) { method in class:StdTypeList
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 278 catches.set(i, startPc, endPc, handlerPc, catchType);
437 list.set(i, innerClass, outerClass, name, accessFlags);
488 list.set(i, startPc, lineNumber);
586 list.set(i, startPc, length, name,
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 66 theInterningItem.set(reg, type, local);
614 * Set all the instance variables.
623 public void set(int reg, TypeBearer type, LocalItem local) { method in class:RegisterSpec.ForComparison
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 172 result.set(0, type);
185 result.set(0, type0);
186 result.set(1, type1);
200 result.set(0, type0);
201 result.set(1, type1);
202 result.set(2, type2);
218 result.set(0, type0);
219 result.set(1, type1);
220 result.set(2, type2);
221 result.set(3, type3)
384 public void set(int n, Type type) { method in class:StdTypeList
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 146 * Constructs an instance of the renamer with threshold set
234 ssaRegToLocalItems.set(reg, local);
290 * contains the set of moves we need to keep to preserve local
296 * maps the set of insns to replace after renaming is finished
388 insns.set(i, replaceInsn);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 26 import java.util.Set;
164 Set keyset = map.keySet();
166 Set entries = map.entrySet();
194 Set set = map.entrySet(); local
196 set.removeAll(set);
198 assertTrue("did not remove all elements in the entryset", set.isEmpty());
200 Iterator it = set.iterator();
213 Set set = map.keySet() local
282 Set set = map.keySet(); local
300 Set set = map.keySet(); local
337 Set set = map.keySet(); local
423 Set<Entry<String, String>> set = ihm.entrySet(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 67 theInterningItem.set(reg, type, local);
615 * Set all the instance variables.
624 public void set(int reg, TypeBearer type, LocalItem local) { method in class:RegisterSpec.ForComparison
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 172 result.set(0, type);
185 result.set(0, type0);
186 result.set(1, type1);
200 result.set(0, type0);
201 result.set(1, type1);
202 result.set(2, type2);
218 result.set(0, type0);
219 result.set(1, type1);
220 result.set(2, type2);
221 result.set(3, type3)
384 public void set(int n, Type type) { method in class:StdTypeList
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 147 * Constructs an instance of the renamer with threshold set
235 ssaRegToLocalItems.set(reg, local);
291 * contains the set of moves we need to keep to preserve local
297 * maps the set of insns to replace after renaming is finished
389 insns.set(i, replaceInsn);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 203 * Rebuilds the cylinder based on a new set of parameters.
271 vRadial.set(cos[radialCount], sin[radialCount], 0.0f);
316 tempNormal.set(cos[radialCount], sin[radialCount], 0.0f);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 78 worldPickRay.set(worldPick);
86 workRay.set(worldPick);
92 tracer.getGridSpacing().set(patch.getWorldScale());
95 workRay.getOrigin().set(worldPick.getDirection()).multLocal(pd.cr.getDistance()-.1f).addLocal(worldPick.getOrigin());
171 store.set(gridTriA.get1(), gridTriA.get2(), gridTriA.get3());
175 store.set(gridTriB.get1(), gridTriB.get2(), gridTriB.get3());
198 calcVec1.set(gridX, 0, gridY);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 41 set(other);
45 public void set(Time other) { method in class:ShadowTime
61 set(System.currentTimeMillis());
86 set(millis);
94 // Set the time to 12am and re-normalize.
103 public void set(long millis) { method in class:ShadowTime
106 set(
123 public void set(int second, int minute, int hour, int monthDay, int month, int year) { method in class:ShadowTime
137 public void set(int monthDay, int month, int year) { method in class:ShadowTime
138 set(0, 0, 0, monthDay, month, year)
    [all...]

Completed in 1086 milliseconds

<<31323334353637383940>>