Home
last modified time | relevance | path

Searched defs:sequence (Results 201 – 225 of 2360) sorted by relevance

12345678910>>...95

/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java544 public void dispatchGesture(int sequence, ParceledListSlice gestureSteps, int displayId) { in dispatchGesture()
557 gestureSteps.getList(), mClient, sequence, displayId); in dispatchGesture() local
/aosp_15_r20/external/rust/android-crates-io/crates/pest_generator/src/
Dgenerator.rs814 fn sequence() { in sequence() function
970 let sequence = quote! { in expr_complex() localVariable
/aosp_15_r20/external/libchrome/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc240 base::StringPiece sequence = *it; in CheckRange() local
254 base::StringPiece sequence = *it; in CheckRangeByteAtATime() local
/aosp_15_r20/external/cronet/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc218 std::string_view sequence = *it; in CheckRange() local
231 std::string_view sequence = *it; in CheckRangeByteAtATime() local
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jvmTest/src/kotlinx/serialization/features/
H A DJsonLazySequenceTest.kt94 val sequence = json.decodeToSequence(ins, StringData.serializer()) in <lambda>() constant
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp80 const TIntermSequence &sequence = *(node->getSequence()); in visitDeclaration() local
126 const TIntermSequence &sequence = *(node->getSequence()); in visitDeclaration() local
243 TIntermSequence sequence; in FlipBuiltinVariable() local
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1072 def __init__(self, field_instance, sequence): argument
1127 def __setslice__(self, i, j, sequence): argument
1145 def extend(self, sequence): argument
/aosp_15_r20/external/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c39 } sequence; member
114 } sequence; member
/aosp_15_r20/external/blktrace/
H A Dblkiomon.c48 long sequence; member
104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Ddata_utils.py572 def __init__(self, sequence, argument
689 def __init__(self, sequence, use_multiprocessing=False, shuffle=False): argument
/aosp_15_r20/external/armnn/src/armnn/
H A DProfiling.cpp521 { in AnalyzeEventsAndWriteResults()
545 std::vector<const Event*> sequence; in AnalyzeEventsAndWriteResults() local
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dany.rs84 pub fn sequence<F, T>(self, f: F) -> Result<T> in sequence() method
214 pub fn sequence<'a, F, T>(&'a self, f: F) -> Result<T> in sequence() method
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dv4l2_tracker.h67 uint32_t sequence; member
103 const StringId sequence; member
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DTkinter.py1047 def _bind(self, what, sequence, func, add, needcleanup=1): argument
1064 def bind(self, sequence=None, func=None, add=None): argument
1104 def unbind(self, sequence, funcid=None): argument
1110 def bind_all(self, sequence=None, func=None, add=None): argument
1116 def unbind_all(self, sequence): argument
1119 def bind_class(self, className, sequence=None, func=None, add=None): argument
1129 def unbind_class(self, className, sequence): argument
1508 def event_generate(self, sequence, **kw): argument
2276 def tag_unbind(self, tagOrId, sequence, funcid=None): argument
2282 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
D__init__.py1391 def _bind(self, what, sequence, func, add, needcleanup=1): argument
1409 def bind(self, sequence=None, func=None, add=None): argument
1450 def unbind(self, sequence, funcid=None): argument
1457 def bind_all(self, sequence=None, func=None, add=None): argument
1464 def unbind_all(self, sequence): argument
1468 def bind_class(self, className, sequence=None, func=None, add=None): argument
1478 def unbind_class(self, className, sequence): argument
1907 def event_generate(self, sequence, **kw): argument
2789 def tag_unbind(self, tagOrId, sequence, funcid=None): argument
2796 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument
[all …]
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java512 long sequence, in queueStateChangedNotification()
560 final long sequence; in switchState() local
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
DScanManager.java512 long sequence, in queueStateChangedNotification()
560 final long sequence; in switchState() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.h98 int32_t sequence; // changes when visible regions can change member
370 const int32_t sequence; variable
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/optimizer/
Dmod.rs285 let sequence = nodes in fmt() localVariable
301 let sequence = nodes in fmt() localVariable
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/
H A DApkSigningBlockUtils.java757 public static byte[] encodeAsSequenceOfLengthPrefixedElements(List<byte[]> sequence) { in encodeAsSequenceOfLengthPrefixedElements()
762 public static byte[] encodeAsSequenceOfLengthPrefixedElements(byte[][] sequence) { in encodeAsSequenceOfLengthPrefixedElements()
777 List<Pair<Integer, byte[]>> sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsequence.rst3 .. _sequence: target
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dmod.rs16 mod sequence; module
/aosp_15_r20/external/webrtc/tools_webrtc/matlab/
H A DmaxUnwrap.m25 sequence = round((unwrap(2 * pi * sequence / max) * max) / (2 * pi)); variable
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dsequence.rst3 .. _sequence: target
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DUtils.h49 struct sequence struct

12345678910>>...95