Searched defs:script (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/libs/androidfw/
H A DLocaleDataTables.cpp2319 const char script[4]; member in struct:__anon1158
H A DLocaleData.cpp48 uint32_t findParent(uint32_t packed_locale, const char* script) { argument
51 if (memcmp(script, SCRIPT_PARENTS[i].script, SCRIPT_LENGTH) == 0) {
78 uint32_t packed_locale, const char* script,
91 ancestor = findParent(ancestor, script);
98 const char* script,
104 supported, script,
114 inline bool isRepresentative(uint32_t language_and_region, const char* script) { argument
117 (((uint64_t) script[0]) << 24u) |
118 (((uint64_t) script[
77 findAncestors(uint32_t* out, ssize_t* stop_list_index, uint32_t packed_locale, const char* script, const uint32_t* stop_list, size_t stop_set_length) argument
97 findDistance(uint32_t supported, const char* script, const uint32_t* request_ancestors, size_t request_ancestors_count) argument
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp32 LinkerScript& script = pModule.getScript(); local
33 if (!script.hasEntry())
34 script.setEntry(m_Entry);
H A DAssignment.cpp79 LinkerScript& script = pModule.getScript(); local
83 script.assignments().push_back(
89 SectionMap::reference out = script.sectionMap().back();
94 script.sectionMap().begin() + script.sectionMap().size() - 2;
125 script.assignments().push_back(
133 SectionMap::Output::reference in = script.sectionMap().back()->back();
161 script.assignments().push_back(
H A DGroupCmd.cpp75 LinkerScript& script = pModule.getScript(); local
99 if (script.hasSysroot() &&
101 path = script.sysroot();
109 script.directories().find(token->name(), Input::Script);
130 path = script.directories().find(token->name(), Input::Archive);
134 path = script.directories().find(token->name(), Input::DynObj);
139 path = script.directories().find(token->name(), Input::Archive);
150 assert(0 && "Invalid script token in GROUP!");
H A DInputCmd.cpp86 LinkerScript& script = pModule.getScript(); local
110 if (script.hasSysroot() &&
112 path = script.sysroot();
120 script.directories().find(token->name(), Input::Script);
141 path = script.directories().find(token->name(), Input::Archive);
145 path = script.directories().find(token->name(), Input::DynObj);
150 path = script.directories().find(token->name(), Input::Archive);
161 assert(0 && "Invalid script token in INPUT!");
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp42 LinkerScript script; local
43 Module module("test", script);
H A DLinkerTest.cpp49 LinkerScript script; local
50 Module module("test", script);
54 linker.emulate(script, config);
77 LinkerScript script; local
85 script.directories().insert(search_dir);
89 linker.emulate(script, config);
95 Module module("libplasma.so", script);
341 LinkerScript script; local
345 linker.emulate(script, config);
350 Module module(script);
[all...]
/frameworks/base/tools/aapt2/
H A DLocale.h34 char script[4]; member in struct:aapt::LocaleValue
72 void set_script(const char* script);
/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp116 const char* script, const char* variant, ResTable_config* out) {
126 if (script != NULL) {
127 memcpy(out->localeScript, script, 4);
335 // script.
115 fillIn(const char* lang, const char* country, const char* script, const char* variant, ResTable_config* out) argument
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacNative.java34 private native boolean setProxyScriptNativeLocked(String script); argument
66 public synchronized boolean setCurrentProxyScript(String script) { argument
67 if (setProxyScriptNativeLocked(script)) {
68 Log.e(TAG, "Unable to parse proxy script.");
H A DPacService.java95 public void setPacFile(String script) throws RemoteException { argument
100 mPacNative.setCurrentProxyScript(script);
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRenderScriptTask.java26 enum script{f32, d1new}; enum in class:RenderScriptTask
30 private script mScript = script.d1new;
69 * A constructor of render script context.
73 public RenderScriptTask(RenderScript renderScript, script sChoice) {
/frameworks/base/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp89 jstring script) {
90 String16 script16 = jstringToString16(env, script);
93 ALOGE("V8 Parser not started when setting PAC script");
98 ALOGE("Unable to set PAC script");
113 ALOGE("V8 Parser not initialized when running PAC script");
118 ALOGW("Attempting to run PAC with no script set");
88 com_android_pacprocessor_PacNative_setProxyScriptNativeLocked(JNIEnv* env, jobject, jstring script) argument
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java103 * Runnable to download PAC script.
281 private boolean setCurrentProxyScript(String script) { argument
287 mProxyService.setPacFile(script);
288 mCurrentPac = script;
/frameworks/compile/libbcc/lib/
H A DCompiler.cpp130 return "Failed to compile the script since there's no available "
221 enum Compiler::ErrorCode Compiler::runPasses(Script &script, argument
235 addDebugInfoPass(script, transformPasses);
238 if (!addInternalizeSymbolsPass(script, transformPasses))
241 addGlobalInfoPass(script, transformPasses);
274 transformPasses.add(createRSIsThreadablePass()); // Add pass to mark script as threadable.
278 if (script.getEmbedInfo())
282 transformPasses.run(script.getSource().getModule());
295 codeGenPasses.run(script.getSource().getModule());
300 enum Compiler::ErrorCode Compiler::compile(Script &script, argument
367 addInternalizeSymbolsPass(Script &script, llvm::legacy::PassManager &pPM) argument
464 addDebugInfoPass(Script &script, llvm::legacy::PassManager &pPM) argument
475 addGlobalInfoPass(Script &script, llvm::legacy::PassManager &pPM) argument
488 screenGlobalFunctions(Script &script) argument
512 translateGEPs(Script &script) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp113 // Returns true if buffer is valid for script code. The length of buffer must be 4.
146 // Possibly script code.
178 uint32_t script) {
199 // If no emoji subtag was provided, resolve the emoji style from script code.
200 if (script == SCRIPT_TAG('Z', 's', 'y', 'e')) {
202 } else if (script == SCRIPT_TAG('Z', 's', 'y', 'm')) {
210 uint8_t FontLanguage::scriptToSubScriptBits(uint32_t script) { argument
212 switch (script) {
280 bool FontLanguage::supportsHbScript(hb_script_t script) const {
282 "The Minikin script an
177 resolveEmojiStyle(const char* buf, size_t length, uint32_t script) argument
[all...]
H A DHyphenator.cpp223 const UScriptCode script = uscript_getScript(static_cast<UChar32>(codePoint), &errorCode); local
225 return script;
236 const UScriptCode script = getScript(codePoint); local
237 if (script == USCRIPT_KANNADA
238 || script == USCRIPT_MALAYALAM
239 || script == USCRIPT_TAMIL
240 || script == USCRIPT_TELUGU) {
243 } else if (script == USCRIPT_ARMENIAN) {
245 } else if (script == USCRIPT_CANADIAN_ABORIGINAL) {
303 // is based on the script o
[all...]
/frameworks/rs/driver/
H A DrsdBcc.cpp38 ScriptC *script,
46 dc->mCpuRef->createScript(script, resName, cacheDir, bitcode,
51 script->mHal.drv = cs;
52 cs->populateScript(script);
181 const Script *script,
184 obj->p = script;
37 rsdScriptInit(const Context *rsc, ScriptC *script, char const *resName, char const *cacheDir, uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags) argument
180 rsdScriptUpdateCachedObject(const Context *rsc, const Script *script, rs_script *obj) argument
/frameworks/minikin/tests/unittest/
H A DFontFamilyTest.cpp90 // Capitalized language code or lowercased script should be normalized.
95 // Invalid script should be kept.
249 hb_script_t script = hb_script_from_iso15924_tag( local
254 createFontLanguage(testCase.baseScript).supportsHbScript(script))
258 createFontLanguage(testCase.baseScript).supportsHbScript(script))
358 // Strings that contain the script.
392 // Strings that contain the script.
417 // TODO: add more "und" language cases whose language and script are
429 // Strings that contain the script.
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h69 RsdCpuScriptImpl *script; member in struct:android::renderscript::MTLaunchStructCommon
H A DrsCpuScript.cpp153 // script once already. On a release build, there is no way to adjust the
297 //ALOGE("rsdScriptInit %p %p", rsc, script);
485 void RsdCpuScriptImpl::populateScript(Script *script) { argument
487 script->mHal.info.exportedFunctionCount = mScriptExec->getExportedFunctionCount();
488 script->mHal.info.exportedReduceCount = mScriptExec->getExportedReduceCount();
489 script->mHal.info.exportedForEachCount = mScriptExec->getExportedForEachCount();
490 script->mHal.info.exportedVariableCount = mScriptExec->getExportedVariableCount();
491 script->mHal.info.exportedPragmaCount = mScriptExec->getPragmaCount();;
492 script->mHal.info.exportedPragmaKeyList = mScriptExec->getPragmaKeys();
493 script
[all...]
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py612 # must be in the same directory as this script for compilation tasks to work
613 script = sys.argv[0] variable
614 dirname = os.path.dirname(script)
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp412 const LinkerScript& script = m_Module.getScript(); local
414 script.renameMap().find(pName);
415 if (script.renameMap().end() != renameSym)
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp210 // try to parse input as a linker script
211 ScriptFile script(
213 if (getScriptReader()->readScript(m_Config, script)) {
215 script.activate(*m_pModule);
216 if (script.inputs().size() > 0) {
218 input, script.inputs());
521 LinkerScript& script = m_pModule->getScript(); local
522 LinkerScript::Assignments::iterator it, ie = script.assignments().end();
524 for (it = script.assignments().begin(); it != ie; ++it) {
744 LinkerScript& script local
[all...]

Completed in 348 milliseconds

12