HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 51 - 75 of 5198) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/
array2d.cc 26 auto set = [&array, n1, n2](int64 index, float value) { local
30 set(i, from + i * step);
32 set(count - 1, to);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
jni_utils.h 44 void set(JNIEnv* env, jobject thiz, int64_t value) { function in class:JniLongField
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 38 * Set the device associated to this source.
47 status_t Element<audio_source_t>::set(audio_devices_t devices) function in class:android::audio_policy::Element
53 ALOGE("%s: trying to set an invalid device 0x%X for input source %s",
Strategy.cpp 39 * Set the device associated to this strategy.
47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices) function in class:android::audio_policy::Element
50 ALOGE("%s: trying to set an invalid device 0x%X for strategy %s",
Stream.cpp 40 * Set the strategy to follow for this stream.
45 * @return NO_ERROR if the strategy is set correctly, error code otherwise.
48 status_t Element<audio_stream_type_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
66 status_t Element<audio_stream_type_t>::set<audio_stream_type_t>(audio_stream_type_t volumeProfile) function in class:android::audio_policy::Element
Usage.cpp 37 status_t Element<audio_usage_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
  /frameworks/base/core/java/android/util/
FloatProperty.java 34 * A type-specific variant of {@link #set(Object, Float)} that is faster when dealing
40 final public void set(T object, Float value) { method in class:FloatProperty
IntProperty.java 34 * A type-specific variant of {@link #set(Object, Integer)} that is faster when dealing
40 final public void set(T object, Integer value) { method in class:IntProperty
  /frameworks/base/core/tests/coretests/src/android/animation/
FutureWaiter.java 23 * {@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
33 super.set(true);
39 public void set(boolean result) { method in class:FutureWaiter
40 super.set(result);
  /frameworks/base/libs/hwui/utils/
StringUtils.cpp 23 unordered_string_set set; local
30 set.insert(std::move(s));
34 return set;
  /frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
LibraryAdapter.java 23 public static void set(View view, String someTag) { method in class:LibraryAdapter
  /frameworks/rs/
rsMatrix2x2.h 32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix2x2
rsMatrix3x3.h 32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix3x3
  /libcore/ojluni/src/main/java/sun/misc/
JavaIOFileDescriptorAccess.java 34 public void set(FileDescriptor obj, int fd); method in interface:JavaIOFileDescriptorAccess
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmManagerInterface.java 25 public void set(int type, long triggerAtMillis, PendingIntent operation); method in interface:AlarmManagerInterface
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
classic_table.pass.cpp 32 mask set = 0; local
34 if ( i < 32 || i > 126 ) set |= F::cntrl;
35 if ( i >= 32 && i <= 126 ) set |= F::print;
37 if (( i >= 9 && i <= 13) || i == 32 ) set |= F::space;
38 if ( i == 9 || i == 32 ) set |= F::blank;
40 if ( i >= 'A' && i <= 'Z' ) set |= F::alpha;
41 if ( i >= 'a' && i <= 'z' ) set |= F::alpha;
42 if ( i >= 'A' && i <= 'Z' ) set |= F::upper;
43 if ( i >= 'a' && i <= 'z' ) set |= F::lower;
45 if ( i >= '0' && i <= '9' ) set |= F::digit
    [all...]
  /test/vti/test_serving/gae/webapp/src/endpoint/
build_info.py 37 path="set",
39 name="set")
40 def set(self, request): member in class:BuildInfoApi
lab_info.py 54 path="set",
56 name="set")
57 def set(self, request): member in class:LabInfoApi
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 38 * index for an element which was never set; if you do that, this
71 public void set(int n, ByteBlock bb) { method in class:ByteBlockList
72 super.set(n, bb);
  /external/mockito/src/test/java/org/mockito/internal/util/collections/
IdentitySetTest.java 14 IdentitySet set = new IdentitySet(); field in class:IdentitySetTest
20 set.add(o);
23 assertTrue(set.contains(o));
24 assertFalse(set.contains(new Object()));
41 set.add(fake);
44 assertTrue(set.contains(fake));
45 assertFalse(set.contains(new Fake()));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAnimationSetTest.java 23 final AnimationSet set = new AnimationSet(true); local
34 set.start();
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
SoftThreadLocal.java 21 threadLocal.set(new SoftReference<>(item));
26 public void set(T item) { method in class:SoftThreadLocal
27 threadLocal.set(new SoftReference<>(item));
  /frameworks/base/services/core/java/com/android/server/connectivity/
MockableSystemProperties.java 35 public void set(String key, String value) { method in class:MockableSystemProperties
36 SystemProperties.set(key, value);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SystemPropertyService.java 27 public void set(String key, String val) { method in class:SystemPropertyService
28 android.os.SystemProperties.set(key, val);
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ToolHandlerRegistry.java 54 mHandlers.set(i, null);
63 void set(int toolType, @Nullable T delegate) { method in class:ToolHandlerRegistry
67 mHandlers.set(toolType, delegate);

Completed in 372 milliseconds

1 23 4 5 6 7 8 91011>>