HomeSort by relevance Sort by last modified time
    Searched defs:is (Results 451 - 475 of 2740) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
150 // This check is redundant as the output directory should be in the cache dir,
171 final InputStream is = new FileInputStream(current); local
177 int len = is.read(buf);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
103 final InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( local
106 return Streams.readFully(is);
108 IoUtils.closeQuietly(is);
170 // waits until progress_so_far is >= (progress)%
197 // progress_so_far is >= progress%. we are done
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCertActivity.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
123 private String convertToString(InputStream is) {
124 BufferedReader reader = new BufferedReader(new InputStreamReader(is));
136 is.close();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
86 InputStream is; local
88 is = getTestContext().getContentResolver().openInputStream(CONTACTS_PHOTO_URI);
93 Drawable d = Drawable.createFromStream(is, CONTACTS_PHOTO_URI.toString());
ContactsAsyncHelperTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
149 InputStream is; local
151 is = mContext.getContentResolver().openInputStream(uri);
156 Drawable d = Drawable.createFromStream(is, uri.toString());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerUnion.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the PointerUnion class, which is a discriminated union of
39 /// Ret will be EQ type if T1 is same as T2 or NE type otherwise.
57 /// Provide PointerLikeTypeTraits for void* that is used by PointerUnion
74 /// This implementation is extremely efficient in space due to leveraging the
80 /// printf("%d %d", P.is<int*>(), P.is<float*>()); // prints "1 0"
113 /// Test if the pointer held in the union is null, regardless of
114 /// which type it is.
123 template <typename T> int is() const
240 template <typename T> int is() const { function in struct:llvm::PointerUnion3::IsInnerUnion
252 template <typename T> int is() const { return Val.template is<T>(); } function in struct:llvm::PointerUnion3::IsPT3
269 template <typename T> int is() const { function in class:llvm::PointerUnion3
374 template <typename T> int is() const { function in class:llvm::PointerUnion4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer_abst.h 10 * This library is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful,
81 int (*is)(snd_mixer_elem_t *elem, int dir, int cmd, int val); member in struct:sm_elem_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
mixer_abst.h 10 * This library is free software; you can redistribute it and/or modify
15 * This program is distributed in the hope that it will be useful,
81 int (*is)(snd_mixer_elem_t *elem, int dir, int cmd, int val); member in struct:sm_elem_ops
  /prebuilts/go/darwin-x86/test/
convT2X.go 4 // Use of this source code is governed by a BSD-style
68 is interface{} = s
140 if s != is {
141 panic("s != is")
67 is interface{} = s var
  /prebuilts/go/linux-x86/test/
convT2X.go 4 // Use of this source code is governed by a BSD-style
68 is interface{} = s
140 if s != is {
141 panic("s != is")
67 is interface{} = s var
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
151 InputStream is = new ByteArrayInputStream(bytes); local
152 file.create(is, true /*force*/, null /*progress*/);
260 // Is this an Android project?
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c 4 This file is part of the GNU Binutils.
6 This program is free software; you can redistribute it and/or modify
11 This program is distributed in the hope that it will be useful,
63 /* The long options. This structure is used for both the option
72 This is an overloading of the use of this enum, since originally it
75 the confusion about the -omagic command line switch. Is it setting
76 the output file name to "magic" or is it setting the NMAGIC flag on
77 the output ? It has been decided that it is setting the output file
93 /* The documentation string. If this is NULL, this is a synonym fo
536 int is, il, irl; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
StreamUtil.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
132 InputStream is = new BufferedInputStream(stream); local
135 while ((inputByte = is.read()) != -1) {
210 * @param outStream the {@link OutputStream}. No action taken if outStream is null.
230 * @param outStream the {@link ZipOutputStream}. No action taken if outStream is null.
246 * @param outStream the {@link ZipOutputStream}. No action taken if outStream is null.
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /prebuilts/misc/common/robolectric/lib/
hamcrest-core-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 2 // Use of this source code is governed by a BSD-style license that can be
60 * This server runs in a thread in the current process, so it is convenient
134 // Avoid a deadlock between two threads where one is trying to call
135 // close() and the other one is calling accept() by sending a GET
143 InputStream is = connection.getInputStream(); local
144 is.close();
146 // Block until the server thread is done shutting down.
205 * Sets a 404 (not found) response to be returned when a particular request path is passed in.
218 * Sets a response to be returned when a particular request path is passed
224 * response (null is acceptable)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
119 // This test needs to be done each time a context is created,
146 InputStream is = getResources().openRawResource(resourceIds[face]); local
149 bitmap = BitmapFactory.decodeStream(is);
152 is.close();
201 * This is not the fastest way to check for an extension, but fine if
202 * we are only checking for a few extensions each time a context is created.
205 * @return true if the extension is present in the current context.
209 // The extensions string is padded with spaces between extensions, but no
    [all...]

Completed in 564 milliseconds

<<11121314151617181920>>