/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);
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
IDrmEngine.h | 235 * @param[in] description Detailed description of the action 239 int action, const ActionDescription& description) = 0;
|
/frameworks/av/drm/libdrmframework/plugins/passthru/include/ |
DrmPassthruPlugIn.h | 62 int uniqueId, const String8& path, int action, const ActionDescription& description);
|
/frameworks/av/include/drm/ |
DrmManagerClient.h | 192 * @param[in] description Detailed description of the action 195 bool validateAction(const String8& path, int action, const ActionDescription& description); 335 * @param[in] mimeType Description/MIME type of the input data packet
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
parameter.hpp | 12 // Description : defines model of formal parameter 77 nfp::optionally_assign( p_description.value, m, description );
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
module.h | 87 #define MODULE_DESCRIPTION(_description) MODULE_INFO(description, _description)
|