HomeSort by relevance Sort by last modified time
    Searched full:tag (Results 26 - 50 of 8351) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 8 private final int tag; field in class:BERApplicationSpecificParser
11 BERApplicationSpecificParser(int tag, ASN1StreamParser parser)
13 this.tag = tag;
26 return new BERApplicationSpecific(tag, parser.readVector());
  /external/libvpx/libvpx/tools/
author_first_release.sh 7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
11 for tag in $tags; do
12 git shortlog -n -e -s $tag |
14 awk "{print \"${tag#v}\t\"\$0}"
  /frameworks/base/telephony/java/android/telephony/
Rlog.java 36 public static int v(String tag, String msg) {
37 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg);
40 public static int v(String tag, String msg, Throwable tr) {
41 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag,
45 public static int d(String tag, String msg) {
46 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, msg);
49 public static int d(String tag, String msg, Throwable tr) {
50 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag,
54 public static int i(String tag, String msg) {
55 return Log.println_native(Log.LOG_ID_RADIO, Log.INFO, tag, msg)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 41 private static final String TAG = "FmRadio";
84 Log.i(TAG, "Service connected");
87 Log.i(TAG, "Sending callback");
90 Log.e(TAG, "mService is NULL");
97 Log.i(TAG, "Service disconnected");
109 Log.i(TAG, "FmRadio:Creating a FmRadio proxy object: " + mConnection);
138 Log.d(TAG, "FmRadio:finalize");
152 Log.i(TAG, "FmRadio:close");
163 Log.d(TAG, "FmRadio:rxIsEnabled");
168 Log.e(TAG, e.toString())
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLog.java 17 public static void e(String tag, String msg) {
18 e(tag, msg, null);
22 public static void e(String tag, String msg, Throwable throwable) {
23 addLog(Log.ERROR, tag, msg, throwable);
27 public static void d(String tag, String msg) {
28 d(tag, msg, null);
32 public static void d(String tag, String msg, Throwable throwable) {
33 addLog(Log.DEBUG, tag, msg, throwable);
37 public static void i(String tag, String msg) {
38 i(tag, msg, null)
122 public final String tag; field in class:ShadowLog.LogItem
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp 6 class tag;
7 int tag();
11 using ns0::tag;
15 using ns0::tag;
18 using ns1::tag;
19 using ns2::tag;
  /frameworks/base/core/java/android/nfc/tech/
package.html 4 These classes provide access to a tag technology's features, which vary by the type
5 of tag that is scanned. A scanned tag can support multiple technologies, and you can find
6 out what they are by calling {@link android.nfc.Tag#getTechList getTechList()}.</p>
8 <p>For more information on dealing with tag technologies and handling the ones that you care about, see
9 <a href="{@docRoot}guide/topics/nfc/index.html#dispatch">The Tag Dispatch System</a>.
  /frameworks/base/core/java/android/util/
Slog.java 32 public static int v(String tag, String msg) {
33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
36 public static int v(String tag, String msg, Throwable tr) {
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
41 public static int d(String tag, String msg) {
42 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg);
45 public static int d(String tag, String msg, Throwable tr) {
46 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag,
50 public static int i(String tag, String msg) {
51 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, msg)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 28 private static final String TAG = "LogTest";
39 Log.e(TAG, msg);
40 Log.e(TAG, msg, tr);
41 Log.w(TAG, msg);
42 Log.w(TAG, tr);
43 Log.w(TAG, msg, tr);
44 Log.i(TAG, msg);
45 Log.i(TAG, msg, tr);
46 Log.d(TAG, msg);
47 Log.d(TAG, msg, tr)
    [all...]
  /development/samples/JetBoy/JETBOY_content/
JETBOY.zip 
  /external/llvm/test/YAMLParser/
spec-07-07b.data 4 %TAG ! tag:ben-kiki.org,2000:app/
spec-08-05.data 3 %TAG !o! tag:ben-kiki.org,2000:
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java 22 Log.d("tag", "msg");
24 assertLogged(Log.DEBUG, "tag", "msg", null);
31 Log.d("tag", "msg", throwable);
33 assertLogged(Log.DEBUG, "tag", "msg", throwable);
38 Log.e("tag", "msg");
40 assertLogged(Log.ERROR, "tag", "msg", null);
47 Log.e("tag", "msg", throwable);
49 assertLogged(Log.ERROR, "tag", "msg", throwable);
54 Log.i("tag", "msg");
56 assertLogged(Log.INFO, "tag", "msg", null)
    [all...]
  /external/srec/config/en.us/grammars/
dynamic-test.grxml 7 <item> <ruleref uri="#Displayer"/> <tag>meaning=Displayer.V</tag> </item>
12 <item><tag>C=(C?C:''); V=C+V;</tag>
16 <item>lookup</item><tag>C='LKUP '</tag>
19 <item><ruleref uri="#Names"/><tag>V=Names.V</tag></item>
slot_test2.grxml 12 <tag>meaning=Phone.V;</tag>
19 <tag>C=(C?C:''); V=C+V;</tag>
22 <tag>V='HI';</tag>
26 <tag>V=Names.V;</tag>
  /external/webkit/LayoutTests/fast/encoding/
mismatched-end-tag-expected.txt 2 This test checks that charset sniffer does not get confused by the extraneous end script tag and ignore the meta tag, thinking it is inside a script.
meta-in-title-expected.txt 2 This test verifies that charset sniffer ignores meta tag in a title.
bracket-in-script-expected.txt 2 This test checks that charset sniffer does not get confused by the left angle bracket that is not part of a tag. There was a bug where the less-than caused all text after it until the next closing bracket to be consumed as the tag, resulting in the closing script tag being missed by the charset sniffer.
4 The charset sniffer would think it was still in the script mode and ignore the meta tag. This test relies on the charset sniffer ignoring meta tags inside script and checking at least 1024 bytes of data for a meta tag.
  /external/replicaisland/src/com/replica/replicaisland/
DebugLog.java 32 public static int v(String tag, String msg) {
35 result = Log.v(tag, msg);
40 public static int v(String tag, String msg, Throwable tr) {
43 result = Log.v(tag, msg, tr);
48 public static int d(String tag, String msg) {
51 result = Log.d(tag, msg);
56 public static int d(String tag, String msg, Throwable tr) {
59 result = Log.d(tag, msg, tr);
64 public static int i(String tag, String msg) {
67 result = Log.i(tag, msg)
    [all...]
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.cfg.php 6 'alpha' => array( 'input'=>'alpha','tag'=>'mi', 'output'=>'&#' . hexdec('03B1') . ';'),
7 'beta' => array( 'input'=>'beta','tag'=>'mi', 'output'=>'&#' . hexdec('03B2') . ';'),
8 'chi' => array( 'input'=>'chi','tag'=>'mi', 'output'=>'&#' . hexdec('03C7') . ';'),
9 'delta' => array( 'input'=>'delta','tag'=>'mi', 'output'=>'&#' . hexdec('03B4') . ';'),
10 'Delta' => array( 'input'=>'Delta','tag'=>'mo', 'output'=>'&#' . hexdec('0394') . ';'),
11 'epsi' => array( 'input'=>'epsi','tag'=>'mi', 'output'=>'&#' . hexdec('03B5') . ';'),
12 'varepsilon' => array( 'input'=>'varepsilon','tag'=>'mi', 'output'=>'&#' . hexdec('025B') . ';'),
13 'eta' => array( 'input'=>'eta','tag'=>'mi', 'output'=>'&#' . hexdec('03B7') . ';'),
14 'gamma' => array( 'input'=>'gamma','tag'=>'mi', 'output'=>'&#' . hexdec('03B3') . ';'),
15 'Gamma' => array( 'input'=>'Gamma','tag'=>'mi', 'output'=>'&#' . hexdec('0393') . ';')
    [all...]
  /external/skia/legacy/src/views/
SkTagList.h 29 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
31 SkASSERT(tag < kSkTagListCount);
38 static SkTagList* Find(SkTagList* head, U8CPU tag);
39 static void DeleteTag(SkTagList** headptr, U8CPU tag);
  /external/skia/src/views/
SkTagList.h 29 SkTagList(U8CPU tag) : fTag(SkToU8(tag))
31 SkASSERT(tag < kSkTagListCount);
38 static SkTagList* Find(SkTagList* head, U8CPU tag);
39 static void DeleteTag(SkTagList** headptr, U8CPU tag);
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantTags.java 23 /** tag for a {@code CONSTANT_Utf8_info} */
26 /** tag for a {@code CONSTANT_Integer_info} */
29 /** tag for a {@code CONSTANT_Float_info} */
32 /** tag for a {@code CONSTANT_Long_info} */
35 /** tag for a {@code CONSTANT_Double_info} */
38 /** tag for a {@code CONSTANT_Class_info} */
41 /** tag for a {@code CONSTANT_String_info} */
44 /** tag for a {@code CONSTANT_Fieldref_info} */
47 /** tag for a {@code CONSTANT_Methodref_info} */
50 /** tag for a {@code CONSTANT_InterfaceMethodref_info} *
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmLog.java 24 public static int v(String tag, String msg) {
25 return Log.v(tag, msg);
28 public static int d(String tag, String msg) {
29 return Log.d(tag, msg);
32 public static int i(String tag, String msg) {
33 return Log.i(tag, msg);
36 public static int w(String tag, String msg) {
37 return Log.w(tag, msg);
40 public static int e(String tag, String msg) {
41 return Log.e(tag, msg)
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifParserTest.java 26 private static final String TAG = "ExifParserTest";
57 ExifTag tag = parser.getTag(); local
58 if (!tag.hasValue()) {
59 parser.registerForTagValue(tag);
61 checkTag(tag);
65 tag = parser.getTag();
66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
67 byte[] buf = new byte[tag.getComponentCount()];
69 assertTrue(TAG, tag.setValue(buf))
111 ExifTag tag = parser.getTag(); local
174 ExifTag tag = parser.getTag(); local
211 ExifTag tag = parser.getTag(); local
    [all...]

Completed in 7703 milliseconds

12 3 4 5 6 7 8 91011>>