Searched defs:is (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCTargetAsmLexer.h5 // This file is distributed under the University of Illinois Open Source
80 /// is - Check if the current token has kind \arg K.
81 bool is(AsmToken::TokenKind K) const { return CurTok.is(K); } function in class:llvm::MCTargetAsmLexer
/external/testng/src/main/java/org/testng/xml/
H A DParser.java20 * <code>Parser</code> is a parser for a TestNG XML test suite file.
33 /** The default file name for the TestNG test suite if none is specified (testng.xml). */
46 * has not been initialized with a file name. TODO CQ This member is never used. */
66 * @throws FileNotFoundException if the DEFAULT_FILENAME resource is not
73 public Parser(InputStream is) { argument
74 init(null, is, null);
77 private void init(String fileName, InputStream is, IFileParser fp) { argument
79 m_inputStream = is;
97 * @throws FileNotFoundException if the DEFAULT_FILENAME resource is not
104 // // TODO CQ is thi
[all...]
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.c6 This file is part of the libiberty library.
7 Libiberty is free software; you can redistribute it and/or
12 Libiberty is distributed in the hope that it will be useful,
28 It is defined by @file{safe-ctype.h}, and will be an integer constant
33 The host character set is unknown - that is, not one of the next two
37 The host character set is ASCII.
40 The host character set is some variant of EBCDIC. (Only one of the
41 nineteen EBCDIC varying characters is tested; exercise caution.)
87 Note that, if the host character set is ASCI
135 #define is macro
[all...]
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java12 * distributed under the License is distributed on an "AS IS" BASIS,
55 InputStream is; field in class:UnixFileTest.ConsoleResulter
61 is = in;
70 new InputStreamReader(is));
229 // So far this method only deals with the situation that the user is the
255 // However, canRead() always returns true when the user is 'root'.
315 // So far this method only deals with the situation that the user is the
317 // However, canRead() always returns true when the user is 'root'.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java13 * distributed under the License is distributed on an "AS IS" BASIS,
28 * This class is not a public API.
29 * It is public because it is used outside of this package.
44 /** Bit position if this element type is empty. */
47 /** Bit position if this element type is a flow. */
50 /** Bit position if this element type is a block. */
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
59 /** Bit position if this element type is CDAT
138 private boolean is(int flags) method in class:ElemDesc
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DUtil.java11 * distributed under the License is distributed on an "AS IS" BASIS,
62 // Use the thread context class loader. This is necessary because in some configurations, e.g.
69 public static ImmutableMap<String, String> loadProperties(ByteSource is) throws IOException { argument
72 InputStream in = closer.register(is.openStream());
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLKey.java11 * distributed under the License is distributed on an "AS IS" BASIS,
73 throw new InvalidKeyException("Key encoding is null");
84 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is) argument
86 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, true);
102 * Gets an {@code OpenSSLKey} instance backed by the provided private key. The resulting key is
126 * is usable only by this provider's TLS/SSL stack.
151 * @return instance or {@code null} if the {@code key} is not backed by OpenSSL's
221 throw new InvalidKeyException("Key encoding is null");
236 static OpenSSLKey fromPublicKeyPemInputStream(InputStream is) argument
238 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, tru
[all...]
H A DOpenSSLX509CRL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
56 static OpenSSLX509CRL fromX509DerInputStream(InputStream is) throws ParsingException { argument
57 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, true);
72 static List<OpenSSLX509CRL> fromPkcs7DerInputStream(InputStream is) argument
74 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, true);
95 static OpenSSLX509CRL fromX509PemInputStream(InputStream is) throws ParsingException { argument
96 final OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, true);
111 static List<OpenSSLX509CRL> fromPkcs7PemInputStream(InputStream is) argument
113 OpenSSLBIOInputStream bis = new OpenSSLBIOInputStream(is, true);
H A DOpenSSLX509CertificateFactory.java11 * distributed under the License is distributed on an "AS IS" BASIS,
66 * The code for X509 Certificates and CRL is pretty much the same. We use
88 throw new ParsingException("inStream is empty");
143 /* Attempt to see if this is a PKCS#7 bag. */
151 throw new ParsingException("inStream is empty");
182 * there is an error during certificate generation.
214 protected abstract List<? extends T> fromPkcs7PemInputStream(InputStream is) argument
217 protected abstract List<? extends T> fromPkcs7DerInputStream(InputStream is) argument
224 public OpenSSLX509Certificate fromX509PemInputStream(InputStream is)
226 return OpenSSLX509Certificate.fromX509PemInputStream(is);
[all...]
/external/eigen/bench/btl/data/
H A Dmean.cxx7 // This program is free software; you can redistribute it and/or
12 // This program is distributed in the hope that it will be useful,
120 multiset<Lib_Mean>::iterator is = s_lib_mean.begin(); local
121 Lib_Mean best(*is);
124 for (is=s_lib_mean.begin(); is!=s_lib_mean.end() ; is++){
127 cout << " <TD> " << is->_lib_name << " </TD>" << endl ;
128 cout << " <TD> " << is->_mean_in_cache << " </TD>" << endl ;
129 cout << " <TD> " << 100*(is
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java80 // 5MB. This is the max image header size we can handle, we preallocate a much smaller buffer but will resize up to
87 * for the given InputStream is available, the operation is much less expensive in terms of memory.
91 * those of the image for the given InputStream is provided.
94 * @param is An {@link InputStream} to the data for the image.
98 * @return A new bitmap containing the image from the given InputStream, or recycle if recycle is not null.
103 public Bitmap decode(InputStream is, BitmapPool pool, int outWidth, int outHeight, DecodeFormat decodeFormat) { argument
111 ExceptionCatchingInputStream.obtain(new RecyclableBufferedInputStream(is, bytesForStream));
144 // BitmapFactory swallows exceptions during decodes and in some cases when inBitmap is non null, may catch
173 // If we're rotating the image +-90 degrees, we need to downsample accordingly so the image width is
190 downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, BitmapPool pool, int inWidth, int inHeight, int sampleSize, DecodeFormat decodeFormat) argument
205 shouldUsePool(InputStream is) argument
233 getConfig(InputStream is, DecodeFormat format) argument
285 getDimensions(ExceptionCatchingInputStream is, BitmapFactory.Options options) argument
292 decodeStream(ExceptionCatchingInputStream is, BitmapFactory.Options options) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifResourceDecoder.java99 private static byte[] inputStreamToBytes(InputStream is) { argument
105 while ((nRead = is.read(data)) != -1) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperResourceDecoder.java25 // 2048 is rather arbitrary, for most well formatted image types we only need 32 bytes.
139 public InputStream build(InputStream is, byte[] buffer) { argument
140 return new RecyclableBufferedInputStream(is, buffer);
146 public ImageHeaderParser.ImageType parse(InputStream is) throws IOException { argument
147 return new ImageHeaderParser(is).getType();
/external/guava/guava/src/com/google/common/base/
H A DCaseFormat.java11 * distributed under the License is distributed on an "AS IS" BASIS,
29 * Utility class for converting between various ASCII case formats. Behavior is undefined for
40 LOWER_HYPHEN(CharMatcher.is('-'), "-") {
58 LOWER_UNDERSCORE(CharMatcher.is('_'), "_") {
94 UPPER_UNDERSCORE(CharMatcher.is('_'), "_") {
119 * "best effort" approach is taken; if {@code str} does not conform to the assumed format, then
120 * the behavior of this method is undefined but we make a reasonable effort at converting anyway.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUData.java27 * @hide Only a subset of ICU is exposed in Android
36 * This is normally the name of the .dat package, and the prefix (plus '/')
84 * (that is, not from a file), log when the stream contains ICU binary data.
152 private static void checkStreamForBinaryData(InputStream is, String resourceName) { argument
153 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) {
155 is.mark(32);
157 int len = is.read(b);
167 is.reset();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUData.java34 * This is normally the name of the .dat package, and the prefix (plus '/')
82 * (that is, not from a file), log when the stream contains ICU binary data.
150 private static void checkStreamForBinaryData(InputStream is, String resourceName) { argument
151 if (logBinaryDataFromInputStream && is != null && resourceName.indexOf(PACKAGE_NAME) >= 0) {
153 is.mark(32);
155 int len = is.read(b);
165 is.reset();
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DAntJarProcessor.java11 * distributed under the License is distributed on an "AS IS" BASIS,
63 protected void zipFile(InputStream is, ZipOutputStream zOut, String vPath, argument
66 IoUtil.pipe(is, baos, buf);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java5 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * sell copies of the Software, and to permit persons to whom the Software is
86 * accessing the web service or <code>null</code> if a direct connection is available
111 protected void parseResponse(SoapEnvelope envelope, InputStream is) argument
115 xp.setInput(is, null);
212 * Return the name of the host that is specified as the web service target
219 * Return the port number of the host that is specified as the web service target
/external/llvm/include/llvm/ADT/
H A DPointerSumType.h5 // This file is distributed under the University of Illinois Open Source
40 /// This is a normal tagged union across pointer-like types that uses the low
43 /// Each member of the sum type is specified by passing a \c
56 /// would be. This means that the zero value for the tag type is significant
57 /// and may be desireable to set to a state that is particularly desirable to
60 /// There is no support for constructing or accessing with a dynamic tag as
77 "Pointer is insufficiently aligned to store the discriminant!");
84 template <TagT N> bool is() const { return N == getTag(); } function in class:llvm::PointerSumType
87 void *P = is<N>() ? getImpl() : nullptr;
93 assert(is<
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c6 * Permission is hereby granted, free of charge, to any person obtaining a
11 * permit persons to whom the Software is furnished to do so, subject to
186 struct i915_screen *is = i915_screen(screen); local
317 return is->debug.lie ? 1 : 0;
361 return is->iws->pci_id;
369 const int gpu_mappable_megabytes = is->iws->aperture_size(is->iws) * 3 / 4;
503 struct i915_screen *is = i915_screen(screen); local
505 is->iws->fence_reference(is
514 struct i915_screen *is = i915_screen(screen); local
547 struct i915_screen *is = i915_screen(screen); local
561 struct i915_screen *is = CALLOC_STRUCT(i915_screen); local
[all...]
H A Di915_state_static.c5 * Permission is hereby granted, free of charge, to any person obtaining a
10 * Software is furnished to do so, subject to the following conditions:
130 debug_printf("Depth offset is %d\n",offset);
214 struct i915_screen *is = i915_screen(i915->base.screen); local
218 if (is->is_i945 && tex->tiling != I915_TILE_NONE
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java4 Permission is hereby granted, free of charge, to any person obtaining a copy of this
8 permit persons to whom the Software is furnished to do so, subject to the following
34 public CAVLCReader(InputStream is) throws IOException { argument
35 super(is);
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
145 bool ByteArray::CopyFrom(InputStream* is, int32_t length) { argument
150 while ((bytes_read = is->Read(&b, 0, buffer_length)) > 0) {
165 bool ByteArray::CopyFrom(InputStream* is) { argument
170 while ((bytes_read = is->Read(&b, 0, buffer_length)) > 0) {
H A Dfont_input_stream.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
23 FontInputStream::FontInputStream(InputStream* is) argument
24 : stream_(is), position_(0), length_(0), bounded_(false) {
27 FontInputStream::FontInputStream(InputStream* is, size_t length) argument
28 : stream_(is), position_(0), length_(length), bounded_(true) {
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc11 * distributed under the License is distributed on an "AS IS" BASIS,
41 void FontFactory::LoadFonts(InputStream* is, FontArray* output) { argument
43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
69 void FontFactory::LoadFontsForBuilding(InputStream* is, argument
71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is);
111 CALLER_ATTACH Font* FontFactory::LoadSingleOTF(InputStream* is) { argument
113 builder.Attach(LoadSingleOTFForBuilding(is));
123 void FontFactory::LoadCollection(InputStream* is, FontArray* output) { argument
125 LoadCollectionForBuilding(is, &ba);
149 Font::Builder* FontFactory::LoadSingleOTFForBuilding(InputStream* is) { argument
166 LoadCollectionForBuilding(InputStream* is, FontBuilderArray* builders) argument
[all...]

Completed in 578 milliseconds

1234567891011>>