HomeSort by relevance Sort by last modified time
    Searched refs:createEntry (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java 84 writeEntry(TrackerEntry.createEntry(loc, distFromNetLoc));
91 writeEntry(TrackerEntry.createEntry(tag, logMsg));
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
TrackerListHelper.java 71 .createEntry(cursor));
TrackerEntry.java 95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) {
107 static TrackerEntry createEntry(String tag, String msg) {
208 static TrackerEntry createEntry(Cursor cursor) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 179 <E> Map.Entry<K, E> createEntry(@Nullable E value) {
188 entries.add(createEntry(value));
196 linkedEntries.add(createEntry(value));
211 linkedEntries.remove(createEntry(value));
233 linkedEntries.remove(createEntry(value));
245 linkedEntries.remove(createEntry(value));
LinkedListMultimap.java 893 private static <K, V> Entry<K, V> createEntry(final Node<K, V> node) {
948 return createEntry(nodes.next());
963 return createEntry(nodes.previous());
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 183 <E> Map.Entry<K, E> createEntry(@Nullable E value) {
192 entries.add(createEntry(value));
200 linkedEntries.add(createEntry(value));
215 linkedEntries.remove(createEntry(value));
237 linkedEntries.remove(createEntry(value));
249 linkedEntries.remove(createEntry(value));
LinkedListMultimap.java 897 private static <K, V> Entry<K, V> createEntry(final Node<K, V> node) {
952 return createEntry(nodes.next());
967 return createEntry(nodes.previous());
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsageBarPreference.java 54 mEntries.add(PercentageBarChart.createEntry(order, percentage, color));
PercentageBarChart.java 150 public static Entry createEntry(int order, float percentage, int color) {
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 69 indexList.push_back(createEntry(0, index));
86 indexList.push_back(createEntry(mi, index += SlotIndex::InstrDist));
94 indexList.push_back(createEntry(0, index += SlotIndex::InstrDist));
  /system/core/libcutils/
hashmap.c 166 static Entry* createEntry(void* key, int hash, void* value) {
199 *p = createEntry(key, hash, value);
262 *p = createEntry(key, hash, NULL);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 315 entry = createEntry(rospl, operator);
320 entry = createEntry(rospl, operator);
480 protected BasicPoolEntry createEntry(RouteSpecificPool rospl,
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 359 IndexListEntry* createEntry(MachineInstr *mi, unsigned index) {
598 indexList.insert(nextItr, createEntry(mi, newNumber));
648 endEntry = createEntry(0, 0);
651 startEntry = createEntry(0, 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 291 Node newNode=createEntry(document);
328 private Element createEntry(Document document) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 190 public Entry createEntry() {
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 232 roster.createEntry(entityJID, getIdentity().getName(), new String[]{});
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 470 * This implementation calls <code>createEntry()</code>, <code>addEntry()</code>
482 HashEntry<K, V> entry = createEntry(data[hashIndex], hashCode, key, value);
501 protected HashEntry<K, V> createEntry(HashEntry<K, V> next, int hashCode, K key, V value) {
    [all...]
AbstractReferenceMap.java 450 public HashEntry<K, V> createEntry(HashEntry<K, V> next, int hashCode, K key, V value) {
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 240 temp = null; // Pass temp = null to createEntry() to leave a tombstone
245 long time = createEntry(temp, tag, flags);
648 private synchronized long createEntry(File temp, String tag, int flags) throws IOException {
  /external/smack/src/org/jivesoftware/smack/
Roster.java 272 public void createEntry(String user, String name, String[] groups) throws XMPPException {
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 

Completed in 1338 milliseconds

1 2 3