HomeSort by relevance Sort by last modified time
    Searched full:people (Results 226 - 250 of 2725) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/
CONTRIBUTING.md 11 know that your code infringes on other people's patents. You don't have to sign
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 184 ArrayList<String> people = new ArrayList<>(); local
186 people.add(i + key);
188 return people;
  /packages/apps/Dialer/java/com/android/dialer/phonelookup/
phone_lookup_info.proto 99 // Best display name determined by people API if available, first display
115 // The primary key of the contact in people API.
120 CONTACT = 1; // the result is a saved contact in people API
  /external/ltp/doc/
nommu-notes.txt 7 for people who are not familiar with such systems.
83 Virtual memory allows people to do malloc(128MiB) and get back a buffer that
98 it is not a problem people hit.
137 Avoid declaring large buffers on the stack. Some people like to do things
150 increase the heap space via the C library, but a few people use these manually.
  /frameworks/base/core/java/android/app/
ListActivity.java 150 * // Query for all people contacts using the {@link android.provider.Contacts.People} convenience class.
153 * mCursor = this.getContentResolver().query(People.CONTENT_URI, null, null, null, null);
163 * new String[] {People.NAME, People.COMPANY}, // Array of cursor columns to bind to.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 44 * to people use natural gender, and inanimate objects are usually neutral.
48 * arbitrary, even for nouns referring to people ("M&#xE4;dchen", girl, is neutral).
78 * <li>For people, natural gender information should be maintained for each person.
79 * Keywords like "male", "female", "mixed" (for groups of people)
110 * allow for the names of several people to be inserted, the following sentence
111 * pattern can be used (with argument 0 the list of people's names,
112 * argument 1 the number of people, argument 2 their combined gender, and
  /external/icu/icu4c/source/i18n/unicode/
selfmt.h 59 * to people use natural gender, and inanimate objects are usually neutral.
63 * arbitrary, even for nouns referring to people ("M&#x00E4;dchen", girl, is neutral).
93 * <li>For people, natural gender information should be maintained for each person.
94 * Keywords like "male", "female", "mixed" (for groups of people)
125 * allow for the names of several people to be inserted, the following sentence
126 * pattern can be used (with argument 0 the list of people's names,
127 * argument 1 the number of people, argument 2 their combined gender, and
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 43 * to people use natural gender, and inanimate objects are usually neutral.
47 * arbitrary, even for nouns referring to people ("M&#xE4;dchen", girl, is neutral).
77 * <li>For people, natural gender information should be maintained for each person.
78 * Keywords like "male", "female", "mixed" (for groups of people)
109 * allow for the names of several people to be inserted, the following sentence
110 * pattern can be used (with argument 0 the list of people's names,
111 * argument 1 the number of people, argument 2 their combined gender, and
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/
commons-parent-11.pom 363 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
368 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
379 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
450 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/staged</url>
455 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/9/
commons-parent-9.pom 348 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
353 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
364 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
435 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
440 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    [all...]
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-parent/11/
commons-parent-11.pom 363 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
368 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
379 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
450 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/staged</url>
455 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    [all...]
  /external/llvm/docs/
Phabricator.rst 86 Choosing reviewers: You typically pick one or two people as initial reviewers.
88 them to participate. Many people will see the email notification on cfe-commits
94 * Use ``svn blame`` and the commit log to find names of people who have
97 * If you've discussed the change on a dev list, the people who participated
122 people prefer it over a web interface, we do not generate automated mail
141 This allows people reading the version history to see the review for
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 30 import android.provider.Contacts.People;
153 new Intent(Intent.ACTION_PICK, People.CONTENT_URI));
207 intent.setType(People.CONTENT_ITEM_TYPE);
354 final Uri legacyContentUri = Uri.parse("content://contacts/people");
384 final Uri legacyContentUri = Uri.parse("content://contacts/people");
455 final Uri legacyContentUri = Uri.parse("content://contacts/people");
  /external/iproute2/doc/actions/
ifb-README 9 As far as i know the reasons listed below is why people use IMQ.
23 comes in as the solution. What people did to achive this was stick
41 An example, to provide functionality that most people use IMQ for below:
  /external/squashfs-tools/
ACKNOWLEDGEMENTS 3 Thanks to everyone who have downloaded Squashfs. I appreciate people
123 "Ptwahyu" and "Hoan" (I have no full names and I don't like giving people's
125 I had already noticed this bug, it is useful to be informed by other people.
  /prebuilts/go/darwin-x86/src/cmd/link/
link_test.go 16 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ?prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.
26 Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse when Jarndyce and Jarndyce should be settled, has grown up, possessed himself of a real horse, and trotted away into the other world. Fair wards of court have faded into mothers and grandmothers; a long procession of Chancellors has come in and gone out; the legion of bills in the suit have been transformed into mere bills of mortality; there are not three Jarndyces left upon the earth perhaps, since old Tom Jarndyce in despair blew his brains out at a coffee-house in Chancery Lane; but Jarndyce and Jarndyce still drags its dreary length before the Court, perennially hopeless.`
  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 16 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ?prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.
26 Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse when Jarndyce and Jarndyce should be settled, has grown up, possessed himself of a real horse, and trotted away into the other world. Fair wards of court have faded into mothers and grandmothers; a long procession of Chancellors has come in and gone out; the legion of bills in the suit have been transformed into mere bills of mortality; there are not three Jarndyces left upon the earth perhaps, since old Tom Jarndyce in despair blew his brains out at a coffee-house in Chancery Lane; but Jarndyce and Jarndyce still drags its dreary length before the Court, perennially hopeless.`
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.pom 91 <url>scp://people.apache.org/www/commons.apache.org/compress/</url>
223 <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.pom 145 <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/exec/</url>
203 ${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.5.10/
slf4j-parent-1.5.10.pom 215 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
239 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
256 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.6.2/
slf4j-parent-1.6.2.pom 216 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
240 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
278 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenPlugin.groovy 91 // People get nervous when they see a task with no actions, so...
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 55 // people should subclass if they alter the tree type so this
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 41 // people should subclass if they alter the tree type so this
  /external/autotest/client/tests/aiostress/
aiostress.py 18 # ftp://ftp.suse.com/pub/people/mason/utils/aio-stress.c

Completed in 1772 milliseconds

1 2 3 4 5 6 7 8 91011>>