HomeSort by relevance Sort by last modified time
    Searched refs:set (Results 376 - 400 of 8780) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.cpp 14 cubic.set(a);
17 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
28 quad.set(a);
31 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
  /external/clang/include/clang/AST/
DeclAccessPair.h 38 p.set(D, AS);
50 set(D, getAccess());
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
  /external/icu4c/test/perf/usetperf/
bitset.h 30 void set(int32_t bitIndex);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioContext.java 45 audioRenderer.set(ar);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILNIDevice.cpp 64 mHWBits.set(AMDGPUDeviceInfo::DoubleOps);
65 mHWBits.set(AMDGPUDeviceInfo::FMA);
67 mHWBits.set(AMDGPUDeviceInfo::Signed24BitOps);
69 mSWBits.set(AMDGPUDeviceInfo::ArenaSegment);
  /external/okhttp/src/main/java/com/squareup/okhttp/
TunnelRequest.java 53 * If we're creating a TLS tunnel, send only the minimum set of headers.
61 // Always set Host and User-Agent.
62 result.set("Host", port == getDefaultPort("https") ? host : (host + ":" + port));
63 result.set("User-Agent", userAgent);
67 result.set("Proxy-Authorization", proxyAuthorization);
70 // Always set the Proxy-Connection to Keep-Alive for the benefit of
72 result.set("Proxy-Connection", "Keep-Alive");
  /external/skia/src/core/
SkFontDescriptor.h 32 void setFamilyName(const char* name) { fFamilyName.set(name); }
33 void setFullName(const char* name) { fFullName.set(name); }
34 void setPostscriptName(const char* name) { fPostscriptName.set(name); }
35 void setFontFileName(const char* name) { fFontFileName.set(name); }
  /external/skia/src/pathops/
SkPathOpsBounds.cpp 14 cubic.set(a);
17 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
28 quad.set(a);
31 set(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
  /frameworks/base/services/java/com/android/server/am/
AppErrorResult.java 20 public void set(int res) { method in class:AppErrorResult
  /frameworks/compile/mclinker/
mcld.mk 2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
  /frameworks/rs/
rsSignal.h 33 void set();
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
message_layer.h 28 void inv_set_message(long set, long clear, int level);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ChangeNotifier.java 31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) {
32 mMediaSet = set;
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) {
37 mMediaSet = set;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
RedEyeCandidate.java 26 mRect.set(candidate.mRect);
27 mBounds.set(candidate.mBounds);
31 mRect.set(rect);
32 mBounds.set(bounds);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Holder.java 22 public void set(T object) { method in class:Holder
  /packages/apps/Nfc/nci/jni/
IntervalTimer.h 31 bool set(int ms, TIMER_FUNC cb);
  /system/core/libcutils/tests/memset_mips/
android_memset_dumb.S 6 .set noreorder
14 .set reorder
24 .set noreorder
32 .set reorder
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 22 std::set<string16>* options) const {
33 std::set<string16>* options) const {
41 const std::set<string16>& options,
46 const std::set<string16>& options,
51 const std::set<string16>& options,
68 const std::set<string16>& options,
81 bool ChromeAppHostOperations::SetChannelFlags(const std::set<string16>& options,
82 bool set,
86 return channel_info->SetAppLauncher(set);
93 const std::set<string16>& options) const
    [all...]
chrome_browser_operations.cc 25 std::set<string16>* options) const {
37 std::set<string16>* options) const {
45 const std::set<string16>& options,
52 const std::set<string16>& options,
57 const std::set<string16>& options,
72 const std::set<string16>& options,
83 bool ChromeBrowserOperations::SetChannelFlags(const std::set<string16>& options,
84 bool set,
88 return channel_info->SetChrome(set);
95 const std::set<string16>& options) const
    [all...]
  /bionic/libc/arch-mips/syscalls/
__brk.S 9 .set noreorder
21 .set reorder
__fcntl.S 9 .set noreorder
21 .set reorder
__fcntl64.S 9 .set noreorder
21 .set reorder
__fork.S 9 .set noreorder
21 .set reorder
__fstatfs64.S 9 .set noreorder
21 .set reorder
__getcpu.S 9 .set noreorder
21 .set reorder

Completed in 637 milliseconds

<<11121314151617181920>>