Home
last modified time | relevance | path

Searched defs:index2 (Results 1 – 25 of 106) sorted by relevance

12345

/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py197 def get(self, index1, index2=None): argument
216 def delete(self, index1, index2=None): argument
247 def compare(self, index1, op, index2): argument
276 def tag_remove(self, tagName, index1, index2=None): argument
/external/tensorflow/tensorflow/core/kernels/neon/
Dtypes.h50 const ArrayType2& array2, int index2) { in MatchingArraySize()
57 const ArrayType2& array2, int index2, Args... args) { in MatchingArraySize()
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py197 def get(self, index1, index2=None): argument
216 def delete(self, index1, index2=None): argument
247 def compare(self, index1, op, index2): argument
276 def tag_remove(self, tagName, index1, index2=None): argument
/external/python/cpython2/Objects/
Dunicodetype_db.h663 static unsigned char index2[] = { variable
/external/python/cpython3/Lib/idlelib/
Dcolorizer.py138 def delete(self, index1, index2=None): argument
144 def notify_range(self, index1, index2=None): argument
Dundo.py85 def delete(self, index1, index2=None): argument
167 def __init__(self, index1, index2, chars, tags=None): argument
267 def __init__(self, index1, index2=None): argument
Dpercolator.py30 def delete(self, index1, index2=None): argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/range/
DPrefixInfixSuffixLengthHelper.java25 public int index2() { in index2() method in PrefixInfixSuffixLengthHelper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
DPrefixInfixSuffixLengthHelper.java23 public int index2() { in index2() method in PrefixInfixSuffixLengthHelper
/external/python/cpython3/Doc/tools/static/
Dchangelog_search.js21 h2_parent.find('h3').each(function(index2, h3) { argument
/external/python/cpython3/Objects/
Dunicodetype_db.h2362 static const unsigned short index2[] = { variable
/external/python/cpython2/Lib/idlelib/
DColorDelegator.py86 def delete(self, index1, index2=None): argument
95 def notify_range(self, index1, index2=None): argument
DUndoDelegator.py83 def delete(self, index1, index2=None): argument
166 def __init__(self, index1, index2, chars, tags=None): argument
268 def __init__(self, index1, index2=None): argument
DPercolator.py27 def delete(self, index1, index2=None): argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_c.c28 int* index2) { in WebRtcIsacfix_PitchFilterCore()
Dpitch_filter_mips.c22 int* index2) { in WebRtcIsacfix_PitchFilterCore()
/external/dng_sdk/source/
Ddng_utils.cpp642 for (uint32 index2 = 0; index2 < count2; index2++) in Process() local
665 for (uint32 index2 = 0; index2 < count2; index2++) in Process() local
687 for (uint32 index2 = 0; index2 < count2; index2++) in Process() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOM2Helper.java237 int index2 = ((DOMOrder) node2).getUid(); in isNodeAfter() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_intrinsics.c68 nir_ssa_def *data2, *index2; in try_opt_bcsel_of_shuffle() local
/external/python/cpython3/Modules/
Dunicodedata_db.h1325 static const unsigned short index2[] = { variable
/external/python/cpython2/Modules/
Dunicodedata_db.h1183 static unsigned short index2[] = { variable
/external/skqp/tests/
DPathOpsChalkboardTest.cpp108 int index2 = 62; in chalkboard_threaded() local
/external/skia/tests/
DPathOpsChalkboardTest.cpp107 int index2 = 62; in chalkboard_threaded() local
/external/protobuf/src/google/protobuf/
Dreflection_internal.h111 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements()
167 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements()
230 void SwapElements(Field* data, int index1, int index2) const override { in SwapElements()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op_gpu.cu.cc69 int32 index2 = index / image_size; in BiasNCHWKernel() local
120 int32 index2 = index / image_size; in BiasGradNCHW_Naive() local

12345