Searched refs:is (Results 276 - 300 of 336) sorted by relevance

<<11121314

/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java11 * distributed under the License is distributed on an "AS IS" BASIS,
103 * Gets the route that this dialog is controlling.
416 IntentSender is = mRoute.getSettingsIntent();
417 if (is != null) {
419 is.sendIntent(null, 0, null, null, null);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java11 * distributed under the License is distributed on an "AS IS" BASIS,
145 "Main method is not public and static on " + className);
221 * closure after a child process is forked off.
289 InputStream is;
291 is = new FileInputStream(PRELOADED_CLASSES);
305 // is not likely to have any effect.
316 = new BufferedReader(new InputStreamReader(is), 256);
363 IoUtils.closeQuietly(is);
479 * This is only useful just before a fork().
763 * heap is
[all...]
H A DProcessCpuTracker.java11 * distributed under the License is distributed on an "AS IS" BASIS,
296 // Total user time is user + nice time.
298 // Total system time is simply system time.
300 // Total idle time is simply idle time.
302 // Total irq time is iowait + irq + softirq time.
459 // This is a possible way to filter out processes that
564 * speed, since the last call to this method. If this is the first call, it
840 FileInputStream is = null;
842 is = new FileInputStream(file);
843 int len = is
[all...]
H A DZygoteConnection.java11 * distributed under the License is distributed on an "AS IS" BASIS,
67 * mSocket is retained in the child process in "peer wait" mode, so
69 * it is closed in the peer.
130 * a child is forked and a {@link ZygoteInit.MethodAndArgsCaller}
131 * exception is thrown in that child while in the parent process,
132 * the method returns normally. On failure, the child is not
269 // should never get here, the child is expected to either
321 * This parameter is only applied if the uid of the new process will
324 * <code>r</code> is the resource, <code>c</code> and <code>m</code>
333 * Android runtime startup (eg, Binder initialization) is als
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
16 # because SMALLER_FONT_FOOTPRINT is only available in Android.mks.
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
138 jobject is, // InputStream
143 SkStreamRewindable* stream = CopyJavaInputStream(env, is, storage);
206 // happens earlier than AutoDecoderCancel object is added
137 nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, jboolean isShareable) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
211 public void setIsAirplaneMode(boolean is, int airplaneIconId, int contentDescription) { argument
212 mIsAirplaneMode = is;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc5 // This file is distributed under the University of Illinois Open Source
66 // set cache is full, then Directory::begin() can return end().
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
108 * instead to specify a bitmap to draw with and ensure the correct density is set.
179 public BitmapDrawable(java.io.InputStream is) { argument
180 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
182 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
190 public BitmapDrawable(Resources res, java.io.InputStream is) { argument
191 this(new BitmapState(BitmapFactory.decodeStream(is)), null);
194 android.util.Log.w("BitmapDrawable", "BitmapDrawable cannot decode " + is);
298 * If the bitmap is null calling this method has no effect.
312 * Indicates whether the mipmap hint is enable
[all...]
H A DNinePatchDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
56 * is defined in a .png file with a special format.
67 // dithering helps a lot, and is pretty cheap, so default is true
433 final InputStream is = r.openRawResource(srcResId, value);
435 bitmap = BitmapFactory.decodeResourceStream(r, value, is, padding, options);
437 is.close();
677 * The one constructor to rule them all. This is called by all public
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java11 * distributed under the License is distributed on an "AS IS" BASIS,
109 * The encoding type for deconding byte streams. This member variable is
113 * "Encoding" in vCard is different from "Charset". It is mainly used for
135 * Set for storing unkonwn TYPE attributes, which is not acceptable in vCard
146 * Set for storing unkonwn VALUE attributes, which is not acceptable in
165 * @return true when a given property name is a valid property name.
374 // This loop is developed so that we don't have to take care of bottle neck here.
385 } else if (ch == '.') { // Each group is followed by the dot.
510 // Update encoding right away, as this is neede
1000 parse(InputStream is) argument
1031 parseOne(InputStream is) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java11 * distributed under the License is distributed on an "AS IS" BASIS,
104 /** The mode that no editing action is done. */
142 /** The state that selection is started. */
144 /** The state that selection is done, but not fixed. */
146 /** The state that selection is done and not fixed. */
223 // If View is touched but not in Edit Mode, starts Edit Mode.
231 // If selection is started, don't open soft key by
514 * Notify hint messages what action is expected to calling class.
784 * Check whether editing is started or not.
786 * @return Whether editing is starte
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java11 * distributed under the License is distributed on an "AS IS" BASIS,
54 // that is done.
59 // it is reached.
281 if (DEBUG) Slog.d(TAG, "Existing process is single-package, splitting");
589 for (int is=0; is<data.screenStates.length; is++) {
592 int bucket = ((data.screenStates[is] + data.memStates[im]) * STATE_COUNT)
647 for (int is=0; is<screenState
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java11 * distributed under the License is distributed on an "AS IS" BASIS,
81 // number any time the set of state items is altered.
131 // Name of the temporary file we use during full backup/restore. This is
219 // no key_mgmt specified; this is defined as equivalent to "WPA-PSK WPA-EAP"
569 // Our data is actually a blob of flattened settings data identical to that
603 movedToGlobal.clear(); // no redirection; this *is* the global namespace
656 // any unhandled data sets, which is appropriate.
875 InputStream is = null;
878 is = new FileInputStream(file);
887 && (numRead=is
[all...]
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java11 ** distributed under the License is distributed on an "AS IS" BASIS,
41 * This class is a command line utility for manipulating content. A client
63 * # Query \"name\" and \"value\" columns from secure settings where \"name\" is equal to"
79 + " <BINDING> binds a typed value to a column and is formatted:\n"
90 + " <WHERE> is a SQL style where clause in quotes (You have to escape single quotes"
106 + " <PROJECTION> is a list of colon separated column names and is formatted:\n"
108 + " <SORT_ORDER> is the order in which rows in the result should be sorted.\n"
110 + " # Select \"name\" and \"value\" columns from secure settings where \"name\" is "
117 + " <METHOD> is th
508 copy(InputStream is, OutputStream os) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DVideoView.java11 * distributed under the License is distributed on an "AS IS" BASIS,
70 * change from its previously returned value when the VideoView is restored.
88 // mCurrentState is a VideoView object's current state.
89 // mTargetState is the state that a method caller intends to reach.
155 // the size is fixed
168 // only the width is fixed, adjust the height to match aspect ratio if possible
176 // only the height is fixed, adjust the width to match aspect ratio if possible
256 * Note that the cross domain redirection is allowed by default, but that can be
284 * @param is input stream containing the subtitle data. It will be
292 public void addSubtitleSource(InputStream is, MediaForma argument
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java11 * distributed under the License is distributed on an "AS IS" BASIS,
165 * Returns true if user preference is set to 24-hour format.
167 * @return true if 24 hour time format is selected, false otherwise.
174 * Returns true if user preference with the given user handle is set to 24-hour format.
177 * @return true if 24 hour time format is selected, false otherwise.
223 * locale. A skeleton is similar to, and uses the same format characters as, a Unicode
227 * <p>One difference is that order is irrelevant. For example, "MMMMd" will return
238 * {@code ja_JP} where there is only one length of month.
240 * <p>This method will only return patterns that are in CLDR, and is usefu
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
57 ;// Basic idea in horizontal filtering is to adjust coefficients
58 ;// like below. Calculation is done with 16-bit maths.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdWriteMacroblock.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdWriteMacroblock.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v4/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
187 # Here is the final static library that apps can link against.
/frameworks/base/core/java/android/content/res/
H A DResources.java11 * distributed under the License is distributed on an "AS IS" BASIS,
73 * (such as for different languages and screen sizes). This is an important aspect of developing
211 * This exception is thrown by the resource APIs when a requested resource
263 * system resources (no application resources), and is not configured for
281 * returned object will be a String if this is a plain string; it will be
282 * some other type of CharSequence if it is styled.
287 * entry. The value 0 is an invalid identifier.
306 * Note that the character sequence is selected based solely on grammatical necessity,
314 * entry. The value 0 is an invalid identifier.
377 * entry. The value 0 is a
[all...]

Completed in 3914 milliseconds

<<11121314