OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:people
(Results
51 - 75
of
2725
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecmaps_hk.py
14
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
test_codecmaps_jp.py
31
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JP.TXT'
53
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JISX0213.TXT'
60
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecmaps_hk.py
14
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
test_codecmaps_jp.py
31
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JP.TXT'
53
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JISX0213.TXT'
60
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_hk.py
14
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
test_codecmaps_jp.py
31
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JP.TXT'
53
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JISX0213.TXT'
60
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_hk.py
14
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
test_codecmaps_jp.py
31
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JP.TXT'
53
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JISX0213.TXT'
60
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_codecmaps_jp.py
31
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JP.TXT'
53
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/EUC-JISX0213.TXT'
60
mapfileurl = 'http://
people
.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT'
/external/libpng/contrib/examples/
README.txt
16
people
named below. No other person or organization has made contributions to
20
The following
people
have contributed to the code in this directory. None
21
of the
people
below claim any rights with regard to the contents of this
/external/libpng/contrib/tools/
README.txt
18
people
named below. No other person or organization has made contributions to
22
The following
people
have contributed to the code in this directory. None
23
of the
people
below claim any rights with regard to the contents of this
/development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java
24
import android.provider.Contacts.
People
;
25
import android.provider.Contacts.
People
.Phones;
44
* Returns a Pick Contact intent using the pre-Eclair "
people
" URI.
48
return new Intent(Intent.ACTION_PICK,
People
.CONTENT_URI);
58
new String[]{
People
.DISPLAY_NAME}, null, null, null);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java
24
import android.provider.Contacts.
People
;
46
// Get a cursor with all
people
47
Cursor c = getContentResolver().query(
People
.CONTENT_URI, null, null, null, null);
55
// Map the NAME column in the
people
database to...
56
new String[] {
People
.NAME} ,
/frameworks/base/core/java/android/content/
UriMatcher.java
30
private static final int
PEOPLE
= 1;
54
sURIMatcher.addURI("contacts", "
people
",
PEOPLE
);
55
sURIMatcher.addURI("contacts", "
people
/#", PEOPLE_ID);
56
sURIMatcher.addURI("contacts", "
people
/#/phones", PEOPLE_PHONES);
57
sURIMatcher.addURI("contacts", "
people
/#/phones/#", PEOPLE_PHONES_ID);
58
sURIMatcher.addURI("contacts", "
people
/#/contact_methods", PEOPLE_CONTACTMETHODS);
59
sURIMatcher.addURI("contacts", "
people
/#/contact_methods/#", PEOPLE_CONTACTMETHODS_ID);
74
sURIMatcher.addURI("contacts", "/
people
",
PEOPLE
);
[
all
...]
/prebuilts/go/darwin-x86/src/compress/testdata/
gettysburg.txt
26
birth of freedom - and that government of the
people
, by the
27
people
, for the
people
, shall not perish from this earth.
/prebuilts/go/linux-x86/src/compress/testdata/
gettysburg.txt
26
birth of freedom - and that government of the
people
, by the
27
people
, for the
people
, shall not perish from this earth.
/external/python/cpython2/Doc/includes/sqlite3/
execsql_fetchonerow.py
6
SELECT = "select name_last, age from
people
order by age, name_last"
/external/python/cpython3/Doc/includes/sqlite3/
execsql_fetchonerow.py
6
SELECT = "select name_last, age from
people
order by age, name_last"
/external/tensorflow/
ADOPTERS.md
3
This page contains a list of
people
and organizations who are using TensorFlow. If you'd like to be included
/external/valgrind/none/tests/
ansi.c
1
/* It's possible that
people
#include valgrind.h in files compiled with
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
LoaderCursorSupport.java
22
import android.provider.Contacts.
People
;
84
new String[] {
People
.DISPLAY_NAME },
147
People
._ID,
148
People
.DISPLAY_NAME,
159
baseUri = Uri.withAppendedPath(
People
.CONTENT_FILTER_URI, Uri.encode(mCurFilter));
161
baseUri =
People
.CONTENT_URI;
166
String select = "((" +
People
.DISPLAY_NAME + " NOTNULL) AND ("
167
+
People
.DISPLAY_NAME + " != '' ))";
170
People
.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
LoaderRetainedSupport.java
22
import android.provider.Contacts.
People
;
87
new String[] {
People
.DISPLAY_NAME },
141
People
._ID,
142
People
.DISPLAY_NAME,
153
baseUri = Uri.withAppendedPath(
People
.CONTENT_FILTER_URI, Uri.encode(mCurFilter));
155
baseUri =
People
.CONTENT_URI;
160
String select = "((" +
People
.DISPLAY_NAME + " NOTNULL) AND ("
161
+
People
.DISPLAY_NAME + " != '' ))";
164
People
.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
/libcore/
OWNERS
4
#
People
who can approve changes for submission; don't send review emails to them
/packages/apps/Dialer/java/com/android/dialer/logging/
contact_lookup_result.proto
34
// Phone number was identified via the places part of the
People
API.
37
// Phone number was identified via the profile part of the
People
API.
53
// via the places part of the
People
API.
57
// via the profile part of the
People
API.
/packages/apps/Settings/
OWNERS
4
#
People
who can approve changes for submission
Completed in 1851 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>