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

<<21222324252627282930>>

  /external/chromium_org/net/android/
gurl_utils.cc 17 host.GetOrigin().spec()).Release();
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-legacy-xhtmlmp.html 5 Related spec: http://www.w3.org/TR/css-device-adapt/
  /external/chromium_org/third_party/WebKit/public/platform/
WebURL.h 73 WebCString spec() const function in class:blink::WebURL
75 std::string spec = m_string.utf8(); local
76 return WebCString(spec.data(), spec.length());
  /external/chromium_org/third_party/openmax_dl/
README.chromium 10 Implementation of OpenMAX DL spec from ARM. This is used to support
  /external/chromium_org/third_party/openssl/openssl/apps/
dh4096.pem 16 (http://www.skip-vpn.org/spec/numbers.html).
  /external/chromium_org/url/
url_canon_mailtourl.cc 67 bool CanonicalizeMailtoURL(const char* spec,
73 URLComponentSource<char>(spec), parsed, output, new_parsed);
76 bool CanonicalizeMailtoURL(const base::char16* spec,
82 URLComponentSource<base::char16>(spec), parsed, output, new_parsed);
url_canon_pathurl.cc 78 bool CanonicalizePathURL(const char* spec,
84 URLComponentSource<char>(spec), parsed, output, new_parsed);
87 bool CanonicalizePathURL(const base::char16* spec,
93 URLComponentSource<base::char16>(spec), parsed, output, new_parsed);
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.cc 106 std::string pattern = namespace_url.spec();
109 return MatchPattern(url.spec(), pattern);
111 return StartsWithASCII(url.spec(), namespace_url.spec(), true);
  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 66 // FIXME: This should error because this exception spec is not
67 // compatible with the implicit exception spec.
70 // FIXME: This should error because this exception spec is not
71 // compatible with the implicit exception spec.
  /external/clang/tools/libclang/
CIndexCXX.cpp 34 AccessSpecifier spec = AS_none; local
37 spec = getCursorDecl(C)->getAccess();
39 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier();
43 switch (spec) {
  /external/fonttools/Windows/
mcmillan.bat 7 C:\Python23\Installer\Build.py Build\ttx.spec
  /external/llvm/test/Assembler/
2002-08-19-BytecodeReader.ll 2 ; "crafty" spec benchmark.
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipURIExt.java 6 * URI Interface extensions that will be added to version 2.0 of the JSR 32 spec.
  /external/openssl/apps/
dh4096.pem 16 (http://www.skip-vpn.org/spec/numbers.html).
  /external/oprofile/pp/
opannotate_options.cpp 89 void handle_options(options::spec const & spec)
93 if (spec.first.size()) {
125 profile_spec::create(spec.common, options::image_path,
  /external/qemu/distrib/sdl-1.2.15/
SDL.spec.in 89 - Added support for Darwin, updated spec file
92 - Re-integrated spec file into SDL distribution
98 - Hacked Mandrake sdl spec to build 1.1
111 - First spec file for Mandrake distribution.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
package.html 21 <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  /external/valgrind/main/
Makefile.am 97 # We include valgrind.spec as well as valgrind.spec.in to save packagers
111 valgrind.spec.in \
112 valgrind.spec \
  /external/valgrind/main/memcheck/tests/x86/
espindola2.c 7 which is a spec rule for COPY-CondP. */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
quantize.h 38 Word32 calcSfbDist(const Word32 *spec,
  /hardware/intel/img/hwcomposer/common/observers/
SoftVsyncObserver.cpp 136 struct timespec spec; local
137 spec.tv_sec = next_vsync / 1000000000;
138 spec.tv_nsec = next_vsync % 1000000000;
142 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /libcore/luni/src/main/java/java/security/spec/
AlgorithmParameterSpec.java 18 package java.security.spec;
KeySpec.java 18 package java.security.spec;
  /libcore/luni/src/main/java/libcore/net/url/
FileHandler.java 86 * @param spec
89 * The index in the spec string from which to begin parsing
97 protected void parseURL(URL url, String spec, int start, int end) {
103 parseString = spec.substring(start, end).replace('\\', '/');
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParameterGeneratorTestDH.java 16 package libcore.javax.crypto.spec;

Completed in 498 milliseconds

<<21222324252627282930>>