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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2gas.pl 44 undef $comment;
52 $comment = "";
53 ($line, $comment) = /(.*?)$comment_char(.*)/;
145 print "$comment_sub$comment\n" if defined $comment;
224 s/;/@/g; # change comment characters
232 print "$comment_sub$comment\n" if defined $comment;
  /external/libvpx/libvpx/build/make/
ads2gas.pl 44 undef $comment;
52 $comment = "";
53 ($line, $comment) = /(.*?)$comment_char(.*)/;
145 print "$comment_sub$comment\n" if defined $comment;
224 s/;/@/g; # change comment characters
232 print "$comment_sub$comment\n" if defined $comment;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas.pl 44 undef $comment;
52 $comment = "";
53 ($line, $comment) = /(.*?)$comment_char(.*)/;
145 print "$comment_sub$comment\n" if defined $comment;
224 s/;/@/g; # change comment characters
232 print "$comment_sub$comment\n" if defined $comment;
  /external/clang/docs/tools/
dump_format_style.py 33 def __init__(self, name, type, comment):
36 self.comment = comment.strip()
41 doxygen2rst(indent(self.comment, 2)))
47 def __init__(self, name, comment):
49 self.comment = comment.strip()
56 def __init__(self, name, comment):
58 self.comment = comment.strip(
88 comment = clean_comment_line(line) variable in class:read_options.State
109 comment = clean_comment_line(line) variable in class:read_options.State
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ContextTrackingChecker.java 4 import com.google.javascript.rhino.head.ast.Comment;
30 protected boolean hasAnnotationTag(Comment comment, String tagName) {
31 return comment != null &&
32 Pattern.matches("(?s).*@" + tagName + "\\b.*", getContext().getNodeText(comment));
  /external/chromium_org/third_party/libjingle/source/talk/base/
flags.h 54 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
92 Flag(const char* file, const char* name, const char* comment,
98 const char* comment() const { return comment_; } function in class:Flag
171 #define DEFINE_FLAG(type, c_type, name, default, comment) \
175 static Flag Flag_##name(__FILE__, #name, (comment), \
187 #define DEFINE_bool(name, default, comment) \
188 DEFINE_FLAG(BOOL, bool, name, default, comment)
189 #define DEFINE_int(name, default, comment) \
190 DEFINE_FLAG(INT, int, name, default, comment)
191 #define DEFINE_float(name, default, comment) \
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-686.pl 33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Round $i")
    [all...]
bf-586.pl 31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Round ".sprintf("%d",$i-1))
    [all...]
  /external/chromium_org/third_party/webrtc/base/
flags.h 39 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
77 Flag(const char* file, const char* name, const char* comment,
83 const char* comment() const { return comment_; } function in class:rtc::Flag
156 #define DEFINE_FLAG(type, c_type, name, default, comment) \
160 static rtc::Flag Flag_##name(__FILE__, #name, (comment), \
172 #define DEFINE_bool(name, default, comment) \
173 DEFINE_FLAG(BOOL, bool, name, default, comment)
174 #define DEFINE_int(name, default, comment) \
175 DEFINE_FLAG(INT, int, name, default, comment)
176 #define DEFINE_float(name, default, comment) \
    [all...]
  /external/openssl/crypto/bf/asm/
bf-686.pl 33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Round $i")
    [all...]
bf-586.pl 31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Round ".sprintf("%d",$i-1))
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 24 comment:
36 comment:
48 comment:
60 comment:
71 comment:
82 comment:
93 comment:
104 comment:
115 comment:
126 comment
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h 66 #pragma comment(linker, "/INCLUDE:HeapProfilerStart")
68 #pragma comment(linker, "/INCLUDE:_HeapProfilerStart")
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 36 private Comment mComment;
45 for (AttrTagInfo comment : attrField.comment().attrTags()) {
46 String n = comment.name();
59 public Comment comment() { method in class:AttributeInfo
61 for (AttrTagInfo attr : attrField.comment().attrTags()) {
62 Comment c = attr.description();
70 return new Comment("", mClass, SourcePositionInfo.UNKNOWN);
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags())
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 50 * cookie's purpose will be described using this comment.
52 * @param comment
56 void setComment(String comment);
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
8 // those extra functions was being considered part of the comment
  /external/chromium_org/base/win/
dllmain.cc 47 #pragma comment(linker, "/INCLUDE:_tls_used")
48 #pragma comment(linker, "/INCLUDE:p_thread_callback_dllmain_typical_entry")
52 #pragma comment(linker, "/INCLUDE:__tls_used")
53 #pragma comment(linker, "/INCLUDE:_p_thread_callback_dllmain_typical_entry")
  /external/chromium_org/device/bluetooth/
bluetooth_init_win.h 20 #pragma comment(lib, "Bthprops.lib")
  /external/chromium_org/media/base/
media_win.cc 16 #pragma comment(lib, "delayimp.lib")
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
8 // those extra functions was being considered part of the comment
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.h 48 struct UString *comment,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
add.pl 10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
mul.pl 10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
mul_add.pl 10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
sqr.pl 10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");

Completed in 1468 milliseconds

1 2 3 45 6 7 8 91011>>