/system/core/toolbox/ |
powerd.c | 23 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ 24 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ 25 #define EVIOCGKEYCODE _IOR('E', 0x04, int[2]) /* get keycode */ 28 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ 29 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ 30 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ 32 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global keystate */ 33 #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ 34 #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ 35 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states * [all...] |
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 91 // get the count when remove all rows 97 segment = uri.getPathSegments().get(1); 106 segment = uri.getPathSegments().get(1); 190 qb.appendWhere("_id=" + uri.getPathSegments().get(1)); 200 qb.appendWhere("_id=" + uri.getPathSegments().get(1)); 234 segment = uri.getPathSegments().get(1); 245 segment = uri.getPathSegments().get(1);
|
/cts/tests/tests/os/src/android/os/cts/ |
FileObserverTest.java | 98 * observer should get modify open-child modify-child and closed-write events. 99 * 2. While stop observer a dir, observer should't get any event while delete it's child file. 101 * observer should get create-child close-nowrite delete-child delete-self events. 103 * file observer should get move-self event, 104 * moved from dir observer should get moved-from event, 105 * moved to dir observer should get moved-to event. 155 // should not get any event
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 39 * then finally evaluate the union-find results to get the dominators. 126 SsaBasicBlock v = worklist.get(wsize - 1); 192 SsaBasicBlock w = vertex.get(i); 199 SsaBasicBlock predBlock = blocks.get(j); 213 info[vertex.get(wInfo.semidom).getIndex()].bucket.add(w); 241 SsaBasicBlock w = vertex.get(i); 243 != vertex.get(info[w.getIndex()].semidom).getIndex()) {
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
FutureTask.java | 15 * retrieved when the computation has completed; the <tt>get</tt> 31 * @param <V> The result type returned by this FutureTask's <tt>get</tt> method 52 * given <tt>Runnable</tt>, and arrange that <tt>get</tt> will return the 81 public V get() throws InterruptedException, ExecutionException { method in class:FutureTask 88 public V get(long timeout, TimeUnit unit) method in class:FutureTask 174 /** The result to return from get() */ 176 /** The exception to throw from get() */
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
NativeCollation.java | 77 * Get the normalization mode for this object. 97 * Get the collation rules from a UCollator. 106 * Get a sort key for the argument string 191 * Get the ordering priority of the next collation element in the text. 201 * Get the ordering priority of the previous collation element in the text. 211 * Get the maximum length of any expansion sequences that end with the 230 * Get the offset of the current source character.
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ProcessBuilderTest.java | 74 assertEquals("command", pb.command().get(0)); 96 assertEquals("cmd", pb.command().get(0)); 111 assertEquals("cmd", pb.command().get(0)); 115 assertEquals("cmd", pb.command().get(0)); 116 assertEquals("arg", pb.command().get(1)); 173 env.get(null); 179 env.get(new Object());
|
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
FilePreferencesImplTest.java | 56 method = "get", 69 assertEquals("value1", uroot.get("ukey1", null)); 74 assertEquals("value3", uroot.get("ukey2", null)); 76 assertEquals("\u4e2d value1", uroot.get("\u4e2d key1", null)); 96 method = "get", 109 assertEquals("value1", sroot.get("skey1", null)); 111 assertEquals("\u4e2d value1", sroot.get("\u4e2d key1", null));
|
/dalvik/libcore/xml/src/test/java/tests/xml/ |
SimpleParserTest.java | 193 assertEquals("eins", attributes1.get("one")); 194 assertEquals("zwei", attributes1.get("two")); 195 assertEquals("drei", attributes1.get("three")); 197 assertEquals("http://www.foobar.org", namespaces1.get("stuff")); 227 assertEquals("eins", attributes2.get("one")); 228 assertEquals("zwei", attributes2.get("two")); 229 assertEquals("drei", attributes2.get("three"));
|
/external/clearsilver/python/examples/base/ |
hdfhelp.py | 89 skip_fields = extranamed.get("skip_fields", None) 90 translate_dict = extranamed.get("translate_dict", None) 91 tz = extranamed.get("tz", "US/Pacific") 103 if col_options.get("no_export",0): continue 118 if col_options.get("int_date",0): 126 str(enum.get(value,''))) 130 export_by = extranamed.get("export_by", None)
|
/external/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 62 // raw pointer (e.g. via get()) concurrently, and 172 T* get() const { return value_; } function in class:testing::internal::linked_ptr 189 return value_ == ptr.get(); 193 return value_ != ptr.get(); 213 value_ = ptr->get(); 223 return ptr == x.get(); 228 return ptr != x.get();
|
/external/openssl/crypto/des/asm/ |
readme | 3 to debug and get right. Having said that, the x86 architecture is probably 5 it appears to be the worst architecture to to get 63 movb al, cl # get low byte 65 movb al, ch # get next byte 83 To get around this, des686.pl will generate code that is not as fast on 89 mov eax, ecx # get word 123 I was able to get was 203,000. The content has not changed, this is all
|
/external/srec/tools/grxmlcompile/ |
netw_arc.h | 132 /* Get input label 136 /* Get output label 140 /* Get from Vertex 144 /* Get to Vertex 148 /* Get centre context 152 /* Get left context 156 /* Get right context
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
getset-003.js | 56 status = 'In SECTION1 of test after 0 sets, 1 get'; 62 status = 'In SECTION1 of test after 1 set, 1 get'; 87 status = 'In SECTION2 of test after 0 sets, 1 get'; 93 status = 'In SECTION2 of test after 1 set, 1 get'; 122 status = 'In SECTION3 of test after 1 set, 1 get'; 128 status = 'In SECTION3 of test after 2 sets, 1 get'; 147 status = 'obj2 = new TestObject() after 2 sets, 1 get';
|
getset-004.js | 56 status = 'In SECTION1 of test after 0 sets, 1 get'; 62 status = 'In SECTION1 of test after 1 set, 1 get'; 87 status = 'In SECTION2 of test after 0 sets, 1 get'; 93 status = 'In SECTION2 of test after 1 set, 1 get'; 122 status = 'In SECTION3 of test after 1 set, 1 get'; 128 status = 'In SECTION3 of test after 2 sets, 1 get'; 147 status = 'obj2 = new TestObject() after 2 sets, 1 get';
|
getset-005.js | 65 status = 'In SECTION1 of test after 0 sets, 1 get'; 71 status = 'In SECTION1 of test after 1 set, 1 get'; 96 status = 'In SECTION2 of test after 0 sets, 1 get'; 102 status = 'In SECTION2 of test after 1 set, 1 get'; 131 status = 'In SECTION3 of test after 1 set, 1 get'; 137 status = 'In SECTION3 of test after 2 sets, 1 get'; 156 status = 'obj2 = new TestObject() after 2 sets, 1 get';
|
/external/webkit/WebCore/platform/text/ |
TextEncodingRegistry.cpp | 147 const char* oldAtomicName = textEncodingNameMap->get(alias); 166 const char* atomicName = textEncodingNameMap->get(name); 176 const char* atomicName = textEncodingNameMap->get(name); 185 const char* atomicName = textEncodingNameMap->get(textEncodingNameBlacklist[i]); 274 TextCodecFactory factory = textCodecMap->get(encoding.name()); 288 if (const char* atomicName = textEncodingNameMap->get(name)) 294 return textEncodingNameMap->get(name);
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 44 * Get an instance of this class by calling 80 mListeners.get(i).sendShareAvailabilityChanged(available); 87 mListeners.get(i).sendStorageStateChanged(path, oldState, newState); 189 * <p>Applications can get instance of this class by calling 237 ListenerDelegate l = mListeners.get(i); 276 Log.e(TAG, "Failed to get UMS connection state", ex); 289 Log.e(TAG, "Failed to get UMS enable state", rex);
|
/frameworks/base/core/java/android/webkit/ |
GeolocationPermissions.java | 30 * This class is used to get Geolocation permissions from, and set them on the 107 Set<String> origins = (Set<String>) values.get(ORIGINS); 108 ValueCallback<Set<String> > callback = (ValueCallback<Set<String> >) values.get(CALLBACK); 113 Boolean allowed = (Boolean) values.get(ALLOWED); 114 ValueCallback<Boolean> callback = (ValueCallback<Boolean>) values.get(CALLBACK); 144 String origin = (String) values.get(ORIGIN); 145 ValueCallback callback = (ValueCallback) values.get(CALLBACK);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 118 * this class. Use getCallback to get a reference to the callback. 194 MenuView menuView = mMenuView != null ? mMenuView.get() : null; 218 return mMenuView != null && mMenuView.get() != null; 303 * @param menuType The type of menu to get a View for (must be one of 331 * There isn't an icon menu view instantiated, so when we get it 357 MenuItemImpl item = mItems.get(i); 432 final ResolveInfo ri = lri.get(i); 459 while ((numRemoved++ < maxRemovable) && (mItems.get(i).getGroupId() == group)) { 510 MenuItemImpl curItem = mItems.get(i); 525 MenuItemImpl item = mItems.get(i) [all...] |
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 70 String type = uri.getPathSegments().get(1); 71 MiniThumbFile file = sThumbFiles.get(type); 72 // Log.v(TAG, "get minithumbfile for type: "+type); 147 // Get the magic number for the specified id in the mini-thumb file. 166 if (mBuffer.get() == 1) { 248 byte flag = mBuffer.get(); 253 mBuffer.get(data, 0, length);
|
/frameworks/base/obex/javax/obex/ |
Operation.java | 43 * OBEX PUT or GET operation. The implementation of this interface sends OBEX 82 * <STRONG>GET example</STRONG> 86 * // Send the initial GET request to the server 87 * Operation op = conn.get(head); 92 * // Get the object from the input stream 110 * <H3>Client GET Operation Flow</H3> For GET operation, a call to
|
/frameworks/base/telephony/java/android/telephony/ |
SignalStrength.java | 172 * Get the GSM Signal Strength, valid values are (0-31, 99) as defined in TS 27.007 8.5 179 * Get the GSM bit error rate (0-7, 99) as defined in TS 27.007 8.5 186 * Get the CDMA RSSI value in dBm 193 * Get the CDMA Ec/Io value in dB*10 200 * Get the EVDO RSSI value in dBm 207 * Get the EVDO Ec/Io value in dB*10 214 * Get the signal to noise ratio. Valid values are 0-8. 8 is the highest.
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
WebViewEventSender.java | 202 TouchPoint tp = mTouchPoints.get(0); 215 TouchPoint tp = mTouchPoints.get(0); 233 TouchPoint tp = mTouchPoints.get(0); 249 TouchPoint tp = mTouchPoints.get(0); 262 TouchPoint tp = mTouchPoints.get(0); 278 TouchPoint tp = mTouchPoints.get(0); 305 TouchPoint tp = mTouchPoints.get(0);
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
TableContentProvider.java | 72 Mapping mapping = mMappings.get(match); 86 Mapping mapping = mMappings.get(match); 105 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; 126 Mapping mapping = match != UriMatcher.NO_MATCH ? mMappings.get(match) : null; 159 Mapping mapping = mMappings.get(match); 181 Mapping mapping = mMappings.get(match); 195 String id = uri.getPathSegments().get(1);
|