HomeSort by relevance Sort by last modified time
    Searched full:preferred (Results 376 - 400 of 4924) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 122 /// @brief returns true if VirtReg is assigned to its preferred physreg.
125 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 129 /// @brief returns true if VirtReg is assigned to its preferred physreg.
132 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 122 /// @brief returns true if VirtReg is assigned to its preferred physreg.
125 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 122 /// @brief returns true if VirtReg is assigned to its preferred physreg.
125 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 125 /// @brief returns true if VirtReg is assigned to its preferred physreg.
128 /// @brief returns true if VirtReg has a known preferred register.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_filebuf.h 70 * @param __size Optimal or preferred size of internal buffer,
83 * @param __size Optimal or preferred size of internal buffer,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_filebuf.h 70 * @param __size Optimal or preferred size of internal buffer,
83 * @param __size Optimal or preferred size of internal buffer,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsnames.h 170 * FT_Open_Face() ignore preferred family subfamily names in `name'
185 * FT_Open_Face() ignore preferred subfamily names in `name' table since
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 94 """Encode given text via preferred system encoding"""
108 """Decode given text via preferred system encoding"""
  /system/bt/btif/include/
btif_a2dp_source.h 83 // Process a request to update the A2DP audio encoder with user preferred
86 // |codec_user_config| contains the preferred codec user configuration.
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabNeighborCellTest.py 529 self.log.error("Failed to set rat family {}, preferred network:{}".
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 79 unsigned PointerPrefAlign; ///< Pointer preferred alignment
265 /// getPrefTypeAlignment - Return the preferred stack/global alignment for
269 /// getPreferredTypeAlignmentShift - Return the preferred alignment for the
289 /// getPreferredAlignment - Return the preferred alignment of the specified
294 /// getPreferredAlignmentLog - Return the preferred alignment of the
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 166 /* Add non-preferred channels attribute */
201 * non-preferred channels list during association, if the AP supports
227 "Failed to send WNM-Notification Request frame with non-preferred channel list");
258 * In MBO IE non-preferred channel subelement we can put many channels in an
284 wpa_printf(MSG_DEBUG, "MBO: Update non-preferred channels, non_pref_chan=%s",
  /packages/apps/Dialer/java/com/android/dialer/precall/impl/
CallingAccountSelector.java 103 // TODO(a bug): let the user know selections are not available and preferred SIM is not
140 /** Initiates a background worker to find if there's any preferred account. */
284 /** The preferred phone account for the number. Absent if not set or invalid. */
289 * preferred account is to be set it should be stored in this row
595 "system contacts does not support preferred SIM");
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 59 // Preferred hardware sample rate (unit is in Hertz). The client sample rate
80 // preferred number of channels and the actual number of channels.
122 // |activate| is true. Also sets the preferred sample rate and IO buffer
172 // Set the preferred audio I/O buffer duration, in seconds.
192 // Try to set the preferred number of hardware audio channels. These calls
225 // Try to activate the audio session and ask for a set of preferred audio
323 // Store the preferred sample rate and preferred number of channels already
683 // Log a warning message for the case when we are unable to set the preferred
688 LOG(LS_WARNING) << "Unable to set the preferred sample rate"
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 584 // If this is the first non-preferred node for this cycle, then
585 // record it and continue searching for a preferred node. If this
586 // is not the first non-preferred node, then treat it as though
603 // If we have a non-preferred node, push it back onto the available list.
604 // If we did not find a preferred node, then schedule this first
605 // non-preferred node.
608 DEBUG(dbgs() << "*** Will schedule a non-preferred instruction...\n");
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
r12342.htm 1173 >Mono/SAP (preferred) or Mono/Mono</TD
1186 >Stereo L/R (preferred) or Mono L+R</TD
1188 >Stereo L/R (preferred) or Mono L+R</TD
1190 >L/R (preferred) or L+R/L+R</TD
1203 >Stereo L/R (preferred) or Mono L+R</TD
1207 >L+R/SAP (preferred) or L/R or L+R/L+R</TD
1232 >Lang1/Lang2 (preferred) or Lang1/Lang1</TD
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
README 61 1. Unzip the distribution kit to your preferred location.
123 1. Unzip the distribution kit to your preferred location.
155 1. Unzip the distribution kit to your preferred location.

Completed in 1032 milliseconds

<<11121314151617181920>>