/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCPeerConnection.h | 71 - (void)createOfferWithDelegate:(id<RTCSessionDescriptonDelegate>)delegate 76 - (void)createAnswerWithDelegate:(id<RTCSessionDescriptonDelegate>)delegate 82 setLocalDescriptionWithDelegate:(id<RTCSessionDescriptonDelegate>)delegate 88 setRemoteDescriptionWithDelegate:(id<RTCSessionDescriptonDelegate>)delegate 106 - (id)init __attribute__(
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideocapturer.h | 48 int id, const char* device) = 0; 49 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0; 79 virtual void OnIncomingCapturedFrame(const int32_t id, 81 virtual void OnIncomingCapturedEncodedFrame(const int32_t id, 85 virtual void OnCaptureDelayChanged(const int32_t id,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_fence.c | 58 fence->id = fence_id++; 62 debug_printf("%s %d\n", __FUNCTION__, fence->id); 73 debug_printf("%s %d\n", __FUNCTION__, fence->id); 89 debug_printf("%s %d\n", __FUNCTION__, fence->id); 117 debug_printf("%s %d\n", __FUNCTION__, f->id);
|
/external/chromium_org/ui/base/models/ |
table_model.cc | 17 : id(0), 26 TableColumn::TableColumn(int id, Alignment alignment, int width, float percent) 27 : id(id), 28 title(l10n_util::GetStringUTF16(id)),
|
/external/chromium_org/ui/gfx/ |
display.h | 31 explicit Display(int64 id); 32 Display(int64 id, const Rect& bounds); 45 int64 id() const { return id_; } function in class:gfx::Display 46 void set_id(int64 id) { id_ = id; } 94 // True if the display contains valid display id. 100 // Gets/Sets an id of display corresponding to internal panel.
|
/external/chromium_org/ui/message_center/ |
notifier_settings.cc | 11 const std::string& id) 13 id(id), 35 return id == other.id;
|
/external/iproute2/ip/ |
rtm_map.c | 25 char *rtnl_rtntype_n2a(int id, char *buf, int len) 27 switch (id) { 53 snprintf(buf, len, "%d", id); 59 int rtnl_rtntype_a2n(int *id, char *arg) 92 *id = res;
|
/external/iproute2/tc/ |
q_fifo.c | 71 if (strcmp(qu->id, "bfifo") == 0) { 81 .id = "bfifo", 87 .id = "pfifo", 93 .id = "pfifo_head_drop", 100 .id = "pfifo_fast",
|
/external/libmtp/examples/ |
getplaylist.c | 53 uint32_t id; local 58 // We need file ID 60 fprintf(stderr, "Just a playlist ID is required\n"); 64 // Sanity check playlist ID 65 id = strtoul(argv[1], &endptr, 10); 69 } else if ( ! id ) { 70 fprintf(stderr, "bad playlist id %u\n", id); 81 playlist = LIBMTP_Get_Playlist(device,id);
|
/external/linux-tools-perf/scripts/python/ |
sctop.py | 47 id, args): 52 syscalls[id] += 1 54 syscalls[id] = 1 68 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \ 71 print "%-40s %10d\n" % (syscall_name(id), val),
|
syscall-counts-by-pid.py | 41 id, args): 47 syscalls[common_comm][common_pid][id] += 1 49 syscalls[common_comm][common_pid][id] = 1 67 for id, val in sorted(syscalls[comm][pid].iteritems(), \ 69 print " %-38s %10d\n" % (syscall_name(id), val),
|
syscall-counts.py | 38 id, args): 43 syscalls[id] += 1 45 syscalls[id] = 1 57 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \ 59 print "%-40s %10d\n" % (syscall_name(id), val),
|
/external/markdown/markdown/extensions/ |
footnotes.py | 96 def setFootnote(self, id, text): 98 self.footnotes[id] = text 100 def makeFootnoteId(self, id): 101 """ Return footnote link id. """ 103 return 'fn:%d-%s' % (self.unique_prefix, id) 105 return 'fn:%s' % id 107 def makeFootnoteRefId(self, id): 108 """ Return footnote back-link id. """ 110 return 'fnref:%d-%s' % (self.unique_prefix, id) 112 return 'fnref:%s' % id [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_fence.c | 58 fence->id = fence_id++; 62 debug_printf("%s %d\n", __FUNCTION__, fence->id); 73 debug_printf("%s %d\n", __FUNCTION__, fence->id); 89 debug_printf("%s %d\n", __FUNCTION__, fence->id); 117 debug_printf("%s %d\n", __FUNCTION__, f->id);
|
/external/oprofile/libopagent/ |
jitdump.h | 58 /* each record starts always with a id and a total_size */ 60 u32 id; member in struct:jr_prefix 64 /* record0 (id=0) logs a jitted code */ 66 u32 id; member in struct:jr_code_load 75 /* record1 (id=1) logs a code unload */ 77 u32 id; member in struct:jr_code_unload 83 /* record2 (id=2) logs end of JVM livetime */ 85 u32 id; member in struct:jr_code_close 90 /* record3 (id=3) logs debug line information. */ 92 u32 id; member in struct:jr_code_debug_info [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLayerDrawable.java | 39 public boolean setDrawableByLayerId(int id, Drawable drawable) { 40 if (!indexForId.containsKey(id)) { 43 drawables[indexForId.get(id)] = drawable; 48 public void setId(int index, int id) { 49 indexForId.put(id, index);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SQLiteDatabaseTest.java | 30 long id = addChuck(); local 31 assertThat(id, not(equalTo(-1L))); 34 values.put("id", id); 38 assertThat(replaceId, equalTo(id)); 41 ResultSet resultSet = statement.executeQuery("SELECT name FROM table_name where id = "+id);
|
/external/srec/srec/Nametag/src/ |
NametagImpl.c | 31 ESR_ReturnCode SR_NametagCreate(const SR_RecognizerResult* result, const LCHAR* id, SR_Nametag** self) 70 rc = SR_NametagCreateFromValue(id, transcription, (int)len, self); 120 rc = SR_NametagCreateFromValue(id, short_pron, (short_pron_ptr-short_pron), self); 130 ESR_ReturnCode SR_NametagCreateFromValue(const LCHAR* id, const char* value, size_t len, SR_Nametag** self) 148 impl->id = NULL; 163 rc = SR_NametagSetID(&impl->Interface, id); 185 if (impl->id != NULL) 187 FREE(impl->id); 188 impl->id = NULL; 194 ESR_ReturnCode SR_Nametag_GetID(const SR_Nametag* self, LCHAR** id) [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
StatusTracker.h | 51 // An always-invalid component ID 54 // Add a component to track; returns non-negative unique ID for the new 60 void removeComponent(int id); 66 void markComponentIdle(int id, const sp<Fence>& componentFence); 69 void markComponentActive(int id); 82 void markComponent(int id, ComponentState state, 91 int id; member in struct:android::camera3::StatusTracker::StateChange
|
/frameworks/base/core/java/android/hardware/camera2/ |
Face.java | 29 * The ID is {@code -1} when the optional set of fields is unsupported. 60 * <p>The id, leftEyePosition, rightEyePosition, and mouthPosition are considered optional. 64 * If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and 70 * @param id A unique ID per face visible to the tracker. 79 * or if id is {@value #ID_UNSUPPORTED} and 81 * or else if id is negative. 85 public Face(Rect bounds, int score, int id, 90 } else if (id < 0 && id != ID_UNSUPPORTED) [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
InputBindResult.java | 41 * The ID for this input method, as found in InputMethodInfo; null if 44 public final String id; field in class:InputBindResult 55 id = _id; 66 id = source.readString(); 72 return "InputBindResult{" + method + " " + id 91 dest.writeString(id);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
FocusAfterRemoval.java | 38 final LinearLayout left = (LinearLayout) findViewById(R.id.leftLayout); 41 Button topLeftButton = (Button) findViewById(R.id.topLeftButton); 51 Button bottomLeftButton = (Button) findViewById(R.id.bottomLeftButton); 60 final Button topRightButton = (Button) findViewById(R.id.topRightButton); 69 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewFlipperActivity.java | 39 ViewFlipper flipper = (ViewFlipper) widget.findViewById(R.id.flipper); 43 ((ImageView) view.findViewById(R.id.widget_image)).setImageResource(R.drawable.sunset1); 44 ((TextView) view.findViewById(R.id.widget_text)).setText("This is a long line of text, " 49 ((ImageView) view.findViewById(R.id.widget_image)).setImageResource(R.drawable.sunset3); 50 ((TextView) view.findViewById(R.id.widget_text)).setText("Another very long line of text, "
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 18 // $Id: DatatypeConstants.java 446598 2006-09-15 12:55:40Z jeremias $ 167 * <p>Unique id of the field.</p> 172 private final int id; field in class:DatatypeConstants.Field 177 * @param id <code>int</code> representation of <code>Field</code> 179 private Field(final String str, final int id) { 181 this.id = id; 194 * <p>Get id of this Field.</p> 196 * @return Id of field. 199 return id; [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_class_02.cpp | 18 explicit B(int id) : id_(id) {count++;} 30 explicit A(int id) : B(id-1), id_(id) {count++;}
|