HomeSort by relevance Sort by last modified time
    Searched refs:ids (Results 376 - 400 of 1475) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 366 id = ids.getSize() ? ids.pop().u.i : size++;
374 ids.push(uid);
412 ids.clear(true);
418 Stack ids;
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkContinuationImplTest.java 119 List<String> ids = mDatabase.workSpecDao().getAllWorkSpecIds(); local
120 for (String id : ids) {
500 List<UUID> ids = new ArrayList<>(statuses.size()); local
502 ids.add(status.getId());
504 assertThat(ids, containsInAnyOrder(
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 366 * Test the call which retrieves the available IDs.
377 const UnicodeString** ids = TimeZone::createAvailableIDs(numIDs); local
378 if (ids == 0 || numIDs < 1) {
384 buf.append(*ids[i]);
389 uprv_free(ids);
393 ids = TimeZone::createAvailableIDs(-8*U_MILLIS_PER_HOUR, numIDs);
394 if (ids == 0 || numIDs < 1) {
400 buf.append(*ids[i]);
405 uprv_free(ids);
408 ids = TimeZone::createAvailableIDs("US", numIDs)
    [all...]
  /external/python/cpython3/Lib/test/
test_marshal.py 333 def CollectObjectIDs(ids, obj):
334 """Collect object ids seen in a structure"""
335 if id(obj) in ids:
337 ids.add(id(obj))
340 CollectObjectIDs(ids, e)
343 CollectObjectIDs(ids, k)
344 CollectObjectIDs(ids, v)
345 return len(ids)
  /external/tensorflow/tensorflow/python/ops/
sparse_ops.py     [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 495 final LinkedList<String> ids = new LinkedList<>(); local
501 ids.addFirst(i.mDocumentId);
506 ids.addFirst(i.mDocumentId);
518 ids.addFirst(i.mDocumentId);
525 ids.addFirst(i.mDocumentId);
531 return new Path(null, ids);
533 return new Path(/* Should be same with root ID */ i.mDocumentId, ids);
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
MtpDocumentsProviderTest.java 1008 final Queue<HierarchyDocument> ids = new LinkedList<>(); local
    [all...]
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 1129 const char* ids[] = { local
1274 const char* ids[] = { local
1303 const char* ids[] = { local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 105 public void onDeleted(Context ctx, int[] ids) {
106 for (int i = 0; i < ids.length; i++) {
107 sStateMap.remove(ids[i]);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 136 int[] ids = new int[1]; local
137 gl.glGenTextures(1, ids, 0);
138 int cubeMapTextureId = ids[0];
338 // Generate a the vertex and element buffer IDs
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 99 int[] ids = mInputManager.getInputDeviceIds(); local
100 for (int i = 0; i < ids.length; i++) {
101 getInputDeviceState(ids[i]);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 125 * be used if you want to add "extended" DTM IDs with nonzero offsets.
148 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null)); //"No more DTM IDs are available!");
662 * DTM IDs may also be assigned to this DTM.
728 // Multiple DTM IDs may be assigned to a single DTM.
738 org.apache.xml.utils.SuballocatedIntVector ids=((DTMDefaultBase)dtm).getDTMIDs(); local
739 for(int i=ids.size()-1;i>=0;--i)
740 m_dtms[ids.elementAt(i)>>>DTMManager.IDENT_DTM_NODE_BITS]=null;
  /external/clang/docs/tools/
dump_ast_matchers.py 28 # pop-up. ids[name] keeps track of those ids.
29 ids = collections.defaultdict(int) variable
108 matcher_id = '%s%d' % (name, ids[name])
109 ids[name] += 1
  /external/mesa3d/src/mesa/main/
arrayobj.c 514 * that this function requires all ids to have been previously generated
545 * \param ids Array of \c n array object IDs.
548 _mesa_DeleteVertexArrays(GLsizei n, const GLuint *ids)
559 struct gl_vertex_array_object *obj = _mesa_lookup_vao(ctx, ids[i]);
562 assert( obj->Name == ids[i] );
588 * Generate a set of unique array object IDs and store them in \c arrays.
592 * \param n Number of IDs to generate.
593 * \param arrays Array of \c n locations to store the IDs.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java 135 @Rpc(description = "Returns a List of all contact IDs.")
137 List<Integer> ids = new ArrayList<Integer>(); local
142 ids.add(cursor.getInt(0));
146 return ids;
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
dropout_utils_test.cc 110 unordered_set<int32> ids; local
112 ids.insert(tree);
114 EXPECT_EQ(ids.size(), dropped_trees.size());
  /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/
rnn_ptb.py 223 # Files represented as a list of integer ids (as opposed to list of string
237 """Read text file in path and return a list of integer token ids."""
248 ids = np.zeros(tokens).astype(np.int64)
253 ids[token] = self.word2idx[word]
256 return ids
  /external/tensorflow/tensorflow/python/eager/
graph_callable.py 305 ids = list(sorted(captures.keys()))
306 if ids:
307 extra_inputs, extra_placeholders = zip(*[captures[x] for x in ids])
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE }; variable
177 &audiosrc, &audiosnk, 1, ids, flags);
190 1, ids, flags);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
OldSpeedDialFragment.java 330 private boolean containsId(long[] ids, long target) {
332 for (int i = 0; i < ids.length; i++) {
333 if (ids[i] == target) {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
SampleChunkIoHelper.java 112 * @param ids track names
120 List<String> ids,
126 mTrackCount = ids.size();
127 mIds = ids;
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 

Completed in 732 milliseconds

<<11121314151617181920>>