/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPattern.java | 356 updateStage(Stage.values()[savedInstanceState.getInt(KEY_UI_STAGE)]);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningProcessesView.java | 451 Iterator<ActiveItem> it = mActiveItems.values().iterator();
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorActivity.java | 149 // mHaveSurface is true. If the values are still unknown (before 545 final ContentValues values = new ContentValues(); local 547 MediaStore.Video.Media.EXTERNAL_CONTENT_URI, values); 559 final ContentValues values = new ContentValues(); local 561 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
ApiService.java | 372 for (Intent intent : mPendingIntents.values()) { 448 for (Intent intent : mPendingIntents.values()) { 788 for (Intent intent : mPendingIntents.values()) { 4299 final ContentValues values = new ContentValues(2); local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree.h | 218 because emit_library_call_value can't handle complex values. */ 2263 tree values; local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree.h | 218 because emit_library_call_value can't handle complex values. */ 2275 tree values; local [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree.h | 218 because emit_library_call_value can't handle complex values. */ 2275 tree values; local [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
EmulatorConsole.java | 74 * Array of delay values: no delay, gprs, edge/egprs, umts/3d 139 for (GsmMode mode : values()) {
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
DuplicateIdDetector.java | 201 for (Set<String> s : resourceToLayouts.values()) {
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/ |
MonkeyRecorderFrame.java | 234 JComboBox direction = new JComboBox(PressAction.DOWNUP_FLAG_MAP.values().toArray());
|
/external/dropbear/libtommath/ |
bn.tex | 746 Both functions work like the previous counterparts except they first mp\_init $a$ before setting the values. [all...] |
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 180 for (ArrayList<RegisterSpec> ssaRegs : localVariables.values()) { 241 for (ArrayList<RegisterSpec> specs : localVariables.values()) { [all...] |
/external/chromium/chrome/browser/sync/resources/ |
gaia_login.js | 16 // http://www.w3.org/TR/css3-values/#uris
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 369 std::vector<StringRef> values, enums; member in class:__anon5361::EnumArgument 373 values(getValueAsListOfStrings(Arg, "Values")), 392 // Calculate the various enum values
|
/external/clang/www/demo/ |
index.cgi | 192 -values => [ 'C', 'C++' ],
|
/external/libvpx/vp8/decoder/arm/neon/ |
idct_dequant_dc_full_2x_neon.asm | 79 ; vqdmulh only accepts signed values. this was a problem because
|
idct_dequant_full_2x_neon.asm | 71 ; vqdmulh only accepts signed values. this was a problem because
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct8x4_neon.asm | 26 ;The input values of 25th block are set in vp8_build_dcblock function, which are out of [-255, 255].
|
/external/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 19 and receive values from the execution engine. It supports only a limited
|
/external/llvm/test/MC/MBlaze/ |
mblaze_operands.s | 5 # values is done in a different test.
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 73 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals 262 original = typedArray->values.getType(); 457 scriptValue->fOperand.fArray = &boxedValue->values; 509 "<array id='intArray' values='[1, 4, 6]' />\n" 539 { "intArray.values[0]", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER }, 553 { "0 ? intArray.values[0] : 1", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
|
/external/v8/src/ |
math.js | 29 // Keep reference to original values of some global properties. This
|
/external/v8/test/mjsunit/ |
fuzz-natives.js | 126 // to unexpected integer values.
|
object-create.js | 164 // before we got all the values out.
|