/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 42 * A view that shows items in a vertically scrolling two-level list. This 68 * ExpandableListView in XML if the parent's size is also not strictly specified 110 /** The mask (in packed position representation) for the child */ 113 /** The mask (in packed position representation) for the group */ 116 /** The mask (in packed position representation) for the type */ 119 /** The shift amount (in packed position representation) for the group */ 122 /** The shift amount (in packed position representation) for the type */ 125 /** The mask (in integer child position representation) for the child * [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 176 // Note: this field is not set to true in the compatibility version. 319 * applications and running in system processes. This mode uses Activity.startActivityAsCaller 326 * more detailed onCreate methods, so that it will be set correctly in the case where 401 // This resolver is in the unusual situation where it has been 524 * Replace me in subclasses! 654 + " package " + launchedFromPackage + ", while running in " 660 Intent in = new Intent().setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) local 663 startActivity(in); [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 447 "Early EOF encountered in skip, not enough pixel data for image of size %u", 453 "Error encountered while skip bytes in input stream."); 642 ALOGE("%s: moveEntries failed, entry %u not found in IFD %u", __FUNCTION__, tagId, 728 * For each color plane, find the corresponding noise profile coefficients given in the 729 * per-channel noise profile. If multiple channels in the CFA correspond to a color in the color 735 * numChannels - the number of noise profile coefficient pairs and color channels given in 737 * planeColors - the color planes in the noise profile output 1949 sp<JniInputStream> in = new JniInputStream(env, inStream); local [all...] |
android_os_Debug.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 164 * Any graphics memory reported in /proc/pid/smaps is not included here. 200 * Retrieves the graphics memory that is unaccounted for in /proc/pid/smaps. 703 // these are implemented in android_util_Binder.cpp 770 * them, we can do this in place. 835 FILE* in = fopen(maps, "r"); local 836 if (in == NULL) { 841 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in)) { 844 fclose(in); [all...] |
/frameworks/base/media/java/android/media/ |
TtmlRenderer.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 126 * Parses the given time expression and returns a timestamp in millisecond. 135 * @return the parsed timestamp in micro-second. 187 * @param in A string to apply the policy. 189 public static String applyDefaultSpacePolicy(String in) { 190 return applySpacePolicy(in, true); 199 * @param in A string to apply the policy. 202 public static String applySpacePolicy(String in, boolean treatLfAsSpace) { 205 String crRemoved = in.replaceAll("\r\n", "\n") 397 StringReader in = new StringReader(ttmlFragment); local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
RemotePrintDocument.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 177 throw new IllegalStateException("Cannot start in state:" + stateToString(mState)); 200 throw new IllegalStateException("Cannot update in state:" + stateToString(mState)); 222 // If no layout in progress and we don't have all pages - schedule a write. 264 throw new IllegalStateException("Cannot finish in state:" 286 throw new IllegalStateException("Cannot cancel in state:" + stateToString(mState)); 299 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState)); 337 InputStream in = null; local 341 in = new FileInputStream(file) 891 InputStream in = null; local [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 224 // This looks bizarre, but it is what ConfirmDialog in VpnDialogs is doing when 396 // TODO: Stop setting the MTU in jniCreate and set it here. 507 // Save the old config in case we need to go back. 1194 InputStream in = mSockets[i].getInputStream(); local [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 34 #include <linux/in.h> 222 struct sockaddr_in *in = (struct sockaddr_in*)&(agps_status->addr); local 223 uint32_t *pAddr = (uint32_t*)&(in->sin_addr); 229 // log the IP for reference in case there is a bogus value pushed by HAL 231 inet_ntop(AF_INET, &(in->sin_addr), str, INET_ADDRSTRLEN); 247 // log the IP for reference in case there is a bogus value pushed by HAL 260 // for back-compatibility reasons we check in v2 that the data structure size is greater or 261 // equal to the declared size in gps. [all...] |
/hardware/libhardware/modules/audio_remote_submix/ |
audio_hw.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 54 // Set to 1 to enable extremely verbose logging in this module. 80 // results in the application opening a new input stream before closing the old input stream 109 // Set *result_variable_ptr to true if value_to_find is present in the array array_to_search, 125 // Channel mask field in this data structure is set to either input_channel_mask or 137 size_t pipe_frame_size; // Number of bytes in each audio frame in the pipe. 138 size_t buffer_size_frames; // Size of the audio pipe in frames. 222 // Determine whether the specified channel in mask is supported by the submix module 824 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in( local 837 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in(stream); local 858 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in( local 880 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in( local 889 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in( local 898 const struct submix_stream_in * const in = audio_stream_get_submix_stream_in(stream); local 953 struct submix_stream_in * const in = audio_stream_in_get_submix_stream_in(stream); local 1389 struct submix_stream_in *in; local 1476 struct submix_stream_in * const in = audio_stream_in_get_submix_stream_in(stream); local 1478 submix_audio_device_destroy_pipe(audio_hw_device_get_submix_audio_device(dev), in, NULL); local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 57 /* ToDo: Check and update a proper value in msec */ 461 * Do not handle stereo output in Multi-channel cases 462 * Stereo case is handled in normal playback path 572 usecase->devices = usecase->stream.in->device; 597 * Limitation: While in call, to do a device switch we need to disable 620 * the devices to reduce in-call device switch time. 664 static int stop_input_stream(struct stream_in *in) 668 struct audio_device *adev = in->dev 1685 struct stream_in *in = (struct stream_in *)stream; local 1697 struct stream_in *in = (struct stream_in *)stream; local 1705 struct stream_in *in = (struct stream_in *)stream; local 1722 struct stream_in *in = (struct stream_in *)stream; local 1751 struct stream_in *in = (struct stream_in *)stream; local 1808 struct stream_in *in = (struct stream_in *)stream; local 1859 struct stream_in *in = (struct stream_in *)stream; local 2358 struct stream_in *in; local 2533 struct stream_in in; local [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraHal.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 61 // The directory name is choosed in so weird way to enable RAW images saving only when 173 @param[in] notify_cb Notify callback for notifying the app about events and errors 174 @param[in] data_cb Buffer callback for sending the preview/raw frames to the app 175 @param[in] data_cb_timestamp Buffer callback for sending the video frames w/ timestamp 176 @param[in] user Callback cookie 208 @param[in] msgtype Bitmask of the messages to enable (defined in include/ui/Camera.h) 222 // we will enable internally in autoFocus cal 2302 android::sp<DisplayAdapter> in; local 2313 android::sp<DisplayAdapter> in = new BufferSourceAdapter(); local 2385 android::sp<DisplayAdapter> in; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest2.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 54 private void readObject(java.io.ObjectInputStream in) 56 in.defaultReadObject(); 60 milliseconds = in.readLong(); 112 private void readObject(java.io.ObjectInputStream in) 114 ObjectInputStream.GetField fields = in.readFields(); 142 private void readObject(java.io.ObjectInputStream in) 144 ObjectInputStream.GetField fields = in.readFields(); 163 private void readObject(java.io.ObjectInputStream in) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
ServerSocketChannelTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 78 // Test for methods in abstract class. 135 // Bind to a local address that is in use 413 InputStream in = serverSocket.getInputStream(); local 417 assertReadResult(in,CAPACITY_NORMAL); 426 private void assertReadResult(InputStream in, int size) throws IOException{ 430 while ((count = in.read(readContent, total, size + 1 - total)) != -1) { 452 InputStream in = serverSocket.getInputStream(); local 455 assertReadResult(in,CAPACITY_NORMAL) 514 InputStream in = socket.getInputStream(); local 559 InputStream in = socket.getInputStream(); local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLEngineTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 1030 private final SourceChannel in; field in class:SSLEngineTest.HandshakeHandler [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 116 * An array with powers of five that fit in the type <code>long</code> 122 * An array with powers of ten that fit in the type <code>long</code> 212 * The arbitrary precision integer (unscaled value) in the internal 222 * The 32-bit integer scale in the internal representation of {@code BigDecimal}. 227 * Represent the number of decimal digits in the unscaled value. This 228 * precision is calculated the first time, and used in the following calls 253 * @param in 262 * offset+len-1 >= in.length}, or if {@code in} does no [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 155 * Tests the behaviour of HTTPS connection in case of unavailability of requested resource. 285 * Tests the behaviour of HttpsURLConnection in case of retrieving 353 * Tests the behaviour in case of sending the data to the server. 581 * (Authenticator was not set up in the system). 616 * Tests the behaviour of HTTPS connection in case of unavailability of requested resource (as 669 InputStream in = getClass().getClassLoader().getResourceAsStream(ksFileName); local 671 BufferedInputStream bufIn = new BufferedInputStream(in, 8192); 710 * type installed in the system in lower case) is searched in classpath [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 214 /* Nonzero if the `good' standard input is in use. */ 226 /* Number of jobs started in the current second. */ 237 * The macro which references this function is defined in make.h. 370 /* in doubt assume a unix like shell */ 377 /* Write an error message describing the exit status given in 413 the dead children. In this case we don't need the dead_children count. 444 state (`cs_finished') in the `file' member of the `struct child' for the 445 dead child, and removing the child from the chain. In addition, if BLOCK 446 nonzero, we block in this function until we've reaped at least on 1513 char *in, *out, *ref; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapService.java | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 71 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and 171 if (DEBUG) Log.d(TAG, "MAP Service closeService in"); 576 * No changes will be applied unless in disconnected state 598 * - Each change in accounts 673 * Will ensure the key returned is greater than the largest key in use. 674 * Unless the key 255 is in use, in which case the first free masId 679 /* Find the largest masId in use * 937 Intent in = new Intent(context, BluetoothMapEmailSettings.class); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 171 * <P>Keys may come back in any order, so each key/value is one complete row of the database. 183 Journal in = readJournal(oldState); local 186 long lastBackupTime = in.t; 196 backupFavorites(in, data, out, keys); 197 backupScreens(in, data, out, keys); 198 backupIcons(in, data, out, keys); 199 backupWidgets(in, data, out, keys); 205 out = in; [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar | |
/prebuilts/misc/common/json/ |
json-prebuilt.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar | |
/frameworks/testing/espresso/libs/ |
jarjar-1.4.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
commons-io-2.2.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/ |
commons-io-2.4.jar | |