HomeSort by relevance Sort by last modified time
    Searched full:targets (Results 101 - 125 of 5102) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
lit.local.cfg 3 if not 'AArch64' in config.root.targets:
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
lit.local.cfg 3 if not 'AArch64' in config.root.targets:
  /frameworks/base/tests/TransitionTests/res/transition/
login_slider_transition.xml 3 <targets>
6 </targets>
9 <targets>
12 </targets>
  /external/chromium_org/tools/gyp/test/errors/
duplicate_node.gyp 6 'targets': [
9 'targets': [
duplicate_targets.gyp 6 'targets': [
  /external/chromium_org/tools/win/static_initializers/
static_initializers.gyp 11 'targets': [
24 'targets': [],
  /external/clang/test/CodeGen/
pr18235.c 3 // CHECK: error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
  /hardware/qcom/gps/
Android.mk 5 #For msm8960/apq8064 targets
8 #For all other targets
  /external/chromium_org/ui/base/accelerators/
accelerator_manager.cc 22 AcceleratorTargetList& targets = accelerators_[accelerator].second; local
23 DCHECK(std::find(targets.begin(), targets.end(), target) == targets.end())
30 targets.push_front(target);
40 targets.push_front(target);
42 targets.insert(++targets.begin(), target);
53 AcceleratorTargetList* targets = &map_iter->second.second; local
55 std::find(targets->begin(), targets->end(), target)
73 AcceleratorTargetList* targets = &map_iter->second.second; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
46 this.targets = targets;
59 return targets;
  /external/chromium_org/tools/cr/cr/actions/
debugger.py 30 def Restart(self, targets, arguments):
35 self.Kill(targets, [])
36 self.Invoke(targets, arguments)
39 def Kill(self, targets, arguments):
41 cr.Runner.Kill(targets, arguments)
44 def Invoke(self, targets, arguments):
49 def Attach(self, targets, arguments):
  /external/chromium_org/tools/cr/cr/commands/
debug.py 31 targets = cr.Target.GetTargets()
33 cr.Debugger.Attach(targets, cr.context.remains)
35 cr.Debugger.Restart(targets, cr.context.remains)
37 cr.Builder.Build(targets, [])
38 cr.Debugger.Kill(targets, [])
39 cr.Installer.Reinstall(targets, [])
40 cr.Debugger.Invoke(targets, cr.context.remains)
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 32 private final int[] targets; field in class:SparseSwitchPayloadDecodedInstruction
38 int opcode, int[] keys, int[] targets) {
41 if (keys.length != targets.length) {
42 throw new IllegalArgumentException("keys/targets length mismatch");
46 this.targets = targets;
59 return targets;
  /external/chromium_org/third_party/skia/src/animator/
SkHitClear.cpp 15 SK_MEMBER_ARRAY(targets, Displayable)
23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
  /external/skia/src/animator/
SkHitClear.cpp 15 SK_MEMBER_ARRAY(targets, Displayable)
23 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
24 SkDisplayable* target = targets[tIndex];
  /external/chromium_org/native_client_sdk/src/resources/
Makefile.example.template 33 [[if 'INCLUDES' in targets[0]:]]
34 EXTRA_INC_PATHS={{' '.join(targets[0]['INCLUDES'])}}
49 TARGET = {{targets[0]['NAME']}}
50 [[if sel_ldr and targets[0].get('SEL_LDR_LIBS'):]]
52 [[ ExpandDict('DEPS', targets[0].get('SEL_LDR_DEPS', []))]]
53 [[ ExpandDict('LIBS', targets[0].get('SEL_LDR_LIBS', []))]]
55 [[ ExpandDict('DEPS', targets[0].get('DEPS', []))]]
56 [[ ExpandDict('LIBS', targets[0].get('LIBS', []))]]
59 [[ ExpandDict('DEPS', targets[0].get('DEPS', []))]]
60 [[ ExpandDict('LIBS', targets[0].get('LIBS', []))]
    [all...]
  /external/chromium_org/build/
some.gyp 5 'targets': [
10 # This file is intended to be locally modified. List the targets you use
12 # those targets and the targets they are transitively dependent on. This
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
example.dsc 3 'TARGETS': [
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
library.dsc 3 'TARGETS': [
  /external/chromium_org/third_party/skia/gyp/
etc1.gyp 5 'targets': [
poppler.gyp 3 'targets': [{
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711.gypi 10 'targets': [
31 ], # targets
34 'targets': [
45 ], # targets
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722.gypi 9 'targets': [
31 ], # targets
34 'targets': [
45 ], # targets
  /external/chromium_org/tools/gyp/test/dependencies/
double_dependent.gyp 6 'targets': [
  /external/chromium_org/tools/gyp/test/mac/global-settings/src/dir1/
dir1.gyp 5 'targets': [

Completed in 536 milliseconds

1 2 3 45 6 7 8 91011>>