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

<<11121314151617181920>>

  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 36 assert(strRef.get() == null);
46 assert(strRef.get() != null);
54 assert(strRef.get() == CONST);
  /dalvik/vm/jdwp/
ExpandBuf.h 42 * There are no "get" operations included with this "class", other than
43 * GetBuffer(). If you want to get or set data from a position other
44 * than the end, get a pointer to the buffer and use the inline functions
  /external/e2fsprogs/lib/ext2fs/
brel.h 41 * Get a block relocation entry.
43 errcode_t (*get)(ext2_brel brel, blk_t old, member in struct:ext2_block_relocation_table
80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
  /external/expat/conftools/
get-version.sh 3 # USAGE: get-version.sh path/to/expat.h
7 # $ ./conftools/get-version.sh ./lib/expat.h
37 # generate this file via autoconf (in fact, get-version.sh is used
  /external/icu4c/test/intltest/
fldset.cpp 52 int32_t myVal = get(i);
53 int32_t theirVal = other.get(i);
182 int32_t FieldsSet::get(int32_t field) const { function in class:FieldsSet
213 value = inheritFrom->get((UCalendarDateFields)field);
260 int32_t value = get((UCalendarDateFields)i);
277 int32_t calVal = cal->get((UCalendarDateFields)i, status);
280 if (calVal != get((UCalendarDateFields)i)) {
283 //fprintf(stderr, "match failed: %s#%d=%d != %d\n",udbg_enumName(UDBG_UCalendarDateFields,i),i,cal->get((UCalendarDateFields)i,status), get((UCalendarDateFields)i));;
315 return (UDateFormatStyle)get(DTS_DATE)
    [all...]
  /external/proguard/src/proguard/
ClassPath.java 43 if (((ClassPathEntry)classPathEntries.get(index)).isOutput())
75 public ClassPathEntry get(int index) method in class:ClassPath
77 return (ClassPathEntry)classPathEntries.get(index);
  /external/qemu/elff/
dwarf_utils.h 24 * at - DWARF attribute ID to get name string for.
33 * form - DWARF form to get name string for.
42 * tag - DWARF tag to get name string for.
  /external/v8/test/mjsunit/regress/
regress-1036894.js 29 xeval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
31 foo = function() { eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }"); }
35 eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
build-generated-files.sh 17 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
26 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
34 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
  /external/webkit/WebCore/bridge/
runtime_object.cpp 81 JSValue result = aClass->fallbackObject(exec, instance.get(), propertyName);
99 Field* aField = aClass->fieldNamed(propertyName, instance.get());
100 JSValue result = aField->valueFromInstance(exec, instance.get());
118 MethodList methodList = aClass->methodsNamed(propertyName, instance.get());
141 Field *aField = aClass->fieldNamed(propertyName, instance.get());
149 MethodList methodList = aClass->methodsNamed(propertyName, instance.get());
159 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined()) {
185 Field *aField = aClass->fieldNamed(propertyName, instance.get());
195 MethodList methodList = aClass->methodsNamed(propertyName, instance.get());
206 if (!aClass->fallbackObject(exec, instance.get(), propertyName).isUndefined())
    [all...]
  /external/webkit/WebCore/editing/
BreakBlockquoteCommand.cpp 84 insertNodeBefore(breakNode.get(), topBlockquote);
85 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
91 insertNodeAfter(breakNode.get(), topBlockquote);
95 setEndingSelection(VisibleSelection(Position(breakNode.get(), 0), DOWNSTREAM));
139 insertNodeAfter(clonedBlockquote.get(), breakNode.get());
156 setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
159 appendNode(clonedChild.get(), clonedAncestor.get());
168 appendNode(moveNode, clonedAncestor.get());
    [all...]
  /external/webkit/WebCore/history/mac/
HistoryItemMac.mm 35 return m_viewState.get();
49 return m_transientProperties->get(key).get();
  /external/webkit/WebCore/platform/cf/
FileSystemCF.cpp 44 CFIndex size = CFStringGetMaximumSizeOfFileSystemRepresentation(cfString.get());
49 if (!CFStringGetFileSystemRepresentation(cfString.get(), buffer, size)) {
50 LOG_ERROR("Failed to get filesystem representation to create CString from cfString");
  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 48 id sender() const { return m_sender.get(); }
49 NSURLAuthenticationChallenge *nsURLAuthenticationChallenge() const { return m_nsChallenge.get(); }
57 RetainPtr<id> m_sender; // Always the same as [m_macChallenge.get() sender], cached here for performance.
  /external/webkit/WebCore/rendering/
HitTestResult.cpp 174 for (Node* titleNode = m_innerNode.get(); titleNode; titleNode = titleNode->parentNode()) {
200 HTMLImageElement* image = static_cast<HTMLImageElement*>(m_innerNonSharedNode.get());
201 return displayString(image->getAttribute(altAttr), m_innerNonSharedNode.get());
205 HTMLInputElement* input = static_cast<HTMLInputElement*>(m_innerNonSharedNode.get());
206 return displayString(input->alt(), m_innerNonSharedNode.get());
211 WMLImageElement* image = static_cast<WMLImageElement*>(m_innerNonSharedNode.get());
212 return displayString(image->altText(), m_innerNonSharedNode.get());
261 Element* element = static_cast<Element*>(m_innerNonSharedNode.get());
280 HTMLMediaElement* mediaElement = static_cast<HTMLMediaElement*>(m_innerNonSharedNode.get());
319 return static_cast<HTMLAnchorElement*>(m_innerURLElement.get())->isLiveLink()
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugger.mm 95 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
101 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), static_cast<NSInteger>(0), -1, webFrame);
152 m_topCallFrame.adoptNS([[WebScriptCallFrame alloc] _initWithGlobalObject:core(webFrame)->script()->windowScriptObject() debugger:this caller:m_topCallFrame.get() debuggerCallFrame:debuggerCallFrame]);
157 CallScriptDebugDelegate(implementations->didEnterCallFrameFunc, webView, @selector(webView:didEnterCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
172 [m_topCallFrame.get() _setDebuggerCallFrame:debuggerCallFrame];
176 CallScriptDebugDelegate(implementations->willExecuteStatementFunc, webView, @selector(webView:willExecuteStatement:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
191 [m_topCallFrame.get() _setDebuggerCallFrame:debuggerCallFrame];
195 CallScriptDebugDelegate(implementations->willLeaveCallFrameFunc, webView, @selector(webView:willLeaveCallFrame:sourceId:line:forWebFrame:), m_topCallFrame.get(), sourceID, lineNumber, webFrame);
197 [m_topCallFrame.get() _clearDebuggerCallFrame];
198 m_topCallFrame = [m_topCallFrame.get() caller]
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebGeolocationControllerClient.cpp 50 provider->registerWebView(m_webView.get());
58 provider->registerWebView(m_webView.get());
70 return core(position.get());
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
WorkQueueItemGtk.cpp 41 gchar* targetString = JSStringCopyUTF8CString(m_target.get());
50 gchar* urlString = JSStringCopyUTF8CString(m_url.get());
68 gchar* scriptString = JSStringCopyUTF8CString(m_script.get());
  /frameworks/base/core/tests/coretests/src/android/net/
SSLTest.java 41 String get = "GET /sslcheck.html HTTP/1.1\r\nHost: 68.178.217.222\r\n\r\n"; local
44 out.write(get.getBytes());
  /frameworks/base/media/libdrm/mobile2/include/rights/
RoManager.h 54 * Get the ro.
61 * Get all the Ro.
67 * Get ro which contained rights of specific content.
  /packages/apps/Contacts/src/com/android/contacts/util/
WeakAsyncTask.java 34 final WeakTarget target = mTarget.get();
43 final WeakTarget target = mTarget.get();
54 final WeakTarget target = mTarget.get();
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
MailboxList.java 54 public Mailbox get(int index) { method in class:MailboxList
57 return (Mailbox) mailboxes.get(index);
66 Mailbox mailbox = get(i);
  /packages/apps/Mms/src/com/android/mms/util/
SendingProgressTokenManager.java 37 synchronized public static long get(Object key) { method in class:SendingProgressTokenManager
38 Long token = TOKEN_POOL.get(key);
40 Log.v(TAG, "TokenManager.get(" + key + ") -> " + token);
  /cts/tools/host/src/com/android/cts/
TestDevice.java 50 * <li> get command feedback from standard output
296 Log.d("uninstall get info ...");
323 Log.d("install get info ...");
565 * Get the build finger print.
570 return mInfoMap.get(BUILD_FINGERPRINT);
574 * Get the build tags.
579 return mInfoMap.get(BUILD_TAGS);
583 * Get build type.
588 return mInfoMap.get(BUILD_TYPE);
592 * Get the build model
    [all...]
  /bionic/libc/arch-sh/syscalls/
__llseek.S 11 /* get ready for additonal arg */

Completed in 90 milliseconds

<<11121314151617181920>>