OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualified
(Results
26 - 50
of
916
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-xml/src/main/java/org/apache/xalan/processor/
WhitespaceInfoPaths.java
40
* whitespace delimited element
qualified
names that specify
53
* whitespace delimited element
qualified
names that specify
/libcore/luni/src/main/java/java/lang/
TypeNotPresentException.java
38
* the fully
qualified
name of the type that could not be found.
48
* Gets the fully
qualified
name of the type that could not be found.
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
TestIdentifier.java
30
* @param className fully
qualified
class name of the test. Cannot be null.
43
* Returns the fully
qualified
class name of the test.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java
182
/** The fully
qualified
class name of an EditText view */
185
/** The fully
qualified
class name of a LinearLayout view */
188
/** The fully
qualified
class name of a RelativeLayout view */
191
/** The fully
qualified
class name of a RelativeLayout view */
194
/** The fully
qualified
class name of a FrameLayout view */
197
/** The fully
qualified
class name of a TableRow view */
200
/** The fully
qualified
class name of a TableLayout view */
203
/** The fully
qualified
class name of a GridView view */
206
/** The fully
qualified
class name of a TabWidget view */
209
/** The fully
qualified
class name of a Button view *
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java
53
* @param rawName the
qualified
name of the attribute
105
* the localName from the
qualified
name and derive the namespaceURI from
107
* @param elemName the fully
qualified
element name.
121
* @param qName the
qualified
name of the element
130
* @param qName the fully
qualified
name of the element
198
* @param name the
qualified
name of an element, or attribute
239
* @param qName the fully
qualified
attribute name.
248
* @param qName the
qualified
attribute name (prefix:localName)
259
* @param rawName the
qualified
name of the attribute
/external/doclava/src/com/google/doclava/
TypeInfo.java
209
private void makeHDFRecursive(Data data, String base, boolean
qualified
, boolean isLastVararg,
211
String label =
qualified
? qualifiedTypeName() : simpleTypeName();
240
TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments,
qualified
, typeVars);
243
TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds,
qualified
, typeVars);
246
TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds,
qualified
, typeVars);
250
public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean
qualified
,
254
type.makeHDFRecursive(data, base + "." + i++,
qualified
, false, typeVariables);
258
public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean
qualified
) {
259
makeHDF(data, base, types,
qualified
, new HashSet<String>());
/external/apache-xml/src/main/java/org/apache/xpath/
Arg.java
36
* (
Qualified
Name) object.
43
* Get the
qualified
name for this argument.
45
* @return QName object containing the
qualified
name
53
* Set the
qualified
name for this argument.
55
* @param name QName object representing the new
Qualified
Name.
/cts/tools/signature-tools/src/signature/model/
IClassDefinition.java
63
* Returns the
qualified
name of this class definition. The
qualified
name
66
* @return the
qualified
name of this class definition
/sdk/rule_api/src/com/android/ide/common/api/
IDragElement.java
22
* The semantic of the element name is to be a fully
qualified
class name of a View to inflate.
32
* Returns the element name, which must match a fully
qualified
class name of
47
* Returns the fully
qualified
class name of the parent, if the element originated
IClientRulesEngine.java
38
* @return the fully
qualified
name of the rule
61
* Returns the metadata associated with the given fully
qualified
class name.
63
* @param fqcn a fully
qualified
class name for an Android view class
64
* @return the metadata associated with the given fully
qualified
class name.
152
* @return the fully
qualified
class name of the fragment activity
239
* @param fqcn The fully
qualified
class name of the view to generate a unique id for
/external/clang/include/clang/AST/
TypeLocNodes.def
16
// provided, there will be exactly one of these,
Qualified
.
32
TYPELOC(
Qualified
, TypeLoc)
/external/clang/test/SemaObjCXX/
arc-object-init-destroy.mm
10
sptr->~weak_id(); // expected-error{{pseudo-destructor destroys object of type '__strong id' with inconsistently-
qualified
type 'weak_id' (aka '__weak id')}}
11
wptr->strong_id::~strong_id(); // expected-error{{pseudo-destructor destroys object of type '__weak id' with inconsistently-
qualified
type 'strong_id' (aka '__strong id')}}
/external/javassist/src/main/javassist/
ClassPath.java
46
* @param classname a fully-
qualified
class name
56
* @param classname a fully-
qualified
class name.
/libcore/luni/src/main/java/java/io/
InvalidClassException.java
39
* The fully
qualified
name of the class that caused the problem.
56
* detail message and the fully
qualified
name of the class which caused the
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatStackTraceParser.java
46
* Get fully
qualified
method name that threw the exception.
49
* @return fully
qualified
method name
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java
79
* @param fullClassName The fully
qualified
class name the {@link ViewElementDescriptor} is
108
* @param fullClassName The fully
qualified
class name the {@link ViewElementDescriptor} is
118
* Returns the fully
qualified
name of the View class represented by this element descriptor
121
* @return the fully
qualified
class name, never null
187
// If the user uses a fully
qualified
name, such as
203
* descriptor. An attribute source is the fully
qualified
class name of the
231
* Returns true if views with the given fully
qualified
class name need to include
234
* @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/launch/junit/runtime/
AndroidJUnitLaunchInfo.java
75
* @param testPackage fully
qualified
java package
84
* @return fully
qualified
java package. <code>null</code> if not specified.
/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.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
102
/** Returns a map from class fully
qualified
names to {@link ViewData} objects */
144
* Returns a fully
qualified
class name for an element in the rendering document
155
// Therefore, we instead use the convention that the id is the fully
qualified
453
/** Metadata holder for a view of a given fully
qualified
class name */
455
/** The fully
qualified
class name of the view */
503
/** Fully
qualified
class name of views of this type */
605
* Returns the {@link FillPreference} for classes with the given fully
qualified
class
608
* @param fqcn the fully
qualified
class name of the view
621
* Returns the {@link RenderMode} for classes with the given fully
qualified
class
624
* @param fqcn the fully
qualified
class nam
[
all
...]
/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
...]
/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/android-mock/src/com/google/android/testing/mocking/
GeneratedClassFile.java
28
* @param name the fully
qualified
name of the class.
/external/clang/test/CodeGenObjCXX/
arc-globals.mm
3
// Test that we're properly retaining lifetime-
qualified
pointers
/external/clang/test/SemaCXX/
cv-unqual-rvalues.cpp
4
// cv-
qualified
non-class type.
Completed in 1453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>