/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepositoryTest.java | 27 assertSame(ViewMetadataRepository.get(), ViewMetadataRepository.get()); 31 ViewMetadataRepository repository = ViewMetadataRepository.get(); 47 ViewMetadataRepository repository = ViewMetadataRepository.get(); 54 ViewMetadataRepository repository = ViewMetadataRepository.get(); 60 ViewMetadataRepository repository = ViewMetadataRepository.get(); 67 ViewMetadataRepository repository = ViewMetadataRepository.get();
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FELighting.cpp | 70 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); 71 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); 73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); 74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); 81 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); 82 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); 83 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); 85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset)); 86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset)); 87 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)) [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
EventLogTest.java | 45 assertEquals(ANSWER_TAG, events.get(0).getTag()); 46 assertEquals(12345, events.get(0).getData()); 47 assertEquals(23456L, events.get(1).getData()); 48 assertEquals("Test", events.get(2).getData()); 50 Object[] arr = (Object[]) events.get(3).getData(); 80 String val0 = (String) events.get(0).getData(); 84 Object[] arr1 = (Object[]) events.get(1).getData(); 90 Object[] arr2 = (Object[]) events.get(2).getData(); 96 Object[] arr3 = (Object[]) events.get(3).getData(); 102 Object[] arr4 = (Object[]) events.get(4).getData() [all...] |
/external/webkit/Tools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 80 CFDataAppendBytes(data.get(), buffer, static_cast<CFIndex>(bytesRead)); 83 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(data.get())); 84 return RetainPtr<CGImageRef>(AdoptCF, CGImageCreateWithPNGDataProvider(dataProvider.get(), 0, false, kCGRenderingIntentDefault)); 101 CGContextDrawImage(baseContext.get(), CGRectMake(0, 0, width, height), baseImage); 106 CGContextDrawImage(context.get(), CGRectMake(0, 0, width, height), testImage); 155 diffImage.adoptCF(CGImageCreate(width, height, 8, 8, width, diffColorspace, 0, provider.get(), 0, false, kCGRenderingIntentDefault)); 221 if ((CGImageGetWidth(actualImage.get()) == CGImageGetWidth(baselineImage.get())) && (CGImageGetHeight(actualImage.get()) == CGImageGetHeight(baselineImage.get())) && (imageHasAlpha(actualImage.get()) == imageHasAlpha(baselineImage.get()))) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 97 // get a pointer to where to read the data to. 116 // get a pointer to where to write from. 221 // Just best-effort on the journal file, don't want to get lost in 261 // With SQLite support gone, one way to get to this code is if the 292 if (file.get() == NULL) return false; 295 if (!ReadAndVerifyHeader(filename_, file.get(), &header, NULL)) 300 if (!FileSkip(add_prefix_offset, file.get())) 303 if (!ReadToVector(add_prefixes, header.add_prefix_count, file.get(), NULL)) 314 if (file.get() == NULL) return false; 317 if (!ReadAndVerifyHeader(filename_, file.get(), &header, NULL) [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
status_bubble_gtk.cc | 34 // How close the mouse can get to the infobubble before it starts sliding 91 GtkWidget* parent = gtk_widget_get_parent(container_.get()); 118 gtk_widget_show(container_.get()); 128 gtk_widget_hide(container_.get()); 137 gtk_label_set_text(GTK_LABEL(label_.get()), status_utf8.c_str()); 139 gtk_widget_size_request(label_.get(), &req); 166 if (!GTK_WIDGET_REALIZED(container_.get())) 169 GtkWidget* parent = gtk_widget_get_parent(container_.get()); 180 GtkWidget* toplevel = gtk_widget_get_toplevel(container_.get()); 187 gtk_widget_size_request(container_.get(), &requisition) [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalObject.cpp | 107 m_globalScopeChain.set(*m_globalData, this, new (m_globalData.get()) ScopeChainNode(0, this, m_globalData.get(), this, thisValue)); 109 JSGlobalObject::globalExec()->init(0, 0, m_globalScopeChain.get(), CallFrame::noCaller(), 0, 0); 173 m_functionStructure.set(exec->globalData(), this, JSFunction::createStructure(exec->globalData(), m_functionPrototype.get())); 174 m_internalFunctionStructure.set(exec->globalData(), this, InternalFunction::createStructure(exec->globalData(), m_functionPrototype.get())); 177 m_functionPrototype->addFunctionProperties(exec, this, m_functionStructure.get(), &callFunction, &applyFunction); 180 m_objectPrototype.set(exec->globalData(), this, new (exec) ObjectPrototype(exec, this, ObjectPrototype::createStructure(exec->globalData(), jsNull()), m_functionStructure.get())); 181 m_functionPrototype->structure()->setPrototypeWithoutTransition(exec->globalData(), m_objectPrototype.get()); 185 m_callbackFunctionStructure.set(exec->globalData(), this, JSCallbackFunction::createStructure(exec->globalData(), m_functionPrototype.get())); 186 m_argumentsStructure.set(exec->globalData(), this, Arguments::createStructure(exec->globalData(), m_objectPrototype.get())); [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
LoginContext1Test.java | 149 Configuration conf = configs.get(appName); 244 public static TestConfig get() { method in class:LoginContext1Test.TestConfig 282 * instance do <b>not</b> get tracked. 345 static TestLoginModule get(int i) { method in class:LoginContext1Test.TestLoginModule 346 return instances.get(i); 677 assertTrue(TestConfig.get().wasTheNameQueried(name)); 688 assertTrue(TestConfig.get().wasTheNameQueried(name)); 690 assertTrue(TestConfig.get().wasTheNameQueried("other")); 889 assertTrue(TestLoginModule.get(0).initCalled); 890 assertTrue(TestLoginModule.get(0).loginCalled) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
WKCACFViewLayerTreeHost.cpp | 87 WKCACFViewUpdate(m_view.get(), window(), &bounds); 122 WKCACFViewSetContextUserData(m_view.get(), userData); 123 WKCACFViewSetLayer(m_view.get(), layer->platformLayer()); 124 WKCACFViewSetContextDidChangeCallback(m_view.get(), contextDidChangeCallback, this); 135 return WKCACFViewCanDraw(m_view.get()); 141 WKCACFViewUpdate(m_view.get(), 0, 0); 142 WKCACFViewSetContextUserData(m_view.get(), 0); 143 WKCACFViewSetLayer(m_view.get(), 0); 144 WKCACFViewSetContextDidChangeCallback(m_view.get(), 0, 0); 151 return WKCACFViewGetLastCommitTime(m_view.get()); [all...] |
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 249 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()]; 250 [m_objcObserver.get() disconnect]; 370 [[NSNotificationCenter defaultCenter] removeObserver:m_objcObserver.get()]; 389 [m_qtMovie.get() setVolume:m_player->volume()]; 394 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 397 object:m_qtMovie.get()]; 403 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 406 object:m_qtMovie.get()]; 409 [[NSNotificationCenter defaultCenter] addObserver:m_objcObserver.get() 412 object:m_qtMovie.get()]; [all...] |
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginPackageGtk.cpp | 77 gchar** mimeData = g_strsplit(mime.get(), ":", 3); 141 while (g_file_test(finalPath.get(), G_FILE_TEST_IS_SYMLINK)) { 142 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(finalPath.get())); 143 GRefPtr<GFile> dir = adoptGRef(g_file_get_parent(file.get())); 144 GOwnPtr<gchar> linkPath(g_file_read_link(finalPath.get(), 0)); 145 GRefPtr<GFile> resolvedFile = adoptGRef(g_file_resolve_relative_path(dir.get(), linkPath.get())); 146 finalPath.set(g_file_get_path(resolvedFile.get())); 152 GOwnPtr<gchar> baseName(g_path_get_basename(finalPath.get())); 153 if (!g_strcmp0(baseName.get(), "libflashplayer.so" [all...] |
/external/chromium/base/i18n/ |
char_iterator_unittest.cc | 26 ASSERT_EQ('s', iter.get()); 32 ASSERT_EQ(251, iter.get()); 38 ASSERT_EQ('r', iter.get()); 46 iter.get(); 69 ASSERT_EQ('x', iter.get()); 75 ASSERT_EQ(251, iter.get()); 81 ASSERT_EQ(120120, iter.get()); 87 ASSERT_EQ('z', iter.get()); 95 iter.get();
|
/external/llvm/unittests/VMCore/ |
ConstantsTest.cpp | 19 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1); 20 Constant* One = ConstantInt::get(Int1, 1, true); 21 Constant* Zero = ConstantInt::get(Int1, 0); 22 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); 24 Constant* Undef = UndefValue::get(Int1); 101 EXPECT_EQ(100, ConstantInt::get(Int8Ty, 100, false)->getSExtValue()); 102 EXPECT_EQ(100, ConstantInt::get(Int8Ty, 100, true)->getSExtValue()); 104 EXPECT_EQ(-50, ConstantInt::get(Int8Ty, 206)->getSExtValue()); 109 EXPECT_EQ(0x3b, ConstantInt::get(Int8Ty, 0x13b)->getSExtValue());
|
/external/webkit/Source/WebCore/platform/network/cf/ |
FormDataStreamCFNet.cpp | 85 CFArrayAppendValue(array.get(), data.get()); 88 CFArrayAppendValue(array.get(), filename.get()); 92 wkCFURLRequestSetHTTPRequestBodyParts(request, array.get()); 98 return FormData::create(CFDataGetBytePtr(bodyData.get()), CFDataGetLength(bodyData.get())); 103 CFIndex count = CFArrayGetCount(bodyParts.get()); 105 CFTypeRef bodyPart = CFArrayGetValueAtIndex(bodyParts.get(), i);
|
/libcore/support/src/test/java/tests/support/ |
Support_GetPutFields.java | 108 booleanValue = getField.get("booleanValue", false); 109 byteValue = getField.get("byteValue", (byte) 0); 110 charValue = getField.get("charValue", (char) 0); 111 doubleValue = getField.get("doubleValue", 0.0); 112 floatValue = getField.get("floatValue", 0.0f); 113 longValue = getField.get("longValue", (long) 0); 114 intValue = getField.get("intValue", 0); 116 getField.get("objectValue", (Object) null); 117 shortValue = getField.get("shortValue", (short) 0);
|
Support_GetPutFieldsDefaulted.java | 119 booleanValue = getField.get("booleanValue", true); 120 byteValue = getField.get("byteValue", (byte) 0x0b); 121 charValue = getField.get("charValue", (char) 'D'); 122 doubleValue = getField.get("doubleValue", 523452.4532); 123 floatValue = getField.get("floatValue", 298.54f); 124 longValue = getField.get("longValue", (long) 1234567890l); 125 intValue = getField.get("intValue", 999999); 127 getField.get("objectValue", 129 shortValue = getField.get("shortValue", (short) 4321); 134 // Do not put anything into putField so that the get method [all...] |
Support_GetPutFieldsDeprecated.java | 109 booleanValue = getField.get("booleanValue", false); 110 byteValue = getField.get("byteValue", (byte) 0); 111 charValue = getField.get("charValue", (char) 0); 112 doubleValue = getField.get("doubleValue", 0.0); 113 floatValue = getField.get("floatValue", 0.0f); 114 longValue = getField.get("longValue", (long) 0); 115 intValue = getField.get("intValue", 0); 117 getField.get("objectValue", (Object) null); 118 shortValue = getField.get("shortValue", (short) 0);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LinearLayoutRuleTest.java | 135 assertEquals("Edit ID...", contextMenu.get(0).getTitle()); 136 assertTrue(contextMenu.get(1) instanceof RuleAction.Separator); 137 assertEquals("Layout Width", contextMenu.get(2).getTitle()); 138 assertEquals("Layout Height", contextMenu.get(3).getTitle()); 139 assertTrue(contextMenu.get(4) instanceof RuleAction.Separator); 140 assertEquals("Other Properties", contextMenu.get(5).getTitle()); 142 RuleAction propertiesMenu = contextMenu.get(5); 157 assertEquals("Layout Width", contextMenu.get(2).getTitle()); 158 RuleAction menuAction = contextMenu.get(2); 163 assertEquals("Wrap Content", titles.get(0)) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdAttributeList.java | 37 public Attribute get(int n) { method in class:StdAttributeList 47 result += get(i).byteLength(); 58 Attribute att = get(i); 74 Attribute att = get(at); 86 Attribute att = get(at);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
InsnList.java | 43 public Insn get(int n) { method in class:InsnList 59 * {@code get(size() - 1)}. 64 return get(size() - 1); 76 get(i).accept(visitor); 96 if (!get(i).contentEquals(b.get(i))) {
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdAttributeList.java | 37 public Attribute get(int n) { method in class:StdAttributeList 47 result += get(i).byteLength(); 58 Attribute att = get(i); 74 Attribute att = get(at); 86 Attribute att = get(at);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
InsnList.java | 43 public Insn get(int n) { method in class:InsnList 59 * {@code get(size() - 1)}. 64 return get(size() - 1); 76 get(i).accept(visitor); 96 if (!get(i).contentEquals(b.get(i))) {
|