/frameworks/base/docs/html/training/backward-compatible-ui/ |
abstracting.jd | 91 <p>You can use an abstract class instead of an interface here to simplify the implementation of common features such as association of tab objects with activities (not shown in the code snippet).</p>
|
/ndk/docs/text/ |
NDK-BUILD.text | 8 to simplify building machine code.
|
/ndk/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 205 // C++ runtime to simplify calling code generated by the compiler.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 256 DEFTIMEVAR (TV_SIMPLIFY_GOT , "simplify got")
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 43 # present here to formalize such support to simplify
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 256 DEFTIMEVAR (TV_SIMPLIFY_GOT , "simplify got")
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 43 # present here to formalize such support to simplify
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 256 DEFTIMEVAR (TV_SIMPLIFY_GOT , "simplify got")
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 43 # present here to formalize such support to simplify
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 256 DEFTIMEVAR (TV_SIMPLIFY_GOT , "simplify got")
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 43 # present here to formalize such support to simplify
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 117 // order in another node. Since the order doesn't matter, we just simplify the test.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCalculationValue.cpp | 369 // Simplify numbers. 375 // Simplify addition and subtraction between same types. 395 // Simplify multiplying or dividing by a number for simplifiable types.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.c | 145 /* Thanks to this running after a simplify, we don't need to iterate 467 /* quit early if there was an issue in simplify() */ 548 /* Simplify 0 in abs to NULL */
|
/external/llvm/tools/opt/ |
opt.cpp | 139 DisableSimplifyLibCalls("disable-simplify-libcalls", 140 cl::desc("Disable simplify-libcalls")); 638 // The -disable-simplify-libcalls flag actually disables all builtin optzns.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 335 // Simplify parents names. See SDK Bug 3125910. 341 // parent. Simplify the children name. 633 * This does not remove nor simplify links and references.
|
/prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/ |
jaxen-1.1.1.jar | |
/external/zlib/src/ |
ChangeLog | 54 - Simplify contrib/vstudio/vc10 with 'd' suffix 81 - Simplify test and use of gcc hidden attribute 184 - Simplify gzseek() now that raw after gzip is ignored 209 - Simplify incomplete code table filling in inflate_table() 490 - Simplify 64-bit file support by introducing z_off64_t type [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 651 // list pointers for simplify() phase 669 void simplify(); 688 // list headers for simplify() phase 1151 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", 1157 GCRA::simplify() function in class:nv50_ir::GCRA [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 101 // and we try to simplify at most 4 addends from neighboring at most 158 Value *simplify(Instruction *FAdd); 502 Value *FAddCombine::simplify(Instruction *I) { function in class:FAddCombine 931 // See if SimplifyDemandedBits can simplify this. This handles stuff like [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 376 // simplify in the other one. 635 /// LoopCond == Val to simplify the loop. If we decide that this is profitable, 763 // Although SplitBlockPredecessors doesn't preserve loop-simplify in [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 651 // list pointers for simplify() phase 669 void simplify(); 688 // list headers for simplify() phase 1151 INFO_DBG(prog->dbgFlags, REG_ALLOC, "SIMPLIFY: pushed %%%i%s\n", 1157 GCRA::simplify() function in class:nv50_ir::GCRA [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_optimize.c | 307 * respective swizzles. Simplify instructions like ADD dst, src, 0; 387 /* Simplify instructions based on constants */ 391 /* note: MAD can simplify to MUL or ADD */
|
/external/llvm/lib/Target/X86/ |
X86MCInstLower.cpp | 235 /// \brief Simplify FOO $imm, %{al,ax,eax,rax} to FOO $imm, for instruction with 258 /// simplify the instruction to use it instead. 285 /// \brief Simplify things like MOV32rm to MOV32o32a.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_optimize.c | 307 * respective swizzles. Simplify instructions like ADD dst, src, 0; 387 /* Simplify instructions based on constants */ 391 /* note: MAD can simplify to MUL or ADD */
|