HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 226 - 250 of 706) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 1159 "hint" is an index at which to begin the search, 0 <= hint < n. The closer
1160 hint is to the final result, the faster this runs.
1173 gallop_left(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare)
1179 assert(key && a && n > 0 && hint >= 0 && hint < n);
1181 a += hint;
1185 /* a[hint] < key -- gallop right, until
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 1159 "hint" is an index at which to begin the search, 0 <= hint < n. The closer
1160 hint is to the final result, the faster this runs.
1173 gallop_left(PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint, PyObject *compare)
1179 assert(key && a && n > 0 && hint >= 0 && hint < n);
1181 a += hint;
1185 /* a[hint] < key -- gallop right, until
1186 * a[hint + lastofs] < key <= a[hint + ofs]
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 30 LOperand* hint)
32 hint_(hint),
423 LOperand* hint,
428 UsePosition* use_pos = new(zone) UsePosition(pos, operand, hint);
447 current_hint_operand_ = hint;
696 LOperand* hint) {
710 range->AddUsePosition(position, unalloc_operand, hint, zone());
718 LOperand* hint) {
723 range->AddUsePosition(position, unalloc_operand, hint, zone());
906 LOperand* hint = to local
1284 LOperand* hint = NULL; local
1782 LOperand* hint = current->FirstHint(); local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /device/google/dragon/power/
power_dragon.cpp 188 static void dragon_power_hint(struct power_module *module, power_hint_t hint,
196 switch (hint) {
  /device/google/marlin/power/
power-8996.c 46 #include "hint-data.h"
103 ALOGI("Cam Preview hint start");
117 ALOGI("Cam Preview hint start");
126 ALOGI("Cam Preview hint stop");
224 ALOGV("Video Encode hint start");
241 ALOGV("Video Encode hint start");
251 ALOGV("Video Encode hint stop");
266 ALOGV("LAUNCH HINT: %s", data ? "ON" : "OFF");
271 ALOGV("Activity launch hint handled");
284 int power_hint_override(struct power_module *module, power_hint_t hint, void *data
    [all...]
  /device/linaro/hikey/power/
power_hikey.c 289 static void hikey_power_hint(struct power_module *module, power_hint_t hint,
296 switch (hint) {
  /external/freetype/src/pshinter/
pshalgo.h 30 /* handle to Hint structure */
34 /* hint bit-flags */
50 /* hint structure */
165 PSH_Hint hint; member in struct:PSH_PointRec_
219 (*PSH_HintFunc)( PSH_Hint hint,
  /external/libcxx/test/support/
allocators.h 104 T* allocate(std::size_t, const void* hint)
107 return (T*)hint;
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 30 /* handle to Hint structure */
34 /* hint bit-flags */
50 /* hint structure */
165 PSH_Hint hint; member in struct:PSH_PointRec_
219 (*PSH_HintFunc)( PSH_Hint hint,
  /external/skia/src/core/
SkScalerContext.h 371 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
373 return static_cast<SkPaint::Hinting>(hint);
  /external/v8/src/
code-factory.h 84 Isolate* isolate, ToPrimitiveHint hint = ToPrimitiveHint::kDefault);
86 OrdinaryToPrimitiveHint hint);
  /external/v8/src/compiler/
bytecode-graph-builder.h 13 #include "src/compiler/type-hint-analyzer.h"
95 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) {
96 return NewNode(common()->Branch(hint), condition);
162 // Helper function to create binary operation hint from the recorded
166 // Helper function to create compare operation hint from the recorded
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 171 Class<? extends ActivityState> incoming, StateTransitionAnimation.Transition hint) {
177 mNextTransition = hint;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 119 public int getIndexOfItem(Path path, int hint) {
120 // hint < 0 is handled below
121 // first, try to find it around the hint
123 hint - MEDIAITEM_BATCH_FETCH_COUNT / 2);
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
EmbeddedCarUiController.java 215 public EditText startInput(String hint, View.OnClickListener listener) {
216 return mCarUiEntry.startInput(hint, listener);
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
impl.go 85 // use a temp slice to hint to the compiler that a single bounds check suffices
142 // use a temp slice to hint to the compiler that a single bounds check suffices
199 // use a temp slice to hint to the compiler that a single bounds check suffices
255 // use a temp slice to hint to the compiler that a single bounds check suffices
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
impl.go 85 // use a temp slice to hint to the compiler that a single bounds check suffices
142 // use a temp slice to hint to the compiler that a single bounds check suffices
199 // use a temp slice to hint to the compiler that a single bounds check suffices
255 // use a temp slice to hint to the compiler that a single bounds check suffices
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
57 #define PREFX(hint, addr)

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>