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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/graph/
tensor_id_test.cc 82 TensorId id; local
86 id = ParseTensorName(names[index++ % names.size()]);
87 sum += id.second;
  /external/tensorflow/tensorflow/core/grappler/
grappler_item.h 41 string id; // A unique id for this item member in struct:tensorflow::grappler::GrapplerItem
  /external/tensorflow/tensorflow/core/grappler/inputs/
file_input_yielder.cc 117 const string id = local
122 GrapplerItemFromMetaGraphDef(id, metagraph, cfg);
  /external/tensorflow/tensorflow/core/grappler/utils/
frame.cc 57 int id; local
59 id = name_to_id[name];
61 id = name_to_id.size();
62 name_to_id[name] = id;
64 frame_ids.push_back(id);
  /external/tensorflow/tensorflow/core/kernels/
session_ops.cc 45 int64 id = ctx->session_state()->GetNewId(); variable
46 TensorStore::TensorAndKey tk{val, id, requested_device()};
  /external/toybox/toys/pending/
test.c 44 int id, not; local
57 id = stridx("bcdefghLpSsurwxznt", toys.optargs[0][1]);
58 if (id == -1 || toys.optargs[0][2]) error_exit(err_fmt, toys.optargs[0]);
59 if (id < 12) {
68 if (id == 0) toys.exitval = !S_ISBLK(st.st_mode); // b
69 else if (id == 1) toys.exitval = !S_ISCHR(st.st_mode); // c
70 else if (id == 2) toys.exitval = !S_ISDIR(st.st_mode); // d
71 else if (id == 3) toys.exitval = 0; // e
72 else if (id == 4) toys.exitval = !S_ISREG(st.st_mode); // f
73 else if (id == 5) toys.exitval = !(st.st_mode & S_ISGID); //
    [all...]
  /external/v4l2_codec2/vda/
bitstream_buffer.h 34 BitstreamBuffer(int32_t id,
44 int32_t id() const { return id_; } function in class:media::BitstreamBuffer
  /external/v8/src/compiler/
graph.cc 71 NodeId const id = next_node_id_; local
72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_));
73 return id;
  /external/v8/src/inspector/
remote-object-id.h 32 int id() const { return m_id; } function in class:v8_inspector::final
  /external/wayland/tests/
resources-test.c 41 uint32_t id; local
56 id = wl_resource_get_id(res);
57 assert(wl_client_get_object(client, id) == res);
95 unsigned id; local
114 id = wl_resource_get_id(res);
121 assert(wl_client_get_object(client, id) == NULL);
145 uint32_t id; local
155 id = wl_resource_get_id(res);
156 assert(wl_client_get_object(client, id) == res);
159 res2 = wl_resource_create(client, &wl_seat_interface, 1, id);
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
RtpReceiver.java 47 public String id() { method in class:RtpReceiver
RtpSender.java 66 public String id() { method in class:RtpSender
StatsReport.java 50 public final String id; field in class:StatsReport
56 public StatsReport(String id, String type, double timestamp, Value[] values) {
57 this.id = id;
65 builder.append("id: ").append(id).append(", type: ").append(type)
  /external/webrtc/talk/app/webrtc/
mediastreamtrack.h 45 virtual std::string id() const { return id_; } function in class:webrtc::MediaStreamTrack
67 explicit MediaStreamTrack(const std::string& id)
69 id_(id),
  /external/webrtc/webrtc/base/
diskcache_win32.cc 42 std::string id; local
43 if (!FilenameToId(ToUtf8(find_data.cFileName), &id, &index))
46 Entry* entry = GetOrCreateEntry(id, true);
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 64 Config() : id(0), neteq_config(), clock(Clock::GetRealTimeClock()) {
70 int id; member in struct:webrtc::AudioCodingModule::Config
82 static AudioCodingModule* Create(int id);
83 static AudioCodingModule* Create(int id, Clock* clock);
  /external/webrtc/webrtc/modules/audio_device/android/
build_info.cc 24 jmethodID id = j_build_info_.GetStaticMethodId(name, "()Ljava/lang/String;"); local
26 j_build_info_.CallStaticObjectMethod(id));
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/
R.java 16 public static final class id { class in class:R
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 28 CGDirectDisplayID id; member in struct:webrtc::MacDisplayConfiguration
58 // Returns the pointer to the display configuration with the specified id.
60 CGDirectDisplayID id);
  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.h 49 int id() const { return id_; } function in class:webrtc::SharedMemory
54 SharedMemory(void* data, size_t size, Handle handle, int id);
  /external/wpa_supplicant_8/src/drivers/
driver_openbsd.c 50 struct ieee80211_bssid id; local
52 os_strlcpy(id.i_name, drv->ifname, sizeof(id.i_name));
53 if (ioctl(drv->sock, SIOCG80211BSSID, &id) < 0)
56 os_memcpy(bssid, id.i_bssid, IEEE80211_ADDR_LEN);
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 35 u8 *rpos, id; local
87 id = eap_get_id(resp);
89 if (chap_md5(id, password, password_len, challenge, challenge_len,
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.c 21 u8 id, u8 len, const u8 *pos)
23 wpa_printf(MSG_EXCESSIVE, "WPS: WFA subelement id=%u len=%u",
24 id, len);
25 switch (id) {
72 "Extension subelement %u", id);
84 u8 id, elen; local
87 id = *pos++;
91 if (wps_set_vendor_ext_wfa_subelem(attr, id, elen, pos) < 0)
118 wpa_printf(MSG_MSGDUMP, "WPS: Unknown Vendor Extension (Vendor ID %u)",
268 "ID length %u", len)
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AHandler.h 36 ALooper::handler_id id() const { function in struct:android::AHandler
63 inline void setID(ALooper::handler_id id, const wp<ALooper> &looper) {
64 mID = id;
  /frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseMetadata.java 29 public final int id; field in class:KeyphraseMetadata
34 public KeyphraseMetadata(int id, String keyphrase, ArraySet<Locale> supportedLocales,
36 this.id = id;
44 return "id=" + id + ", keyphrase=" + keyphrase + ", supported-locales=" + supportedLocales

Completed in 570 milliseconds

<<11121314151617181920>>