/external/guava/javadoc/com/google/common/primitives/ |
Bytes.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 100 <DT><PRE>public final class <B>Bytes</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 105 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang"><CODE>Byte</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>, <i>and interpret 131 <CODE>static <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</A>></CODE></FONT></TD> 135 Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>.</TD> 152 Returns <code>true</code> if <code>target</code> is present as an element anywhere in 207 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Bytes.html#toArray(java.util.Collection)">toArray</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="http://java.sun.com/javase/6/d (…) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix.java | 100 * Returns true if the matrix is identity. 113 return true; 117 * Returns true if will map a rectangle to another rectangle. This can be 118 * true if the matrix is identity, scale-only, or rotates a multiple of 90 143 /** Returns true if obj is a Matrix and its values equal our values. 155 return true; 356 * returning true if the the result can be represented. Either of the two 370 return true; 389 return true; 403 return true; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XML11Char.java | 150 * Returns true if the specified character is a space character 160 * Returns true if the specified character is valid. This method 175 * Returns true if the specified character is invalid. 184 * Returns true if the specified character is valid and permitted outside 197 * Returns true if the specified character can be considered 208 * Returns true if the specified character can be considered 219 * Returns true if the specified character is a valid name start 231 * Returns true if the specified character is a valid name 243 * Returns true if the specified character is a valid NCName start 255 * Returns true if the specified character is a valid NCNam [all...] |
/external/bison/src/ |
parse-gram.y | 218 | "%debug" { debug_flag = true; } 225 | "%defines" { defines_flag = true; } 226 | "%error-verbose" { error_verbose = true; } 232 nondeterministic_parser = true; 233 glr_parser = true; 240 | "%locations" { locations_flag = true; } 242 | "%no-lines" { no_lines_flag = true; } 243 | "%nondeterministic-parser" { nondeterministic_parser = true; } 246 | "%pure-parser" { pure_parser = true; } 249 | "%token-table" { token_table_flag = true; } [all...] |
/external/icu4c/test/intltest/ |
tzfmttst.cpp | 182 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) { 253 UBool bTestAll = (testAllProp && uprv_strcmp(testAllProp, "true") == 0); 270 UBool AMBIGUOUS_DST_DECESSION[] = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, TRUE}; 272 UBool AMBIGUOUS_NEGATIVE_SHIFT[] = {TRUE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE} [all...] |
/external/jdiff/src/jdiff/ |
Options.java | 133 * @return true if no errors were found, and all options are 144 boolean noErrorsFound = true; 175 JDiff.writeXML = true; 198 JDiff.compareAPIs = true; 220 JDiff.compareAPIs = true; 309 HTMLReportGenerator.reportDocChanges = true; 314 RootDocToXML.packagesOnly = true; 318 Diff.showAllChanges = true; 333 HTMLReportGenerator.noCommentsOnRemovals = true; 335 HTMLReportGenerator.noCommentsOnAdditions = true; [all...] |
/external/opencore/protocols/sdp/parser/src/ |
h264mediainfoparser.cpp | 45 if (!alt_id || (alt_def_id == true)) 51 altMedia = true; 200 val) == true) 221 val) == true) 241 val) == true) 261 val) == true) 281 val) == true) 301 val) == true) 321 val) == true) 365 val) == true) [all...] |
/external/webkit/JavaScriptCore/qt/api/ |
qscriptvalue_p.h | 326 return true; 342 return true; 374 return true; 420 return true; 426 return true; 454 return m_number ? QString::fromLatin1("true") : QString::fromLatin1("false"); 510 return true; 528 // TODO it is not true implementation! 534 // TODO it is not true implementation! 540 // TODO it is not true implementation [all...] |
/external/webkit/WebCore/inspector/ |
JavaScriptDebugServer.cpp | 81 , m_doneProcessingDebuggerEvents(true) 163 return true; 228 // An empty condition counts as no condition which is equivalent to "true". 230 return true; 259 m_pauseOnNextStatement = true; 268 m_doneProcessingDebuggerEvents = true; 276 m_pauseOnNextStatement = true; 277 m_doneProcessingDebuggerEvents = true; 286 m_doneProcessingDebuggerEvents = true; 295 m_doneProcessingDebuggerEvents = true; [all...] |
/external/webkit/WebCore/page/ |
Settings.cpp | 49 bool Settings::gShouldPaintNativeControls = true; 53 bool Settings::gShouldUseHighResolutionTimers = true; 71 , m_supportMultipleWindows(true) 83 , m_areImagesEnabled(true) 88 , m_isWebSecurityEnabled(true) 89 , m_allowUniversalAccessFromFileURLs(true) 102 , m_shrinksStandaloneImagesToFit(true) 107 , m_authorAndUserStylesEnabled(true) 117 , m_enforceCSSMIMETypeInStrictMode(true) 130 , m_downloadableBinaryFontsEnabled(true) [all...] |
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 184 if (jpeg_read_header(&m_info, true) == JPEG_SUSPENDED) 185 return true; /* I/O suspension */ 241 return true; 253 m_info.do_fancy_upsampling = true; 255 m_info.do_block_smoothing = true; 259 return true; /* I/O suspension */ 270 return true; /* I/O suspension */ 300 return true; /* I/O suspension */ 311 return true; /* I/O suspension */ 316 return true; /* I/O suspension * [all...] |
/external/webkit/WebKit/chromium/public/ |
WebViewClient.h | 108 virtual bool shouldBeginEditing(const WebRange&) { return true; } 109 virtual bool shouldEndEditing(const WebRange&) { return true; } 111 const WebNode&, const WebRange&, WebEditingAction) { return true; } 113 const WebString&, const WebRange&, WebEditingAction) { return true; } 116 bool stillSelecting) { return true; } 117 virtual bool shouldDeleteRange(const WebRange&) { return true; } 118 virtual bool shouldApplyStyle(const WebString& style, const WebRange&) { return true; } 120 virtual bool isSmartInsertDeleteEnabled() { return true; } 121 virtual bool isSelectTrailingWhitespaceEnabled() { return true; } 135 // Returns true if the keyboard event was handled by the embedder [all...] |
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng_ioctl.cpp | 81 TRUE if successful 106 if (ret_val == TRUE) 147 TRUE if successful 165 if (ioctl_cb_data_ptr->cb_is_selected == TRUE) 172 ioctl_cb_data_ptr->cb_is_selected = TRUE; 178 ret_val = TRUE; 199 TRUE if successful 241 if (ioctl_cb_data_ptr->cb_has_arrived == TRUE) 244 ret_val = TRUE; 248 ioctl_cb_data_ptr->cb_is_waiting = TRUE; [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LocalDataSource.java | 75 mIncludeImages = true; 86 mAllItems = true; 140 parentSet.generateTitle(true); 162 feed.setSingleImageMode(true); 168 feed.setSingleImageMode(true); 196 parentSet.generateTitle(true); 218 parentSet.generateTitle(true); 227 mDone = true; 236 boolean loadOtherSets = true; 244 set.generateTitle(true); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboardView.java | 96 return true; 100 return true; 104 return true; 118 * @return true if the event was consumed, so that it doesn't continue to be handled by 129 mDisableDisambiguation = true; 153 mDroppingEvents = true; 161 result = true; 164 result = true; 200 && handleSuddenJump(me)) return true; 254 mFirstEvent = true; [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
RemotePackagesPage.java | 101 mTreeSources.setHeaderVisible(true);
102 mTreeSources.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 5, 1));
114 mDescriptionLabel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
140 mUpdateOnlyCheckBox.setLayoutData(new GridData(SWT.CENTER, SWT.CENTER, true, false, 1, 1));
231 mDescriptionContainer.layout(true);
264 mTreeViewerSources.setExpandedState(elem, true);
266 mTreeViewerSources.setChecked(pkg, true);
302 if (a.isCompatible() && mTreeViewerSources.setChecked(a, true)) {
307 mTreeViewerSources.setChecked(a.getParentPackage(), true); local [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManagerNative.java | 107 null /*permission*/, false, true); 146 return true; 168 return true; 191 return true; 215 return true; 226 return true; 240 return true; 250 return true; 259 return true; 281 return true; [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ForwardingConcurrentMap.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</A><K,V>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,V></DD> 105 <DT><PRE>public abstract class <B>ForwardingConcurrentMap<K,V></B><DT>extends <A HREF="../../../../com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A><K,V><DT>implements <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</A><K,V></DL> 137 <TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> 140 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>></CODE></TD> 171 <CODE>protected abstract <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</A><<A HREF="../../../../com/ (…) [all...] |
TreeMultimap.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 99 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A><K,V>, <A HREF="../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A><K,V>, <A HREF="../../../../com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A><K,V>, <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD> 103 <DT><PRE>public class <B>TreeMultimap<K,V></B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 109 implementation uses <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true#compare(T, T)" title="class or interface in java.util"><CODE>Comparator.compare(T, T)</CODE></A> instead of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(java.lang.Object)</CODE></A> to determine 113 with equals</i> as explained by the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><CODE>Comparable</CODE></A> class specification. 114 Otherwise, the resulting multiset will violate the general contract of <A HREF="../../../../com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><CODE>SetMultimap</CODE></A>, which it is specified in terms of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(java.lang.Object)</CODE></A>. 157 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</A><<A HREF="../../../../com/google/common/c (…) [all...] |
HashBiMap.html | 17 if (location.href.indexOf('is-external=true') == -1) { 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 101 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A><K,V>, <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><K,V></DD> 109 A <A HREF="../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> backed by two <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A> instances. This implementation 136 <TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> 139 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>></CODE></TD> 163 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashBiMap.html#containsValue(java.lang.Object)">containsValue</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> value)</CODE [all...] |
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_par_com_incoming_message.cpp | 109 for (endOfLine = secondaryBufferSpace, wordCount = 0, wordCountTrigger = true; 118 case true: // if non-space, then it's a beginning of a new word 142 wordCountTrigger = true; 692 sessionIdIsSet = true; 698 cseqIsSet = true; 705 bufferSizeIsSet = true; 711 contentTypeIsSet = true; 723 contentLengthIsSet = true; 729 userAgentIsSet = true; 735 acceptIsSet = true; [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 211 tree.setTo(manifestAsset->getBuffer(true), 408 if (tree.setTo(asset->getBuffer(true), 435 if (tree.setTo(asset->getBuffer(true), 454 if (tree.setTo(asset->getBuffer(true), 653 withinApplication = true; 762 specCameraFeature = true; 767 specCameraAutofocusFeature = true; 771 reqCameraFlashFeature = true; 773 specLocationFeature = true; 775 specNetworkLocFeature = true; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 99 /** Keeps track if we are in an entity reference when entities=true */
141 // Parameter canonical-form, true [optional] - NOT SUPPORTED
144 // Parameter cdata-sections, true [required] (default)
147 // Parameter check-character-normalization, true [optional] - NOT SUPPORTED
150 // Parameter comments, true [required] (default)
153 // Parameter datatype-normalization, true [optional] - NOT SUPPORTED
156 // Parameter element-content-whitespace, true [required] (default) - value - false [optional] NOT SUPPORTED
159 // Parameter entities, true [required] (default)
162 // Parameter infoset, true [required] (default), false has no effect --> True has no effect for the serializer [all...] |
/external/webkit/WebCore/html/ |
HTMLParser.cpp | 151 , m_didRefCurrent(true) 155 , m_inBody(true) 158 , m_isParsingFragment(true) 247 t->beginTag = true; 260 m_haveContent = true; 382 form->setDemoted(true); 393 m_didRefCurrent = true; 406 return true; 435 createdHead = true; 443 return true; [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PrintStreamTest.java | 217 os = new PrintStream(baos, true, null); 235 tobj = new PrintStream(baos, true); 249 // tobj = new PrintStream(fos, true); 270 tobj = new PrintStream(baos, true); 276 tobj = new PrintStream(baos, true, "invalidEncoding"); 306 assertTrue("Checkerror should return true", os.checkError()); 370 PrintStream os = new PrintStream(baos, true); 376 os = new PrintStream(baos, true); 400 PrintStream os = new PrintStream(baos, true); 418 PrintStream os = new PrintStream(baos, true); [all...] |