Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 25 of 82) sorted by relevance

1234

/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp21 iterator segment, segEnd = end(); in find() local
36 const_iterator segment, segEnd = end(); in find() local
49 iterator segment, segEnd = end(); in find() local
65 const_iterator segment, segEnd = end(); in find() local
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DClippingAmplitudeAndFrequencyAdapter.java44 VibrationEffectSegment segment = segments.get(i); in apply() local
54 private StepSegment apply(StepSegment segment, VibratorInfo info) { in apply()
62 private RampSegment apply(RampSegment segment, VibratorInfo info) { in apply()
H A DStepToRampAdapter.java53 VibrationEffectSegment segment = segments.get(i); in convertStepsToRamps() local
107 private static RampSegment convertStepToRamp(StepSegment segment) { in convertStepToRamp()
136 private static boolean isStep(VibrationEffectSegment segment) { in isStep()
H A DRampDownAdapter.java206 private static VibrationEffectSegment updateDuration(VibrationEffectSegment segment, in updateDuration()
220 private static boolean isOffSegment(VibrationEffectSegment segment) { in isOffSegment()
232 private static boolean endsWithNonZeroAmplitude(VibrationEffectSegment segment) { in endsWithNonZeroAmplitude()
H A DVibration.java347 VibrationEffectSegment segment) { in dumpEffect()
361 private void dumpEffect(ProtoOutputStream proto, long fieldId, StepSegment segment) { in dumpEffect()
369 private void dumpEffect(ProtoOutputStream proto, long fieldId, RampSegment segment) { in dumpEffect()
380 PrebakedSegment segment) { in dumpEffect()
389 PrimitiveSegment segment) { in dumpEffect()
H A DRampToStepAdapter.java51 VibrationEffectSegment segment = segments.get(i); in apply() local
/aosp12/art/test/929-search/
H A Dsearch.cc34 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring segment) { in Java_Main_addToBootClassLoader()
44 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jstring segment) { in Java_Main_addToSystemClassLoader()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java34 private Path(Path parent, String segment) { in Path()
39 public Path getChild(String segment) { in getChild()
60 public Path getChild(int segment) { in getChild()
64 public Path getChild(long segment) { in getChild()
H A DPathMatcher.java76 Node addChild(String segment) { in addChild()
89 Node getChild(String segment) { in getChild()
H A DUriSource.java45 String segment[] = path.split(); in createMediaObject() local
/aosp12/art/openjdkjvmti/
H A Dti_search.cc161 for (const std::string& segment : gSystemOnloadSegments) { in Update() local
224 const char* segment) { in AddToBootstrapClassLoaderSearch()
322 const char* segment) { in AddToDexClassLoader()
378 jvmtiError SearchUtil::AddToSystemClassLoaderSearch(jvmtiEnv* jvmti_env, const char* segment) { in AddToSystemClassLoaderSearch()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp323 typedef struct segment { struct
324 uint8_t marker[MARKER_LENGTH];
325 uint16_t length;
381 segment_t *segment = (segment_t*)(jpegBuffer + size); in findJpegSize() local
/aosp12/system/server_configurable_flags/libflags/
H A Dserver_configurable_flags.cc50 static bool ValidateCharacters(const std::string& segment) { in ValidateCharacters()
59 static bool ValidateExperimentSegment(const std::string& segment) { in ValidateExperimentSegment()
/aosp12/frameworks/rs/script_api/
H A DScanner.cpp45 void Scanner::readUpTo(char delimiter, string* segment) { in readUpTo()
58 void Scanner::readRestOfLine(string* segment) { in readRestOfLine()
/aosp12/system/extras/kexec_tools/
H A Dkexec.h20 struct kexec_segment* segment, unsigned long flags) { in kexec_load()
H A Dkexecload.c68 struct kexec_segment segment[2]; in main() local
/aosp12/frameworks/av/media/codecs/g711/decoder/
H A Dg711DecMlaw.cpp28 int32_t segment = exponent + 1; in DecodeMLaw() local
/aosp12/art/test/929-search/src/
H A DMain.java30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest()
/aosp12/system/bt/audio_bluetooth_hw/
H A Dutils.cc37 for (const auto& segment : segments) { in ParseAudioParams() local
/aosp12/frameworks/base/core/java/android/os/
H A DVibrationEffect.java565 Composed(@NonNull VibrationEffectSegment segment) { in Composed()
590 VibrationEffectSegment segment = mSegments.get(i); in validate() local
873 private Composition addSegment(VibrationEffectSegment segment) { in addSegment()
1085 VibrationEffectSegment segment = mSegments.get(mSegments.size() - 1); in getPreviousFrequency() local
1097 VibrationEffectSegment segment = mSegments.get(mSegments.size() - 1); in getPreviousAmplitude() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListing.java143 public void segment(int count, int offset) { in segment() method in BluetoothMapMessageListing
H A DBluetoothMapConvoListing.java122 public void segment(int count, int offset) { in segment() method in BluetoothMapConvoListing
/aosp12/art/test/1964-add-to-dex-classloader-file/
H A Dadd_to_loader.cc73 jstring segment) { in Java_Main_addToClassLoaderNative()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java362 String segment = uri.getPathSegments().get(1); in update() local
399 String segment = uri.getPathSegments().get(1); in delete() local
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode.cpp87 for (const std::string& segment : segments) { in LookupAbsolutePath() local

1234