Searched defs:NAME (Results 1 - 25 of 208) sorted by last modified time

123456789

/external/zlib/src/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon34355
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/audio/
H A Daudio_template.h26 #define NAME "playback" macro
32 #define NAME "capture" macro
48 dolog ("Driver `%s' does not support " NAME "\n", drv->name);
52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n",
85 dolog ("Could not allocate " NAME " buffer (%d samples)\n",
574 #undef NAME macro
H A Ddsound_template.h25 #define NAME "capture buffer" macro
33 #define NAME "playback buffer" macro
54 dsound_logerr (hr, "Could not unlock " NAME "\n");
100 dsound_logerr (hr, "Could not lock " NAME "\n");
106 dsound_logerr (hr, "Could not lock " NAME "\n");
114 dolog ("%d attempts to lock " NAME " failed\n", i);
165 dsound_logerr (hr, "Could not stop " NAME "\n");
170 dsound_logerr (hr, "Could not release " NAME "\n");
232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n");
238 dsound_logerr2 (hr, typ, "Could not get " NAME " forma
287 #undef NAME macro
[all...]
H A Dmixeng.c319 #define NAME st_rate_flow_mix macro
323 #define NAME st_rate_flow macro
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, function
110 #undef NAME macro
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon29633
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/qemu/ui/
H A Dvnchextile.h5 #define NAME CONCAT(generic_, BPP) macro
7 #define NAME BPP macro
10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
206 #undef NAME macro
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h1018 NAME, // the symbol name, or the package name for files enumerator in enum:google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DEbayPolicyExample.java94 private static final Pattern NAME = Pattern.compile("[a-zA-Z0-9\\-_\\$]+"); field in class:EbayPolicyExample
145 .allowAttributes("name").matching(NAME).onElements("a")
152 .allowAttributes("name").matching(NAME)
174 .allowAttributes("axis", "headers").matching(NAME)
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon28594
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/oprofile/libop/
H A Dop_xml_out.h34 MODULE, NAME, enumerator in enum:__anon28436
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
H A DMain.java47 @Command(name = Main.NAME, description = "A curl for the next-generation web.")
49 static final String NAME = "okcurl"; field in class:Main
91 public String userAgent = NAME + "/" + versionString();
125 System.out.println(NAME + " " + versionString());
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java31 public static final String NAME = "Join"; field in class:Join
43 super(NAME);
51 super(NAME);
H A DJoinHeader.java225 public final static String NAME = "Join"; field in interface:JoinHeader
H A DMinSE.java29 public static final String NAME = "Min-SE"; field in class:MinSE
43 super(NAME);
H A DMinSEHeader.java8 public final static String NAME = "Min-SE"; field in interface:MinSEHeader
H A DReferencesHeader.java14 public static final String NAME = "References"; field in interface:ReferencesHeader
H A DReferredBy.java34 public static final String NAME = "Referred-By"; field in class:ReferredBy
39 super(NAME);
H A DReferredByHeader.java25 String NAME = "Referred-By"; field in interface:ReferredByHeader

Completed in 1381 milliseconds

123456789