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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/project-properties/jni/
Android.mk 8 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFORM))
13 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties but auto-adjusted: $(TARGET_PLATFORM))
  /development/samples/browseable/BasicNetworking/
_index.jd 9 \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
  /external/chromium_org/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 <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/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 <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/content/test/data/npapi/
geturl.html 16 callbacks are expected and that the retrieved content is correct.
  /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_org/content/public/common/
security_style.h 21 // not be determined, either because it was retrieved using an unauthenticated
22 // protocol, such as HTTP or FTP, or it was retrieved using a protocol that
31 // SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this
  /external/llvm/unittests/Support/
CommandLineTest.cpp 85 cl::Option *Retrieved = Map["test-option"];
86 ASSERT_EQ(&TestOption, Retrieved) << "Retrieved wrong option.";
88 ASSERT_EQ(&cl::GeneralCategory,Retrieved->Category) <<
91 Retrieved->setCategory(TestCategory);
92 ASSERT_EQ(&TestCategory,Retrieved->Category) <<
95 Retrieved->setDescription(Description);
96 ASSERT_STREQ(Retrieved->HelpStr, Description) <<
99 Retrieved->setArgStr(ArgString);
100 ASSERT_STREQ(ArgString, Retrieved->ArgStr) <
    [all...]
  /external/chromium_org/content/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
  /external/chromium_org/third_party/WebKit/Source/web/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/chromium_org/third_party/libaddressinput/src/cpp/src/
retriever.h 37 // const scoped_ptr<const Retriever::Callback> retrieved(
39 // retriever.Retrieve("data/CA/AB--fr", *retrieved);
49 // Retrieves the data for |key| and invokes the |retrieved| callback. Checks
56 void Retrieve(const std::string& key, const Callback& retrieved) const;
  /external/chromium_org/tools/telemetry/third_party/davclient/
README.chromium 5 Date: Undated, retrieved Dec 14, 2012
  /external/openssl/crypto/threads/
README 12 The Linux pthreads package can be retrieved from
  /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",
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppDetailsDelegate.java 12 * Class to inform when the app's details have been retrieved.
24 * retrieved, the observer is alerted.
  /external/chromium_org/cloud_print/common/win/
install_utils.h 38 // Returns install location retrieved from control panel uninstall key.
41 // Returns install location retrieved from control panel uninstall key.
  /external/chromium_org/ppapi/api/dev/
ppb_printing_dev.idl 31 * <code>PP_OK</code> when the settings have been retrieved successfully.
36 * <code>print_settings</code> have been retrieved.
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
dmx.h 37 /* (to be retrieved via the read command).*/
39 /* (to be retrieved by reading from the */
41 DMX_OUT_TSDEMUX_TAP /* Like TS_TAP but retrieved from the DMX device */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
dmx.h 37 /* (to be retrieved via the read command).*/
39 /* (to be retrieved by reading from the */
41 DMX_OUT_TSDEMUX_TAP /* Like TS_TAP but retrieved from the DMX device */
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 15 * the text is retrieved by calling a native
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
extension_infobar_controller.h 20 // The native extension view retrieved from the extension host. Weak.
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_delegate.h 28 // Called when the Google Wallet cookie value has been retrieved.

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>