Searched refs:get (Results 251 - 275 of 6721) sorted by relevance

<<11121314151617181920>>

/external/skia/src/pdf/
H A DSkBitSet.cpp34 memcpy(fBitData.get(), rhs.fBitData.get(), fDwordCount * sizeof(uint32_t));
40 if (fBitData.get() != NULL) {
41 return (memcmp(fBitData.get(), rhs.fBitData.get(),
54 if (fBitData.get() != NULL) {
55 sk_bzero(fBitData.get(), fDwordCount * sizeof(uint32_t));
H A DSkPDFPage.cpp24 if (fContentStream.get() == NULL) {
26 insert("MediaBox", fDevice->getMediaBox().get());
30 fContentStream = new SkPDFStream(content.get());
32 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref();
34 catalog->addObject(fContentStream.get(), firstPage);
39 SkASSERT(fContentStream.get() != NULL);
40 catalog->setFileOffset(fContentStream.get(), fileOffset);
45 SkASSERT(fContentStream.get() != NULL);
100 curNodes[i]->insert(parentName.get(), newNodeRef.get());
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DSection.js57 get title()
75 get subtitle()
88 get subtitleAsTextForTest()
100 get expanded()
113 get populated()
127 get nextSibling()
137 get previousSibling()
/external/webkit/Source/WebCore/platform/win/
H A DLocalizedStringsWin.cpp57 RetainPtr<CFURLRef> dllURL(AdoptCF, CFURLCreateWithFileSystemPath(0, dllPath.get(), kCFURLWindowsPathStyle, false));
58 RetainPtr<CFURLRef> dllDirectoryURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(0, dllURL.get()));
59 RetainPtr<CFURLRef> resourcesDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, dllDirectoryURL.get(), CFSTR("WebKit.resources"), true));
61 return CFBundleCreate(0, resourcesDirectoryURL.get());
81 RetainPtr<CFStringRef> result(AdoptCF, CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, webKitBundle(), notFound, 0));
82 ASSERT_WITH_MESSAGE(result.get() != notFound, "could not find localizable string %s in bundle", key);
84 return result.get();
/external/webkit/Source/WebKit2/Shared/cg/
H A DShareableBitmapCG.cpp55 m_size.width(), m_size.height(), 8, m_size.width() * 4, colorSpace.get(),
59 CGContextTranslateCTM(bitmapContext.get(), 0, m_size.height());
60 CGContextScaleCTM(bitmapContext.get(), 1, -1);
62 return adoptPtr(new GraphicsContext(bitmapContext.get()));
67 paintImage(context.platformContext(), makeCGImageCopy().get(), dstPoint, srcRect);
83 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(m_size.width(), m_size.height(), 8, 32, m_size.width() * 4, colorSpace.get(), bitmapInfo(m_flags), dataProvider.get(), 0, false, kCGRenderingIntentDefault));
/external/webkit/Tools/WebKitTestRunner/
H A DStringFunctions.h54 return toWK(string.get());
64 return toJS(string.get());
71 size_t stringLength = WKStringGetUTF8CString(string, buffer.get(), bufferSize);
72 return std::string(buffer.get(), stringLength - 1);
77 return toSTD(string.get());
92 return out << stringRef.get();
105 return out << urlRef.get();
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFELighting.cpp70 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(offse
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
H A DBoneContext.java99 poseChannel = bonesPoseChannels.get(boneStructure.getOldMemoryAddress());
138 poseTransform.setTranslation(loc.get(0).floatValue(), -loc.get(2).floatValue(), loc.get(1).floatValue());
139 poseTransform.setRotation(new Quaternion(quat.get(1).floatValue(), quat.get(3).floatValue(), -quat.get(2).floatValue(), quat.get(0).floatValue()));
140 poseTransform.setScale(size.get(0).floatValue(), size.get(
[all...]
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp80 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()))
[all...]
/external/clang/lib/AST/
H A DNSAPI.cpp33 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
47 &Ctx.Idents.get("stringWithUTF8String"));
51 &Ctx.Idents.get("stringWithCString"),
52 &Ctx.Idents.get("encoding")
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjec
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListSubListTester.java214 assertEquals(list.get(0), copy.get(0));
215 assertEquals(list.get(size - 1), copy.get(size - 1));
216 assertEquals(list.get(1), tail.get(0));
217 assertEquals(list.get(size - 1), tail.get(size - 2));
218 assertEquals(list.get(0), head.get(
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc97 // 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(),
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.cc34 // 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(),
[all...]
/external/llvm/lib/VMCore/
H A DValueTypes.cpp30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
166 case MVT::i128: return IntegerType::get(Context, 128);
174 case MVT::v2i8: return VectorType::get(Type::getInt8Ty(Context), 2);
175 case MVT::v4i8: return VectorType::get(Type::getInt8Ty(Context), 4);
176 case MVT::v8i8: return VectorType::get(Type::getInt8Ty(Context), 8);
177 case MVT::v16i8: return VectorType::get(Type::getInt8Ty(Context), 16);
178 case MVT::v32i8: return VectorType::get(Type::getInt8Ty(Context), 32);
179 case MVT::v2i16: return VectorType::get(Type::getInt16Ty(Context), 2);
180 case MVT::v4i16: return VectorType::get(Typ
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp107 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/
H A DLoginContext1Test.java149 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(
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractTableTest.java70 assertEquals((Character) 'd', table.get("foo", 1));
71 assertEquals((Character) 'b', table.get("bar", 1));
74 assertEquals((Character) 'd', table.get("foo", 1));
107 assertNull(table.get("bar", 1));
123 assertEquals((Character) 'd', table.get("foo", 1));
124 assertEquals((Character) 'b', table.get("bar", 1));
125 assertEquals((Character) 'c', table.get("foo", 3));
126 assertEquals((Character) 'e', table.get("bar", 2));
127 assertEquals((Character) 'f', table.get("cat", 2));
139 assertEquals((Character) 'a', table.get("fo
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DImageBasedHeightMap.java148 store.set(byte2float(buf.get()), byte2float(buf.get()), byte2float(buf.get()), byte2float(buf.get()));
152 float a = byte2float(buf.get());
153 float b = byte2float(buf.get());
154 float g = byte2float(buf.get());
155 float r = byte2float(buf.get());
160 store.set(byte2float(buf.get()), byte2float(buf.get()), byte2floa
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp87 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/
H A DMediaPlayerPrivateQTKit.mm249 [[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/
H A DPluginPackageGtk.cpp77 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(), "libflashplaye
[all...]
/external/chromium/base/i18n/
H A Dchar_iterator_unittest.cc26 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/guava/guava-testlib/src/com/google/common/testing/
H A DRelationshipTester.java51 ImmutableList<T> group = groups.get(groupNumber);
63 ImmutableList<T> unrelatedGroup = groups.get(unrelatedGroupNumber);
75 ImmutableList<T> group = groups.get(groupNumber);
76 T item = group.get(itemNumber);
77 T related = group.get(relatedItemNumber);
90 T item = groups.get(groupNumber).get(itemNumber);
91 T unrelated = groups.get(unrelatedGroupNumber).get(unrelatedItemNumber);
/external/llvm/unittests/VMCore/
H A DConstantsTest.cpp19 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/
H A DFormDataStreamCFNet.cpp85 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);

Completed in 1151 milliseconds

<<11121314151617181920>>