HomeSort by relevance Sort by last modified time
    Searched full:qualified (Results 301 - 325 of 2054) sorted by null

<<11121314151617181920>>

  /external/javassist/src/main/javassist/
ClassPath.java 46 * @param classname a fully-qualified class name
56 * @param classname a fully-qualified class name.
  /prebuilts/go/darwin-x86/src/cmd/vet/
unused.go 69 return // neither a method call nor a qualified ident
84 // package-qualified function (e.g. fmt.Errorf)
  /prebuilts/go/linux-x86/src/cmd/vet/
unused.go 69 return // neither a method call nor a qualified ident
84 // package-qualified function (e.g. fmt.Errorf)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 81 * @param fullClassName The fully qualified class name the {@link ViewElementDescriptor} is
110 * @param fullClassName The fully qualified class name the {@link ViewElementDescriptor} is
120 * Returns the fully qualified name of the View class represented by this element descriptor
123 * @return the fully qualified class name, never null
189 // If the user uses a fully qualified name, such as
209 * descriptor. An attribute source is the fully qualified class name of the
237 * Returns true if views with the given fully qualified class name need to include
240 * @param fqcn the fully qualified class name, such as android.widget.Button
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 107 /** Returns a map from class fully qualified names to {@link ViewData} objects */
151 * Returns a fully qualified class name for an element in the rendering document
162 // Therefore, we instead use the convention that the id is the fully qualified
463 /** Metadata holder for a view of a given fully qualified class name */
465 /** The fully qualified class name of the view */
513 /** Fully qualified class name of views of this type */
619 * Returns the {@link FillPreference} for classes with the given fully qualified class
622 * @param fqcn the fully qualified class name of the view
635 * Returns the {@link RenderMode} for classes with the given fully qualified class
638 * @param fqcn the fully qualified class nam
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java 67 * Returns a {@link IClassDescriptor} by its fully-qualified name.
68 * @param className the fully-qualified name of the class to return.
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 104 * <p>Pass a qualified name as a two-part string, the namespace URI
112 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
196 * <p>Pass a qualified property key name as a two-part string, the namespace
204 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
207 * argument keys are not recognized and are not namespace qualified.
242 * namespace qualified, the property will be ignored and not returned.
260 * <p>Pass a qualified property name as a two-part string, the namespace URI
268 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
275 * property name, which may be namespace qualified.
279 * not qualified with a namespace
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/
class.cs 353 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From
356 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?>
358 <div id="inherited-attrs-<?cs var:cl.qualified ?>">
359 <div id="inherited-attrs-<?cs var:cl.qualified ?>-list"
362 <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;">
411 <?cs call:expando_trigger("inherited-constants-"+cl.qualified, "closed") ?>From
414 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?>
416 <div id="inherited-constants-<?cs var:cl.qualified ?>">
417 <div id="inherited-constants-<?cs var:cl.qualified ?>-list"
420 <div id="inherited-constants-<?cs var:cl.qualified ?>-summary" style="display: none;"
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiQualifiedNetworkSelector.java 68 //Minimum time gap between last successful Qualified Network Selection and new selection attempt
214 * @return true -- qualified and do not consider potential network switch
234 //if current network is open network, not qualified
242 localLog("Current band dose not match user preference. Start Qualified Network"
272 * @return true -- need a Qualified Network Selection procedure
282 // Do not trigger Qualified Network Selection during L2 link debouncing procedure
284 localLog("Need not Qualified Network Selection during L2 debouncing");
290 //if switch network is not allowed in connected mode, do not trigger Qualified Network
302 localLog("Too short to last successful Qualified Network Selection Gap is:"
318 //need not trigger Qualified Network Selection if current network is qualifie
    [all...]
  /dalvik/dx/etc/
jasmin 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 32 * @param type Fully-qualified binary or non-binary type name.
  /external/androidplot/Examples/DemoApp/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /external/avahi/avahi-daemon/
hosts 21 # fully qualified domain names, i.e. ending in .local!
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
redirect.html 23 documentation for the object with the given fully-qualified
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
redirect.html 23 documentation for the object with the given fully-qualified
  /external/clang/test/CodeGenObjCXX/
arc-globals.mm 3 // Test that we're properly retaining lifetime-qualified pointers
  /external/clang/test/Parser/
atomic.c 15 typedef _Atomic(const_int) const_atomic_int; // expected-error {{_Atomic cannot be applied to qualified type 'const_int' (aka 'const int')}}
  /external/clang/test/Sema/
atomic-type.c 21 _Atomic(const int) error4; // expected-error {{_Atomic cannot be applied to qualified type}}
  /external/clang/test/SemaCXX/
cv-unqual-rvalues.cpp 4 // cv-qualified non-class type.
  /external/clang/test/SemaTemplate/
injected-class-name.cpp 14 X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather than a template name wherever a constructor can be declared}}
temp_arg_type.cpp 18 // Pass a qualified name:
  /external/doclava/
android-changes.txt 5 which takes in a fully qualified annotation classname. The specified
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
AssistedInjectBinding.java 26 * @param <T> The fully qualified type of the factory.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/
JaCoCo.java 23 /** Qualified build version of the JaCoCo core library. */
  /external/jacoco/org.jacoco.doc/docroot/doc/
empty.html 26 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>

Completed in 833 milliseconds

<<11121314151617181920>>