HomeSort by relevance Sort by last modified time
    Searched defs:extend (Results 26 - 50 of 309) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserList.py 84 def extend(self, other): member in class:UserList
86 self.data.extend(other.data)
88 self.data.extend(other)
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 151 notificationBuilder.extend(new Notification.WearableExtender()
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 151 notificationBuilder.extend(new Notification.WearableExtender()
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 151 notificationBuilder.extend(new Notification.WearableExtender()
  /external/ImageMagick/coders/
fits.c 233 extend,
311 fits_info.extend=MagickFalse;
355 if (LocaleCompare(keyword,"extend") == 0)
356 fits_info.extend=(*p == 'T') || (*p == 't') ? MagickTrue : MagickFalse;
397 if (fits_info.extend == MagickFalse)
228 extend, member in struct:_FITSInfo
  /external/boringssl/src/crypto/bn_extra/
convert.c 389 int extend = 0; local
391 extend = 1;
394 const size_t len = bytes + extend;
414 if (extend) {
417 BN_bn2bin(in, out + 4 + extend);
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 198 * \sa extend(const AlignedBox&) */
200 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) function in class:Eigen::AlignedBox
209 * \sa merged, extend(const MatrixBase&) */
210 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
235 * \sa extend(const AlignedBox&) */
  /external/llvm/include/llvm/ADT/
APSInt.h 85 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { function in class:llvm::APSInt
301 return compareValues(I1, I2.extend(I1.getBitWidth()));
303 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 115 // Step 2: Extend live segments to all uses, constructing SSA form as
207 // reading Reg multiple times. That is OK, extend() is idempotent.
208 extend(LR, UseIdx, Reg);
239 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg) { function in class:LiveRangeCalc
247 // Is there a def in the same MBB we can extend?
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 294 extend(T &v, enum module::argument::ext_type ext, size_t n) { function in namespace:__anon30189
392 extend(w, marg.ext_type, marg.target_size);
425 extend(v, marg.ext_type, marg.target_size);
460 extend(v, module::argument::zero_ext, marg.target_size);
490 extend(v, module::argument::zero_ext, marg.target_size);
525 extend(v, module::argument::zero_ext, marg.target_size);
556 extend(v, module::argument::zero_ext, marg.target_size);
  /external/protobuf/python/google/protobuf/internal/
containers.py 261 def extend(self, elem_seq): member in class:RepeatedScalarFieldContainer
262 """Extends by appending the given iterable. Similar to list.extend()."""
277 self._values.extend(new_values)
284 self._values.extend(other._values)
379 def extend(self, elem_seq): member in class:RepeatedCompositeFieldContainer
397 self.extend(other._values)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APSInt.h 75 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
  /frameworks/support/recommendation/src/main/java/androidx/recommendation/app/
RecommendationExtender.java 31 * <li>Call {@link android.app.Notification.Builder#extend(Notification.Extender)
32 * Notification.Builder.extend(Notification.Extender)} to apply the extensions to a notification.
35 * <pre class="prettyprint">Notification notification = new Notification.Builder(context) * ... * .extend(new RecommendationExtender() * .set*(...)) * .build(); * </pre>
99 * the {@link android.app.Notification.Builder#extend(Notification.Extender)
100 * Notification.Builder.extend(Notification.Extender)} method of {@link Notification.Builder}.
103 public Notification.Builder extend(Notification.Builder builder) { method in class:RecommendationExtender
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APSInt.h 85 APSInt extend(uint32_t width) const { function in class:llvm::APSInt
295 return compareValues(I1, I2.extend(I1.getBitWidth()));
297 return compareValues(I1.extend(I2.getBitWidth()), I2);

Completed in 774 milliseconds

12 3 4 5 6 7 8 91011>>