/external/llvm/test/Analysis/CFLAliasAnalysis/ |
opaque-call-alias.ll | 9 ; CHECK: MayAlias: i8* %Arg, i8* %Retrieved 10 ; CHECK: MayAlias: i8* %Escapes, i8* %Retrieved 15 %Retrieved = call i8* @get_thepointer()
|
/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 | 10 \n\nA "NetworkInfo" object is retrieved from the ConnectivityManager, which contains information
|
/external/clang/test/Sema/ |
align-systemz.c | 6 // retrieved via __alignof__.
|
/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. -->
|
/libcore/ojluni/src/main/java/java/net/ |
SecureCacheResponse.java | 34 * Represents a cache response originally retrieved through secure 42 * retrieved the network resource. 50 * handshaking of the original connection that retrieved the 64 * retrieved the network resource, from cache. Note: This method 80 * retrieved the network resource. 96 * handshaking in the original connection that retrieved the
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
PasswordCallback.java | 103 * Set the retrieved password. 110 * @param password the retrieved password, which may be null. 119 * Get the retrieved password. 121 * <p> This method returns a copy of the retrieved password. 125 * @return the retrieved password, which may be null. 134 * Clear the retrieved password.
|
/external/skia/infra/bots/tools/luci-go/ |
README.md | 6 The binaries are retrieved from the following builders:
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
package.html | 14 codes are retrieved and the class object is constructed by the class
|
/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/dbus/test/name-test/ |
test-ids.c | 39 die ("No bus server ID retrieved\n"); 47 die ("No bus ID retrieved\n");
|
/external/llvm/unittests/Support/ |
CommandLineTest.cpp | 86 cl::Option *Retrieved = Map["test-option"]; 87 ASSERT_EQ(&TestOption, Retrieved) << "Retrieved wrong option."; 89 ASSERT_EQ(&cl::GeneralCategory,Retrieved->Category) << 92 Retrieved->setCategory(TestCategory); 93 ASSERT_EQ(&TestCategory,Retrieved->Category) << 96 Retrieved->setDescription(Description); 97 ASSERT_STREQ(Retrieved->HelpStr.data(), Description) 100 Retrieved->setArgStr(ArgString); 101 ASSERT_STREQ(ArgString, Retrieved->ArgStr.data() [all...] |
/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.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 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/dagger2/producers/src/main/java/dagger/producers/ |
Producer.java | 75 * System.out.println("Retrieved future"); 77 * System.out.println("Retrieved c"); 86 * Retrieved future 87 * Retrieved c
|
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
MultibinderBinding.java | 53 * retrieved from {@link Elements#getElements}. 64 * MultibinderBinding retrieved from {@link Elements#getElements}. 71 * work for MultibinderBindings retrieved from an injector and {@link Elements#getElements}. 72 * Usually this is only necessary if you are working with elements retrieved from modules (without
|
OptionalBinderBinding.java | 47 * called on an element retrieved from {@link Elements#getElements}. 57 * This will throw {@link UnsupportedOperationException} if it is called on an element retrieved 69 * will work for OptionalBinderBinding retrieved from an injector and 71 * retrieved from modules (without an Injector), otherwise {@link #getDefaultBinding} and
|
/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/util/concurrent/ |
CancellationException.java | 11 * such as a {@link FutureTask}, cannot be retrieved because the task
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
ConnectionTest.java | 235 final Bundle retrieved = connection.getExtras(); local 236 assertNotNull(retrieved); 262 final Bundle retrieved = connection.getExtras(); local 263 assertNotNull(retrieved); 290 final Bundle retrieved = connection.getExtras(); local 291 assertNotNull(retrieved); 292 assertFalse(retrieved.containsKey("test-extra-key")); 319 final Bundle retrieved = connection.getExtras(); local 320 assertNotNull(retrieved); 321 assertFalse(retrieved.containsKey("test-extra-key")) [all...] |
/development/samples/XmlAdapters/ |
_index.html | 4 retrieved from a 14 Contacts with a phone number are displayed, their photo being retrieved by a dedicated
|