/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbMessage.java | 51 public void set(int command, int arg0, int arg1, byte[] data) { method in class:AdbMessage 63 public void set(int command, int arg0, int arg1) { method in class:AdbMessage 64 set(command, arg0, arg1, (byte[])null); method 66 public void set(int command, int arg0, int arg1, String data) { method in class:AdbMessage 69 set(command, arg0, arg1, data.getBytes()); method
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
VaultProviderTest.java | 92 final HashSet<String> set = new HashSet<String>(); local 94 set.add(c.getString(c.getColumnIndex(Document.COLUMN_DISPLAY_NAME))); 98 assertTrue(doc, set.contains(doc));
|
/external/apache-http/src/org/apache/http/message/ |
HeaderGroup.java | 43 * A class for combining a set of headers. 109 this.headers.set(i, header); 121 * @param headers the headers to set
|
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_eng.c | 374 BOOLEAN set = TRUE; local 383 set = FALSE; 385 return set;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509CRLEntryObject.java | 10 import java.util.Set; 80 Set extns = getCriticalExtensionOIDs(); 132 private Set getExtensionOIDs(boolean critical) 138 Set set = new HashSet(); local 148 set.add(oid.getId()); 152 return set; 158 public Set getCriticalExtensionOIDs() 163 public Set getNonCriticalExtensionOIDs()
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
WebViewFindApisTestBase.java | 80 if (isDoneCounting) set(numberOfMatches); 108 if (isDoneCounting) set(activeMatchOrdinal); 155 protected void set(int value) { method in class:WebViewFindApisTestBase.IntegerFuture
|
/external/chromium_org/base/containers/ |
scoped_ptr_hash_map.h | 45 std::pair<iterator, bool> set(Key key, scoped_ptr<Value> data) { function in class:base::ScopedPtrHashMap
|
/external/chromium_org/cc/resources/ |
layer_quad.h | 35 void set(float x, float y, float z) { function in class:cc::LayerQuad::Edge
|
prioritized_tile_set_unittest.cc | 92 // Creating an iterator to an empty set should work (but create iterator that 95 PrioritizedTileSet set; local 97 PrioritizedTileSet::Iterator it(&set, true); 102 PrioritizedTileSet set; local 104 set.InsertTile(tile, NOW_BIN); 106 PrioritizedTileSet::Iterator it(&set, true); 116 PrioritizedTileSet set; local 130 set.InsertTile(tile, NOW_AND_READY_TO_DRAW_BIN); 136 for (PrioritizedTileSet::Iterator it(&set, true); 148 PrioritizedTileSet set; local 182 PrioritizedTileSet set; local 217 PrioritizedTileSet set; local 248 PrioritizedTileSet set; local 282 PrioritizedTileSet set; local 316 PrioritizedTileSet set; local 350 PrioritizedTileSet set; local 393 PrioritizedTileSet set; local 439 PrioritizedTileSet set; local 550 PrioritizedTileSet set; local 647 PrioritizedTileSet set; local 669 PrioritizedTileSet set; local [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
DateDialogNormalizer.java | 40 // previously set into account. 50 result.set(cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), cal.get(Calendar.DAY_OF_MONTH), 63 calendar.set(year, month, day, hour, minute, 0);
|
WeekPicker.java | 39 date.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY); 40 date.set(Calendar.YEAR, year); 41 date.set(Calendar.WEEK_OF_YEAR, week);
|
/external/chromium_org/net/quic/ |
quic_config.cc | 28 void QuicNegotiableUint32::set(uint32 max, uint32 default_value) { function in class:net::QuicNegotiableUint32 121 void QuicNegotiableTag::set(const QuicTagVector& possible, function in class:net::QuicNegotiableTag 237 server_initial_congestion_window_.set(kMaxInitialWindow, 246 congestion_control_.set(congestion_control, default_congestion_control); 256 idle_connection_state_lifetime_seconds_.set( 273 max_streams_per_connection_.set(max_streams, default_streams); 291 server_initial_congestion_window_.set(max_initial_window, 301 initial_round_trip_time_us_.set(max_rtt, default_rtt); 326 congestion_control_.set(congestion_control, kQBIC); 327 idle_connection_state_lifetime_seconds_.set(kDefaultTimeoutSecs [all...] |
/external/chromium_org/sync/notifier/ |
unacked_invalidation_set.cc | 38 SingleObjectInvalidationSet set; local 39 set.Insert(invalidation); 40 AddSet(set); 57 // Copy the invalidation and set the copy's ack_handler. 131 value->Set(kInvalidationListKey, list_value.release()); 157 // Earlier versions of this class did not set this field, so we don't treat
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaList.cpp | 80 bool MediaQuerySet::set(const String& mediaString) function in class:WebCore::MediaQuerySet 184 m_mediaQueries->set(value);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestResult.cpp | 471 NodeSet& set = mutableRectBasedTestResult(); local 473 set.add(it->get());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
RasterShape.cpp | 40 void set(int y, const IntShapeInterval&); 61 void MarginIntervalGenerator::set(int y, const IntShapeInterval& interval) function in class:WebCore::MarginIntervalGenerator 91 resultInterval.set(std::min(resultInterval.x1(), interval.x1()), std::max(resultInterval.x2(), interval.x2())); 232 marginIntervalGenerator.set(y, intervalAtY);
|
ShapeInterval.h | 65 void set(T x1, T x2) function in class:WebCore::ShapeInterval
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatPoint.h | 73 void set(float x, float y) function in class:WebCore::FloatPoint
|
FloatPoint3D.h | 68 void set(float x, float y, float z) function in class:WebCore::FloatPoint3D
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
CppVariant.cpp | 46 // Note that Set() performs a deep copy, which is necessary to safely 51 set(original); 58 set(original); 123 // Nothing to set. 132 void CppVariant::set(const NPVariant& newValue) function in class:WebTestRunner::CppVariant 137 set(newValue.value.boolValue); 140 set(newValue.value.intValue); 143 set(newValue.value.doubleValue); 146 set(newValue.value.stringValue); 153 set(newValue.value.objectValue) 164 void CppVariant::set(bool newValue) function in class:WebTestRunner::CppVariant 171 void CppVariant::set(int32_t newValue) function in class:WebTestRunner::CppVariant 178 void CppVariant::set(double newValue) function in class:WebTestRunner::CppVariant 186 void CppVariant::set(const char* newValue) function in class:WebTestRunner::CppVariant 195 void CppVariant::set(const string& newValue) function in class:WebTestRunner::CppVariant 204 void CppVariant::set(const NPString& newValue) function in class:WebTestRunner::CppVariant 211 void CppVariant::set(NPObject* newValue) function in class:WebTestRunner::CppVariant [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCPageMap.h | 79 // yet set. 88 void set(Number k, void* v) { function in class:TCMalloc_PageMap1 127 void set(Number k, void* v) { function in class:TCMalloc_PageMap2 228 void set(Number k, void* v) { function in class:TCMalloc_PageMap3
|
ThreadSpecific.h | 68 bool isSet(); // Useful as a fast check to see if this thread has set this value. 85 void set(T*); 151 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific 209 inline void ThreadSpecific<T>::set(T* ptr) function in class:WTF::ThreadSpecific 260 // Set up thread-specific value's memory pointer before invoking constructor, in case any function it calls 263 set(ptr);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
results.py | 5 from coverage.backward import set, sorted # pylint: disable=W0622 namespace 35 self.missing = sorted(set(self.statements) - set(exec1)) 49 self.no_branch = set() 126 branch_lines = set(self.branch_lines()) 179 """Set the number of decimal places used to report percentages."""
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 31 * and time for which its calculations are performed. You can set and 96 void set(double lat, double lon) { function in class:CalendarAstronomer::Ecliptic 163 void set(double asc, double dec) { function in class:CalendarAstronomer::Equatorial 237 void set(double alt, double azim) { function in class:CalendarAstronomer::Horizon 303 * latitude and longitude. The object's time is set to the current 328 * Set the current date and time of this <code>CalendarAstronomer</code> object. All 342 * Set the current date and time of this <code>CalendarAstronomer</code> object. All 354 * Set the current date and time of this <code>CalendarAstronomer</code> object. All 535 * this calendar is currently set. 537 * NOTE: This method only works well if this object is set to 590 void set(double l) { value = l; } function in class:CalendarAstronomer::MoonAge [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
canittst.cpp | 146 Hashtable *set = new Hashtable(FALSE, status); local 147 set->setValueDeleter(uhash_deleteUnicodeString); 155 set->removeAll(); 162 set->put(result, new UnicodeString(result), status); // Add result to the table 166 expectEqual(i + ": ", testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1])); 172 delete set; 223 // set up for readable display
|