HomeSort by relevance Sort by last modified time
    Searched full:get (Results 351 - 375 of 13186) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/android/jni/
WebStorage.cpp 51 if (manifestOrigin.get() == 0)
63 WebCore::SecurityOrigin* origin = coreOrigins[i].get();
77 unsigned long long quota = WebCore::DatabaseTracker::tracker().quotaForOrigin(securityOrigin.get());
85 unsigned long long usage = WebCore::DatabaseTracker::tracker().usageForOrigin(securityOrigin.get());
92 if (manifestOrigin.get() == 0)
94 if (manifestOrigin->isSameSchemeHostPort(securityOrigin.get())) {
107 WebCore::DatabaseTracker::tracker().setQuota(securityOrigin.get(), quota);
114 WebCore::DatabaseTracker::tracker().deleteOrigin(securityOrigin.get());
122 if (manifestOrigin.get() == 0)
124 if (manifestOrigin->isSameSchemeHostPort(securityOrigin.get()))
    [all...]
  /external/webkit/WebKit/win/
WebDownloadCFNet.cpp 108 LOG_ERROR("Delegate is %p", m_delegate.get());
119 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
120 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
140 LOG(Download, "Delegate is %p", m_delegate.get());
147 m_request.adoptRef(WebMutableURLRequest::createInstance(webRequest.get()));
148 m_download.adoptCF(CFURLDownloadCreate(0, cfRequest.get(), &client));
157 CFURLDownloadScheduleWithCurrentMessageQueue(m_download.get());
158 CFURLDownloadScheduleDownloadWithRunLoop(m_download.get(), loaderRunLoop(), kCFRunLoopDefaultMode);
178 LOG(Download, "Delegate is %p", m_delegate.get());
187 m_download.adoptCF(CFURLDownloadCreateWithResumeData(0, resumeData.get(), pathURL.get(), &client))
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
RetrieveConf.java 59 * Get CC value.
78 * Get Content-type value.
97 * Get X-Mms-Delivery-Report value.
116 * Get From value.
137 * Get X-Mms-Message-Class value.
158 * Get Message-ID value.
177 * Get X-Mms-Read-Report value.
196 * Get X-Mms-Retrieve-Status value.
215 * Get X-Mms-Retrieve-Text value.
234 * Get X-Mms-Transaction-Id
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
HashMapPerformanceTest.java 53 num = (Integer) mMap.get(mKeys[i]);
54 num = (Integer) mMap.get(mKeys[i]);
55 num = (Integer) mMap.get(mKeys[i]);
56 num = (Integer) mMap.get(mKeys[i]);
57 num = (Integer) mMap.get(mKeys[i]);
58 num = (Integer) mMap.get(mKeys[i]);
59 num = (Integer) mMap.get(mKeys[i]);
60 num = (Integer) mMap.get(mKeys[i]);
61 num = (Integer) mMap.get(mKeys[i]);
62 num = (Integer) mMap.get(mKeys[i])
    [all...]
HashMapTest.java 42 assertEquals(ONE, map.get("one"));
43 assertEquals(TWO, map.get("two"));
44 assertEquals(THREE, map.get("three"));
45 assertEquals(FOUR, map.get("four"));
78 assertNull(map.get("three"));
91 assertNull(map.get(null));
92 assertNull(map.get("one"));
104 assertEquals(0, ((Integer) map.get(null)).intValue());
105 assertEquals(1, ((Integer) map.get("one")).intValue());
106 assertEquals(2, ((Integer) map.get("two")).intValue())
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_joystick.h 54 * Get the implementation dependent name of a joystick.
75 * Get the device index of an opened joystick.
80 * Get the number of general axis controls on a joystick
85 * Get the number of trackballs on a joystick
92 * Get the number of POV hats on a joystick
97 * Get the number of buttons on a joystick
118 * Get the current state of an axis control on a joystick
125 * Get the current state of a POV hat on a joystick
143 * Get the ball axis change since the last poll
150 * Get the current state of a button on a joystic
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_joystick.h 54 * Get the implementation dependent name of a joystick.
75 * Get the device index of an opened joystick.
80 * Get the number of general axis controls on a joystick
85 * Get the number of trackballs on a joystick
92 * Get the number of POV hats on a joystick
97 * Get the number of buttons on a joystick
118 * Get the current state of an axis control on a joystick
125 * Get the current state of a POV hat on a joystick
143 * Get the ball axis change since the last poll
150 * Get the current state of a button on a joystic
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_joystick.h 58 * Get the implementation dependent name of a joystick.
79 * Get the device index of an opened joystick.
84 * Get the number of general axis controls on a joystick
89 * Get the number of trackballs on a joystick
96 * Get the number of POV hats on a joystick
101 * Get the number of buttons on a joystick
122 * Get the current state of an axis control on a joystick
129 * Get the current state of a POV hat on a joystick
147 * Get the ball axis change since the last poll
154 * Get the current state of a button on a joystic
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_joystick.h 54 * Get the implementation dependent name of a joystick.
75 * Get the device index of an opened joystick.
80 * Get the number of general axis controls on a joystick
85 * Get the number of trackballs on a joystick
92 * Get the number of POV hats on a joystick
97 * Get the number of buttons on a joystick
118 * Get the current state of an axis control on a joystick
125 * Get the current state of a POV hat on a joystick
143 * Get the ball axis change since the last poll
150 * Get the current state of a button on a joystic
    [all...]
  /cts/tools/host/src/com/android/cts/
Test.java 67 * Get the known failure description.
85 * Get the test controller.
94 * Get the instrumentation runner.
104 * Get the test name of this test.
113 * Get the test type of this test.
122 * Get the parent TestCase containing the test.
131 * Get the parent TestSuite containing the test.
140 * Get the parent TestPackage containing the test.
149 * Get the app package name space of this test.
159 * Get the full name of this test
    [all...]
  /external/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str function in class:num_get
109 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
114 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
119 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_runtime.mm 102 if (id objcValue = [targetObject valueForKey:(NSString *)_name.get()])
120 return [webScriptObjectClass() _convertValueToObjcValue:value originRootObject:rootObject.get() rootObject:rootObject.get()];
131 [targetObject setValue:value forKey:(NSString *)_name.get()];
149 if (![_array.get() respondsToSelector:@selector(insertObject:atIndex:)]) {
154 if (index > [_array.get() count]) {
164 [_array.get() insertObject:oValue.objectValue atIndex:index];
172 if (index > [_array.get() count])
175 id obj = [_array.get() objectAtIndex:index];
177 return convertObjcValueToValue (exec, &obj, ObjcObjectType, m_rootObject.get());
    [all...]
  /external/webkit/WebCore/page/
Page.h 94 RenderTheme* theme() const { return m_theme.get(); };
107 Frame* mainFrame() const { return m_mainFrame.get(); }
125 HistoryItem* globalHistoryItem() const { return m_globalHistoryItem.get(); }
138 Chrome* chrome() const { return m_chrome.get(); }
139 SelectionController* dragCaretController() const { return m_dragCaretController.get(); }
141 DragController* dragController() const { return m_dragController.get(); }
143 FocusController* focusController() const { return m_focusController.get(); }
145 ContextMenuController* contextMenuController() const { return m_contextMenuController.get(); }
148 InspectorController* inspectorController() const { return m_inspectorController.get(); }
151 GeolocationController* geolocationController() const { return m_geolocationController.get(); }
    [all...]
DOMWindow.h 99 SecurityOrigin* securityOrigin() const { return m_securityOrigin.get(); }
341 Screen* optionalScreen() const { return m_screen.get(); }
342 DOMSelection* optionalSelection() const { return m_selection.get(); }
343 History* optionalHistory() const { return m_history.get(); }
344 BarInfo* optionalLocationbar() const { return m_locationbar.get(); }
345 BarInfo* optionalMenubar() const { return m_menubar.get(); }
346 BarInfo* optionalPersonalbar() const { return m_personalbar.get(); }
347 BarInfo* optionalScrollbars() const { return m_scrollbars.get(); }
348 BarInfo* optionalStatusbar() const { return m_statusbar.get(); }
349 BarInfo* optionalToolbar() const { return m_toolbar.get(); }
    [all...]
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 82 AccessibilityObject* obj = (*it).second.get();
107 AccessibilityObject* child = imageChildren[k].get();
120 // get the focused node in the page
147 AccessibilityObject* AXObjectCache::get(RenderObject* renderer) function in class:WebCore::AXObjectCache
153 AXID axID = m_renderObjectMapping.get(renderer);
157 obj = m_objects.get(axID).get();
175 AccessibilityObject* obj = get(renderer);
219 obj = newObj.get();
266 getAXID(obj.get());
    [all...]
  /external/webkit/WebCore/inspector/front-end/
Resource.js 136 get url()
156 get documentURL()
168 get domain()
180 get lastPathComponent()
193 get displayName()
205 get displayDomain()
213 get startTime()
229 get responseReceivedTime()
245 get endTime()
261 get duration(
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONObjectTest.java 42 object.get("foo");
114 assertSame(value, object.get("foo"));
116 object.get("FOO");
126 object.get(null);
136 assertEquals(false, object.get("foo"));
139 assertEquals(5.0d, object.get("foo"));
141 assertEquals(0, object.get("foo"));
143 assertEquals(Long.MAX_VALUE - 1, object.get("bar"));
145 assertEquals("x", object.get("baz"));
147 assertSame(JSONObject.NULL, object.get("bar"))
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 106 * @param obj An object whose field to get
109 public abstract int get(T obj); method in class:AtomicIntegerFieldUpdater
115 * @param obj An object whose field to get and set
121 int current = get(obj);
131 * @param obj An object whose field to get and set
136 int current = get(obj);
147 * @param obj An object whose field to get and set
152 int current = get(obj);
163 * @param obj An object whose field to get and set
169 int current = get(obj)
293 public final int get(T obj) { method in class:AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 123 Map origins = (Map) values.get(ORIGINS);
124 ValueCallback<Map> callback = (ValueCallback<Map>) values.get(CALLBACK);
130 ValueCallback<Long> callback = (ValueCallback<Long>) values.get(CALLBACK);
131 callback.onReceiveValue((Long)values.get(USAGE));
136 ValueCallback<Long> callback = (ValueCallback<Long>) values.get(CALLBACK);
137 callback.onReceiveValue((Long)values.get(QUOTA));
183 String origin = (String) values.get(ORIGIN);
184 ValueCallback callback = (ValueCallback) values.get(CALLBACK);
185 Origin website = mOrigins.get(origin);
198 String origin = (String) values.get(ORIGIN)
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 157 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0);
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
176 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0);
180 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
195 ITypeVariableDefinition variableS = sigClass.getTypeParameters().get(0);
199 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0);
202 ITypeVariableDefinition variableT = sigClass.getTypeParameters().get(1);
206 IClassReference boundT = (IClassReference) variableT.getUpperBounds().get(0);
221 ITypeVariableDefinition variableS = sigClass.getTypeParameters().get(0);
225 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0)
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DoubleBufferTest.java 377 * Class under test for double get()
382 method = "get",
389 assertEquals(buf.get(), buf.get(i), 0.01);
392 buf.get();
400 * Class under test for java.nio.DoubleBuffer get(double[])
405 method = "get",
413 DoubleBuffer ret = buf.get(array);
414 assertEquals(array[0], buf.get(i), 0.01);
418 buf.get(new double[0])
    [all...]
FloatBufferTest.java 372 * Class under test for float get()
377 method = "get",
384 assertEquals(buf.get(), buf.get(i), 0.01);
387 buf.get();
395 * Class under test for java.nio.FloatBuffer get(float[])
400 method = "get",
408 FloatBuffer ret = buf.get(array);
409 assertEquals(array[0], buf.get(i), 0.01);
413 buf.get(new float[0])
    [all...]
IntBufferTest.java 328 * Class under test for int get()
333 method = "get",
340 assertEquals(buf.get(), buf.get(i));
343 buf.get();
351 * Class under test for java.nio.IntBuffer get(int[])
356 method = "get",
364 IntBuffer ret = buf.get(array);
365 assertEquals(array[0], buf.get(i));
369 buf.get(new int[0])
    [all...]
LongBufferTest.java 327 * Class under test for long get()
332 method = "get",
339 assertEquals(buf.get(), buf.get(i));
342 buf.get();
350 * Class under test for java.nio.LongBuffer get(long[])
355 method = "get",
363 LongBuffer ret = buf.get(array);
364 assertEquals(array[0], buf.get(i));
368 buf.get(new long[0])
    [all...]
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 73 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, 0);
74 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, 0);
75 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, 0);
88 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, cfData.get());
93 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, cfURL.get());
103 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceFrameNameKey, cfFrameName.get());
110 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, cfMIMEType.get())
    [all...]

Completed in 168 milliseconds

<<11121314151617181920>>