/art/runtime/gc/accounting/ |
heap_bitmap.h | 51 SpaceSetMap* set = GetDiscontinuousSpaceObjectSet(obj); local 52 DCHECK(set != NULL); 53 set->Clear(obj); 57 void Set(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { 60 bitmap->Set(obj); 62 SpaceSetMap* set = GetDiscontinuousSpaceObjectSet(obj); local 63 DCHECK(set != NULL); 64 set->Set(obj); 98 // Find and replace a object set pointer, this is used by for the bitmap swapping in the GC [all...] |
/bionic/libc/bionic/ |
tmpfile.cpp | 46 sigset_t set; local 47 sigfillset(&set); 48 sigprocmask(SIG_BLOCK, &set, &old_set_);
|
/cts/apps/CtsVerifier/include/colorchecker/ |
vec2.h | 62 inline void set(const T inputX, const T inputY) { function in class:Vec2
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructPadTest.java | 43 S.set(new ScriptField_PadMe.Item(), 0, true);
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 52 newSources.set(i, map(sources.get(i)));
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LayoutAnimation2.java | 37 AnimationSet set = new AnimationSet(true); local 41 set.addAnimation(animation); 48 set.addAnimation(animation); 50 LayoutAnimationController controller = new LayoutAnimationController(set, 0.5f);
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
Injector.java | 88 field.set(mActivity, injectedValue);
|
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
ToonGame.java | 203 AnimatorSet set = new AnimatorSet(); local 204 set.playSequentially(downAnim, stretchAnim, upAnim); 205 set.setDuration(getDuration(SHORT_DURATION)); 206 set.start(); 207 set.addListener(new AnimatorListenerAdapter() {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
ListExtensions.cs | 156 public static void set( this IList list, int index, object value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions 162 public static void set<T>( this IList<T> list, int index, T value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions 168 public static void set<T>( this List<T> list, int index, T value ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_button_border.cc | 54 insets->Set(kPreferredPaddingVertical, kPreferredPaddingHorizontal, 62 const MBBImageSet* set = &normal_set_; local 64 set = &hot_set_; 66 set = &pushed_set_; 69 canvas->DrawBitmapInt(*set->top_left, 0, 0); 73 canvas->DrawBitmapInt(*set->top, 0, 0, set->top->width(), set->top->height(), 74 set->top_left->width(), 0, 75 bounds.width() - set->top_right->width() - set->top_left->width() [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class.py | 41 _dummy = set 44 set = sets.Set variable 47 # How many spaces to indent. Can set me with the INDENT environment variable. 106 processed_class_names = set() 173 desired_class_names = set(argv[2:])
|
keywords.py | 31 if not hasattr(builtins, 'set'): 33 from sets import Set as set namespace 36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) 37 TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split()) 38 ACCESS = set('public protected private friend'.split()) 40 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split()) 42 OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split()) 43 OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split()) 45 CONTROL = set('case switch default if else return goto'.split() [all...] |
/external/chromium_org/cc/test/ |
fake_delegated_renderer_layer_impl.cc | 40 ResourceProvider::ResourceIdSet set; local 44 set.insert(array[i]); 45 return set;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_direct_setting.js | 23 this.set = function(details, callback) { 25 this.functionSchemas.set.definition.parameters); 28 return sendRequest('types.private.ChromeDirectSetting.set',
|
chrome_setting.js | 23 this.set = function(details, callback) { 25 this.functionSchemas.set.definition.parameters); 28 return sendRequest('types.ChromeSetting.set',
|
content_setting.js | 24 this.set = function(details, callback) { 26 this.functionSchemas.set.definition.parameters); 29 return sendRequest('contentSettings.set',
|
/external/chromium_org/content/browser/indexed_db/ |
list_set_unittest.cc | 13 list_set<int> set; local 15 set.insert(i); 17 list_set<int>::iterator it = set.begin(); 32 EXPECT_EQ(set.end(), it); 36 list_set<int> set; local 38 set.insert(i); 40 const list_set<int>& ref = set; 51 list_set<int> set; local 52 EXPECT_TRUE(set.empty()); 53 EXPECT_EQ(static_cast<size_t>(0), set.size()) 113 list_set<Wrapped<int> > set; local 153 list_set<Wrapped<int>*> set; local 201 list_set<scoped_refptr<RefCounted<int> > > set; local [all...] |
/external/chromium_org/extensions/common/permissions/ |
manifest_permission_set_unittest.cc | 108 ManifestPermissionSet set; local 109 set.insert(new MockManifestPermission("p1")); 110 set.insert(new MockManifestPermission("p2")); 111 set.insert(new MockManifestPermission("p3")); 112 set.insert(new MockManifestPermission("p4")); 113 set.insert(new MockManifestPermission("p5")); 115 EXPECT_EQ(set.find("p1")->id(), "p1"); 116 EXPECT_TRUE(set.find("p10") == set.end()); 118 EXPECT_EQ(set.size(), 5u) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScopedPersistent.h | 68 void set(v8::Isolate* isolate, v8::Handle<T> handle) function in class:WebCore::ScopedPersistent
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSVariablesMap.cpp | 57 void CSSVariablesMap::set(const AtomicString& name, const String& value, ExceptionState& exceptionState) function in class:WebCore::CSSVariablesMap
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioDestinationNode.h | 66 // If there is local/live audio input, we call set() with the audio input data every render quantum. 74 void set(AudioBus* bus) function in class:WebCore::AudioDestinationNode::LocalAudioInputProvider
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioChannel.h | 62 // A "blank" audio channel -- must call set() before it's useful... 72 void set(float* storage, size_t length) function in class:WebCore::AudioChannel
|
/external/chromium_org/third_party/angle/src/common/ |
RefCountObject.h | 45 void set(RefCountObject *newObject); 60 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } function in class:BindingPointer
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
errorcode.h | 99 void set(UErrorCode value) { errorCode=value; } function in class:ErrorCode
|
stringpiece.h | 143 void set(const char* data, int32_t len) { ptr_ = data; length_ = len; } function in class:StringPiece 150 void set(const char* str);
|