/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 269 * Assigns registers to locals. From the spec: 295 sourcePosition, local.spec(), RegisterSpecList.EMPTY, paramConstant)); 389 RegisterSpecList.make(toThrow.spec()), catches)); 481 addInstruction(new PlainCstInsn(rop, sourcePosition, target.spec(), 495 sourcePosition, target.spec(), source.spec())); 505 target.spec(), source.spec())); 516 RegisterSpecList sources = RegisterSpecList.make(a.spec(), b.spec()); [all...] |
/external/icu/icu4c/source/test/intltest/ |
dadrfmt.cpp | 76 * Headers { "locale", "zone", "spec", "date", "str"} 79 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 80 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale 141 UnicodeString spec = currentCase->getString("spec", status); local 143 errln("case %d: No 'spec' line.", n); 162 if(spec.startsWith(kPATTERN)) { 163 pattern = UnicodeString(spec,kPATTERN.length()); 171 if(styleSet.parseFrom(spec, status)<0 || U_FAILURE(status)) { 172 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status)) [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_AlarmManagerService.cpp | 153 struct itimerspec spec; local 154 memset(&spec, 0, sizeof(spec)); 155 memcpy(&spec.it_value, ts, sizeof(spec.it_value)); 157 return timerfd_settime(fds[type], TFD_TIMER_ABSTIME, &spec, NULL); 326 struct itimerspec spec; local 327 memset(&spec, 0, sizeof(spec)); 332 TFD_TIMER_ABSTIME | TFD_TIMER_CANCEL_ON_SET, &spec, NULL) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fBufferWriteTests.cpp | 84 DataStoreSpecVecBuilder& operator<< (const DataStoreSpec& spec) 86 list.push_back(spec); 240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) 244 refBuf.setSize(spec->size); 245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage)) [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_actions.cc | 179 return (page_incognito() ? constants::kIncognitoUrl : "") + page_url().spec(); 191 return (arg_incognito() ? constants::kIncognitoUrl : "") + arg_url().spec(); 342 result += " PAGE_URL=(incognito)" + page_url_.spec(); 344 result += " PAGE_URL=" + page_url_.spec(); 352 result += " ARG_URL=(incognito)" + arg_url_.spec(); 354 result += " ARG_URL=" + arg_url_.spec(); 527 if (lhs->page_url().spec() != rhs->page_url().spec()) 528 return lhs->page_url().spec() < rhs->page_url().spec(); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 54 static int PULSE_OpenAudio(_THIS, SDL_AudioSpec *spec); 241 &paspec, /* sample format spec */ 425 static int PULSE_OpenAudio(_THIS, SDL_AudioSpec *spec) 435 for ( test_format = SDL_FirstAudioFormat(spec->format); test_format; ) { 455 spec->format = test_format; 457 paspec.channels = spec->channels; 458 paspec.rate = spec->freq; 462 spec->samples /= 2; /* Mix in smaller chunck to avoid underruns */ 464 SDL_CalculateAudioSpec(spec); 467 mixlen = spec->size [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 88 * Sets the type for the local indicated by the given register spec 89 * to that register spec (which includes type and optional name 91 * {@code set(spec.getReg(), spec)}. 93 * @param spec {@code non-null;} register spec to use as the basis for the update 95 public abstract void set(RegisterSpec spec);
|
/external/chromium_org/content/browser/android/java/ |
java_bound_object.cc | 29 // Connect 2 spec. See 32 // Note that in some cases, we differ from from the spec in order to maintain 120 // that the property is not present. Spec requires supporting this correctly. 128 // that the property is undefined. Spec requires supporting this correctly. 220 // return arrays. Spec requires calling the method and converting the 237 // Spec requires returning a null string. 334 // Spec requires converting doubles similarly to how we convert doubles to 361 // LIVECONNECT_COMPLIANCE: Existing behavior is to convert to null. Spec 375 // LIVECONNECT_COMPLIANCE: Existing behavior is to convert to false. Spec 380 // LIVECONNECT_COMPLIANCE: Existing behavior is to convert to null. Spec [all...] |
/external/chromium_org/content/browser/fileapi/ |
file_system_url_unittest.cc | 49 EXPECT_EQ("http://chromium.org/", url.origin().spec()); 59 EXPECT_EQ("http://chromium.org/", url.origin().spec()); 69 EXPECT_EQ("http://chromium.org/", url.origin().spec()); 135 GURL("http://example.com"), kFileSystemTypeTemporary).spec(); 137 GURL("http://example.com"), kFileSystemTypePersistent).spec(); 139 GURL("http://chromium.org"), kFileSystemTypeTemporary).spec(); 182 FileSystemURL::CreateForTest(GURL(kTestURL[i])).ToGURL().spec());
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | 367 def WriteSpec(self, spec, config_name, generator_flags): 368 """The main entry point for NinjaWriter: write the build rules for a spec. 370 Returns a Target object, which represents the output paths for this spec. 375 self.name = spec['target_name'] 376 self.toolset = spec['toolset'] 377 config = spec['configurations'][config_name] 378 self.target = Target(spec['type']) 380 spec.get('standalone_static_library', 0)) 385 self.is_mac_bundle = gyp.xcode_emulation.IsMacBundle(self.flavor, spec) 388 self.xcode_settings = gyp.xcode_emulation.XcodeSettings(spec) [all...] |
/external/deqp/modules/gles2/functional/ |
es2fBufferWriteTests.cpp | 84 DataStoreSpecVecBuilder& operator<< (const DataStoreSpec& spec) 86 list.push_back(spec); 240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) 244 refBuf.setSize(spec->size); 245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec->usage)) [all...] |
/frameworks/rs/api/ |
gen_runtime.cpp | 17 /* This program processes Renderscript function definitions described in spec files. 18 * For each spec file provided on the command line, it generates a corresponding 30 * - SpecFile: Represents on spec file. 32 * spec file contains many entries for clamp, we'll only have one clamp instance. 35 * spec file. Strings that are parts of a Specification can include placeholders, 93 string specType; // The type found in the spec, e.g. "f16" 105 string specName; // e.g. x, as found in the spec file 125 /* Parse the parameter definition found in the spec file. It will generate a name if none 133 // An entire spec file and the methods to process it. 153 /* Represents a function, like "clamp". Even though the spec file contains many entries for clamp 706 Specification* spec = Specification::scanSpecification(specFile); local 900 Specification* spec = new Specification(); local [all...] |
/external/chromium_org/content/browser/ |
site_per_process_browsertest.cc | 188 iframe_id.c_str(), url.spec().c_str()); 406 "server-redirect?" + http_url.spec())); 429 "server-redirect?" + https_url.spec())); 441 "client-redirect?" + https_url.spec())); 476 "client-redirect?" + http_url.spec())); 520 "client-redirect?" + http_url.spec())); 522 "client-redirect?" + client_redirect_https_url.spec())); 542 "server-redirect?" + http_url.spec())); 544 "server-redirect?" + server_redirect_https_url.spec())); 555 "server-redirect?" + https_url.spec())); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 393 SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len) 489 SDL_memset(spec, 0, (sizeof *spec)); 490 spec->freq = SDL_SwapLE32(format->frequency); 494 spec->format = AUDIO_S16; 500 spec->format = AUDIO_U8; 503 spec->format = AUDIO_S16; 514 spec->channels = (Uint8)SDL_SwapLE16(format->channels); 515 spec->samples = 4096; /* Good default buffer size */ 549 samplesize = ((spec->format & 0xFF)/8)*spec->channels [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 59 m_Spec.m_pWildcardFile = pInputDesc.spec().m_pWildcardFile; 60 m_Spec.m_pExcludeFiles = pInputDesc.spec().m_pExcludeFiles; 61 m_Spec.m_pWildcardSections = pInputDesc.spec().m_pWildcardSections; 278 (*in)->spec() == pInputDesc.spec()) 312 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) 315 if (pInput.spec().hasExcludeFiles()) { 317 fileEnd = pInput.spec().excludeFiles().end(); 318 for (file = pInput.spec().excludeFiles().begin(); file != fileEnd; ++file) [all...] |
/hardware/intel/common/libva/va/ |
va_dec_hevc.h | 93 /** \brief RefPicSetStCurrBefore of HEVC spec variable 98 /** \brief RefPicSetStCurrAfter of HEVC spec variable 103 /** \brief RefPicSetLtCurr of HEVC spec variable 149 /** following flags have same syntax and semantic as those in HEVC spec */ 178 /** following parameters have same syntax with those in HEVC spec */ 219 /** following parameters have same syntax with those in HEVC spec */ 244 /** following parameters have same syntax with those in HEVC spec */ 420 /** corresponds to HEVC spec variable of the same name. */ 428 /** corresponds to HEVC spec variable of the same name. */ 446 * Matrix entries are in raster scan order which follows HEVC spec [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEStreamCipher.java | 12 import java.security.spec.AlgorithmParameterSpec; 13 import java.security.spec.InvalidKeySpecException; 14 import java.security.spec.PKCS8EncodedKeySpec; 15 import java.security.spec.X509EncodedKeySpec; 24 import javax.crypto.spec.IvParameterSpec; 25 import javax.crypto.spec.PBEParameterSpec; 27 // import javax.crypto.spec.RC2ParameterSpec; 28 // import javax.crypto.spec.RC5ParameterSpec; 30 import javax.crypto.spec.SecretKeySpec;
|
/external/chromium_org/third_party/angle/samples/translator/ |
translator.cpp | 69 ShShaderSpec spec = SH_GLES2_SPEC; local 92 case 'e': spec = SH_GLES2_SPEC; break; 93 case 'w': spec = SH_WEBGL_SPEC; break; 94 case 'c': spec = SH_CSS_SHADERS_SPEC; break; 143 SH_VERTEX_SHADER, spec, output, &resources); 149 SH_FRAGMENT_SHADER, spec, output, &resources); 225 " -s=e : use GLES2 spec (this is by default)\n" 226 " -s=w : use WebGL spec\n" 227 " -s=c : use CSS Shaders spec\n"
|
/external/chromium_org/url/ |
url_util.h | 90 URL_EXPORT bool IsStandard(const char* spec, const Component& scheme); 91 URL_EXPORT bool IsStandard(const base::char16* spec, const Component& scheme); 95 inline bool IsStandard(const char* spec, 98 return IsStandard(spec, scheme); 103 // Parses the given spec according to the extracted scheme type. Normal users 113 URL_EXPORT bool Canonicalize(const char* spec, 119 URL_EXPORT bool Canonicalize(const base::char16* spec, 157 URL_EXPORT bool ReplaceComponents(const char* spec, 165 const char* spec,
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyFactory2Test.java | 33 import java.security.spec.InvalidKeySpecException; 34 import java.security.spec.KeySpec; 35 import java.security.spec.PKCS8EncodedKeySpec; 36 import java.security.spec.X509EncodedKeySpec; 109 // java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec) 137 // java.security.KeyFactory.generatePublic(java.security.spec.KeySpec) 226 // Test for method java.security.spec.KeySpec 263 assertTrue("improper key spec for encoded public key", 267 assertTrue("improper key spec for encoded private key",
|
/art/runtime/base/ |
logging.cc | 91 std::string spec(specs[i]); 92 if (spec.size() == 3 && StartsWith(spec, "*:")) { 93 switch (spec[2]) { 118 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags << ")";
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelperEclair.java | 66 TabSpec spec; local 69 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText(), tab.getIcon()); 71 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText()); 74 spec.setContent(new DummyTabFactory(mActivity)); 90 mTabHost.addTab(spec);
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 22 package org.apache.harmony.crypto.tests.javax.crypto.spec; 24 import java.security.spec.MGF1ParameterSpec; 25 import java.security.spec.AlgorithmParameterSpec; 27 import javax.crypto.spec.OAEPParameterSpec; 28 import javax.crypto.spec.PSource;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseStreamCipher.java | 9 import java.security.spec.AlgorithmParameterSpec; 15 import javax.crypto.spec.IvParameterSpec; 16 import javax.crypto.spec.PBEParameterSpec; 18 // import javax.crypto.spec.RC2ParameterSpec; 19 // import javax.crypto.spec.RC5ParameterSpec;
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_test_utils.cc | 59 data.SetURL(instant_url_.spec() + 61 data.instant_url = instant_url_.spec(); 62 data.new_tab_url = ntp_url_.spec(); 64 data.suggestions_url = instant_url_.spec() + "#q={searchTerms}"; 65 data.alternate_urls.push_back(instant_url_.spec() + "#q={searchTerms}");
|