Searched refs:is (Results 226 - 250 of 260) sorted by relevance

1234567891011

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14cHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
17 // This source file is automatically generated
58 /* Cache method IDs each time the class is loaded. */
106 "Object is set to null.");
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_dct_9_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_wm.asm11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_mdct_18_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java11 * distributed under the License is distributed on an "AS IS" BASIS,
74 public void init(InputStream is, String rootDir) { argument
85 mDom = db.parse(is);
138 // Material is just a link to the effect
276 // This will find the actual texture node, which is sometimes hidden behind a sampler
281 // Check to see if the image file is hidden by a sampler surface link combo
313 // Now find what type it is
/frameworks/native/libs/utils/
H A DVectorImpl.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
64 // We can't call _do_destroy() here because the vtable is already gone.
168 // is well suited for small and already sorted arrays
582 const size_t is = itemSize();
585 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk346 # commented out because libsndfile is not yet standard
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
76 ;// Basic idea in horizontal filtering is to adjust coefficients
77 ;// like below. Calculation is done with 16-bit maths.
H A Dh264bsd_interpolate_chroma_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_hor_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_ver.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_hor_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
78 ;// Basic idea in horizontal filtering is to adjust coefficients
79 ;// like below. Calculation is done with 16-bit maths.
H A Dh264bsd_interpolate_ver_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
73 ;// Interpolation is done by using 32-bit loads and stores
74 ;// and by using 16 bit arithmetic. 4x4 block is processed
H A Dh264bsd_interpolate_ver_quarter.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
72 ;// Interpolation is done by using 32-bit loads and stores
73 ;// and by using 16 bit arithmetic. 4x4 block is processed
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java11 * distributed under the License is distributed on an "AS IS" BASIS,
43 * // name now contains "Joe User". (The string is first decoded, which
44 * // converts the '+' to a ' '. Then the string is sanitized, which
45 * // converts the ' ' to an '_'. (The ' ' is converted because the default
47 * and ' ' is a special character.)
115 * whether space is a legal character or not.
290 * <li>If neither spaces nor other white space is OK, then
295 * either ' ' or '_', depending on whether a space is itself a
366 * Check if c is whitespace.
368 * @return true if c is
[all...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
17 // This source file is automatically generated
82 /* Cache method IDs each time the class is loaded. */
201 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
202 // terminated by either 0 or space, while pExtension is terminated by 0.
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
438 // Write one normal entry and another so big that it is instantly tombstoned
519 // and fail all operations (this is how it survives a full disk).
751 InputStream is = e.getInputStream();
752 if (is == null) return -1;
754 while (is.read() != -1) length++;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java11 * distributed under the License is distributed on an "AS IS" BASIS,
95 // No, really, THIS is the maximum number of items we will record in the history.
99 // per uid; once the limit is reached, we batch the remaining wakelocks
103 // The system process gets more. It is special. Oh so special.
151 // A set of pools of currently active timers. When a timer is queried, we will divide the
169 // is unplugged from power.
256 * These provide time bases that discount the time the device is plugged
339 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
565 * Clear state of this timer. Returns true if the timer is inactive
861 * The last time at which we updated the timer. If mNesting is >
[all...]
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
324 // Make sure the sdcard is mounted.
327 Slog.w(TAG, "Make sure sdcard is mounted.");
457 final InputStream is = new FileInputStream(new File(pPackageURI.getPath()));
458 inStream = new BufferedInputStream(is);
480 Slog.e(TAG, "Package URI is not 'file:' or 'content:' - " + pPackageURI);
481 throw new FileNotFoundException("Package URI is not 'file:' or 'content:'");
485 * If this resource is encrypted, get the decrypted stream version
596 * If there is authenticated data at the beginning, read
601 throw new IOException("authenticated data is to
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java11 * distributed under the License is distributed on an "AS IS" BASIS,
110 * If sdkVersion is 0, then this is not a permission that we want to
130 // READ_EXTERNAL_STORAGE is always required when an app requests
133 // target SDK version ensures that this grant is always done.
263 * @param flags indicating which optional information is included.
446 InputStream is = new BufferedInputStream(jarFile.getInputStream(je));
447 while (is.read(readBuffer, 0, readBuffer.length) != -1) {
450 is.close();
871 // Only search the tree when the tag is directl
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
75 // Standard C isspace() is only required to look at the low byte of its input, so
77 // any high-byte UTF-16 code point is not whitespace.
83 // NOTE: if this truncates the dst string due to running out of space, no attempt is
115 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.",
119 ALOGW("%s size %p is smaller than header size %p.",
123 ALOGW("%s header size %p is too small.",
172 // The size of this struct is 32 bytes on the 32-bit target system
228 ALOGW("idmap assertion failed: invalid magic found (is 0x%08x, expected 0x%08x)\n",
361 ALOGW("Bad string block: header size %d or total size %d is large
[all...]

Completed in 2862 milliseconds

1234567891011