Searched defs:contents (Results 1 - 25 of 309) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp488 * Get last known contents size.
490 * @param o frame object to get contents size.
491 * @param w where to store contents size width. May be @c NULL.
492 * @param h where to store contents size height. May be @c NULL.
511 static Eina_Bool _ewk_frame_contents_set_internal(Ewk_Frame_Smart_Data *sd, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri, const char* unreachable_uri) argument
513 size_t len = strlen(contents);
530 WTF::RefPtr<WebCore::SharedBuffer> buffer = WebCore::SharedBuffer::create(contents, contents_size);
543 * Requests loading the given contents in this frame.
546 * @param contents what to load into frame. Must not be @c NULL.
547 * @param contents_size byte size of data in @a contents
556 ewk_frame_contents_set(Evas_Object* o, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri) argument
585 ewk_frame_contents_alternate_set(Evas_Object* o, const char* contents, size_t contents_size, const char* mime_type, const char* encoding, const char* base_uri, const char* unreachable_uri) argument
[all...]
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c31 static const char* contents = "<html><body><p>This is a test. This is the second sentence. And this the third.</p></body></html>"; variable
577 webkit_web_view_load_string(webView, contents, 0, 0, 0);
602 webkit_web_view_load_string(webView, contents, 0, 0, 0);
H A Dtestmimehandling.c51 char* contents; local
55 g_file_get_contents("test.pdf", &contents, &length, &error);
58 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, length);
60 char* contents; local
64 g_file_get_contents("test.html", &contents, &length, &error);
67 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, length);
69 char* contents; local
75 g_file_get_contents("test.txt", &contents, &length, &error);
78 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, length);
80 char* contents; local
[all...]
H A Dtestwebview.c52 char* contents; local
56 g_file_get_contents("blank.ico", &contents, &length, &error);
59 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, length);
61 char* contents = g_strdup("<html><body><a id=\"link\" href=\"http://abc.def\">test</a><div style=\"background-color: green; height: 1200px;\"></div></body></html>"); local
62 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, strlen(contents));
64 char* contents = g_strdup("<html><body id=\"some-content\"><div style=\"background-color: green; height: 50px;\"></div><iframe src=\"bigdiv.html\"></iframe></body></html>"); local
65 soup_message_body_append(msg->response_body, SOUP_MEMORY_TAKE, contents, strlen(contents));
67 char* contents local
[all...]
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp163 const char* contents = charBuffer; local
165 WTF::PassRefPtr<WebCore::SharedBuffer> sharedBuffer = WebCore::SharedBuffer::create(contents, strlen(contents));
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dchangelog.py49 def __init__(self, contents, committer_list=CommitterList()):
50 self._contents = contents
86 def contents(self): member in class:ChangeLogEntry
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dattachment.py90 def contents(self): member in class:Attachment
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dtestoutput_unittest.py33 def __init__(self, filename, contents="fake contents"):
35 self._contents = contents
40 def contents(self): member in class:FakeFile
45 def __init__(self, platform, output_type, contents, is_expected=False):
47 self._contents = contents
53 file = FakeFile(test_name, contents)
56 def contents(self): member in class:FakeTestOutput
110 r1 = testoutput.TextTestOutput('mac', FakeFile('test-expected.txt', 'contents'))
111 r2 = testoutput.TextTestOutput('mac', FakeFile('test-expected.txt', 'contents'))
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfileset.py43 def contents(self): member in class:FileSetFileHandle
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp69 Notification::Notification(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
72 , m_contents(contents)
82 if (!contents.icon().isEmpty() && !contents.icon().isValid()) {
101 PassRefPtr<Notification> Notification::create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) argument
103 return adoptRef(new Notification(contents, context, ec, provider));
H A DNotification.h65 static PassRefPtr<Notification> create(const NotificationContents& contents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider);
75 NotificationContents& contents() { return m_contents; } function in class:WebCore::Notification
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp218 const char* contents = data->data(); local
219 if (data->size() > 3 && strncmp(contents, "GIF8", 4) == 0
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp178 // set contents to 0 and then back to its original value to see if that
180 RetainPtr<CFTypeRef> contents = CACFLayerGetContents(m_layer.get()); local
182 CACFLayerSetContents(m_layer.get(), contents.get());
448 CFTypeRef PlatformCALayer::contents() const function in class:PlatformCALayer
669 // Print contents if needed
670 CFTypeRef layerContents = layer->contents();
675 fprintf(stderr, "(contents (image [%d %d]))\n",
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DImageLayerChromium.cpp56 void ImageLayerChromium::setContents(Image* contents) argument
60 // affect the actual contents of the image (e.g. a CSS animation).
62 if ((m_contents == contents) && (m_contents->nativeImageForCurrentFrame() == m_imageForCurrentFrame))
65 m_contents = contents;
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedBufferGtk.cpp36 gchar* contents; local
39 if (!g_file_get_contents(filename.data(), &contents, &size, &error)) {
40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
45 RefPtr<SharedBuffer> result = SharedBuffer::create(contents, size);
46 g_free(contents);
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp58 bool matchesGIFSignature(char* contents) argument
60 return !memcmp(contents, "GIF8", 4);
63 bool matchesPNGSignature(char* contents) argument
65 return !memcmp(contents, "\x89\x50\x4E\x47", 4);
68 bool matchesJPEGSignature(char* contents) argument
70 return !memcmp(contents, "\xFF\xD8\xFF", 3);
74 bool matchesWebPSignature(char* contents) argument
76 return !memcmp(contents, "RIFF", 4) && !memcmp(contents + 8, "WEBPVP", 6);
80 bool matchesBMPSignature(char* contents) argument
85 matchesICOSignature(char* contents) argument
90 matchesCURSignature(char* contents) argument
104 char contents[lengthOfLongestSignature]; local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-arm-linux.h627 unsigned int contents:2; member in struct:vki_user_desc
H A Dvki-x86-linux.h644 unsigned int contents:2; member in struct:vki_user_desc
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c77 unsigned int contents:2; member in struct:modify_ldt_ldt_s
100 ldt_entry.contents = MODIFY_LDT_CONTENTS_DATA;
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc79 static bool HasString(const v8::HeapGraphNode* node, const char* contents) { argument
85 if (strcmp(contents, *node_name) == 0) return true;
/external/v8/src/
H A Dheap.h1736 const char* contents; member in struct:v8::internal::Heap::ConstantSymbolTable
H A Dmark-compact.cc1872 FixedArray* contents = reinterpret_cast<FixedArray*>( local
1874 ASSERT(contents->IsHeapObject());
1875 ASSERT(!IsMarked(contents));
1876 ASSERT(contents->IsFixedArray());
1877 ASSERT(contents->length() >= 2);
1878 MarkBit contents_mark = Marking::MarkBitFrom(contents);
1879 SetMark(contents, contents_mark);
1885 for (int i = 0; i < contents->length(); i += 2) {
1888 PropertyDetails details(Smi::cast(contents->get(i + 1)));
1890 Object** slot = contents
[all...]
H A Dobjects.cc4908 FixedArray* contents = ContentArray(); local
4909 // Attention, tricky index manipulation ahead: Every entry in the contents
4914 while (index < contents->length()) {
4915 PropertyDetails details(Smi::cast(contents->get(index | 1)));
4922 return static_cast<Map*>(contents->get(index));
4926 static_cast<AccessorPair*>(contents->get(index & ~1));
5037 // array's contents, and restore it to the fixed array map afterwards.
6799 // Compares the contents of two strings by reading and comparing
7146 // string contents.
7267 FixedArray* contents local
[all...]
/external/srec/portable/include/
H A DArrayListImpl.h39 * ArrayList contents.
44 void** contents; member in struct:ArrayListImpl_t

Completed in 424 milliseconds

1234567891011>>