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

1 2 3

  /external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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);
dadrfmt.cpp 47 const DataMap *info= NULL;
92 const DataMap * /* settings */, UBool fmt) {
107 const DataMap *currentCase= NULL;
312 const DataMap *settings= NULL;
  /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/chromium_org/base/
supports_user_data.cc 16 DataMap::const_iterator found = user_data_.find(key);
38 DataMap local_user_data;
supports_user_data.h 49 typedef std::map<const void*, linked_ptr<Data> > DataMap;
52 DataMap user_data_;
  /external/chromium_org/third_party/icu/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
  /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/samples/android/wearable/wear/FindMyPhone/Application/src/main/java/com/example/android/findphone/
SoundAlarmListenerService.java 27 import com.google.android.gms.wearable.DataMap;
75 DataMap.fromByteArray(event.getDataItem().getData()).get(FIELD_ALARM_ON);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/
FindPhoneService.java 27 import com.google.android.gms.wearable.DataMap;
78 alarmOn = DataMap.fromByteArray(result.get(0).getData())
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/
DeleteQuestionService.java 28 import com.google.android.gms.wearable.DataMap;
76 DataMap dataMap = putDataMapRequest.getDataMap();
77 dataMap.putBoolean(QUESTION_WAS_DELETED, true);
UpdateQuestionService.java 29 import com.google.android.gms.wearable.DataMap;
81 DataMap dataMap = putDataMapRequest.getDataMap();
86 dataMap.putInt(QUESTION_INDEX, questionIndex);
87 dataMap.putBoolean(CHOSEN_ANSWER_CORRECT, chosenAnswerCorrect);
88 dataMap.putBoolean(QUESTION_WAS_ANSWERED, true);
  /development/samples/wearable/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);
  /development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 27 import com.google.android.gms.wearable.DataMap;
78 alarmOn = DataMap.fromByteArray(result.get(0).getData())
  /development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DeleteQuestionService.java 28 import com.google.android.gms.wearable.DataMap;
76 DataMap dataMap = putDataMapRequest.getDataMap();
77 dataMap.putBoolean(QUESTION_WAS_DELETED, true);
UpdateQuestionService.java 29 import com.google.android.gms.wearable.DataMap;
81 DataMap dataMap = putDataMapRequest.getDataMap();
86 dataMap.putInt(QUESTION_INDEX, questionIndex);
87 dataMap.putBoolean(CHOSEN_ANSWER_CORRECT, chosenAnswerCorrect);
88 dataMap.putBoolean(QUESTION_WAS_ANSWERED, true);

Completed in 212 milliseconds

1 2 3