/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
ByteBufferWriter.java | 52 // TODO(nathanmittler): tune this property or allow configuration? 59 // TODO(nathanmittler): tune this property or allow configuration? 65 // TODO(nathanmittler): tune this property or allow configuration?
|
/hardware/interfaces/broadcastradio/1.1/ |
ITuner.hal | 24 * Tune to a specified program. 27 * Automatically cancels pending scan, step or tune. 37 * @param program Program to tune to.
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
VtsHalBroadcastradioV1_0TargetTest.cpp | 580 * Test ITuner::tune, getProgramInformation and cancel methods 585 * - the tuned callback is received within kTuneCallbacktimeoutNs ns after tune() 587 * Skipped for other radio classes than AM/FM, because tune to frequency 598 // test tune 611 Return<Result> hidlResult = mTuner->tune(channel, 0); 635 mTuner->tune(lowerLimit, 0); 642 * Test ITuner::tune failing when channel out of the range is provided. 648 * Skipped for other radio classes than AM/FM, because tune to frequency 667 // try to tune slightly above the limit and expect to fail 669 auto tuneResult = mTuner->tune(badChannel, 0) [all...] |
/packages/apps/Car/Radio/src/com/android/car/radio/ |
RadioController.java | 263 mRadioManager.tune(radioStation); 337 * Attempts to tune to the last played radio channel for a particular band. For example, if 338 * the user switches to the AM band from FM, this method will attempt to tune to the last 352 // Tune to a stored radio channel if it exists. 814 // Tune to the previous station, and then update the UI to reflect that tune. 816 mRadioManager.tune(prevStation); 852 // Tune to the next station, and then update the UI to reflect that tune. 854 mRadioManager.tune(nextStation) [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i386.h | 259 enum processor_type tune; member in struct:i386_tc_frag_data 264 the isa/tune settings at the time the .align was assembled. */ 272 (FRAGP)->tc_frag_data.tune = cpu_arch_tune; \
|
/external/ltp/testcases/kernel/mem/include/ |
mem.h | 90 void set_sys_tune(char *sys_file, long tune, int check);
|
/external/skia/src/pathops/ |
SkPathOpsTightBounds.cpp | 50 SkSTArenaAlloc<4096> allocator; // FIXME: constant-ize, tune
|
/frameworks/base/core/java/android/hardware/radio/ |
ITuner.aidl | 57 void tune(in ProgramSelector selector);
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/ |
RadioTunerTest.java | 298 // test tune 299 int ret = mRadioTuner.tune(channel, 0); 398 Log.i(TAG, "Program list is empty, can't test tune"); 403 mRadioTuner.tune(sel);
|
/frameworks/base/location/java/com/android/internal/location/ |
ProviderRequest.java | 38 * fine tune location updates, for example when there
|
/hardware/interfaces/broadcastradio/1.1/default/ |
Tuner.h | 41 virtual Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
|
/hardware/interfaces/broadcastradio/1.1/utils/include/broadcastradio-utils/ |
Utils.h | 40 * - selector {AMFM_FREQUENCY = 103.3, HD_SUBCHANNEL = 0} can tune to this channel;
|
/packages/apps/Car/libs/car-radio-service/src/com/android/car/radio/service/ |
IRadioManager.aidl | 28 void tune(in RadioStation station);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
SpacePreference.java | 29 * to fine tune screens that combine custom layouts and standard preferences.
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
ChannelState.java | 85 * Tune status is either {@link #TUNE_STATUS_VIDEO_AVAILABLE} or a {@link
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/ |
TargetOptions.h | 94 GDB, // Tune debug info for gdb. 95 LLDB, // Tune debug info for lldb. 96 SCE // Tune debug info for SCE targets (e.g. PS4). 252 /// Which debugger to tune for.
|
/prebuilts/go/darwin-x86/src/math/big/ |
calibrate_test.go | 7 // used to manually fine-tune the threshold constant. The
|
/prebuilts/go/linux-x86/src/math/big/ |
calibrate_test.go | 7 // used to manually fine-tune the threshold constant. The
|