HomeSort by relevance Sort by last modified time
    Searched defs:is (Results 251 - 275 of 581) sorted by null

<<11121314151617181920>>

  /external/v8/src/x64/
assembler-x64.h 19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
20 // IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
47 // Test whether a 64-bit value is in a specific range.
84 // to a few constants). If this is a problem, we could change the code
133 bool is(Register reg) const { return code_ == reg.code_; } function in struct:v8::internal::Register
245 bool is(XMMRegister reg) const { return code_ == reg.code_; }
287 // any value < 0 is considered no_condition
400 // Offset is added to existing displacement as 32-bit signed values and
404 // Checks whether either base or index register is the given register.
422 // register is encoded later as part of the emit_operand operation
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
MessageID.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
95 MessageID Layout (the most significant bit is reserved and therefore always zero)
141 bool is() const function in class:CoreIPC::MessageID
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
77 * @param deviceId the device id that is downloading
101 InputStream is = ucon.getInputStream(); local
102 BufferedInputStream bis = new BufferedInputStream(is);
121 * @param deviceId {@link String} device id that is uploading
  /frameworks/base/graphics/java/android/renderscript/
FileA3D.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
47 * Specifies what renderscript object type is contained within
291 InputStream is = null; local
293 is = res.openRawResource(id);
299 if (is instanceof AssetManager.AssetInputStream) {
300 int asset = ((AssetManager.AssetInputStream) is).getAssetInt();
309 FileA3D fa3d = new FileA3D(fileId, rs, is);
Font.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * rendered glyph bitmaps is maintained. Each font object represents a combination of a typeface,
42 * font to the RenderScript is required. A note of caution on performance, though the state changes
43 * are transparent to the user, they do happen internally, and it is more efficient to
44 * render large batches of text in sequence. It is also more efficient to render multiple
205 InputStream is = null; local
207 is = res.openRawResource(id);
215 if (is instanceof AssetManager.AssetInputStream) {
216 int asset = ((AssetManager.AssetInputStream) is).getAssetInt()
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
35 * <p>This class is duplicated for each JAXP subpackage so keep it in
36 * sync. It is package private for secure class loading.</p>
90 * <p>The context ClassLoader is preferred.</p>
98 // class. If there is a Context ClassLoader then use it.
161 * @param fallbackClassName Implementation class name, if nothing else is found. Use null to mean no fallback.
229 InputStream is = null; local
234 is = cl.getResourceAsStream(serviceId);
237 if (is == null)
    [all...]