/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/ |
Visualization4RS.java | 116 mTextures[0] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.background, Element.RGBA_8888(mRS), false); 118 mTextures[1] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.frame, Element.RGBA_8888(mRS), false); 120 mTextures[2] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_on, Element.RGBA_8888(mRS), false); 122 mTextures[3] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_off, Element.RGBA_8888(mRS), false); 124 mTextures[4] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.needle, Element.RGBA_8888(mRS), false); 126 mTextures[5] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.black, Element.RGB_565(mRS), false); 156 builder.setDepthMask(false); 189 mVisible = false;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/ |
ToolItemAction.java | 38 * <code>false</code> to disable 48 * <code>false</code> to disable
|
/system/vold/ |
Xwarp.cpp | 41 return doEnableDisable(false); 47 *ready = false;
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_utility.cpp | 393 iErrorHandlingInUtilityAO(false), 399 iFrameReceived(false), 400 iPlayerStartCompleted(false), 470 iErrorHandlingInUtilityAO = false; 514 if (iCurrentCmd.empty() == false) 554 OSCL_ASSERT(false); 570 cmdstatus = DoGetState(cmd, false); 586 cmdstatus = DoCapConfigSetParameters(cmd, false); 605 OSCL_ASSERT(false); 613 OSCL_ASSERT(false); [all...] |
/external/icu4c/test/intltest/ |
transrt.cpp | 49 if(quick==FALSE){ \ 135 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 137 return FALSE; 142 if (t != 0 && t != 1) { return FALSE; } 145 if (t != 0 && t != 1) { return FALSE; } 148 if (t != 1 && t != 2) { return FALSE; } 181 Normalizer::decompose(sourceString, FALSE, 0, decomp, ec); 184 if (full == FALSE) { 188 // return FALSE; 195 ) return FALSE; [all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeMac.mm | 119 : m_isSliderThumbHorizontalPressed(false) 120 , m_isSliderThumbVerticalPressed(false) 584 return false; 679 return false; 694 return false; 701 return false; 772 return false; 850 RetainPtr<CGShadingRef> topShading(AdoptCF, CGShadingCreateAxial(cspace.get(), CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.x(), topGradient.bottom()), topFunction.get(), false, false)); 855 RetainPtr<CGShadingRef> bottomShading(AdoptCF, CGShadingCreateAxial(cspace.get(), CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradient.x(), bottomGradient.bottom()), bottomFunction.get(), false, false)) [all...] |
/external/webkit/WebKit/android/nav/ |
CachedRoot.cpp | 149 return false; 152 if (SkIRect::Intersects(mBounds, rect) == false) { 158 return false; 160 if (interestingType == false) 161 return false; 184 mLastAll.isEmpty() == false) 202 TypeNames[mType], mIsOpaque ? "true" : "false", 203 mAllOpaque ? "true" : "false"); 206 return false; 320 mBounder.setAllOpaque(false); 698 innerMove(document(), best, direction, scrollPtr, false); local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 88 private boolean noAutoAttach = false; 90 private boolean mReregisterOnReconnectFailure = false; 93 private boolean mPingTestActive = false; 103 boolean failNextConnect = false; 134 private boolean mIsPsRestricted = false; 152 private boolean canSetPreferApn = false; 170 mIsScreenOn = false; 179 msg.arg1 = 0; // tearDown is false 195 mIsWifiConnected = false; 253 dataEnabled[APN_DEFAULT_ID] = !sp.getBoolean(GSMPhone.DATA_DISABLED_ON_BOOT_KEY, false) & [all...] |
/build/tools/droiddoc/src/ |
TodoFile.java | 33 return false; 45 return false; 99 good = false; 114 good = false; 129 good = false; 143 good = false;
|
/cts/tests/src/android/app/cts/ |
ExpandableListTestActivity.java | 40 private boolean mOnContentChangedCalled = false; 41 private boolean mOnCreateContextMenuCalled = false; 42 private boolean mOnGroupCollapseCalled = false; 43 private boolean mOnGroupExpandCalled = false; 123 setSelectedChild(i, k, false); 192 return false;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JDKDigestSignature.java | 74 cipher.init(false, param); 162 return false; 171 return false; 187 return false; 195 return false; 201 return false;
|
/dalvik/libcore/security/src/test/java/tests/security/acl/ |
IOwnerTest.java | 57 assertTrue("Method returns FALSE", mo.isOwner(new PrincipalImpl("NewOwner"))); 80 assertTrue("Method returns FALSE", mo.addOwner(p1, pt)); 81 //add existent owner - FALSE expected 121 assertTrue("Method returns FALSE", mo.deleteOwner(caller, owner1)); 123 //remove owner which is not part of the list of owners - FALSE expected 125 assertTrue("Method returns FALSE", mo.deleteOwner(caller, owner2));
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaSecuritySecurityTest.java | 62 boolean called = false; 65 called = false; 97 boolean called = false; 100 called = false; 145 boolean called = false; 148 called = false;
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 63 * and the only requirement is that deliverMoreNodes(false) be called if you want to 65 * false. 70 boolean DEBUG=false; //Internal status report 88 // the user requested an early stop via deliverMoreNodes(false). 89 private boolean fNoMoreEvents=false; 133 fNoMoreEvents=false; 240 co_yield(false); 444 co_yield(false); 516 if(arg==Boolean.FALSE) 517 co_yield(false); [all...] |
/dalvik/libdex/ |
DexClass.c | 41 * returns an "okay" flag (that is, false == failure). */ 45 return false; 54 * returns an "okay" flag (that is, false == failure). 66 return false; 75 * returns an "okay" flag (that is, false == failure). 87 return false;
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Classes.java | 33 assert(false); 37 assert(cce.getMessage().regionMatches(false, 0, "Classes", 0, 7)); 44 assert(false); 48 assert(cce.getMessage().regionMatches(false, 0, "Classes", 0, 7)); 189 assert(false); 202 more.superFunc(false);
|
/development/host/windows/usb/api/ |
adb_helper_routines.h | 35 @return True on success, false on failure, in which case GetLastError()
55 @return True on success, false on failure, in which case GetLastError()
77 @return True on success, false on failure, in which case GetLastError()
101 @return True on success, false on failure, in which case GetLastError()
119 @return True on success, false on failure, in which case GetLastError()
132 @return true if interface is available via custom USB driver, or false
|
adb_legacy_endpoint_object.cpp | 56 return false;
59 bool is_ioctl_write = is_read ? false : (0 != time_out);
139 return false;
142 bool is_ioctl_write = is_read ? false : (0 != time_out);
177 return false;
188 return ret ? true : false;
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader2.java | 119 showAlert(null, "You clicked 'start'!", "ok", null, false, null); 122 showAlert(null, "You clicked stop!", "ok", null, false, null); 125 showAlert(null, "You clicked 'Add'!", "ok", null, false, null); 128 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null); 131 showAlert(null, "You clicked 'Update'!", "ok", null, false, null); 134 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
|
/device/htc/passion-common/ |
media_profiles.xml | 49 <!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED> 60 <!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED> 69 <!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED> 72 <!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED> 157 <VideoDecoderCap name="wmv" enabled="false"/> 158 <AudioDecoderCap name="wma" enabled="false"/>
|
/device/htc/passion-common/overlay/frameworks/base/core/res/res/values/ |
config.xml | 112 <string-array translatable="false" name="networkAttributes"> 124 <string-array translatable="false" name="config_tether_usb_regexs"> 130 <string-array translatable="false" name="config_tether_upstream_regexs"> 138 <string-array translatable="false" name="config_tether_wifi_regexs"> 144 <bool translatable="false" name="config_tether_dun_required">false</bool>
|
/external/apache-http/src/org/apache/http/conn/ |
EofSensorWatcher.java | 57 * <code>false</code> if it should be left alone 62 * wrapped stream alone, as if <code>false</code> was returned. 77 * <code>false</code> if it should be left alone 82 * wrapped stream alone, as if <code>false</code> was returned. 100 * <code>false</code> if it should be left alone 105 * wrapped stream alone, as if <code>false</code> was returned.
|
/external/apache-http/src/org/apache/http/params/ |
HttpParams.java | 78 * @return true if the parameter existed and has been removed, false else. 172 * <tt>false</tt> if it is not set or set to <code>false</code> 177 * Checks if a boolean parameter is not set or <code>false</code>. 182 * set to value <tt>false</tt>, 183 * <tt>false</tt> if it is set to <code>true</code>
|
/external/bluetooth/bluez/src/ |
sdpd-server.c | 170 return FALSE; 176 return FALSE; 182 return FALSE; 194 return FALSE; 209 return FALSE; 223 return FALSE;
|
/external/dbus/dbus/ |
dbus-keyring.c | 238 return FALSE; 247 return FALSE; 305 return FALSE; 310 retval = FALSE; 399 * @returns #FALSE on failure 419 return FALSE; 424 return FALSE; 431 return FALSE; 436 retval = FALSE; 437 have_lock = FALSE; [all...] |