/external/webkit/LayoutTests/http/tests/appcache/resources/ |
subframe-1.html | 3 req.open("GET", "simple.txt", false);
|
/external/webkit/WebCore/manual-tests/resources/ |
focused-iframe.html | 3 This frame should get the focus.
|
/external/webkit/WebCore/platform/mac/ |
DragImageMac.mm | 39 return (IntSize)[image.get() size]; 50 NSSize originalSize = [image.get() size]; 54 [image.get() setScalesWhenResized:YES]; 55 [image.get() setSize:newSize]; 61 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]); 63 NSPoint point = [image.get() isFlipped] ? NSMakePoint(0, [image.get() size].height) : NSZeroPoint; 66 [dissolvedImage.get() setFlipped:[image.get() isFlipped]]; 68 [dissolvedImage.get() lockFocus] [all...] |
PopupMenuMac.mm | 48 [m_popup.get() setControlView:nil]; 54 [m_popup.get() removeAllItems]; 63 [m_popup.get() release]; // release here since the RetainPtr has retained the object already 64 [m_popup.get() setUsesItemFromMenu:NO]; 65 [m_popup.get() setAutoenablesItems:NO]; 68 BOOL messagesEnabled = [[m_popup.get() menu] menuChangedMessagesEnabled]; 69 [[m_popup.get() menu] setMenuChangedMessagesEnabled:NO]; 73 [m_popup.get() addItemWithTitle:@""]; 80 [[m_popup.get() menu] addItem:[NSMenuItem separatorItem]]; 97 [m_popup.get() addItemWithTitle:@""] [all...] |
ContextMenuItemMac.mm | 56 [m_platformDescription.get() setTag:ContextMenuItemTagNoAction]; 72 [m_platformDescription.get() setTag:action]; 83 NSMenuItem* item = [m_platformDescription.get() retain]; 90 if ([m_platformDescription.get() isSeparatorItem]) 92 if ([m_platformDescription.get() hasSubmenu]) 99 return static_cast<ContextMenuAction>([m_platformDescription.get() tag]); 104 return [m_platformDescription.get() title]; 109 return menuToArray([m_platformDescription.get() submenu]); 120 [m_platformDescription.get() setTag:action]; 125 [m_platformDescription.get() setTitle:title] [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queuestest.py | 67 expected_stdout=expected_stdout.get("queue_log_path", ""), 68 expected_stderr=expected_stderr.get("queue_log_path", "")) 72 expected_stdout=expected_stdout.get("work_item_log_path", ""), 73 expected_stderr=expected_stderr.get("work_item_log_path", "")) 76 expected_stdout=expected_stdout.get("begin_work_queue", ""), 77 expected_stderr=expected_stderr.get("begin_work_queue", "")) 80 expected_stdout=expected_stdout.get("should_continue_work_queue", ""), expected_stderr=expected_stderr.get("should_continue_work_queue", "")) 83 expected_stdout=expected_stdout.get("next_work_item", ""), 84 expected_stderr=expected_stderr.get("next_work_item", "") [all...] |
/frameworks/base/media/libdrm/mobile2/include/dcf/ |
DrmDcfContainer.h | 48 * get the content type of one content 56 * get the encryption method apply to content 64 * get the padding scheme apply to content 72 * get the length of plain content 80 * get the length of content ID 88 * get the length of rights issuer URL 96 * get the length of textal header 104 * get the content ID of one content 112 * get the rights issuer URL 120 * get the preview metho [all...] |
/external/kernel-headers/original/linux/ |
prctl.h | 9 /* Get/set current->mm->dumpable */ 13 /* Get/set unaligned access control bits (if meaningful) */ 19 /* Get/set whether or not to drop capabilities on setuid() away from uid 0 */ 23 /* Get/set floating-point emulation control bits (if meaningful) */ 29 /* Get/set floating-point exception mode (if meaningful) */ 43 /* Get/set whether we use statistical process timing or accurate timestamp 53 #define PR_GET_NAME 16 /* Get process name */ 55 /* Get/set process endian */
|
/external/oprofile/libutil/ |
op_get_time.h | 3 * Get current time as a string 20 * op_get_time - get current date and time
|
/external/bison/lib/ |
get-errno.c | 0 /* get-errno.c - get and set errno. 27 #include "get-errno.h" 29 /* Get and set errno. A source file that needs to set or get errno, 33 define EQUAL; such a file can include <get-errno.h> instead. */
|
/external/webkit/WebKitTools/simplejson/ |
jsonfilter.py | 16 if environ.get('REQUEST_METHOD', '') == 'POST': 17 if environ.get('CONTENT_TYPE', '') == self.mime_type: 18 args = [_ for _ in [environ.get('CONTENT_LENGTH')] if _] 22 jsonp = cgi.parse_qs(environ.get('QUERY_STRING', '')).get('jsonp') 26 elif 'Opera' in environ.get('HTTP_USER_AGENT', ''):
|
/packages/apps/Mms/src/com/android/mms/layout/ |
LayoutParameters.java | 33 * Get the width of current layout. 37 * Get the height of current layout. 41 * Get the width of the image region of current layout. 45 * Get the height of the text region of current layout. 49 * Get the type of current layout. 53 * Get the type description of current layout.
|
/external/webkit/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.cpp | 143 if (m_webMediaPlayer.get()) 149 if (m_webMediaPlayer.get()) 155 if (m_webMediaPlayer.get()) 161 if (m_webMediaPlayer.get()) 167 if (m_webMediaPlayer.get()) 174 if (m_webMediaPlayer.get()) 181 if (m_webMediaPlayer.get()) 188 if (m_webMediaPlayer.get()) 194 if (m_webMediaPlayer.get()) 201 if (m_webMediaPlayer.get()) [all...] |
/system/core/nexus/ |
Property.h | 44 virtual int get(int idx, char *buffer, size_t max) = 0; 45 virtual int get(int idx, int *buffer) = 0; 46 virtual int get(int idx, struct in_addr *buffer) = 0; 63 virtual int get(int idx, char *buffer, size_t max) = 0; 64 int get(int idx, int *buffer); 65 int get(int idx, struct in_addr *buffer); 75 int get(int idx, char *buffer, size_t max); 87 int get(int idx, char *buffer, size_t max); 88 virtual int get(int idx, int *buffer) = 0; 89 int get(int idx, struct in_addr *buffer) [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicIntegerTest.java | 28 assertEquals(1,ai.get()); 36 assertEquals(0,ai.get()); 40 * get returns the last value set 44 assertEquals(1,ai.get()); 46 assertEquals(2,ai.get()); 48 assertEquals(-3,ai.get()); 59 assertEquals(-4,ai.get()); 61 assertFalse((7 == ai.get())); 63 assertEquals(7,ai.get()); 81 assertEquals(ai.get(), 3) [all...] |
AtomicLongTest.java | 28 assertEquals(1,ai.get()); 36 assertEquals(0,ai.get()); 40 * get returns the last value set 44 assertEquals(1,ai.get()); 46 assertEquals(2,ai.get()); 48 assertEquals(-3,ai.get()); 59 assertEquals(-4,ai.get()); 61 assertFalse((7 == ai.get())); 63 assertEquals(7,ai.get()); 81 assertEquals(ai.get(), 3) [all...] |
AtomicReferenceTest.java | 28 assertEquals(one,ai.get()); 36 assertNull(ai.get()); 40 * get returns the last value set 44 assertEquals(one,ai.get()); 46 assertEquals(two,ai.get()); 48 assertEquals(m3,ai.get()); 58 assertEquals(m4,ai.get()); 60 assertFalse((seven.equals(ai.get()))); 62 assertEquals(seven,ai.get()); 80 assertEquals(ai.get(), three) [all...] |
AtomicIntegerArrayTest.java | 32 assertEquals(0,ai.get(i)); 56 assertEquals(a[i], ai.get(i)); 60 * get and set for out of bound indices throw IndexOutOfBoundsException 65 ai.get(SIZE); 69 ai.get(-1); 83 * get returns the last value set at index 89 assertEquals(1,ai.get(i)); 91 assertEquals(2,ai.get(i)); 93 assertEquals(-3,ai.get(i)); 106 assertEquals(-4,ai.get(i)) [all...] |
AtomicLongArrayTest.java | 30 assertEquals(0,ai.get(i)); 54 assertEquals(a[i], ai.get(i)); 58 * get and set for out of bound indices throw IndexOutOfBoundsException 63 ai.get(SIZE); 67 ai.get(-1); 81 * get returns the last value set at index 87 assertEquals(1,ai.get(i)); 89 assertEquals(2,ai.get(i)); 91 assertEquals(-3,ai.get(i)); 104 assertEquals(-4,ai.get(i)) [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
AutoTextTest.java | 32 method = "get", 47 actual = AutoText.get(src, 0, src.length(), view); 50 // get possible spelling correction in the scope of current 53 actual = AutoText.get(src, 0, src.length(), view); 58 * get possible spelling correction in the scope of current 62 actual = AutoText.get(src, 0, src.length() + 1, view); 66 * get possible spelling correction in the scope of current 70 actual = AutoText.get(src, 0, src.length() - 1, view); 73 // get possible spelling correction outside of the scope of current 76 actual = AutoText.get(src, 0, src.length() - 1, view) [all...] |
/external/webkit/WebCore/platform/network/mac/ |
ResourceErrorMac.mm | 44 m_domain = [m_platformError.get() domain]; 45 m_errorCode = [m_platformError.get() code]; 47 NSString* failingURLString = [[m_platformError.get() userInfo] valueForKey:@"NSErrorFailingURLStringKey"]; 49 failingURLString = [[[m_platformError.get() userInfo] valueForKey:@"NSErrorFailingURLKey"] absoluteString]; 54 m_localizedDescription = [m_platformError.get() _web_localizedDescription]; 76 [userInfo.get() setValue:m_localizedDescription forKey:NSLocalizedDescriptionKey]; 80 [userInfo.get() setValue:m_failingURL forKey:@"NSErrorFailingURLStringKey"]; 81 [userInfo.get() setValue:cocoaURL forKey:@"NSErrorFailingURLKey"]; 84 m_platformError.adoptNS([[NSError alloc] initWithDomain:m_domain code:m_errorCode userInfo:userInfo.get()]); 87 return m_platformError.get(); [all...] |
/external/webkit/WebCore/svg/graphics/filters/ |
SVGFilterBuilder.cpp | 60 return m_lastEffect.get(); 62 return m_builtinEffects.get(SourceGraphic::effectName()).get(); 66 return m_builtinEffects.get(id).get(); 68 return m_namedEffects.get(id).get();
|
/packages/apps/Camera/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 13 assertEquals(value, cache.get(key)); 25 assertEquals(value, cache.get(key)); 33 cache.get(0); 36 assertEquals(Integer.valueOf(0), cache.get(0)); 50 Log.v("TAG", "start get " + this); 52 mMap.get(i % 2); 54 Log.v("TAG", "finish get " + this);
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 13 assertEquals(value, cache.get(key)); 25 assertEquals(value, cache.get(key)); 33 cache.get(0); 36 assertEquals(Integer.valueOf(0), cache.get(0)); 50 Log.v("TAG", "start get " + this); 52 mMap.get(i % 2); 54 Log.v("TAG", "finish get " + this);
|
/system/wlan/ti/wilink_6_1/utils/ |
CmdInterfaceCodes.h | 47 * This file contains the definitions for the parameters that can be Set/Get from outside user. 60 /* This file contains the definitions for the parameters that can be Set/Get from outside. 61 The parmeters that can be Set/Get from inside the driver only are defined in the file paramIn.h */ 70 | Set | Reserved | Get | Reserved | Module | Parameter | 75 The 'get' bit indicates whteher this parameter can be get from OS abstraction layer. 76 (All the parameters can be Get/Set from insied the driver.) 87 * \brief Bitmaks of bit which indicates if the Command is GET Command 179 * This Enumeation includes all the eaxternal parameters numbers which are used for Get/Set Commands. 188 * bit 23: Get Bit - indicates if command is Get (ON) or not (OFF) \ [all...] |