/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingSphere.java | 460 * the sphere to combine with this sphere.
505 * the sphere to combine with this sphere.
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
BatchNode.java | 104 // combine with parent transforms- same for all spatial 418 throw new UnsupportedOperationException("Cannot combine different"
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 538 * nothing to combine or display */ 555 /* have libpng either combine the new row data with the existing row data
|
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 1 //===- InstructionCombining.cpp - Combine multiple instructions -----------===// 10 // InstructionCombining - Combine instructions to form fewer, simple 79 "Combine redundant instructions", false, false) 82 "Combine redundant instructions", false, false) 796 // Src. If Src is not a trivial GEP too, don't combine 846 // Combine Indices - If the source pointer to this getelementptr instruction 847 // is a getelementptr instruction, combine the indices of the two [all...] |
/external/llvm/test/Transforms/InstCombine/ |
getelementptr.ll | 476 ; Test that we combine the last two geps in this sequence, before we 477 ; would wait for gep1 and gep2 to be combined and never combine 2 and 3.
|
phi.ll | 12 ; Combine away one argument PHI nodes 31 ; Combine away PHI nodes with same values
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
SDL_romvideo.c | 317 /* Walk the monitor rectangles, and combine any pieces that 326 UnionRgn(tempRgn, drawRgn, drawRgn);/* Combine all the bits */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverbdata.h | 289 EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left in 295 EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right in
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverbdata.h | 289 EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left in 295 EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right in
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverbdata.h | 289 EAS_PCM m_nRevOutFbkR; // combine feedback reverb right out with dry left in 295 EAS_PCM m_nRevOutFbkL; // combine feedback reverb left out with dry right in
|
/external/valgrind/main/callgrind/ |
clo.c | 418 else if VG_BOOL_CLO(arg, "--combine-dumps", CLG_(clo).combine_dumps) {} 557 " --combine-dumps=no|yes Concat all dumps into same file [no]\n"
|
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.h | 197 short m_nRevFbkR; // combine feedback reverb right out with dry left in 204 short m_nRevFbkL; // combine feedback reverb left out with dry right in
|
/frameworks/base/core/java/android/net/ |
NetworkStats.java | 290 * Combine given values with an existing row, or create a new row if 310 * Combine all values from another {@link NetworkStats} into this object.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_launcher_archive.jd | 246 larger base shape and combine one neutral and one primary color. Icons may 264 <p>When you combine the materials in Figure 4 with a color highlight from the
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IntRangeManager.java | 264 // endId extends past all existing IntRanges: combine them all together 302 // no adjacent IntRanges to combine
|
/libcore/luni/src/main/java/javax/security/auth/ |
Subject.java | 180 // if subject is null there is nothing to combine 254 // if subject is null there is nothing to combine
|
/packages/apps/Email/src/org/apache/commons/io/ |
DirectoryWalker.java | 119 * // Combine the directory and file filters using an OR condition
292 * and {@link FileFilterUtils#makeFileOnly(IOFileFilter)} internally to combine the filters.
|
/prebuilts/tools/linux-x86/swt/ |
about.html | 53 <p>In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work 82 <p>In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work
|
/prebuilts/tools/linux-x86_64/swt/ |
about.html | 53 <p>In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work 82 <p>In accordance with Section 6 of the LGPL, you may combine or link a "work that uses the Library" (e.g. the SWT) with the Library to produce a work
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/ |
SdkAddonSourceTest.java | 399 // combine path and old-paths in the form "path [old_path1, old_path2]"
530 // combine path and old-paths in the form "path [old_path1, old_path2]"
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 156 "dag combine pass")); 166 "dag combine pass")); 168 ViewDAGCombineLT("view-dag-combine-lt-dags", cl::Hidden, 170 " dag combine pass")); 571 CurDAG->Combine(BeforeLegalizeTypes, *AA, OptLevel); 593 CurDAG->viewGraph("dag-combine-lt input for " + BlockName); 599 CurDAG->Combine(AfterLegalizeTypes, *AA, OptLevel); 618 CurDAG->viewGraph("dag-combine-lv input for " + BlockName); 624 CurDAG->Combine(AfterLegalizeVectorOps, *AA, OptLevel); 646 CurDAG->Combine(AfterLegalizeDAG, *AA, OptLevel) [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 272 /// Combine - This iterates over the nodes in the SelectionDAG, folding 274 /// Level argument controls whether Combine is allowed to produce nodes and 276 void Combine(CombineLevel Level, AliasAnalysis &AA, [all...] |
/external/webp/src/enc/ |
dsp_sse2.c | 455 // Combine pair of lines and convert to 16b. 505 // Load, combine and tranpose inputs. 516 // Combine inA and inB (we'll do two transforms in parallel). [all...] |
/cts/tests/src/android/widget/cts/util/ |
ListScenario.java | 467 throw new IllegalArgumentException("list items must combine to be at least " +
|
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 38 * TODO: Combine this file with {@link android.os.cts.FileAccessPermissionTest}
|