/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | SmallBitVector.h | 366 SmallBitVector &set() { in set() function 374 SmallBitVector &set(unsigned Idx) { in set() function 387 SmallBitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ |
H A D | LineChartRenderer.java | 706 ILineDataSet set = lineData.getDataSetByIndex(high.getDataSetIndex()); in drawHighlighted() local 777 protected boolean init(ILineDataSet set) { in init() 800 … protected void fill(ILineDataSet set, boolean drawCircleHole, boolean drawTransparentCircleHole) { in fill()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 366 SmallBitVector &set() { in set() function 374 SmallBitVector &set(unsigned Idx) { in set() function 387 SmallBitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | SmallBitVector.h | 366 SmallBitVector &set() { in set() function 374 SmallBitVector &set(unsigned Idx) { in set() function 387 SmallBitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | SmallBitVector.h | 366 SmallBitVector &set() { in set() function 374 SmallBitVector &set(unsigned Idx) { in set() function 387 SmallBitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 219 BitVector &set() { in set() function 225 BitVector &set(unsigned Idx) { in set() function 232 BitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | BitVector.h | 219 BitVector &set() { in set() function 225 BitVector &set(unsigned Idx) { in set() function 232 BitVector &set(unsigned I, unsigned E) { in set() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLProgramDataManager.cpp | 270 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set() function 276 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set() function 282 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set() function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getcpu/ |
H A D | getcpu01.c | 21 static unsigned int max_cpuid(size_t size, cpu_set_t * set) in max_cpuid() 37 cpu_set_t *set; in set_cpu_affinity() local
|
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/ |
H A D | DefaultValueTest.java | 85 public Set<String> set; field in DefaultValueTest.MyOpts 109 Set<String> set = Sets.newLinkedHashSet(); in singletonSet() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
H A D | RealtimeLineChartActivity.java | 105 ILineDataSet set = data.getDataSetByIndex(0); in addEntry() local 134 LineDataSet set = new LineDataSet(null, "Dynamic Data"); in createSet() local
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsObjectBase.h | 132 void set(T *ref) { in set() function 142 void set(const ObjectBaseRef &ref) { in set() function
|
/aosp_15_r20/external/libchrome/ui/gfx/geometry/ |
H A D | matrix3_f.h | 31 void set(int i, int j, float v) { in set() function 35 void set(float m00, float m01, float m02, in set() function
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | table.lua | 96 function BaseTable:set(key, value) function 189 function BaseArray:set(key, value) function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 324 struct lvp_descriptor_set *set = vk_zalloc(&device->vk.alloc /* XXX: Use the pool */, in lvp_descriptor_set_create() local 386 struct lvp_descriptor_set *set) in lvp_descriptor_set_destroy() 405 struct lvp_descriptor_set *set; in lvp_AllocateDescriptorSets() local 700 struct lvp_descriptor_set *set, *tmp; in lvp_reset_descriptor_pool() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | IntSet.java | 100 IntSet set = new IntSet(); in wrap() local 117 IntSet set = new IntSet(); in wrap() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/ |
H A D | CharacterProperties.java | 32 UnicodeSet set = new UnicodeSet(); in makeSet() local 132 UnicodeSet set = sets[property]; in getBinaryPropertySet() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | btree_set.h | 367 void erase_if(btree_set<K, C, A> &set, Pred pred) { in erase_if() 670 void erase_if(btree_multiset<K, C, A> &set, Pred pred) { in erase_if()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
H A D | CharacterProperties.java | 33 UnicodeSet set = new UnicodeSet(); in makeSet() local 132 UnicodeSet set = sets[property]; in getBinaryPropertySet() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | LocalsArray.java | 85 public abstract void set(int idx, TypeBearer type); in set() method in LocalsArray 95 public abstract void set(RegisterSpec spec); in set() method in LocalsArray
|
H A D | BootstrapMethodsList.java | 55 public void set(int n, Item item) { in set() method in BootstrapMethodsList 71 public void set(int n, CstType declaringClass, CstMethodHandle bootstrapMethodHandle, in set() method in BootstrapMethodsList
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | FenceNVGL.cpp | 30 angle::Result FenceNVGL::set(const gl::Context *context, GLenum condition) in set() function in rx::FenceNVGL 71 angle::Result FenceNVSyncGL::set(const gl::Context *context, GLenum condition) in set() function in rx::FenceNVSyncGL
|
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/ |
H A D | MarkerToHandlerMap.java | 74 Set<Object> set = new HashSet<>(entrySet().size()); in keySet() local 88 Set<Entry<Object, InvocationHandlerAdapter>> set = new HashSet<>(entrySet().size()); in entrySet() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/highlight/ |
H A D | BarHighlighter.java | 31 IBarDataSet set = barData.getDataSetByIndex(high.getDataSetIndex()); in getHighlight() local 55 public Highlight getStackedHighlight(Highlight high, IBarDataSet set, float xVal, float yVal) { in getStackedHighlight()
|
/aosp_15_r20/frameworks/ex/camera2/extensions/service_based_sample/oem_library/src/java/androidx/camera/extensions/impl/service/ |
H A D | CameraMetadataWrapper.java | 89 public <T> void set(CaptureRequest.Key<T> key, T value) { in set() method in CameraMetadataWrapper 93 public <T> void set(CaptureResult.Key<T> key, T value) { in set() method in CameraMetadataWrapper
|