/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
MANIFEST.MF | 50 Export-Package: com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests", 51 com.android.ide.eclipse.adt.editors.layout.gscripts;x-friends:="com.android.ide.eclipse.tests", 52 com.android.ide.eclipse.adt.internal;x-friends:="com.android.ide.eclipse.tests", 53 com.android.ide.eclipse.adt.internal.actions;x-friends:="com.android.ide.eclipse.tests", 54 com.android.ide.eclipse.adt.internal.build;x-friends:="com.android.ide.eclipse.tests", 55 com.android.ide.eclipse.adt.internal.editors;x-friends:="com.android.ide.eclipse.tests", 56 com.android.ide.eclipse.adt.internal.editors.descriptors;x-friends:="com.android.ide.eclipse.tests", 57 com.android.ide.eclipse.adt.internal.editors.export;x-friends:="com.android.ide.eclipse.tests", 58 com.android.ide.eclipse.adt.internal.editors.layout;x-friends:="com.android.ide.eclipse.tests", 59 com.android.ide.eclipse.adt.internal.editors.layout.configuration;x-friends:="com.android.ide.eclipse.tests" [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
view_friends.html | 7 {{user}}'s friends 9 {% for friend in friends %}
|
users.html | 13 </td><td> <a href="/user_friends?user={{ user.handle }}">Friends</a> </td>
|
/external/jsr305/ |
README.android | 4 Description: "Annotations for Software Defect Detection." ie. @Nullable and friends
|
/development/samples/SkeletonApp/res/values/ |
colors.xml | 19 and friends), we are also using it to define drawables that are 23 <!-- Retrieved via Resources.getColor() and friends. --> 26 <!-- Retrieved via Resources.getDrawable() and friends. -->
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
main.py | 24 FriendData: Stores information about user's friends. 76 friends = datastore.UserFriends.get_friends(self.username) 77 if friends: 78 for friend in friends: 112 friends = datastore.UserFriends.get_friends(self.username) 113 if friends: 114 for friend in friends: 137 """Holds data for user's friends.
|
dashboard.py | 116 viewing user's friends and adding new users.""" 169 """Represents django form for entering user's friends.""" 177 """Inserts user's new friends. GET shows a blank form, POST processes it.""" 224 """Lists all friends for a user. In addition displays links for removing 225 friends and adding new friends.""" 232 friends = query.fetch(50) 234 'friends': friends,
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
datastore.py | 17 """Represents user's contact information, friends and credentials.""" 91 friends = query.fetch(50) 92 return friends
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 240 // Extract friends data in json format. 241 final JSONArray friends = new JSONArray(response); local 243 for (int i = 0; i < friends.length(); i++) { 244 friendList.add(User.valueOf(friends.getJSONObject(i))); 261 * Fetches status messages for the user's friends from the server 289 // Extract friends data in json format.
|
/external/srec/config/en.us/grammars/ |
lookup.grxml | 101 <item> friends <tag>P='friends'</tag> </item>
|
/external/chromium/base/ |
safe_strerror_posix.h | 10 // BEFORE using anything from this file, first look at PLOG and friends in
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/chromium/testing/gtest/include/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/gtest/include/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/kernel-headers/original/linux/ |
vmalloc.h | 10 #define VM_IOREMAP 0x00000001 /* ioremap() and friends */
|
/external/protobuf/gtest/include/gtest/ |
gtest_prod.h | 38 // use the FRIEND_TEST macro to declare your tests as friends of the
|
/external/ipsec-tools/src/racoon/ |
evt.h | 64 #define EVTT_PEERPH1_NOPROP 14 /* NO_PROPOSAL_CHOSEN & friends */
|
/external/v8/src/ |
apiutils.h | 56 // Introduce an alias for the handle scope data to allow non-friends
|
/external/webkit/WebCore/platform/graphics/chromium/ |
UniscribeHelperTextRun.cpp | 103 // condition. primaryFont is not stored in hfonts_, and friends so that 105 // other. That is, when fully populated, hfonts_ and friends have one font
|
UniscribeHelperTextRun.h | 67 // WebKit and adds them to in hfonts_ and friends so that font data can be
|
/development/simulator/app/ |
Shmem.h | 29 * the shmid with your friends, in Win32 you can use a string, but we're
|
/external/protobuf/gtest/ |
CHANGES | 13 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 148 "No more shall cut his master. Therefore, friends," + 216 "Of thousand friends; then in a moment, see" + 286 "bargains, cooled my friends, heated mine" +
|
List6.java | 162 "No more shall cut his master. Therefore, friends," + 230 "Of thousand friends; then in a moment, see" + 300 "bargains, cooled my friends, heated mine" +
|
/external/kernel-headers/original/asm-arm/ |
io.h | 18 * 18-Jun-2000 RMK Removed virt_to_* and friends definitions 229 * ioremap and friends.
|