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

1 2 3 4 5 6

  /external/icu/icu4c/source/tools/ctestfw/unicode/
testdata.h 15 #include "unicode/datamap.h"
28 * DataMap *settings = NULL;
29 * DataMap *cases = NULL;
42 DataMap *fInfo;
43 DataMap *fCurrSettings;
44 DataMap *fCurrCase;
57 /** Get a pointer to an object owned DataMap that contains more information on this
60 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
62 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
65 * DataMap is owned by the object and should not be deleted.
    [all...]
tstdtmod.h 18 #include "unicode/datamap.h"
27 class DataMap;
39 DataMap *fInfo;
61 /** Get a pointer to an object owned DataMap that contains more information on this module
65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
67 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
93 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
datamap.h 27 class T_CTEST_EXPORT_API DataMap {
29 virtual ~DataMap();
32 DataMap();
37 /** get the string from the DataMap. Addressed by name
43 /** get the string from the DataMap. Addressed by name
84 /** get an array of strings from the DataMap. Addressed by name.
91 /** get an array of integers from the DataMap. Addressed by name.
103 class T_CTEST_EXPORT_API RBDataMap : public DataMap{
  /external/icu/icu4c/source/test/intltest/
dadrfmt.h 27 class DataMap;
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
42 // void testOps(TestData *testData, const DataMap *settings);
dadrcal.h 27 class DataMap;
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
42 void testOps(TestData *testData, const DataMap *settings);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestDataModule.java 25 public DataMap getInfo();
71 public DataMap getInfo();
73 * @return Iterator<DataMap>
77 * @return Iterator<DataMap>
89 public interface DataMap {
ModuleTest.java 13 import com.ibm.icu.dev.test.TestDataModule.DataMap;
110 DataMap info = moduleInfo();
123 DataMap info = testInfo();
150 private DataMap moduleInfo() {
158 private DataMap testInfo() {
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
37 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
43 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
49 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
55 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
97 * Callback interface to perform an action with the current config {@link DataMap} for
102 * Callback invoked with the current config {@link DataMap} for
105 void onConfigDataMapFetched(DataMap config);
113 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
117 * receives an empty DataMap
    [all...]
DigitalWatchFaceConfigListenerService.java 24 import com.google.android.gms.wearable.DataMap;
49 DataMap configKeysToOverwrite = DataMap.fromByteArray(rawData);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
37 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
43 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
49 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
55 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
97 * Callback interface to perform an action with the current config {@link DataMap} for
102 * Callback invoked with the current config {@link DataMap} for
105 void onConfigDataMapFetched(DataMap config);
113 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
117 * receives an empty DataMap
    [all...]
DigitalWatchFaceConfigListenerService.java 24 import com.google.android.gms.wearable.DataMap;
49 DataMap configKeysToOverwrite = DataMap.fromByteArray(rawData);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
37 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
43 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
49 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
55 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
97 * Callback interface to perform an action with the current config {@link DataMap} for
102 * Callback invoked with the current config {@link DataMap} for
105 void onConfigDataMapFetched(DataMap config);
113 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
117 * receives an empty DataMap
    [all...]
DigitalWatchFaceConfigListenerService.java 24 import com.google.android.gms.wearable.DataMap;
49 DataMap configKeysToOverwrite = DataMap.fromByteArray(rawData);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 14 import com.ibm.icu.dev.test.TestDataModule.DataMap;
42 DataMap settings = (DataMap) siter.next();
113 private void testConvert(TestDataModule.TestData testData, DataMap settings, boolean forward) {
125 DataMap currentCase = (DataMap) iter.next();
157 private void testOps(TestDataModule.TestData testData, DataMap settings) {
170 DataMap currentCase = (DataMap) iter.next();
  /external/icu/icu4c/source/tools/ctestfw/
testdata.cpp 91 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const
102 UBool RBTestData::nextSettings(const DataMap *& settings, UErrorCode &status)
123 UBool RBTestData::nextCase(const DataMap *& nextCase, UErrorCode &status)
datamap.cpp 9 #include "unicode/datamap.h"
14 DataMap::~DataMap() {}
15 DataMap::DataMap() {}
18 DataMap::utoi(const UnicodeString &s) const
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 35 import com.google.android.gms.wearable.DataMap;
62 ArrayList<DataMap> attractionsData =
79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) {
101 DataMap attraction = attractions.get(0);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 35 import com.google.android.gms.wearable.DataMap;
62 ArrayList<DataMap> attractionsData =
79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) {
101 DataMap attraction = attractions.get(0);
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
ListenerService.java 35 import com.google.android.gms.wearable.DataMap;
62 ArrayList<DataMap> attractionsData =
79 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) {
101 DataMap attraction = attractions.get(0);
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 38 import com.google.android.gms.wearable.DataMap;
114 DataMap config = dataMapItem.getDataMap();
154 * @param config the {@code DigitalWatchFaceService} config {@link DataMap}. If null, the
157 private void setUpAllPickers(DataMap config) {
170 private void setUpColorPickerSelection(int spinnerId, final String configKey, DataMap config,
206 DataMap config = new DataMap();
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 38 import com.google.android.gms.wearable.DataMap;
114 DataMap config = dataMapItem.getDataMap();
154 * @param config the {@code DigitalWatchFaceService} config {@link DataMap}. If null, the
157 private void setUpAllPickers(DataMap config) {
170 private void setUpColorPickerSelection(int spinnerId, final String configKey, DataMap config,
206 DataMap config = new DataMap();
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DigitalWatchFaceCompanionConfigActivity.java 38 import com.google.android.gms.wearable.DataMap;
114 DataMap config = dataMapItem.getDataMap();
154 * @param config the {@code DigitalWatchFaceService} config {@link DataMap}. If null, the
157 private void setUpAllPickers(DataMap config) {
170 private void setUpColorPickerSelection(int spinnerId, final String configKey, DataMap config,
206 DataMap config = new DataMap();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 16 import com.ibm.icu.dev.test.TestDataModule.DataMap;
47 DataMap settings = (DataMap) siter.next();
73 private void testConvertDate(TestDataModule.TestData testData, DataMap settings, boolean fmt) {
80 DataMap currentCase = (DataMap) iter.next();
  /developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/java/com/example/android/wearable/findphone/
SoundAlarmListenerService.java 27 import com.google.android.gms.wearable.DataMap;
75 DataMap.fromByteArray(event.getDataItem().getData()).get(FIELD_ALARM_ON);
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 27 import com.google.android.gms.wearable.DataMap;
79 alarmOn = DataMap.fromByteArray(result.get(0).getData())

Completed in 753 milliseconds

1 2 3 4 5 6