HomeSort by relevance Sort by last modified time
    Searched full:code (Results 801 - 825 of 116262) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.resources.html 3 Use the <code>experimental.webInspector.resources</code> module to retrieve the
20 In terms of HAR, the <code>webInspector.resources.getHAR()</code> method
22 <code>webInspector.resources.onFinish</code> event provides <em>HAR entry</em>
26 reasons. You may call resource's <code>getContent()</code> method to retrieve
28 <p>Some resources may be missing in the array of entries returned by <code>
29 getHAR()</code> in case WebInspector was opened after the page was loaded &mdash
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java 23 * , by Joshua Bloch. In particular the rule for comparing <code>doubles</code>,
24 * <code>floats</code>, and arrays can be tricky. Also, making sure that
25 * <code>equals()</code> and <code>hashCode()</code> are consistent can be
28 * <p>Two Objects that compare as equals must generate the same hash code,
29 * but two Objects with the same hash code do not have to be equal.</p
    [all...]
  /libcore/luni/src/main/java/java/security/spec/
DSAParameterSpec.java 35 * Creates a new {@code DSAParameterSpec} with the specified prime {@code p},
36 * sub-prime {@code q} and the base {@code g}.
39 * the prime {@code p}.
41 * the sub-prime {@code q}.
43 * the base {@code g};
52 * Returns the base {@code g}.
54 * @return the base {@code g}.
61 * Returns the prime {@code p}
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 37 * Tests for <code>PKIXCertPathValidatorResult</code>
62 * Test #1 for <code>PKIXCertPathValidatorResult(TrustAnchor,
63 * PolicyNode, PublicKey)</code> constructor<br>
65 * <code>PKIXCertPathValidatorResult</code>
84 * Test #2 for <code>PKIXCertPathValidatorResult(TrustAnchor,
85 * PolicyNode, PublicKey)</code> constructor<br>
86 * Assertion: <code>NullPointerException</code> i
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 37 * Represents a <code>Content-Type</code> field.
47 * The prefix of all <code>multipart</code> MIME types.
51 * The <code>multipart/digest</code> MIME type.
55 * The <code>text/plain</code> MIME type.
59 * The <code>message/rfc822</code> MIME type.
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Range.java 38 * Formally, convexity means that for any {@code a <= b <= c},
39 * {@code range.contains(a) && range.contains(c)} implies that {@code
48 * <li>{@code (a..b) = {x | a < x < b}}
49 * <li>{@code [a..b] = {x | a <= x <= b}}
50 * <li>{@code [a..b) = {x | a <= x < b}}
51 * <li>{@code (a..b] = {x | a < x <= b}}
52 * <li>{@code (a..+?) = {x | x > a}}
53 * <li>{@code [a..+?) = {x | x >= a}}
54 * <li>{@code (-?..b) = {x | x < b}
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 59 * <code>CONSTANT_Class</code>
64 * <code>CONSTANT_Fieldref</code>
69 * <code>CONSTANT_Methodref</code>
74 * <code>CONSTANT_InterfaceMethodref</code>
80 * <code>CONSTANT_String</code>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.media.ToneGenerator.html 74 Class android.media.<A HREF="../../../../reference/android/media/ToneGenerator.html" target="_top"><font size="+2"><code>ToneGenerator</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/ToneGenerator.html#TONE_CDMA_ABBR_ALERT" target="_top"><code>TONE_CDMA_ABBR_ALERT</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/ToneGenerator.html#TONE_CDMA_ABBR_INTERCEPT" target="_top"><code>TONE_CDMA_ABBR_INTERCEPT</code></A></nobr
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 36 * <code>F<sub>p</sub></code> (X9.62 s 4.2.1 pg 17).
194 * <code>y<sup>2</sup> + xy = x<sup>3</sup> + ax<sup>2</sup> + b</code>.
199 * The exponent <code>m</code> of <code>F<sub>2<sup>m</sup></sub></code>.
204 * TPB: The integer <code>k</code> where <code>x<sup>m</sup>
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/
index.html 12 The <code>leveldb</code> library provides a persistent key value store. Keys and
19 A <code>leveldb</code> database has a name which corresponds to a file system
36 the following line before the <code>leveldb::DB::Open</code> call:
42 You may have noticed the <code>leveldb::Status</code> type above. Values of this
43 type are returned by most functions in <code>leveldb</code> that may encounter a
    [all...]
  /frameworks/base/docs/html/tools/projects/
projects-cmdline.jd 38 <p>The <code>android</code> tool provides you with commands to create all three types of
59 <p>To create an Android project, you must use the <code>android</code> tool. When you create a
60 new project with <code>android</code>, it will generate a project directory with some default
63 <p>To create a new Android project, open a command-line, navigate to the <code>tools/</code>
75 <li><code>target</code> is the "build target" for your application. It corresponds to a
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
receiver-element.jd 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
34 the receiver dynamically in code and register it with the <code>{@link
35 android.content.Context#registerReceiver Context.registerReceiver()}</code>
42 <dt><a name="enabled"></a>{@code android:enabled}</dt
    [all...]
uses-feature-element.jd 34 <p style="padding-top:1em;">Google Play uses the <code>&lt;uses-feature&gt;</code>
61 <dd><code><a
62 href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
68 <p>The purpose of a <code>&lt;uses-feature&gt;</code> declaration is to inform
70 application depends. The element offers a <code>required</code> attribute that
74 <code>&lt;uses-feature&gt;</code> element serves an important role in letting a
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 47 * Tests for <code>PKIXParameters</code> fields and methods
70 * Test #1 for <code>PKIXParameters(Set)</code> constructor<br>
71 * Assertion: Creates an instance of <code>PKIXParameters</code> with the
72 * specified <code>Set</code> of most-trusted CAs. Each element of the set
73 * is a <code>TrustAnchor</code>
    [all...]
  /bionic/libc/kernel/common/linux/
ipv6.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
    [all...]
  /external/chromium_org/ppapi/api/
ppb_text_input_controller.idl 2 * Use of this source code is governed by a BSD-style license that can be
7 * This file defines the <code>PPB_TextInputController</code> interface.
41 * <code>PPB_TextInputController</code> provides a set of functions for giving
71 * text. <code>text</code> is a UTF-8 string that contains the current range
72 * of text selection in the plugin. <code>caret</code> is the byte-index of
73 * the caret position within <code>text</code>. <code>anchor</code> is th
    [all...]
  /external/chromium_org/ppapi/c/
ppb_text_input_controller.h 2 * Use of this source code is governed by a BSD-style license that can be
25 * This file defines the <code>PPB_TextInputController</code> interface.
67 * <code>PPB_TextInputController</code> provides a set of functions for giving
93 * text. <code>text</code> is a UTF-8 string that contains the current range
94 * of text selection in the plugin. <code>caret</code> is the byte-index of
95 * the caret position within <code>text</code>. <code>anchor</code> is th
    [all...]
ppb_var.h 2 * Use of this source code is governed by a BSD-style license that can be
23 * This file defines the <code>PPB_Var</code> struct.
40 * @param[in] var A <code>PP_Var</code> that will have a reference added.
49 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
55 * specified in <code>len</code>. It is an error if the string is not
58 * If the length is 0, the <code>*data</code> pointer will not be dereference
    [all...]
ppb_var_array.h 2 * Use of this source code is governed by a BSD-style license that can be
21 * This file defines the <code>PPB_VarArray</code> struct providing
32 * Creates an array var, i.e., a <code>PP_Var</code> with type set to
33 * <code>PP_VARTYPE_ARRAY</code>. The array length is set to 0.
47 * <code>index</code> is larger than or equal to the array length, an
56 * <code>index</code> is larger than or equal to the array length, the lengt
    [all...]
  /external/chromium_org/ppapi/cpp/private/
video_destination_private.h 2 // Use of this source code is governed by a BSD-style license that can be
16 /// This file defines the <code>PPB_VideoDestination_Private</code> interface
25 /// The <code>VideoDestination_Private</code> class contains methods for
30 /// Default constructor for creating a <code>VideoDestination_Private</code>
34 /// Constructor for creating a <code>VideoDestination_Private</code> for an
38 /// The copy constructor for <code>VideoDestination_Private</code>
    [all...]
  /external/chromium_org/ui/events/keycodes/dom4/
keycode_converter.cc 2 // Use of this source code is governed by a BSD-style license that can be
12 #define USB_KEYMAP(usb, xkb, win, mac, code) {usb, win, code}
14 #define USB_KEYMAP(usb, xkb, win, mac, code) {usb, xkb, code}
16 #define USB_KEYMAP(usb, xkb, win, mac, code) {usb, mac, code}
18 #define USB_KEYMAP(usb, xkb, win, mac, code) {usb, 0, code}
52 if (usb_keycode_map[i].code != NULL
    [all...]
  /external/valgrind/main/none/tests/amd64/
smc1.c 2 /* Test Valgrind's ability to spot writes to code which has been
18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is
50 // code on the heap therefore
51 static UChar* code; variable
53 /* Make `code' be movabsq $dest, %rax ; pushq %rax ; ret */
60 code[0] = 0x48;
61 code[1] = 0xB8;
62 code[2] = (dest & 0xFF);
63 code[3] = ((dest >> 8) & 0xFF)
    [all...]

Completed in 803 milliseconds

<<31323334353637383940>>