OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friends
(Results
1 - 25
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/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>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
MANIFEST.MF
51
Export-Package: com.android.ide.eclipse.adt;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.layout;x-
friends
:="com.android.ide.eclipse.tests",
58
com.android.ide.eclipse.adt.internal.editors.layout.configuration;x-
friends
:="com.android.ide.eclipse.tests",
59
com.android.ide.eclipse.adt.internal.editors.layout.descriptors;x-
friends
:="com.android.ide.eclipse.tests",
60
com.android.ide.eclipse.adt.internal.editors.layout.gle1;x-
friends
:="com.android.ide.eclipse.tests"
[
all
...]
/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/opencore/doc/oscl_html/
classOsclGetHostByNameRequest.html
22
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
25
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclExecSchedulerBase.html
22
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
30
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclFileHandle.html
20
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
114
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclMemGlobalAuditObject.html
20
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
75
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclTLSRegistry.html
19
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
105
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclTrapItem.html
19
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
91
<hr><h2>
Friends
And Related Function Documentation</h2>
classOsclTrapStack.html
16
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
24
<hr><h2>
Friends
And Related Function Documentation</h2>
classPVActiveStats.html
16
<tr><td colspan=2><br><h2>
Friends
</h2></td></tr>
27
<hr><h2>
Friends
And Related Function Documentation</h2>
/external/srec/config/en.us/grammars/
lookup.grxml
101
<item>
friends
<tag>P='
friends
'</tag> </item>
/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/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
Completed in 341 milliseconds
1
2
3
4
5
6
7
8
9