/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandlerTest.java | 83 * Unit tests for template instantiation. 96 * Flag used to quickly check each template once (for one version), to get 98 * all the versions for each template first 107 * If true, check this template with all the interesting ( 207 // No need to try this template with multiple platforms, one is adequate 247 System.out.println("Successfully checked " + sCount + " template permutations in " 314 // Create the new template 346 // Make sure this template is supported with these versions 347 IStatus status = values.template.validateTemplate( 366 List<Parameter> parameters = values.template.getTemplate().getParameters() 546 TemplateMetadata template = templateHandler.getTemplate(); local [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
transform.c | 109 * @value: the template to push on the stack 111 * Push a template on the stack 147 * Pop a template value from the stack 149 * Returns the stored template value 172 * @level: the depth in the xsl:template's tree 447 * initialize the template stack 1741 xsltTemplatePtr template; local [all...] |
xslt.c | 380 * Create a new XSLT Template 401 * @template: an XSLT template 403 * Free up the memory allocated by @template 406 xsltFreeTemplate(xsltTemplatePtr template) { 407 if (template == NULL) 409 if (template->match) xmlFree(template->match); 412 * if (template->name) xmlFree(template->name) 6417 xsltTemplatePtr template; local [all...] |
/external/libxslt/libxslt/ |
transform.c | 109 * @value: the template to push on the stack 111 * Push a template on the stack 147 * Pop a template value from the stack 149 * Returns the stored template value 172 * @level: the depth in the xsl:template's tree 447 * initialize the template stack 1741 xsltTemplatePtr template; local [all...] |
xslt.c | 380 * Create a new XSLT Template 401 * @template: an XSLT template 403 * Free up the memory allocated by @template 406 xsltFreeTemplate(xsltTemplatePtr template) { 407 if (template == NULL) 409 if (template->match) xmlFree(template->match); 412 * if (template->name) xmlFree(template->name) 6417 xsltTemplatePtr template; local [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsService.java | 486 NetworkTemplate template, long start, long end) { 487 return internalGetSummaryForNetwork(template, start, end); 491 public NetworkStatsHistory getHistoryForNetwork(NetworkTemplate template, int fields) { 492 return internalGetHistoryForNetwork(template, fields); 497 NetworkTemplate template, long start, long end, boolean includeTags) { 498 final NetworkStats stats = getUidComplete().getSummary(template, start, end); 501 .getSummary(template, start, end); 509 NetworkTemplate template, int uid, int set, int tag, int fields) { 511 return getUidComplete().getHistory(template, uid, set, tag, fields); 513 return getUidTagComplete().getHistory(template, uid, set, tag, fields) 1035 NetworkTemplate template; local [all...] |
NetworkPolicyManagerService.java | 532 final NetworkTemplate template = intent.getParcelableExtra(EXTRA_NETWORK_TEMPLATE); 533 performSnooze(template, TYPE_WARNING); 551 final NetworkTemplate template = NetworkTemplate.buildTemplateWifi(config.SSID); 553 if (mNetworkPolicy.containsKey(template)) { 554 mNetworkPolicy.remove(template); 580 final NetworkTemplate template = NetworkTemplate.buildTemplateWifi(info.getSSID()); 582 NetworkPolicy policy = mNetworkPolicy.get(template); 586 policy = new NetworkPolicy(template, CYCLE_NONE, Time.TIMEZONE_UTC, 638 if (!isTemplateRelevant(policy.template)) continue; 643 final long totalBytes = getTotalBytes(policy.template, start, end) 1131 final NetworkTemplate template = buildTemplateMobileAll(subscriberId); local 1218 final NetworkTemplate template = new NetworkTemplate( local 1293 final NetworkTemplate template = policy.template; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 1222 CharSequence template; local [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 848 extern char *mktemp PARAMS ((char *template)); 849 extern int mkstemp PARAMS ((char *template)); 852 open_tmpfile(char **name, const char *template) 859 # define TEMPLATE_LEN strlen (template) 864 strcpy (*name, template); 1463 char *template, *tmpdir; local [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | 567 // ^1 at the start of template string. 568 assertEquals("value1 template to be expanded", 569 TextUtils.expandTemplate("^1 template to be expanded", "value1").toString()); 570 // ^1 at the end of template string. 571 assertEquals("template to be expanded value1", 572 TextUtils.expandTemplate("template to be expanded ^1", "value1").toString()); 573 // ^1 in the middle of template string. 574 assertEquals("template value1 to be expanded", 575 TextUtils.expandTemplate("template ^1 to be expanded", "value1").toString()); 577 assertEquals("template value10 to be expanded" 605 String template = "^1 ^2 template ^3 ^4 to ^5 ^6 be ^7 ^8 expanded ^9"; local 1619 String template = "this is a string to be as the template for replacement"; local [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidatesViewManager.java | 184 /** Template object for each candidate and normal/full view change button */ 880 TextView template = mViewCandidateTemplate; local 881 textLength += template.getPaddingLeft() + template.getPaddingRight(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | 172 + "AndroidManifest.template"; //$NON-NLS-1$ 174 + "activity.template"; //$NON-NLS-1$ 176 + "uses-sdk.template"; //$NON-NLS-1$ 178 + "launcher_intent_filter.template"; //$NON-NLS-1$ 180 + "test_uses-library.template"; //$NON-NLS-1$ 182 + "test_instrumentation.template"; //$NON-NLS-1$ 187 + "strings.template"; //$NON-NLS-1$ 189 + "string.template"; //$NON-NLS-1$ 211 private static final String JAVA_ACTIVITY_TEMPLATE = "java_file.template"; //$NON-NLS-1$ 212 private static final String LAYOUT_TEMPLATE = "layout.template"; //$NON-NLS-1 1446 String template = AdtPlugin.readEmbeddedTextFile( local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 1738 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 1797 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 1860 final NetworkTemplate template = getArguments().getParcelable(EXTRA_TEMPLATE); local 2125 final NetworkTemplate template = intent.getParcelableExtra(EXTRA_NETWORK_TEMPLATE); local [all...] |
/developers/build/lib/ |
buildSrc.jar | |
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.util_1.0.200.v20100503.jar | |
org.eclipse.equinox.security_1.0.200.v20100503.jar | |
/developers/samples/android/ui/window/AdvancedImmersiveMode/buildSrc/libs/ |
buildSrc.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |