Searched
full:getvalue (Results
1051 -
1075 of
10882) sorted by null
<<41424344454647484950>>
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
result.py | 87 output = sys.stdout.getvalue() 88 error = sys.stderr.getvalue() 167 output = sys.stdout.getvalue() 168 error = sys.stderr.getvalue()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_frozen.py | 33 self.assertEqual(stdout.getvalue(),
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
result.py | 87 output = sys.stdout.getvalue() 88 error = sys.stderr.getvalue() 167 output = sys.stdout.getvalue() 168 error = sys.stderr.getvalue()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_indent.py | 51 self.assertEqual(sio.getvalue(), expected)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_frozen.py | 33 self.assertEqual(stdout.getvalue(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
result.py | 87 output = sys.stdout.getvalue() 88 error = sys.stderr.getvalue() 167 output = sys.stdout.getvalue() 168 error = sys.stderr.getvalue()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_indent.py | 51 self.assertEqual(sio.getvalue(), expected)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_frozen.py | 33 self.assertEqual(stdout.getvalue(),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
result.py | 87 output = sys.stdout.getvalue() 88 error = sys.stderr.getvalue() 167 output = sys.stdout.getvalue() 168 error = sys.stderr.getvalue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLBooleanProperty.java | 61 public Object getValue() {
|
GLEnumProperty.java | 61 public Object getValue() {
|
GLFloatProperty.java | 50 public Object getValue() {
|
GLStringProperty.java | 49 public Object getValue() {
|
/system/nfc/utils/ |
config.cc | 146 ConfigValue& ConfigFile::getValue(const std::string& key) { 153 return getValue(key).getString(); 157 return getValue(key).getUnsigned(); 161 return getValue(key).getBytes();
|
/system/update_engine/common/ |
fake_prefs.cc | 65 return GetValue(key, value); 74 return GetValue(key, value); 83 return GetValue(key, value); 141 bool FakePrefs::GetValue(const string& key, T* value) const {
|
/system/update_engine/update_manager/ |
api_restricted_downloads_policy_impl.cc | 34 ec->GetValue(state->updater_provider()->var_update_restrictions());
|
enough_slots_ab_updates_policy_impl.cc | 29 ec->GetValue(state->system_provider()->var_num_slots());
|
interactive_update_policy_impl.cc | 31 ec->GetValue(updater_provider->var_forced_update_requested());
|
mock_variable.h | 34 MOCK_METHOD2_T(GetValue, const T*(base::TimeDelta, std::string*));
|
official_build_check_policy_impl.cc | 28 ec->GetValue(state->system_provider()->var_is_official_build());
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
SubPlan.java | 154 String includeString = attributes.getValue(INCLUDE_ATTR); 155 String excludeString = attributes.getValue(EXCLUDE_ATTR); 160 String abiString = attributes.getValue(ABI_ATTR); 161 String nameString = attributes.getValue(NAME_ATTR);
|
/test/suite_harness/tools/dex-tools/src/dex/structure/ |
DexEncodedValue.java | 37 Object getValue();
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
ShowProfilingOverviewServlet.java | 78 boolean hasBranchFilter = parameterMap.containsKey(FilterUtil.FilterKey.BRANCH.getValue()); 84 parameterMap, FilterUtil.FilterKey.BRANCH.getValue())); 90 boolean hasTargetFilter = parameterMap.containsKey(FilterUtil.FilterKey.TARGET.getValue()); 97 parameterMap, FilterUtil.FilterKey.TARGET.getValue())));
|
/test/vts/utils/python/io/ |
capture_printout.py | 38 self.extend(sys.stdout.getvalue().splitlines())
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
DumpsysPackageStatsItem.java | 38 appVersions.put(entry.getKey(), entry.getValue().toJson());
|
Completed in 482 milliseconds
<<41424344454647484950>>