HomeSort by relevance Sort by last modified time
    Searched full:retrieved (Results 1 - 25 of 1102) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/project-properties/jni/
Android.mk 6 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFORM))
  /external/webkit/LayoutTests/fast/dom/NodeList/
nodelist-item-with-name-expected.txt 1 This tests that items in a NodeList can be retrieved directly by name.
nodelist-item-with-name.html 14 description('This tests that items in a NodeList can be retrieved directly by name.');
22 // Also check that the correct divs were retrieved.
nodelist-item-call-as-function-expected.txt 1 This tests that items in a NodeList can be retrieved directly by calling as a function with an integral index parameter, starting from 0.
nodelist-item-with-index-expected.txt 1 This tests that items in a NodeList can be retrieved by index.
  /external/webkit/LayoutTests/fast/dom/NodeList/script-tests/
nodelist-item-call-as-function.js 1 description('This tests that items in a NodeList can be retrieved directly by calling as a function with an integral index parameter, starting from 0.<br>It means NodeList[0] and NodeList(0) both work.');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no &lt;fullcount&gt; node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no &lt;fullcount&gt; node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/
PREBUILT 1 The contents of the the org.eclipse.releng.basebuilder were retrieved as follows:
  /development/samples/SkeletonApp/res/values/
colors.xml 18 addition to plain color resources (retrieved via Resources.getColor()
23 <!-- Retrieved via Resources.getColor() and friends. -->
26 <!-- Retrieved via Resources.getDrawable() and friends. -->
  /external/chromium/chrome/common/
security_style.h 20 // not be determined, either because it was retrieved using an unauthenticated
21 // protocol, such as HTTP or FTP, or it was retrieved using a protocol that
30 // SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this
  /external/chromium/chrome/browser/download/
save_types.h 26 // This type indicates the save item needs to be retrieved from the network.
28 // This type indicates the save item needs to be retrieved from serializing
31 // This type indicates the save item needs to be retrieved from local file
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 32 * retrieved
47 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved.
62 * @param pTimeMS (IN/OUT)Time stamp at which thumbnail is retrieved.
  /external/chromium/net/proxy/
proxy_resolver_request_context.h 16 // data that can be retrieved by the bindings.
  /external/openssl/crypto/threads/
README 12 The Linux pthreads package can be retrieved from
  /external/webkit/Source/WebKit/chromium/tests/data/pageserialization/
simple_page.html 8 <!-- Style sheet links should be retrieved -->
10 <!-- Other link should NOT be retrieved -->
12 <!-- Scripts should be retrieved -->
16 <!-- Images are always retrieved -->
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
package.html 10 <p>XMPProperty and XMPPropertyInfo are used to report properties when they are retrieved by get-methods or by the iterator.
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 18 printf("Retrieved cpu_count=%d, features=%08llx\n",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 216 * return value can be retrieved by getValueString() method length of data in pdu can be
217 * retrieved by getDecodedDataLength() method
239 * return value can be retrieved by getValueString() method
240 * length of data in pdu can be retrieved by getDecodedDataLength() method
259 * return value can be retrieved by getValue32() method
260 * length of data in pdu can be retrieved by getDecodedDataLength() method
277 * return value can be retrieved by getValue32() method
278 * length of data in pdu can be retrieved by getDecodedDataLength() method
300 * return value can be retrieved by getValue32() method
301 * length of data in pdu can be retrieved by getDecodedDataLength() metho
    [all...]
  /external/webkit/Source/WebKit/chromium/public/android/
WebDOMTextContentWalker.h 47 // The maximum length of the contents retrieved by the walker is defined by maxLength.
51 // The maximum length of the contents retrieved by the walker is defined by maxLength.
54 // Text content retrieved by the walker.
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 15 * the text is retrieved by calling a native
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.h 22 // The native extension view retrieved from the extension host. Weak.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_GetProcAddress.3 11 Returns the address of the GL function \fBproc\fR, or \fBNULL\fR if the function is not found\&. If the GL library is loaded at runtime, with \fI\fBSDL_GL_LoadLibrary\fP\fR, then \fIall\fP GL functions must be retrieved this way\&. Usually this is used to retrieve function pointers to OpenGL extensions\&.
  /frameworks/base/core/java/android/widget/
WrapperListAdapter.java 20 * List adapter that wraps another list adapter. The wrapped adapter can be retrieved
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 24 * A secure cache response represents data which is originally retrieved over a
47 * Gets the local certificate chain. When the original connection retrieved
60 * connection retrieved network resource. This method can only be invoked
72 * Gets the server's principle. When the original connection retrieved

Completed in 1283 milliseconds

1 2 3 4 5 6 7 8 91011>>