OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declaring
(Results
1 - 25
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/dalvik/tests/046-reflect/
expected.txt
2
Declaring
class is Target
9
Declaring
class is SuperTarget
14
Declaring
class is Target
18
Declaring
class is Target
37
Declaring
class is Target
50
Declaring
class is SuperTarget
63
Declaring
class is SuperTarget
68
Declaring
class is Target
75
Declaring
class is Target
80
Declaring
class is Targe
[
all
...]
/dalvik/tests/031-class-attributes/
expected.txt
7
declaring
: null
30
declaring
: null
53
declaring
: null
76
declaring
: null
99
declaring
: null
122
declaring
: null
145
declaring
: class ClassAttrs
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericReflectionTestsBase.java
27
* Returns the type parameter of the
declaring
method.
30
* the
declaring
method
41
* Returns the type parameter of the
declaring
class.
44
* the
declaring
method.
BoundedGenericMethodsTests.java
54
* the
declaring
method
72
* the
declaring
method
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Field.java
204
* {@code Field} with the same
declaring
class, type and name as this field.
227
* the object is not an instance of the
declaring
class of the method, an
241
* if the object is not compatible with the
declaring
class
256
* thrown. If the object is not an instance of the
declaring
class of the
269
* if the object is not compatible with the
declaring
class
285
* thrown. If the object is not an instance of the
declaring
class of the
298
* if the object is not compatible with the
declaring
class
313
* thrown. If the object is not an instance of the
declaring
class of the
326
* if the object is not compatible with the
declaring
class
338
* @return the
declaring
clas
[
all
...]
Constructor.java
276
* of {@code Constructor} with the same
declaring
class and parameter types
297
* @return the
declaring
class
383
* Constructor is the hash code of the name of the
declaring
class.
397
* Returns a new instance of the
declaring
class, initialized by dynamically
402
* <li>A new instance of the
declaring
class is created. If the
declaring
460
* <li>
declaring
class name
Method.java
99
private Method(Class<?>
declaring
, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot)
101
this.declaringClass =
declaring
;
344
* of {@code Method} with the same
declaring
class and parameter types
365
* @return the
declaring
class
466
* <li>If the receiver is not an instance of the
declaring
class of the
505
* is incompatible with the
declaring
class, or an argument
536
* <li>
declaring
class name
/ndk/samples/hello-neon/
build.properties
12
# You can also use it define how the release builds are signed by
declaring
/dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java
32
* Gets the name of the field's
declaring
class.
MethodRef.java
35
* Gets the name of the method's
declaring
class.
/frameworks/base/docs/html/guide/topics/views/
ui-xml.jd
1
page.title=
Declaring
a UI in XML
12
<p>One advantage of
declaring
your UI in XML is that it enables you to better separate the presentation of your application from the code that controls it's behavior. Your UI description is external to your application code, which means that you can modify or adapt it without having to modify your source code and recompile. For example, you can create XML layouts for different screen orientations and for a variety of device screen sizes or languages. Additionally,
declaring
in XML makes it easier to see the elements and structure of your UI, so it's easier to debug problems. </p>
14
<p>The Android framework gives you the flexibility to use either or both of these ways of
declaring
and managing your application's UI. For example, you could declare your application's default layouts in XML, including the screen elements that will appear in them and their properties. You could then add code in your application that would modify the state of the screen objects, including those declared in XML, at run time. </p>
16
<p>You build your application's UI in approximately the same way, whether you are
declaring
it in XML or programmatically. In both cases, your UI will be a tree structure that may include multiple View or Viewgroup subclasses. <p>
18
<p>In general, the XML vocabulary for
declaring
UI elements closely follows the structure and naming of the framework's UI-related classes and methods, where element names correspond to class names and attribute names correspond to methods. In fact, the correspondence is often so direct that you can guess what XML attribute corresponds to a class method, or guess what class corresponds to a given xml element. </p>
/external/dbus/dbus/
dbus-macros.h
73
* Macro used prior to
declaring
functions in the D-Bus header
83
* Macro used after
declaring
functions in the D-Bus header
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
Member.java
48
* @return the
declaring
class
ParameterizedType.java
69
* Returns the
declaring
type of this parameterized type.
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
definition-1.js
25
Description: Regression test for
declaring
functions.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
NeXT
14
// don't worry about
declaring
: cc's source doesn't either,
/hardware/broadcom/wlan/bcm4329/src/include/
packed_section_end.h
6
*
Declaring
packed structures is compiler specific. In order to handle all
packed_section_start.h
6
*
Declaring
packed structures is compiler specific. In order to handle all
/frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java
162
* @param where A filter
declaring
which rows to return, formatted as an SQL
165
* @param groupBy A filter
declaring
how to group rows, formatted as an SQL
255
* @param selection A filter
declaring
which rows to return,
262
* @param groupBy A filter
declaring
how to group rows, formatted
292
* @param selection A filter
declaring
which rows to return,
299
* @param groupBy A filter
declaring
how to group rows, formatted
344
* @param selection A filter
declaring
which rows to return,
352
* @param groupBy A filter
declaring
how to group rows, formatted
421
* @param selection A filter
declaring
which rows to return,
429
* @param groupBy A filter
declaring
how to group rows, formatte
[
all
...]
/frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd
10
<li><a href="{@docRoot}guide/topics/ui/
declaring
-layout.html">
Declaring
Layout</a></li>
130
{@link android.view.View}. Read <a href="{@docRoot}guide/topics/ui/
declaring
-layout.html">
Declaring
219
<li><a href="{@docRoot}guide/topics/ui/
declaring
-layout.html">
Declaring
Layout</a></li>
available-resources.jd
32
href="{@docRoot}guide/topics/ui/
declaring
-layout.html#attributes">
Declaring
Layout</a>.</p>
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
XMLNSDecl.java
53
* if the XMLNSDecl is
declaring
the default namespace.
/dalvik/vm/reflect/
Reflect.h
108
* Used for some stack parsing. Currently defined as "the method's
declaring
163
* Return clazz's
declaring
class, or NULL if there isn't one.
/external/bluetooth/glib/docs/reference/glib/tmpl/
macros_misc.sgml
151
<command>gcc</command>.
Declaring
a function as const enables better optimization of calls
167
<command>gcc</command>.
Declaring
a function as pure enables better optimization of
178
compiler is <command>gcc</command>.
Declaring
a function as malloc enables
231
compiler is <command>gcc</command>. It is used for
declaring
functions which never return.
241
<command>gcc</command>. It is used for
declaring
functions which may never be used.
250
<command>gcc</command>. This is used for
declaring
functions which take a variable number of
270
This is used for
declaring
functions which take a variable number of
/frameworks/base/docs/html/guide/topics/security/
security.jd
13
<li><a href="#
declaring
">
Declaring
and Enforcing Permissions</a>
45
declaring
the <em>permissions</em> they need for additional capabilities not
108
tags
declaring
the permissions that your application needs.</p>
122
signatures of the applications
declaring
those permissions and/or interaction
157
<a name="
declaring
"></a>
158
<h2>
Declaring
and Enforcing Permissions</h2>
Completed in 52 milliseconds
1
2
3
4
5
6
7
8
9