HomeSort by relevance Sort by last modified time
    Searched defs:application (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
hiddev.h 82 __u32 application; member in struct:hiddev_field_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
hiddev.h 82 __u32 application; member in struct:hiddev_field_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
hiddev.h 82 __u32 application; member in struct:hiddev_field_info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 123 """delete: Delete an object from its container. Note this does not work on script variables, only on elements of application classes.
340 """quit: Quit an application
361 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.
380 """run: Run an application. Most applications will open an empty, untitled window.
482 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
483 """application - An application program """
486 """clipboard - the contents of the clipboard for this application """
491 """frontmost - Is this the frontmost application? """
496 """name - the name of the application """
    [all...]
AppleScript_Suite.py 264 """activate: Bring the targeted application program to the front
438 """idle: Sent to a script application when it is idle
458 """launch: Start an application for scripting
795 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
796 """application - specifies global properties of AppleScript """
864 applications = application
866 app = application
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 358 Element application = (Element) applications.item(0); local
359 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON)) {
360 mApplicationIcon = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON);
362 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL)) {
363 mApplicationLabel = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL);
365 if (SdkConstants.VALUE_TRUE.equals(application.getAttributeNS(NS_RESOURCES,
370 String defaultTheme = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_THEME);
455 * Returns the manifest theme registered on the application, if any
497 * Returns the application icon, or null
499 * @return the application icon, or nul
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 86 'application' : 'aria_role_application',
880 case 'application':
958 * itself has changed the role (ie, adding role="application"
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 65 int application; member in struct:OpusEncoder
162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application)
170 (application != OPUS_APPLICATION_VOIP && application != OPUS_APPLICATION_AUDIO
171 && application != OPUS_APPLICATION_RESTRICTED_LOWDELAY))
223 st->application = application;
476 OpusEncoder *opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
481 (application != OPUS_APPLICATION_VOIP && application != OPUS_APPLICATION_AUDI
    [all...]
  /external/flac/include/FLAC/
format.h 497 /**< <A HREF="../format.html#metadata_block_application">APPLICATION</A> block */
560 /** FLAC APPLICATION structure. (c.f. <A HREF="../format.html#metadata_block_application">format specification</A>)
846 FLAC__StreamMetadata_Application application; member in union:__anon25298::__anon25299
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 190 this._application = map.get(Fields.Application);
251 String application = aType; local
261 application = "";
266 application = "";
292 application = casePreservedType.substring(0, index - 1);
294 index = application.toLowerCase().indexOf("._sub");
297 subtype = removeSeparators(application.substring(0, index));
298 application = application.substring(start);
305 qualifiedNameMap.put(Fields.Application, removeSeparators(application))
330 String application = (qualifiedNameMap.containsKey(Fields.Application) ? qualifiedNameMap.get(Fields.Application) : ""); local
379 String application = this.getApplication(); local
429 String application = this.getApplication(); local
    [all...]
JmDNSImpl.java 1086 String application = map.get(Fields.Application); local
    [all...]
  /external/libopus/src/
opus_encoder.c 65 int application; member in struct:OpusEncoder
162 int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int application)
170 (application != OPUS_APPLICATION_VOIP && application != OPUS_APPLICATION_AUDIO
171 && application != OPUS_APPLICATION_RESTRICTED_LOWDELAY))
223 st->application = application;
476 OpusEncoder *opus_encoder_create(opus_int32 Fs, int channels, int application, int *error)
481 (application != OPUS_APPLICATION_VOIP && application != OPUS_APPLICATION_AUDI
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
p2p.h 119 PEER_APPLICATION application; member in struct:_PEER_APPLICATION_REGISTRATION_INFO
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /frameworks/base/tools/aapt/
Resource.cpp 838 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); local
839 if (application != NULL) {
840 if (!addTagAttribute(application, RESOURCES_ANDROID_NAMESPACE, "debuggable", "true",
861 sp<XMLNode> application = root->getChildElement(String16(), String16("application")); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /frameworks/base/core/java/android/widget/
RemoteViews.java 21 import android.app.Application;
80 * Application that hosts the remote views.
2671 Application application = ActivityThread.currentApplication(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 

Completed in 2052 milliseconds

1 23 4 5 6