/prebuilts/go/linux-x86/src/os/user/ |
user_test.go | 150 func containsID(ids []string, id string) bool { 151 for _, x := range ids {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LinearLayoutRuleTest.java | 161 List<String> ids = choices.getIds(); local 163 assertEquals("wrap_content", ids.get(0)); 165 assertEquals("match_parent", ids.get(1)); 167 assertEquals("42dip", ids.get(2));
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDatabase.java | 249 * Returns document IDs of storages under the given device document. 252 * @return Storage document IDs. 273 final String[] ids = new String[cursor.getCount()]; local 275 ids[i] = cursor.getString(0); 277 return ids; 657 final Set<String> ids = new HashSet<>(); local 661 if (ids.contains(documentId)) { 664 ids.add(documentId); 678 Document.COLUMN_DOCUMENT_ID + " NOT IN " + getIdList(ids), null); [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 252 // Buffer for framebuffer IDs -- we keep track so we can switch the attached 806 IntArray ids = mUnboundTextures; local 808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0); 809 ids.clear(); 812 ids = mDeleteBuffers; 813 if (ids.size() > 0) { 814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0); 815 ids.clear() [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 252 // Buffer for framebuffer IDs -- we keep track so we can switch the attached 806 IntArray ids = mUnboundTextures; local 808 mGLId.glDeleteTextures(null, ids.size(), ids.getInternalArray(), 0); 809 ids.clear(); 812 ids = mDeleteBuffers; 813 if (ids.size() > 0) { 814 mGLId.glDeleteBuffers(null, ids.size(), ids.getInternalArray(), 0); 815 ids.clear() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 81 // Strings used as internal ids, group ids and prefixes for actions 190 // Ids must be set individually so open the id dialog for each [all...] |
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
ExternalStorageTest.java | 159 private boolean isCompleteLocked(long... ids) { 160 for (long id : ids) { 171 throw new IllegalArgumentException("Missing IDs to wait for"); 182 throw new InterruptedException("Timeout waiting for IDs " + Arrays.toString(waitForIds)
|
/external/antlr/antlr-3.4/runtime/Python/ |
hudson-build.sh | 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
VforkChecker.cpp | 101 const char *ids[] = { local 114 for (const char **id = ids; *id; ++id)
|
/external/python/cpython2/Tools/pynche/ |
ListViewer.py | 105 ids = canvas.find_overlapping(x, y, x, y) 106 for boxid in ids:
|
/external/python/cpython3/Tools/pynche/ |
ListViewer.py | 105 ids = canvas.find_overlapping(x, y, x, y) 106 for boxid in ids:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
candidate_sampler_ops_test.py | 100 indices, ids, weights = sess.run(accidental_hits) 105 for index, id_, weight in zip(indices, ids, weights):
|
/external/tensorflow/tensorflow/python/ops/ |
lookup_ops.py | 540 """Table initializer for `int64` IDs to string tables from a text file.""" 591 """Table initializer for string to `int64` IDs tables from a text file.""" 740 table: Table that maps `tf.string` or `tf.int64` keys to `tf.int64` ids. 865 ids = self._table.lookup(values, name=name) 876 ids = self._table.lookup(values) 878 is_id_non_default = math_ops.not_equal(ids, self._table.default_value) 879 ids = array_ops.where(is_id_non_default, ids, buckets, name=scope) 881 ids = buckets 883 return sparse_tensor.SparseTensor(keys.indices, ids, keys.dense_shape [all...] |
/external/tensorflow/tensorflow/tools/gcs_test/python/ |
gcs_smoke.py | 41 ids = np.arange(num_examples).reshape([num_examples, 1]) 47 ex.features.feature["id"].bytes_list.value.append(str(ids[row, 0]))
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
nack_unittest.cc | 139 explicit NackVerifier(std::vector<uint16_t> ids) : ids_(ids) {}
|
/frameworks/base/cmds/bootanimation/ |
audioplay.cpp | 174 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION}; local 177 3, ids, req);
|
/frameworks/base/core/java/android/view/autofill/ |
IAutoFillManager.aidl | 52 void setAutofillFailure(int sessionId, in List<AutofillId> ids, int userId);
|
/frameworks/base/opengl/java/android/opengl/ |
GLES30.java | 502 // C function void glGenQueries ( GLsizei n, GLuint *ids ) 506 int[] ids, 510 // C function void glGenQueries ( GLsizei n, GLuint *ids ) 514 java.nio.IntBuffer ids 517 // C function void glDeleteQueries ( GLsizei n, const GLuint *ids ) 521 int[] ids, 525 // C function void glDeleteQueries ( GLsizei n, const GLuint *ids ) 529 java.nio.IntBuffer ids [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
FlashlightControllerImpl.java | 144 String[] ids = mCameraManager.getCameraIdList(); local 145 for (String id : ids) {
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
EuiccRulesAuthTable.java | 200 for (CarrierIdentifier[] ids : mCarrierIds) { 201 dest.writeTypedArray(ids, flags);
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 13 void glGenQueries ( GLsizei n, GLuint *ids ) 14 void glDeleteQueries ( GLsizei n, const GLuint *ids ) 98 void glDeleteTransformFeedbacks ( GLsizei n, const GLuint *ids ) 99 void glGenTransformFeedbacks ( GLsizei n, GLuint *ids )
|
/frameworks/wilhelm/tests/sandbox/ |
intbufq.c | 124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; local 127 2, ids, flags);
|
outputmix.c | 41 // query supported interfaces on output mix object ID and display their IDs 127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, local 133 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 10, ids, req);
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
GetInstance.java | 133 public static List<Service> getServices(List<ServiceId> ids) { 135 return list.getServices(ids);
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
DeepShortcutManager.java | 83 * Queries for the shortcuts with the package name and provided ids. 98 List<String> ids, UserHandle user) { 100 activity.getPackageName(), activity, ids, user);
|