/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-or-06.ll | 34 ; Check the next doubleword up, which needs separate address logic. 55 ; Check the next doubleword down, which needs separate address logic.
|
atomicrmw-xor-05.ll | 34 ; Check the next word up, which needs separate address logic. 55 ; Check the next word down, which needs separate address logic.
|
atomicrmw-xor-06.ll | 34 ; Check the next doubleword up, which needs separate address logic. 55 ; Check the next doubleword down, which needs separate address logic.
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectRegistry.java | 28 * the systems managed by ObjectRegistry allocated at once. For example, separate threads may 29 * maintain their own separate ObjectRegistry instances.
|
/external/v8/build/config/mac/ |
BUILD.gn | 9 # is applied to all targets. It is here to separate out the logic. 53 # config that is applied to all targets. It is here to separate out the logic
|
/external/valgrind/callgrind/ |
clo.c | 56 Int separate_callers; /* separate logging dependent on caller */ 57 Int separate_recursions; /* separate logging of rec. levels */ 425 else if VG_BOOL_CLO(arg, "--separate-threads", CLG_(clo).separate_threads) {} 458 else if VG_INT_CLO(arg, "--separate-recs", CLG_(clo).separate_recursions) {} 481 else if VG_XACT_CLO(arg, "--separate-callers=auto", 483 else if VG_INT_CLO( arg, "--separate-callers", 495 else if VG_STREQN(18, arg, "--separate-callers") { 504 else if VG_STREQN(15, arg, "--separate-recs") { 588 " --separate-threads=no|yes Separate data per thread [no]\n [all...] |
/frameworks/support/v14/preference/res/values/ |
attrs.xml | 21 SwitchPreference is checked. If separate on/off summaries are not 26 SwitchPreference is unchecked. If separate on/off summaries are not
|
/packages/apps/Messaging/res/xml-mcc310-mnc010/ |
mms_config.xml | 29 via multi media message or separate, independent SMS messages, 33 <!-- If this is true, The text message over 160 characters will be sent in separate,
|
/prebuilts/sdk/current/support/v14/preference/res/values/ |
attrs.xml | 21 SwitchPreference is checked. If separate on/off summaries are not 26 SwitchPreference is unchecked. If separate on/off summaries are not
|
/system/connectivity/shill/dhcp/ |
dhcpv6_config.h | 87 // Non-temporary address and prefix delegation are considered separate 88 // requests with separate leases, which mean there will be a dedicated
|
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 49 * The out and sums buffers must either be completely separate (non-overlapping), or 61 * The destination and source buffers must either be completely separate (non-overlapping), or 73 * The destination and source buffers must either be completely separate (non-overlapping), or 86 * The destination and source buffers must either be completely separate (non-overlapping), or 99 * The destination and source buffers must either be completely separate (non-overlapping), or 114 * The destination and source buffers must either be completely separate (non-overlapping), or 130 * The destination and source buffers must either be completely separate (non-overlapping), or 144 * The destination and source buffers must be completely separate. 157 * The destination and source buffers must be completely separate. 171 * The destination and source buffers must be completely separate [all...] |
/external/ImageMagick/ImageMagick/script/ |
color-management.html | 81 <p>The same concept is needed when separating channels. Normally, the conversion to separate each channel of an sRGB color image produces separate linear grayscale images. However the same concept can be applied, if it is desired to keep the separate channels as non-linear grayscale. For example, the following produces non-linear grayscale channels.</p> 84 convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png 90 convert myimage.png -separate myimage_channels_%d.png 94 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p> 97 convert myimage.png -separate myimage_channels_%d.png 101 <p>If one desires to separate to non-linear grayscale channels, recombine them later, perhaps after some processing, then use the same concept as above for maintaining non-linear grayscale:</p> 104 convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png 111 convert myimage.png -colorspace HSL -separate myimage_channels_%d.pn [all...] |
/external/ImageMagick/www/ |
color-management.html | 85 <p>The same concept is needed when separating channels. Normally, the conversion to separate each channel of an sRGB color image produces separate linear grayscale images. However the same concept can be applied, if it is desired to keep the separate channels as non-linear grayscale. For example, the following produces non-linear grayscale channels.</p> 88 convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png 94 convert myimage.png -separate myimage_channels_%d.png 98 <p>In the above example, the result is darker than the original, because the channels were separate as linear gray and subsequently combined as linear color. In order to return the channels back to sRGB, one must change the colorspace from RGB back to sRGB after the <code>-combine</code> step.</p> 101 convert myimage.png -separate myimage_channels_%d.png 105 <p>If one desires to separate to non-linear grayscale channels, recombine them later, perhaps after some processing, then use the same concept as above for maintaining non-linear grayscale:</p> 108 convert myimage.png -set colorspace RGB -separate myimage_channels_%d.png 115 convert myimage.png -colorspace HSL -separate myimage_channels_%d.pn [all...] |
/external/clang/include/clang/Driver/ |
Options.td | 142 def ccc_gcc_name : Separate<["-"], "ccc-gcc-name">, InternalDriverOpt, 152 def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt, 163 def ccc_arcmt_migrate : Separate<["-"], "ccc-arcmt-migrate">, InternalDriverOpt, 165 def arcmt_migrate_report_output : Separate<["-"], "arcmt-migrate-report-output">, 173 def ccc_objcmt_migrate : Separate<["-"], "ccc-objcmt-migrate">, 320 def Xanalyzer : Separate<["-"], "Xanalyzer">, 323 def Xassembler : Separate<["-"], "Xassembler">, 325 def Xclang : Separate<["-"], "Xclang">, 328 def z : Separate<["-"], "z">, Flags<[LinkerInput, RenderAsInput]>, 330 def Xlinker : Separate<["-"], "Xlinker">, Flags<[LinkerInput, RenderAsInput]> [all...] |
/art/runtime/ |
read_barrier_c.h | 20 // This is a C (not C++) header file and is in a separate file (from
|
/art/test/800-smali/smali/ |
b_22411633_2.smali | 31 # Dummy work to separate blocks. At this point, v4 is of type Reference<Object>.
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActiveNotifications/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/ |
build.gradle | 27 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/ |
build.gradle | 26 // keep boilerplate and common code separate from
|
/developers/build/prebuilts/gradle/AgendaData/Application/ |
build.gradle | 30 // keep boilerplate and common code separate from
|