HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 451 - 475 of 5720) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 88 RegisterSpec spec = locals.get(i); local
89 if (spec != null) {
91 sb.append(LocalStart.localString(spec));
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DSAPrivateKeySpecTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.DSAPrivateKeySpec;
26 import java.security.spec.KeySpec;
DSAPublicKeySpecTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.DSAPublicKeySpec;
26 import java.security.spec.KeySpec;
EncodedKeySpecTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
24 import java.security.spec.EncodedKeySpec;
26 import org.apache.harmony.security.tests.support.spec.MyEncodedKeySpec;
RSAKeyGenParameterSpecTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.AlgorithmParameterSpec;
26 import java.security.spec.RSAKeyGenParameterSpec;
RSAPublicKeySpecTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.KeySpec;
26 import java.security.spec.RSAPublicKeySpec;
  /external/bison/lib/
error.h 29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */
vasnprintf.h 33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
35 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */
  /external/chromium_org/content/browser/
histogram_internals_request_job.cc 20 const std::string& spec = request->url().possibly_invalid_spec(); local
25 if (offset < static_cast<int>(spec.size()))
26 path_.assign(spec.substr(offset));
  /external/chromium_org/content/shell/renderer/test_runner/
web_permissions.cc 25 normalizeLayoutTestURL(image_url.spec()) + "): " +
35 normalizeLayoutTestURL(image_url.spec()) + "): " +
46 normalizeLayoutTestURL(scriptURL.spec()) + "): " +
  /external/chromium_org/media/filters/
h264_bit_reader.h 20 // bytes and stop bits. See spec for more details.
43 // See the definition of more_rbsp_data() in spec.
67 // Used in emulation prevention three byte detection (see spec).
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyHelper.h 43 // This is an implementation of the SVG*List property spec:
131 // SVGList*Property DOM spec:
202 // Spec: If the inserted item is already in a list, it is removed from its previous list before it is inserted into this list.
205 // Spec: Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
225 // Spec: If the index is greater than or equal to length, then the new item is appended to the end of the list.
231 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
237 // Spec: Inserts a new item into the list at the specified position. The index of the item before which the new item is to be
264 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
281 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
282 // Spec: If the item is already in this list, note that the index of the item to replace is before the rem (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 33 use File::Spec;
35 use lib File::Spec->catdir($FindBin::Bin, "..", "..");
51 my $scriptPath = File::Spec->catfile(sourceDir(), "Tools", "Scripts", $script);
  /external/chromium_org/third_party/libxml/src/include/libxml/
c14n.h 62 XML_C14N_1_0 = 0, /* Origianal C14N 1.0 spec */
63 XML_C14N_EXCLUSIVE_1_0 = 1, /* Exclusive C14N 1.0 spec */
64 XML_C14N_1_1 = 2 /* C14N 1.1 spec */
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java 24 import java.security.spec.AlgorithmParameterSpec;
25 import java.security.spec.ECGenParameterSpec;
26 import java.security.spec.ECParameterSpec;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java 87 RegisterSpec spec = locals.get(i); local
88 if (spec != null) {
90 sb.append(LocalStart.localString(spec));
  /external/genext2fs/
test-mount.sh 50 # ftest-mount - Exercise the -f spec-file option of genext2fs
51 # Creates an image with the devices mentioned in the given spec
54 # Usage: ftest-mount spec-file number-of-blocks
test.sh 40 # ftest - Exercises the -f spec-file option of genext2fs
41 # Creates an image with the devices mentioned in the given spec
43 # Usage: ftest spec-file number-of-blocks correct-checksum
  /external/kernel-headers/original/uapi/linux/usb/
cdc.h 60 /* "Header Functional Descriptor" from CDC spec 5.2.3.1 */
69 /* "Call Management Descriptor" from CDC spec 5.2.3.2 */
82 /* "Abstract Control Management Descriptor" from CDC spec 5.2.3.3 */
98 /* "Union Functional Descriptor" from CDC spec 5.2.3.8 */
109 /* "Country Selection Functional Descriptor" from CDC spec 5.2.3.9 */
120 /* "Network Channel Terminal Functional Descriptor" from CDC spec 5.2.3.11 */
132 /* "Ethernet Networking Functional Descriptor" from CDC spec 5.2.3.16 */
145 /* "Telephone Control Model Functional Descriptor" from CDC WMC spec 6.3..3 */
154 /* "MDLM Functional Descriptor" from CDC WMC spec 6.7.2.3 */
164 /* "MDLM Detail Functional Descriptor" from CDC WMC spec 6.7.2.4 *
    [all...]
  /external/libxml2/include/libxml/
c14n.h 62 XML_C14N_1_0 = 0, /* Origianal C14N 1.0 spec */
63 XML_C14N_EXCLUSIVE_1_0 = 1, /* Exclusive C14N 1.0 spec */
64 XML_C14N_1_1 = 2 /* C14N 1.1 spec */
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.widget.GridLayout.html 102 <nobr><code>Spec</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#spec(int, android.widget.GridLayout.Alignment, float)" target="_top"><code>spec</code></A>(<code>int,</nobr> Alignment<nobr>,</nobr> float<nobr><nobr></code>)</nobr>
109 <nobr><code>Spec</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#spec(int, float)" target="_top"><code>spec</code></A>(<code>int,</nobr> float<nobr><nobr></code>)</nobr>
116 <nobr><code>Spec</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#spec(int, int, android.widget.GridLayout.Alignment, float)" target="_top"><code>spec</code></A>(<code>int,</nobr> int<nobr>,</nobr> Alignment<nobr>,</nobr> float<nobr><nobr></code>)</nobr>
123 <nobr><code>Spec</code>&nbsp;<A HREF="../../../../reference/android/widget/GridLayout.html#spec(int, int, float)" t (…)
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
DSAPublicKeySpecTest.java 23 package tests.security.spec;
28 import java.security.spec.DSAPublicKeySpec;
29 import java.security.spec.KeySpec;
RSAKeyGenParameterSpecTest.java 23 package tests.security.spec;
28 import java.security.spec.AlgorithmParameterSpec;
29 import java.security.spec.RSAKeyGenParameterSpec;
RSAPublicKeySpecTest.java 23 package tests.security.spec;
28 import java.security.spec.KeySpec;
29 import java.security.spec.RSAPublicKeySpec;
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 171 EXPECT_EQ(expected_match.destination_url.spec(),
172 match.destination_url.spec()) << i;
224 EXPECT_EQ("http://a/", r1.alternate_nav_url().spec());
231 EXPECT_EQ("http://a/", r2.alternate_nav_url().spec());
315 EXPECT_EQ("http://b/", result.match_at(3)->destination_url.spec());
354 result.match_at(0)->destination_url.spec());
357 result.match_at(1)->destination_url.spec());
360 result.match_at(2)->destination_url.spec());
462 result.match_at(0)->destination_url.spec());
464 result.match_at(1)->destination_url.spec());
    [all...]

Completed in 394 milliseconds

<<11121314151617181920>>