HomeSort by relevance Sort by last modified time
    Searched full:declaring (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /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
  /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
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 196 * {@code Field} with the same declaring class, type and name as this field.
218 * the object is not an instance of the declaring class of the method, an
232 * if the object is not compatible with the declaring class
246 * thrown. If the object is not an instance of the declaring class of the
259 * if the object is not compatible with the declaring class
274 * thrown. If the object is not an instance of the declaring class of the
287 * if the object is not compatible with the declaring class
301 * thrown. If the object is not an instance of the declaring class of the
314 * if the object is not compatible with the declaring class
325 * @return the declaring clas
    [all...]
Member.java 48 * @return the declaring class
Constructor.java 261 * of {@code Constructor} with the same declaring class and parameter types
280 * @return the declaring class
356 * Constructor is the hash code of the name of the declaring class.
368 * Returns a new instance of the declaring class, initialized by dynamically
373 * <li>A new instance of the declaring class is created. If the declaring
429 * <li>declaring class name
Method.java 121 private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot)
123 this.declaringClass = declaring;
348 * of {@code Method} with the same declaring class and parameter types
367 * @return the declaring class
454 * <li>If the receiver is not an instance of the declaring class of the
493 * is incompatible with the declaring class, or an argument
522 * <li>declaring class name
ParameterizedType.java 69 * Returns the declaring type of this parameterized type.
  /development/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
  /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
276 <li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">Declaring Layout</a></li>
  /libcore/luni/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/chromium/base/
lazy_instance.h 68 // Declaring a destructor (even if it's empty) will cause MSVC to register a
90 // Declaring a destructor (even if it's empty) will cause MSVC to register a
  /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 must explicitly share resources and data. They do this by declaring the
116 tags declaring the permissions that your application needs.</p>
129 signatures of the applications declaring those permissions and/or interaction
164 <a name="declaring"></a>
165 <h2>Declaring and Enforcing Permissions</h2>

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011