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

12

/frameworks/base/libs/androidfw/
H A DLocaleDataTables.cpp1693 const char script[4]; member in struct:__anon1018
H A DLocaleData.cpp47 uint32_t findParent(uint32_t packed_locale, const char* script) { argument
50 if (memcmp(script, SCRIPT_PARENTS[i].script, SCRIPT_LENGTH) == 0) {
77 uint32_t packed_locale, const char* script,
90 ancestor = findParent(ancestor, script);
97 const char* script,
103 supported, script,
113 inline bool isRepresentative(uint32_t language_and_region, const char* script) { argument
116 (((uint64_t) script[0]) << 24u) |
117 (((uint64_t) script[
76 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
96 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
74 void setScript(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);
313 // 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/minikin/libs/minikin/
H A DFontLanguage.cpp61 uint8_t FontLanguage::scriptToSubScriptBits(uint32_t script) { argument
63 switch (script) {
134 bool FontLanguage::supportsHbScript(hb_script_t script) const {
136 "The Minikin script and HarfBuzz hb_script_t have different encodings.");
137 if (script == mScript) return true;
138 return supportsScript(mSubScriptBits, scriptToSubScriptBits(script));
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRenderScriptTask.java25 enum script{f32, d1new}; enum in class:RenderScriptTask
29 private script mScript = script.d1new;
66 * A constructor of render script context.
70 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.java247 private boolean setCurrentProxyScript(String script) { argument
253 mProxyService.setPacFile(script);
254 mCurrentPac = script;
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp63 return "Failed to compile the script since there's no available "
205 transformPasses.add(createRSIsThreadablePass()); // Add pass to mark script as threadable.
210 RSScript &script = static_cast<RSScript &>(pScript); local
211 if (script.getEmbedInfo())
321 RSScript &script = static_cast<RSScript &>(pScript); local
322 llvm::Module &module = script.getSource().getModule();
335 kRsDtor, // Static global destructor for a script instance.
402 // that a script can find and link against it.
433 RSScript &script = static_cast<RSScript &>(pScript); local
434 if (script
[all...]
/frameworks/minikin/tests/
H A DFontFamilyTest.cpp81 // Capitalized language code or lowercased script should be normalized.
86 // Invalid script should be kept.
200 hb_script_t script = hb_script_from_iso15924_tag( local
205 createFontLanguage(testCase.baseScript).supportsHbScript(script))
209 createFontLanguage(testCase.baseScript).supportsHbScript(script))
/frameworks/rs/driver/
H A DrsdBcc.cpp39 ScriptC *script,
47 dc->mCpuRef->createScript(script, resName, cacheDir, bitcode,
52 script->mHal.drv = cs;
53 cs->populateScript(script);
182 const Script *script,
185 obj->p = script;
188 if (script != nullptr) {
189 obj->v1 = script->mHal.drv;
38 rsdScriptInit(const Context *rsc, ScriptC *script, char const *resName, char const *cacheDir, uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags) argument
181 rsdScriptUpdateCachedObject(const Context *rsc, const Script *script, rs_script *obj) argument
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h67 RsdCpuScriptImpl *script; member in struct:android::renderscript::MTLaunchStructCommon
H A DrsCpuScript.cpp176 // script once already. On a release build, there is no way to adjust the
320 //ALOGE("rsdScriptInit %p %p", rsc, script);
499 void RsdCpuScriptImpl::populateScript(Script *script) { argument
501 script->mHal.info.exportedFunctionCount = mScriptExec->getExportedFunctionCount();
502 script->mHal.info.exportedReduceCount = mScriptExec->getExportedReduceCount();
503 script->mHal.info.exportedForEachCount = mScriptExec->getExportedForEachCount();
504 script->mHal.info.exportedVariableCount = mScriptExec->getExportedVariableCount();
505 script->mHal.info.exportedPragmaCount = mScriptExec->getPragmaCount();;
506 script->mHal.info.exportedPragmaKeyList = mScriptExec->getPragmaKeys();
507 script
[all...]
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py571 # must be in the same directory as this script for compilation tasks to work
572 script = sys.argv[0] variable
573 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...]
/frameworks/rs/api/
H A DGenerateTestFiles.cpp59 * we are generating test code. This instance will generate both the script and the Java
61 * of the various names shared between script and Java files.
98 // Generate the Check* method that invokes the script and calls the verifier.
140 // Generate code that tests one value returned from the script.
156 // Generate the set of instructions to call the script.
171 // Write the script test function for this permutation.
173 // Write the section of the Java code that calls the script and validates the results
816 string script = "script"; local
818 script
[all...]

Completed in 4159 milliseconds

12