HomeSort by relevance Sort by last modified time
    Searched full:get (Results 276 - 300 of 13186) sorted by null

<<11121314151617181920>>

  /external/dropbear/libtommath/
bn_mp_get_int.c 18 /* get the lower 32-bits of an mp_int */
28 /* get number of digits of the lsb we have to read */
31 /* get most significant digit of result */
  /external/guava/src/com/google/common/util/concurrent/
UninterruptibleFuture.java 25 * A {@code Future} whose {@code get} calls cannot be interrupted. If a thread
35 /*@Override*/ V get() throws ExecutionException; method in interface:UninterruptibleFuture
37 /*@Override*/ V get(long timeout, TimeUnit unit) method in interface:UninterruptibleFuture
  /external/webkit/JavaScriptCore/API/
JSRetainPtr.h 51 template <typename U> JSRetainPtr(const JSRetainPtr<U>& o) : m_ptr(o.get()) { if (T ptr = m_ptr) JSRetain(ptr); }
53 T get() const { return m_ptr; } function in class:JSRetainPtr
80 T optr = o.get();
92 T optr = o.get();
144 return a.get() == b.get();
149 return a.get() == b;
154 return a == b.get();
159 return a.get() != b.get();
    [all...]
  /external/webkit/JavaScriptCore/wtf/
RetainPtr.h 65 template <typename U> RetainPtr(const RetainPtr<U>& o) : m_ptr(o.get()) { if (PtrType ptr = m_ptr) CFRetain(ptr); }
67 PtrType get() const { return m_ptr; } function in class:WTF::RetainPtr
95 PtrType optr = o.get();
107 PtrType optr = o.get();
169 return a.get() == b.get();
174 return a.get() == b;
179 return a == b.get();
184 return a.get() != b.get();
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
404-manifest.html 28 log("FAILURE: Did not get a checking event");
35 req.open("GET", "resources/simple.txt", false);
41 log("FAILURE: Did not get expected response data.");
  /external/webkit/WebCore/html/
DataGridColumnList.h 29 DataGridColumn* item(unsigned index) const { return m_columns[index].get(); }
32 DataGridColumn* primaryColumn() const { return m_primaryColumn.get(); }
34 DataGridColumn* sortColumn() const { return m_sortColumn.get(); }
  /external/webkit/WebCore/platform/gtk/
Language.cpp 44 char* ptr = strchr(normalizedDefault.get(), '_');
49 ptr = strchr(normalizedDefault.get(), '.');
54 return String(normalizedDefault.get());
  /external/webkit/WebCore/platform/network/mac/
ResourceRequestMac.mm 52 return [[m_nsRequest.get() retain] autorelease];
57 m_url = [m_nsRequest.get() URL];
58 m_cachePolicy = (ResourceRequestCachePolicy)[m_nsRequest.get() cachePolicy];
59 m_timeoutInterval = [m_nsRequest.get() timeoutInterval];
60 m_firstPartyForCookies = [m_nsRequest.get() mainDocumentURL];
62 if (NSString* method = [m_nsRequest.get() HTTPMethod])
64 m_allowCookies = [m_nsRequest.get() HTTPShouldHandleCookies];
66 NSDictionary *headers = [m_nsRequest.get() allHTTPHeaderFields];
77 NSArray *encodingFallbacks = [m_nsRequest.get() contentDispositionEncodingFallbackArray];
86 if (NSData* bodyData = [m_nsRequest.get() HTTPBody]
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduBody.java 123 * Get the part at the specified position.
129 return mParts.get(index);
133 * Get the index of the specified part.
143 * Get the number of parts.
152 * Get pdu part by content id.
158 return mPartMapByContentId.get(cid);
162 * Get pdu part by Content-Location. Content-Location of part is
169 return mPartMapByContentLocation.get(contentLocation);
173 * Get pdu part by name.
179 return mPartMapByName.get(name)
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmRawContent.h 37 * get DCF container
45 * get the length of DCF hash
53 * get DCF hash
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 26 static String get(Context context, String ssid, DetailedState state) { method in class:Summary
37 static String get(Context context, DetailedState state) { method in class:Summary
38 return get(context, null, state);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 28 // read file contents. loop until we get to the appropriate section header.
29 // once we reach that header, accumulate all lines until we get to the next section.
33 // finish when we get to:
  /system/extras/libpagemap/include/pagemap/
pagemap.h 83 /* Get a list of probably-existing PIDs (returned through *pids_out).
88 /* Get the map count (from /proc/kpagecount) of a physical frame.
92 /* Get the page flags (from /proc/kpageflags) of a physical frame.
111 /* Get the PID of a pm_process_t. */
118 /* Get the total memory usage of a process and store in *usage_out. */
121 /* Get the working set of a process (if ws_out != NULL), and reset it
125 /* Get the PFNs corresponding to a range of virtual addresses.
141 /* Get the maps in the virtual address space of this process.
150 /* Get the name, flags, start/end address, or offset of a map. */
160 /* Get the PFNs of the pages in the virtual address space of this map
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseIntArrayTest.java 69 method = "get",
75 method = "get",
125 assertEquals(VALUES[i], sparseIntArray.get(KEYS[i]));
136 assertEquals(oldValue, sparseIntArray.get(existKey));
139 assertEquals(newValue, sparseIntArray.get(existKey));
143 sparseIntArray.get(NON_EXISTED_KEY, VALUE_FOR_NON_EXISTED_KEY));
144 assertEquals(0, sparseIntArray.get(NON_EXISTED_KEY)); // the default value is 0
154 assertEquals(VALUES[1], sparseIntArray.get(KEYS[1]));
158 sparseIntArray.get(KEYS[1], VALUE_FOR_NON_EXISTED_KEY));
192 method = "get",
    [all...]
  /external/opencore/fileformats/pvx/parser/src/
pvpvxparser.cpp 74 // Get the PVX file size
84 // Get video and audio IDs (2.0) OR PVX file version (Imperial) (2 bytes)
94 // Get the subscriber size info (2 bytes)
104 // Get subscriber info if present
107 // Get the user ID size (2 bytes)
117 // Get User ID if present (variable length specified by dUserIDSize)
133 // Get the application specific string size (2 bytes)
144 // Get application specific string if present (variable length specified by dAppSpecificSize)
158 // Get the security flag (1 byte)
176 // Get authentication session ID (36 bytes
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Configuration.java 60 // it is used to verify we get the expected error when we try to bind
183 value = props.get("DomainAddress");
188 value = props.get("WebName");
193 value = props.get("TestResourcesDir");
197 value = props.get("HomeAddressResponse");
202 value = props.get("HomeAddressSoftware");
207 value = props.get("ProxyServerTestHost");
212 value = props.get("SocksServerTestHost");
217 value = props.get("SocksServerTestPort");
222 value = props.get("UnresolvedIP")
    [all...]
  /external/v8/test/mjsunit/
object-create.js 61 var fooGetter = { foo: { get: function() { return ctr3++; }}};
63 var fooAmbiguous = { foo: { get: function() { return ctr3++; },
124 enumerable: { get: function() {
128 configurable: { get: function() {
132 value: { get: function() {
136 writable: { get: function() {
140 get: { get: function() {
144 set: { get: function() {
152 var magicValueProps = { foo: Object.create(null, { value: { get: valueGet }})}
    [all...]
  /external/webkit/WebCore/platform/win/
COMPtr.h 55 template <typename U> COMPtr(QueryTag, const COMPtr<U>& ptr) : m_ptr(copyQueryInterfaceRef(ptr.get())) { }
65 T* get() const { return m_ptr; } function in class:COMPtr
77 operator UnspecifiedBoolType() const { return m_ptr ? &COMPtr::get : 0; }
84 template <typename U> void query(const COMPtr<U>& ptr) { query(ptr.get()); }
136 T* optr = o.get();
148 T* optr = o.get();
171 return a.get() == b.get();
176 return a.get() == b;
181 return a == b.get();
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaBucketList.java 41 MediaBucket bucket = buckets.get(0);
45 item = items.get(0);
61 MediaBucket bucket = buckets.get(0);
70 public ArrayList<MediaBucket> get() { method in class:MediaBucketList
80 MediaBucket bucket = buckets.get(i);
116 mediaSetToAdd = mediaSets.get(slotId);
124 mediaSetToAdd = items.get(0).mParentMediaSet;
132 final MediaBucket bucketCompare = selectedBuckets.get(i);
168 MediaItem item = items.get(i);
173 final MediaItem selectedItem = selectedItems.get(j)
    [all...]
  /system/core/nexus/
WifiNetwork.h 79 virtual int get(int idx, int *buffer) = 0;
91 virtual int get(int idx, char *buffer, size_t max) = 0;
100 int get(int idx, int *buffer);
108 int get(int idx, int *buffer);
116 int get(int idx, int *buffer);
124 int get(int idx, char *buffer, size_t max);
132 int get(int idx, char *buffer, size_t max);
140 int get(int idx, char *buffer, size_t max);
148 int get(int idx, char *buffer, size_t max);
156 int get(int idx, char *buffer, size_t max)
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONArrayTest.java 35 array.get(0);
85 assertEquals(Boolean.TRUE, array.get(0));
86 assertEquals(Boolean.FALSE, array.get(1));
87 assertEquals(Boolean.TRUE, array.get(2));
88 assertEquals(Boolean.FALSE, array.get(3));
133 assertEquals(JSONObject.NULL, array.get(0));
135 array.get(1);
140 array.get(2);
145 array.get(3);
170 assertEquals("null", array.get(0))
    [all...]
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 54 m_changeCount = [m_pasteboard.get() changeCount];
63 return m_pasteboard && [m_pasteboard.get() types] && [[m_pasteboard.get() types] count] > 0;
87 CFStringRef pbType = UTTypeCopyPreferredTagWithClass(utiType.get(), kUTTagClassNSPboardType);
100 RetainPtr<CFStringRef> mimeType(AdoptCF, UTTypeCopyPreferredTagWithClass(utiType.get(), kUTTagClassMIMEType));
102 return String(mimeType.get());
109 // UTI may not do these right, so make sure we get the right, predictable result
149 [m_pasteboard.get() setString:@"" forType:cocoaType];
159 [m_pasteboard.get() declareTypes:[NSArray array] owner:nil];
221 NSArray *absoluteURLs = absoluteURLsFromPasteboard(m_pasteboard.get(), onlyFirstURL)
    [all...]
  /cts/tools/signature-tools/test/signature/converter/dex/
GenericSignatureParserTest.java 61 assertEquals("T", parser.formalTypeParameters.get(0).getName());
63 assertSame(sigClass, parser.formalTypeParameters.get(0).getGenericDeclaration());
65 assertEquals(1, parser.formalTypeParameters.get(0).getUpperBounds().size());
66 // IType type = parser.formalTypeParameters.get(0).getUpperBounds().get(0);
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 37 public Attribute get(int n) { method in class:StdAttributeList
47 result += get(i).byteLength();
58 Attribute att = get(i);
74 Attribute att = get(at);
86 Attribute att = get(at);
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 25 * Get the "size" of the constant pool. This corresponds to the
35 * Get the {@code n}th entry in the constant pool, which must
43 public Constant get(int n); method in interface:ConstantPool
46 * Get the {@code n}th entry in the constant pool, which must
58 * Get the {@code n}th entry in the constant pool, or

Completed in 220 milliseconds

<<11121314151617181920>>