HomeSort by relevance Sort by last modified time
    Searched refs:comment (Results 76 - 100 of 2645) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_comment.h 18 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
CommentMethodItem.java 37 private final String comment; field in class:CommentMethodItem
40 public CommentMethodItem(String comment, int codeAddress, double sortOrder) {
42 this.comment = comment;
52 writer.write(comment);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedLexicalHandler.java 33 * This method is used to notify of a comment
34 * @param comment the comment, but unlike the SAX comment() method this
38 public void comment(String comment) throws SAXException; method in interface:ExtendedLexicalHandler
  /external/chromium_org/v8/test/mjsunit/
function-length-accessor.js 10 // long comment to trigger lazy compilation.
11 // long comment to trigger lazy compilation.
12 // long comment to trigger lazy compilation.
13 // long comment to trigger lazy compilation.
14 // long comment to trigger lazy compilation.
15 // long comment to trigger lazy compilation.
16 // long comment to trigger lazy compilation.
17 // long comment to trigger lazy compilation.
18 // long comment to trigger lazy compilation.
19 // long comment to trigger lazy compilation
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
RetryAfter.java 49 * Comment for <code>serialVersionUID</code>
61 /** comment field
63 protected String comment; field in class:RetryAfter
80 if (comment != null)
81 s.append(SP + LPAREN + comment + RPAREN);
91 * @return true if comment exist, false otherwise
94 return comment != null;
97 /** remove comment field
100 comment = null;
139 * Gets the comment of RetryAfterHeader
    [all...]
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here macro
13 comment This is stupidity
19 #define nested(x) int x comment cute little dead tokens...
pragma_microsoft.c 8 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identifier and optional string}}
9 #pragma comment(linker," bar=" BAR)
11 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
13 #pragma comment(foo) // expected-error {{unknown kind of pragma comment}}
14 #pragma comment(compiler,) // expected-error {{expected string literal in pragma comment}}
16 #pragma comment(foo) // macro expand kind.
17 #pragma comment(foo) x // expected-error {{pragma comment requires}
    [all...]
print-pragma-microsoft.c 4 #pragma comment(linker, "bar=" BAR)
5 // CHECK: #pragma comment(linker, "bar=" "2")
6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
7 // CHECK: #pragma comment(user, "Compiled on " "{{[^"]*}}" " at " "{{[^"]*}}")
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
stdafx.h 61 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
63 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
65 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
67 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
StringResource.java 24 public StringResource(final String name, final String value, final String comment) {
27 mComment = comment;
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 30 final String comment = "work"; local
31 Rfc822Token rfc822Token1 = new Rfc822Token(name, address, comment);
34 assertEquals(comment, rfc822Token1.getComment());
36 Rfc822Token rfc822Token2 = new Rfc822Token(null, address, comment);
39 assertEquals(comment, rfc822Token2.getComment());
41 Rfc822Token rfc822Token3 = new Rfc822Token(name, null, comment);
44 assertEquals(comment, rfc822Token3.getComment());
55 final String comment = "work"; local
56 Rfc822Token rfc822Token = new Rfc822Token(name, address, comment);
80 // issue 1695243, not clear what is supposed to happen if comment is null
87 String comment = "work"; local
106 final String comment = "work"; local
    [all...]
  /external/doclava/src/com/google/doclava/
KeywordEntry.java 22 KeywordEntry(String label, String href, String comment) {
25 this.comment = comment;
31 data.setValue(base + ".comment", this.comment);
44 private String comment; field in class:KeywordEntry
  /external/iptables/extensions/
libxt_comment.c 1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
21 "--comment COMMENT Attach a comment to a rule\n");
25 {.name = "comment", .id = O_COMMENT, .type = XTTYPE_STRING,
27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
    [all...]
  /external/clang/docs/tools/
dump_ast_matchers.py 18 <tr><td colspan="4" class="doc" id="%(id)s"><pre>%(comment)s</pre></td></tr>
57 def extract_result_types(comment):
58 """Extracts a list of result types from the given comment.
60 We allow annotations in the comment of the matcher to specify what
69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
73 m = re.match(r'^(.*)Matcher<([^>]+)>\s*,?[\s\n]*$', comment, re.S)
75 if re.search(r'Usable as:\s*$', comment):
80 comment = m.group(1)
82 def strip_doxygen(comment):
83 """Returns the given comment without \-escaped words.""
322 comment = '' variable
331 comment = '' variable
351 comment = '' variable
    [all...]
  /external/chromium_org/base/threading/
thread_local_storage_win.cc 55 #pragma comment(linker, "/INCLUDE:_tls_used")
56 #pragma comment(linker, "/INCLUDE:p_thread_callback_base")
60 #pragma comment(linker, "/INCLUDE:__tls_used")
61 #pragma comment(linker, "/INCLUDE:_p_thread_callback_base")
  /external/chromium_org/third_party/skia/src/ports/
SkTLS_win.cpp 39 #pragma comment(linker, "/INCLUDE:_tls_used")
40 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
44 #pragma comment(linker, "/INCLUDE:__tls_used")
45 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /external/chromium_org/win8/metro_driver/
run_all_unittests.cc 9 #pragma comment(lib, "runtimeobject.lib")
  /external/clang/test/Lexer/
pragma-region.c 7 // #pragma endregion optional comment
18 #pragma endregion long comment
  /external/lldb/examples/python/
gdb_disassemble.py 16 comment = inst.comment
17 if comment:
18 print "<%s + %-4u> 0x%x %8s %s ; %s" % (name, inst_offset, inst_addr, inst.mnemonic, inst.operands, comment)
  /external/skia/src/ports/
SkTLS_win.cpp 39 #pragma comment(linker, "/INCLUDE:_tls_used")
40 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
44 #pragma comment(linker, "/INCLUDE:__tls_used")
45 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h 15 #define DEFINE_bool(name, default_value, comment) \
18 #define DEFINE_int32(name, default_value, comment) \
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
desboth.pl 19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
  /external/openssl/crypto/des/asm/
desboth.pl 19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");

Completed in 1033 milliseconds

1 2 34 5 6 7 8 91011>>