HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 176 - 200 of 6491) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c 77 int32_t ix,hx,id; local
93 id = -1;
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
106 id = 3; x = -1.0/x;
115 if (id<0) return x - x*(s1+s2);
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanf.c 52 int32_t ix,hx,id; local
65 id = -1;
70 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
72 id = 1; x = (x-one)/(x+one);
76 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
78 id = 3; x = -(float)1.0/x;
87 if (id<0) return x - x*(s1+s2);
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanl.c 37 int id; local
58 id = -1;
63 id = 0; x = (2.0*x-one)/(2.0+x);
65 id = 1; x = (x-one)/(x+one);
69 id = 2; x = (x-1.5)/(one+1.5*x);
71 id = 3; x = -1.0/x;
80 if (id<0) return x - x*(s1+s2);
82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /bionic/tests/
sys_sem_test.cpp 45 int id = semget(key, 1, IPC_CREAT|0666); local
46 ASSERT_NE(id, -1);
51 ASSERT_EQ(0, semctl(id, 0, IPC_STAT, &ds));
54 ASSERT_EQ(0, semctl(id, 0, GETVAL));
58 ASSERT_EQ(0, semop(id, ops, 1));
59 ASSERT_EQ(1, semctl(id, 0, GETVAL));
65 ASSERT_EQ(-1, semtimedop(id, ops, 1, &ts));
67 ASSERT_EQ(1, semctl(id, 0, GETVAL));
71 ASSERT_EQ(0, semop(id, ops, 1));
72 ASSERT_EQ(0, semctl(id, 0, GETVAL))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
BlockChangeReceiver.java 21 String id = intent.getStringExtra( local
23 editor.putBoolean(id,
26 String id = intent.getStringExtra(NotificationManager.EXTRA_NOTIFICATION_CHANNEL_ID); local
27 editor.putBoolean(id,
30 String id = context.getPackageName(); local
31 editor.putBoolean(id,
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_shader.h 26 GLuint id; member in struct:InputTextures
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 69 int id = getTestCase()->getRemoteAudio()->getDataId(mId); local
70 if (id < 0) {
74 if (!remote->startPlaybackForRemoteData(id, buffer->isStereo())) {
TaskSound.cpp 25 static const android::String8 STR_ID("id");
54 android::String8 id; local
55 if (!findStringAttribute(STR_ID, id)) {
103 if (!getTestCase()->registerBuffer(id, buffer)) {
104 LOGE("TaskSound::run registering buffer %s failed", id.string());
109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
112 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
  /cts/suite/audio_quality/test/
ClientInterfaceTest.cpp 69 int id; local
71 ASSERT_TRUE(audio->downloadData(name, buffer, id));
73 AudioHardware::EModeVoice, 100, id, 1));
75 ASSERT_TRUE(id == audio->getDataId(name));
  /cts/tests/autofillservice/src/android/autofillservice/cts/
RegexValidatorTest.java 86 AutofillId id = new AutofillId(1); local
87 RegexValidator validator = new RegexValidator(id, Pattern.compile("\\d*"));
91 when(finder.findByAutofillId(id)).thenReturn("123a456");
  /cts/tests/tests/view/src/android/view/cts/
SearchEventTest.java 79 InputDevice id = se.getInputDevice(); local
80 assertNotNull(id);
81 assertEquals(-1, id.getId());
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
TextFragment.java 47 int id = enter ? R.animator.slide_fragment_in : R.animator.slide_fragment_out; local
48 final Animator anim = AnimatorInflater.loadAnimator(getActivity(), id);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TextureSharedData.h 29 GLuint id; member in struct:TextureRec
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
s_atanf.c 52 int32_t ix,hx,id; local
65 id = -1;
70 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
72 id = 1; x = (x-one)/(x+one);
76 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
78 id = 3; x = -(float)1.0/x;
87 if (id<0) return x - x*(s1+s2);
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /device/google/contexthub/firmware/lib/libm/
sf_atan.c 75 __int32_t ix,hx,id; local
88 id = -1;
93 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
95 id = 1; x = (x-one)/(x+one);
99 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
101 id = 3; x = -(float)1.0/x;
110 if (id<0) return x - x*(s1+s2);
112 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/tzc/
tzc_common_private.h 176 unsigned int id; local
178 id = mmio_read_32(base + PID0_OFF);
180 id |= ((mmio_read_32(base + PID1_OFF) & 0xF) << 8);
182 return id;
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cert.h 31 int id; /* Unique identifier */ member in struct:cert_s
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_atan.c 77 int32_t ix,hx,id; local
93 id = -1;
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
106 id = 3; x = -1.0/x;
115 if (id<0) return x - x*(s1+s2);
117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
  /external/ImageMagick/MagickCore/
thread-private.h 78 id; member in union:__anon13492
85 magick_thread.id=pthread_self();
95 static inline MagickBooleanType IsMagickThreadEqual(const MagickThreadType id)
98 if (pthread_equal(id,pthread_self()) != 0)
101 if (id == GetCurrentThreadId())
104 if (id == getpid())
  /external/ImageMagick/MagickWand/
magick-wand-private.h 52 id; member in struct:_MagickWand
  /external/adhd/cras/src/server/
buffer_share.h 13 unsigned int id; member in struct:id_offset
33 /* Adds an ID that shares the buffer. */
34 int buffer_share_add_id(struct buffer_share *mix, unsigned int id, void *data);
36 /* Removes an ID that shares the buffer. */
37 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id);
40 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id,
50 * The amount by which the user given by id is ahead of the current write
54 unsigned int id);
57 * Gets the data pointer for given id.
60 unsigned int id);
    [all...]
  /external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/beancontext/mock/
MockPropertyChangeListenerS.java 33 public String id; field in class:MockPropertyChangeListenerS
35 public MockPropertyChangeListenerS(String id) {
36 this.id = id;
  /external/autotest/client/site_tests/security_SMMLocked/src/
smm.c 49 unsigned int id; local
52 id = pci_read_word(northbridge, 2);
53 switch (id) {
86 fprintf(stderr, "FAIL: unknown Northbridge 0x%04x\n", id);
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTableSelectionManager.java 79 JSONNumber id = object.get("id").isNumber(); local
80 assert id != null;
81 idList.add(id);
  /external/autotest/venv/lucifer/
leasing.py 77 def id(self): member in class:Lease
78 """Return id of leased job."""

Completed in 488 milliseconds

1 2 3 4 5 6 78 91011>>