/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
RTCPeerConnectionTest.mm | 143 EXPECT_GT([offerSDP.description length], 0); 168 EXPECT_GT([answerSDP.description length], 0);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.cc | 95 // An SDP session description consists of a number of lines of text of 179 // TODO: Generate the Session and Time description 325 // failure and the detailed reason (|description|) of the failure to |error|. 331 // The reason for the failure should be provided in the |description|. 332 // An example of a description could be "unknown character". 335 const std::string& description, 349 error->description = description; 352 << "\". Reason: " << description; local 357 // provided in the |description| 376 std::ostringstream description; local 386 std::ostringstream description; local 396 std::ostringstream description; local 410 std::ostringstream description; local 972 std::ostringstream description; local 2105 std::ostringstream description; local 2549 std::ostringstream description; local [all...] |
webrtcsessiondescriptionfactory.h | 88 // This class is used to create offer/answer session description with regards to 145 SessionDescriptionInterface* description);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkNWayCanvas.h | 77 virtual void beginCommentGroup(const char* description) SK_OVERRIDE;
|
/external/chromium_org/tools/gn/ |
ninja_toolchain_writer.cc | 75 WRITE_ARG(description);
|
/external/chromium_org/tools/gn/secondary/build/config/win/ |
get_msvc_config_real.py | 20 def __init__(self, short_name, description, 24 self.description = description 36 def Description(self): 37 """Get the full description of the version.""" 38 return self.description
|
/external/chromium_org/tools/grit/grit/ |
clique.py | 33 # Each list of cliques is kept sorted by description, to achieve 105 # We need to keep each list of cliques sorted by description, to 136 - The first clique that has a non-ID-based description. 137 - If no such clique found, the first clique with an ID-based description. 141 an identical description (on different runs of GRIT on the same 142 data) because self.cliques_ is sorted by description. 151 description = clique.GetMessage().GetDescription() 152 if description and len(description) > 0: 153 if not description.startswith('ID:') [all...] |
/external/chromium_org/tools/grit/grit/extern/ |
tclib.py | 112 # description = "Bla bla bla") 240 # Return this message's description 282 Returns a description of the problem if the message is not 344 description=None, meaning="", placeholders=None, 355 BaseMessage.__init__(self, source_encoding, text, id, description, 365 'description: "%s"' % \ 459 description=None, placeholders=None, source=None, 466 BaseMessage.__init__(self, source_encoding, text, id, description, 472 s = 'source: %s, id: %s, content: "%s", description: "%s"' % \
|
/external/chromium_org/tools/usb_ids/ |
usb_ids.py | 83 description="Generates a C++ USB ID lookup table.") variable
|
/external/chromium_org/v8/src/ |
serialize.h | 401 virtual void Put(int byte, const char* description) = 0; 402 virtual void PutSection(int byte, const char* description) { 403 Put(byte, description); 405 void PutInt(uintptr_t integer, const char* description);
|
/external/clang/tools/clang-format/ |
clang-format-diff.py | 84 parser = argparse.ArgumentParser(description=
|
/external/doclava/src/com/google/doclava/ |
AttributeInfo.java | 62 Comment c = attr.description();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 32 static final String P_ID_CONFIG_DESCRIPTION = "ConfigResultsElement.description"; //$NON-NLS-1$ 41 static final String P_STR_CONFIG_DESCRIPTION = "description"; //$NON-NLS-1$ 177 String description = getConfigResults().getDescription(); local 178 int index = description.indexOf(" ("); 180 return description; 182 return description.substring(0, index);
|
/external/libogg/ |
libogg.spec | 21 %description 34 %description devel
|
/external/libvorbis/ |
libvorbis.spec | 24 %description 39 %description devel
|
/external/objenesis/tck/test/org/objenesis/tck/ |
ObjenesisTest.java | 57 public void endObjenesis(String description) {
|
/external/protobuf/python/ |
setup.py | 124 description = 'Protocol Buffers', variable
|
/external/skia/include/utils/ |
SkNWayCanvas.h | 77 virtual void beginCommentGroup(const char* description) SK_OVERRIDE;
|
/external/skia/tools/lua/ |
bbh_filter.lua | 116 function output_with_metric(metric_func, description, numOutputFiles) 118 print(description)
|
/external/srtp/crypto/include/ |
cipher.h | 146 char *description; member in struct:cipher_type_t
|
/external/v8/src/ |
serialize.h | 394 virtual void Put(int byte, const char* description) = 0; 395 virtual void PutSection(int byte, const char* description) { 396 Put(byte, description); 398 void PutInt(uintptr_t integer, const char* description);
|
/external/v8/test/es5conform/ |
harness-adapt.js | 38 // The harness uses the IE specific .description property of exceptions but 40 Error.prototype.__defineGetter__('description', function () {
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 23 and outputs a description of <addr> 60 and outputs a description of <addr>
|
/external/wpa_supplicant_8/wpa_supplicant/ |
win_if_list.c | 2 * win_if_list - Display network interfaces with description (for Windows) 140 dev->name, dev->description);
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerService.h | 85 int action, const ActionDescription& description);
|