/external/webkit/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 203 * Abstract superclass for constraints having a single possible output 332 * Abstract superclass for constraints having two possible output
|
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 455 having, 462 * that the implementation should parse and add to a WHERE or HAVING clause, specifying
|
/frameworks/base/core/java/android/view/ |
Window.java | 49 /** Flag for having an icon on the left side of the title bar */ 51 /** Flag for having an icon on the right side of the title bar */ [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex1.jd | 118 <code>selectionArgs</code>, <code>groupBy</code>, <code>having</code> and <code>orderBy</code>. 119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex1.jd | 118 <code>selectionArgs</code>, <code>groupBy</code>, <code>having</code> and <code>orderBy</code>. 119 Having these all <code>null</code> means we want all data, need no grouping, and will take the default
|
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 635 * having to care about factories. 657 * having to care about factories. [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 113 * <p>Property patterns specify a set of characters having a certain 164 * <td>The set of characters having the specified 168 * <td>The set of characters <em>not</em> having the given [all...] |
/external/jpeg/ |
structure.doc | 242 reason for having the class structure is that on different runs we may create [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man7/ |
gpl.7 | 303 You may convey covered works to others for the sole purpose of having 594 .IP "9. Acceptance Not Required for Having Copies." 4 595 .IX Item "9. Acceptance Not Required for Having Copies." [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man7/ |
gpl.7 | 306 You may convey covered works to others for the sole purpose of having 582 .IP "9. Acceptance Not Required for Having Copies." 4 583 .IX Item "9. Acceptance Not Required for Having Copies." [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man7/ |
gpl.7 | 306 You may convey covered works to others for the sole purpose of having 582 .IP "9. Acceptance Not Required for Having Copies." 4 583 .IX Item "9. Acceptance Not Required for Having Copies." [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man7/ |
gpl.7 | 306 You may convey covered works to others for the sole purpose of having 582 .IP "9. Acceptance Not Required for Having Copies." 4 583 .IX Item "9. Acceptance Not Required for Having Copies." [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Thread.java | 55 * There are basically two main ways of having a {@code Thread} execute [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 350 * as having errors 502 * as having errors [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 67 * permit more nodes per document without having to reduce the number 228 * would permit testing this without having to create a proxy [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 393 * of MutableString, rather than having StringBuffer be a separate hierarchy. 902 * of MutableString, rather than having StringBuffer be a separate hierarchy. [all...] |
/development/pdk/docs/source/ |
code-style.jd | 181 <p>You do not need to write Javadoc for trivial get and set methods such as setFoo() if all your Javadoc would say is "sets Foo". If the method does something more complex (such as enforcing a constraint or having an important side effect), then you must document it. And if it's not obvious what the property "Foo" means, you should document it. 354 <p>The point of having style guidelines is to have a common vocabulary of coding, so people can concentrate on what you're saying, rather than on how you're saying it. We present global style rules here so people know the vocabulary. But local style is also important. If code you add to a a file looks drastically different from the existing code around it, it throws readers out of their rhythm when they go to read it. Try to avoid this.
|
/external/dnsmasq/ |
COPYING-v3 | 167 of having them make modifications exclusively for you, or provide you 435 9. Acceptance Not Required for Having Copies. [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ComparisonChain.html | 228 Ends this comparison chain and returns its result: a value having the 392 <DD>Ends this comparison chain and returns its result: a value having the
|
/external/guava/javadoc/com/google/common/util/concurrent/ |
ForwardingService.html | 344 initiates service shutdown and returns immediately. If this is <A HREF="../../../../../com/google/common/base/Service.State.html#NEW"><CODE>Service.State.NEW</CODE></A>, it is <A HREF="../../../../../com/google/common/base/Service.State.html#TERMINATED"><CODE>terminated</CODE></A> without having been 390 cancelled. If this is <A HREF="../../../../../com/google/common/base/Service.State.html#NEW"><CODE>Service.State.NEW</CODE></A>, it is <A HREF="../../../../../com/google/common/base/Service.State.html#TERMINATED"><CODE>terminated</CODE></A> without having been started nor stopped. Unlike calling <code>stop().get()</code>, this method throws no checked exceptions.
|
/external/opencore/doc/oscl_html/ |
classTimeValue.html | 31 <tr><td> </td><td><font size=-1><em>Get the local time after having adjusted for daylight saving.</em> <a href="#a5"></a><em></em></font><br><br></td></tr> 291 Get the local time after having adjusted for daylight saving. [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | 553 /* Manually create a window, avoids having a nib file resource */ 733 /* Manually create a window, avoids having a nib file resource */ [all...] |
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 615 * Searches for subtokens in a token having a compound structure with camel case like "xxxYyyy" 659 * Searches for tokens having a compound structure with camel case and transforms them as follows : [all...] |
/external/v8/src/ |
ast.h | 238 * that is a valid left hand side without having to actually build [all...] |