Searched
full:false (Results
1276 -
1300 of
15335) sorted by null
<<51525354555657585960>>
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
XSLTVisitable.java | 26 * method returns false, the sub-member heararchy will not be 34 * false, the subtree should not be called.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathVisitable.java | 26 * method returns false, the sub-member heararchy will not be 34 * false, the subtree should not be called.
|
/dalvik/libcore/xml/src/test/java/tests/xml/ |
SaxTest.java | 39 parse(false, false, "<foo bar=\"baz\"/>", new DefaultHandler() { 52 parse(false, false, "<a:foo a:bar=\"baz\"/>", new DefaultHandler() { 67 parse(false, true, "<foo bar=\"baz\"/>", new DefaultHandler() { 80 parse(false, true, "<a:foo a:bar=\"baz\" xmlns:a=\"http://quux\"/>", new DefaultHandler() { 131 parse(true, false, "<foo bar=\"baz\"/>", new DefaultHandler() { 144 parse(true, false, "<a:foo a:bar=\"baz\"/>", new DefaultHandler() {
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
AndroidAudioInputStream.java | 43 super(null, new AudioFormat(0.0f, 0, 0, false, false), 0);
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/spi/ |
MidiFileWriter.java | 39 return false; 49 return false;
|
/dalvik/tests/033-class-init-deadlock/src/ |
Main.java | 9 public static boolean aInitialized = false; 10 public static boolean bInitialized = false;
|
/dalvik/tests/060-reflection-security/src/ |
Enforcer.java | 14 deny = false; 29 deny = false;
|
/dalvik/vm/alloc/ |
DdmHeap.h | 34 * @param shouldLock If true, grab the heap lock. If false, 36 * @param heap If false, dump the GC heap; if true, dump the
|
/dalvik/vm/mterp/portable/ |
enddefs.c | 12 return false; 26 interpState->debugIsMethodEntry = false;
|
/development/apps/Development/res/layout/ |
enter_url.xml | 21 android:autoText="false" 26 android:autoText="false"
|
/development/samples/ApiDemos/res/layout/ |
preference_widget_mypreference.xml | 24 android:focusable="false" 25 android:clickable="false" />
|
/development/samples/ApiDemos/res/menu/ |
visible.xml | 25 android:visible="false" 29 android:visible="false">
|
/development/samples/Home/res/drawable/ |
all_applications_button_background.xml | 23 <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 25 <item android:state_focused="false" android:drawable="@drawable/application_background_static" />
|
favorite_background.xml | 23 <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/pressed_application_background_static" /> 25 <item android:state_focused="false" android:drawable="@android:color/transparent" />
|
/development/samples/Home/res/layout/ |
all_applications_button.xml | 29 android:focusable="false" 30 android:clickable="false"
|
/development/samples/Wiktionary/res/drawable/ |
progress_spin.xml | 27 android:useLevel="false"> 35 android:useLevel="false"
|
/development/testrunner/test_defs/ |
xml_suite_helper.py | 73 False, default_value=False)) 74 test_suite.SetSuite(self._ParseAttribute(suite_element, self._SUITE_ATTR, False, 78 False, 81 suite_element, self._EXTRA_BUILD_ARGS_ATTR, False, default_value='')) 114 suite_element, self._RUNNER_ATTR, False, 117 False)) 119 False))
|
/device/htc/dream-sapphire/libsensors/ |
Android.mk | 23 LOCAL_PRELINK_MODULE := false 34 LOCAL_PRELINK_MODULE := false
|
/device/htc/dream-sapphire/overlay/packages/apps/Bluetooth/res/values/ |
strings.xml | 23 <string name="sharedUserId" translate="false"> <xliff:g id="x">android.uid.phone</xliff:g> </string> 24 <string name="process" translate="false"> <xliff:g id="x">com.android.phone</xliff:g> </string>
|
/device/htc/dream-sapphire/overlay/packages/apps/Launcher2/res/values/ |
strings.xml | 22 <string name="sharedUserId" translate="false"><xliff:g id="x">android.uid.shared</xliff:g></string> 23 <string name="process" translate="false"><xliff:g id="x">android.process.acore</xliff:g></string>
|
/external/bison/m4/ |
stdbool.m4 | 46 #ifndef false 47 "error: false is not defined" 49 #if false 50 "error: false is not 0" 65 char b[false == 0 ? 1 : -1]; 69 char f[(_Bool) 0.0 == false ? 1 : -1]; 73 enum { j = false, k = true, l = false * true, m = true * 256 };
|
/external/bluetooth/glib/gio/ |
gseekable.c | 106 * Returns: %TRUE if @seekable can be seeked. %FALSE otherwise. 113 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); 136 * has occurred, this function will return %FALSE and set @error 148 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); 161 * Returns: %TRUE if the stream can be truncated, %FALSE otherwise. 168 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE); 192 * has occurred, this function will return %FALSE and set @error 203 g_return_val_if_fail (G_IS_SEEKABLE (seekable), FALSE);
|
/external/guava/src/com/google/common/io/ |
LineProcessor.java | 25 * should return {@code false} when you want to stop processing. 36 * @return true to continue processing, false to stop
|
/external/icu4c/tools/genrb/ |
errmsg.c | 45 static UBool gStrict =FALSE; 52 static UBool gVerbose =FALSE;
|
/external/opencore/fileformats/mp4/composer/src/ |
decoderconfigdescriptor.cpp | 106 _upStream = false; 157 return false; 163 return false; 176 return false; 183 return false; 189 return false; 195 return false; 205 return false;
|
Completed in 531 milliseconds
<<51525354555657585960>>