Searched
full:true (Results
801 -
825 of
18103) sorted by null
<<31323334353637383940>>
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DESedeParameters.java | 23 * return true if the passed in key is a DES-EDE weak key. 38 return true; 46 * return true if the passed in key is a DES-EDE weak key.
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
RandomImpl.java | 37 runEngineSetSeed = true; 41 runEngineNextBytes = true; 48 runEngineGenerateSeed = true;
|
/development/samples/ApiDemos/res/layout/ |
animation_1.xml | 33 android:clickable="true" 34 android:singleLine="true" 35 android:password="true"
|
baseline_7.xml | 24 android:layout_alignParentTop="true" 25 android:layout_alignParentLeft="true" 31 android:layout_alignParentRight="true"
|
marquee.xml | 27 android:singleLine="true" 34 android:singleLine="true" 42 android:singleLine="true"
|
/development/samples/Home/res/color/ |
bright_text_dark_focused.xml | 18 <item android:state_selected="true" android:color="#000" /> 19 <item android:state_focused="true" android:color="#000" /> 20 <item android:state_pressed="true" android:color="#000" />
|
/development/samples/Home/res/layout/ |
all_applications_button.xml | 23 android:clickable="true" 24 android:focusable="true" 38 android:duplicateParentState="true"
|
/development/simulator/wrapsim/ |
Android.mk | 6 ifeq ($(TARGET_SIMULATOR),true) 34 ifeq ($(BUILD_SIM_WITHOUT_AUDIO),true) 55 endif # ifeq ($(TARGET_SIMULATOR),true)
|
/development/testrunner/ |
run_command.py | 31 def SetAbortOnError(abort=True): 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, 45 return_output: if True return output of command as string. Otherwise, 52 while True: 65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None): 71 return_output: if True return output of command as string. Otherwise, 104 shell=True) 114 error_occurred = True 118 error_occurred = True 126 break_loop = True [all...] |
/external/jpeg/ |
Android.mk | 19 ANDROID_JPEG_NO_ASSEMBLER := true 23 #ANDROID_JPEG_NO_ASSEMBLER := true 25 ifeq ($(strip $(ANDROID_JPEG_NO_ASSEMBLER)),true)
|
/external/skia/bench/ |
SkBenchmark.cpp | 10 fForceAA = true; 50 return true; 59 return true;
|
/external/skia/src/animator/ |
SkDisplayInput.cpp | 45 return true; 58 return true; 62 return true;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcfilter.h | 24 // True for all arcs. 28 bool operator()(const A &arc) const { return true; } 32 // True for (input/output) epsilon arcs.
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
try-008.js | 49 new Integer( NaN, true ); 52 new Integer( -2.12, true ); 53 new Integer( Math.LN2, true );
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
callback-exception.js | 7 window.layoutTestController.setGeolocationPermission(true); 35 var isAsynchronous = true; 36 var successfullyParsed = true;
|
permission-denied-stops-watches.js | 18 errorCallbackInvoked = true; 37 var isAsynchronous = true; 38 var successfullyParsed = true;
|
watch.js | 28 window.layoutTestController.setGeolocationPermission(true); 64 var isAsynchronous = true; 65 var successfullyParsed = true;
|
/external/webkit/LayoutTests/http/tests/appcache/ |
destroyed-frame.html | 39 ifrCache.addEventListener("error", function() { }, true); 42 evt.initEvent("error", true, true);
|
/external/webkit/WebKit/win/ |
CFDictionaryPropertyBag.cpp | 101 return true; 107 return true; 110 return true; 114 return true; 117 return true; 120 return true; 131 return true; 137 return true; 140 return true; 144 return true; [all...] |
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
PluginObject.cpp | 230 return true; 238 return true; 247 return true; 250 return true; 253 return true; 256 return true; 261 return true; 264 return true; 269 return true; 272 return true; [all...] |
/frameworks/base/core/java/android/util/ |
Config.java | 27 * If this is a debug build, this field will be true. 55 * @deprecated Always true. 58 public static final boolean LOGD = true;
|
/frameworks/base/core/res/res/color/ |
primary_text_dark_focused.xml | 18 <item android:state_selected="true" android:color="@android:color/bright_foreground_dark_inverse" /> 19 <item android:state_focused="true" android:color="@android:color/bright_foreground_dark_inverse" /> 20 <item android:state_pressed="true" android:color="@android:color/bright_foreground_dark_inverse" />
|
/frameworks/base/core/res/res/drawable/ |
btn_minus.xml | 20 <item android:state_enabled="false" android:state_focused="true" 22 <item android:state_pressed="true" android:drawable="@drawable/btn_minus_pressed" /> 23 <item android:state_focused="true" android:state_pressed="false"
|
btn_plus.xml | 20 <item android:state_enabled="false" android:state_focused="true" 22 <item android:state_pressed="true" android:drawable="@drawable/btn_plus_pressed" /> 23 <item android:state_focused="true" android:state_pressed="false"
|
jog_tab_bar_left_answer.xml | 19 <item android:state_pressed="true" 22 <item android:state_enabled="true" 25 <item android:state_active="true"
|
Completed in 256 milliseconds
<<31323334353637383940>>