HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 151 - 175 of 2872) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.h 45 // Use a struct to represent a screen although it has only an id for now,
48 ScreenId id; member in struct:webrtc::ScreenCapturer::Screen
86 // if there is no screen with the specified id). If this is never called, the
88 virtual bool SelectScreen(ScreenId id) = 0;
window_capturer.h 31 WindowId id; member in struct:webrtc::WindowCapturer::Window
50 // there is no window with the specified id).
51 virtual bool SelectWindow(WindowId id) = 0;
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc 51 int32_t id = 42; local
54 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
56 UdpSocketWrapper::CreateSocket(id,
  /external/wpa_supplicant_8/hs20/server/www/
add-free.php 10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]); variable
13 die("Missing session id");
14 if (strlen($id) < 32)
15 die("Invalid session id");
17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
44 "VALUES ('$user', '$realm', '$id', " .
add-mo.php 10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]); variable
13 die("Missing session id");
17 if (strlen($id) < 32 || !isset($user) || !isset($pw)) {
23 echo "<a href=\"signup.php?session_id=$id\">Try again</a>\n";
28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
37 echo "<a href=\"signup.php?session_id=$id\">Try again</a>\n";
50 "VALUES ('$user', '$realm', '$id', "
    [all...]
remediation-pw.php 10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]); variable
13 die("Missing session id");
16 if (strlen($id) < 32 || !isset($pw)) {
20 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
35 "VALUES ('$user', '$realm', '$id', " .
  /external/wpa_supplicant_8/src/crypto/
dh_groups.h 13 int id; member in struct:dh_group
23 const struct dh_group * dh_groups_get(int id);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 16 private final String id; field in class:EngineKey
30 public EngineKey(String id, Key signature, int width, int height, ResourceDecoder cacheDecoder,
33 this.id = id;
47 originalKey = new OriginalKey(id, signature);
63 if (!id.equals(engineKey.id)) {
102 hashCode = id.hashCode();
120 .append(id)
142 messageDigest.update(id.getBytes(STRING_CHARSET_NAME))
    [all...]
  /art/compiler/optimizing/
ssa_test.cc 72 int id = 0; local
75 it.Current()->SetId(id++);
78 it.Current()->SetId(id++);
  /art/runtime/jdwp/
object_registry.h 48 // The corresponding id, so we only need one map lookup in Add.
49 JDWP::ObjectId id; member in struct:art::ObjectRegistryEntry
84 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error)
86 if (id == 0) {
90 return down_cast<T>(InternalGet(id, error));
95 void DisableCollection(JDWP::ObjectId id)
98 void EnableCollection(JDWP::ObjectId id)
101 bool IsCollected(JDWP::ObjectId id)
104 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
109 jobject GetJObject(JDWP::ObjectId id) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!lock_)
    [all...]
  /art/runtime/
monitor_pool.cc 74 // Eagerly compute id.
125 // Pull out the id which was preinitialized.
126 MonitorId id = mon_uninitialized->monitor_id_; local
129 Monitor* monitor = new(mon_uninitialized) Monitor(self, owner, obj, hash_code, id);
138 // Keep the monitor id. Don't trust it's not cleared.
139 MonitorId id = monitor->monitor_id_; local
149 // Rewrite monitor id.
150 monitor->monitor_id_ = id;
  /art/test/169-threadgroup-jni/
jni_daemon_thread.cc 40 jmethodID id = env->GetStaticMethodID(klass.get(), "runFromNative", "()V"); local
41 CHECK(id != nullptr);
43 env->CallStaticVoidMethod(klass.get(), id);
  /art/test/923-monitors/
monitors.cc 32 static jlong MonitorToLong(jrawMonitorID id) {
33 return static_cast<jlong>(reinterpret_cast<uintptr_t>(id));
42 jrawMonitorID id; local
43 jvmtiError result = jvmti_env->CreateRawMonitor("dummy", &id);
47 return MonitorToLong(id);
  /bionic/libc/kernel/uapi/linux/iio/
events.h 24 __u64 id; member in struct:iio_event_data
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_cgroup.h 24 __u32 id; member in struct:xt_cgroup_info_v0
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_vlan.h 28 __u16 id; member in struct:ebt_vlan_info
  /bionic/libc/kernel/uapi/linux/
stm.h 31 char id[0]; member in struct:stp_policy_id
  /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 44 int id = semget(key, 1, IPC_CREAT|0666); local
45 ASSERT_NE(id, -1);
50 ASSERT_EQ(0, semctl(id, 0, IPC_STAT, &ds));
53 ASSERT_EQ(0, semctl(id, 0, GETVAL));
57 ASSERT_EQ(0, semop(id, ops, 1));
58 ASSERT_EQ(1, semctl(id, 0, GETVAL));
64 ASSERT_EQ(-1, semtimedop(id, ops, 1, &ts));
66 ASSERT_EQ(1, semctl(id, 0, GETVAL));
70 ASSERT_EQ(0, semop(id, ops, 1));
71 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);

Completed in 1006 milliseconds

1 2 3 4 5 67 8 91011>>