Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 7121) sorted by relevance

12345678910>>...285

/external/v8/test/mjsunit/harmony/
Dreflect.js50 function prepare(target) { argument
51 target["bla"] = true;
52 target[4] = 42;
53 target[sym] = "foo";
54 target["noconf"] = 43;
55 Object.defineProperty(target, "noconf",
57 Object.defineProperty(target, "nowrite",
59 Object.defineProperty(target, "getter",
61 Object.defineProperty(target, "setter",
63 Object.defineProperty(target, "setter2",
[all …]
Dproxies-integrity.js35 var target = [];
36 var proxy = new Proxy(target, handler);
39 target.wurst = 42;
40 target[0] = true;
41 Object.defineProperty(target, symbol, {get: undefined});
45 for (var i in log) assertSame(target, log[i][1]);
48 ["preventExtensions", target], log[0]);
50 ["ownKeys", target], log[1]);
52 ["defineProperty", target, toKey(0), noconf], log[2]);
54 ["defineProperty", target, toKey("length"), noconf], log[3]);
[all …]
Dproxies-json.js47 get: function(target, name) { argument
83 get: function(target, name) { argument
106 get: function(target, name, receiver) { argument
129 get: function(target, name) { argument
132 enumerate: function(target) { argument
138 getOwnPropertyDescriptor: function(target, name) { argument
151 get: function(target, name) { argument
155 enumerate: function(target) { argument
161 getOwnPropertyDescriptor: function(target, name) { argument
173 get: function(target, name) { argument
[all …]
Dproxies-set-prototype-of.js7 var target = { target: 1 }; variable
8 target.__proto__ = {};
10 var proxy = new Proxy(target, handler);
12 assertSame(Object.getPrototypeOf(proxy), target.__proto__ );
21 assertSame(prototype, Object.getPrototypeOf(target));
23 var pair = Proxy.revocable(target, handler);
29 handler.setPrototypeOf = function(target, proto) { argument
34 handler.setPrototypeOf = function(target, proto) {
42 handler.setPrototypeOf = function(target, proto) {
49 handler.setPrototypeOf = function(target, proto) {
[all …]
/external/clang/test/OpenMP/
Dtarget_if_messages.cpp14 #pragma omp target if // expected-error {{expected '(' after 'if'}} in tmain()
15 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain()
16 #pragma omp target if () // expected-error {{expected expression}} in tmain()
17 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain()
18 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain()
19 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in tmain()
20 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain()
21 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain()
22 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
23 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
[all …]
Dtarget_map_messages.cpp67 #pragma omp target map // expected-error {{expected '(' after 'map'}} in tmain()
68 #pragma omp target map( // expected-error {{expected ')'}} expected-note {{to match this '('}} expe… in tmain()
69 #pragma omp target map() // expected-error {{expected expression}} in tmain()
70 #pragma omp target map(alloc) // expected-error {{use of undeclared identifier 'alloc'}} in tmain()
71 #pragma omp target map(to argc // expected-error {{expected ')'}} expected-note {{to match this '('… in tmain()
72 #pragma omp target map(to:) // expected-error {{expected expression}} in tmain()
73 #pragma omp target map(from: argc, // expected-error {{expected expression}} expected-error {{expec… in tmain()
74 #pragma omp target map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', … in tmain()
75 #pragma omp target map(x) in tmain()
77 #pragma omp target map(tofrom: t[:I]) in tmain()
[all …]
Dteams_reduction_messages.cpp84 #pragma omp target in tmain()
87 #pragma omp target in tmain()
90 #pragma omp target in tmain()
93 #pragma omp target in tmain()
96 #pragma omp target in tmain()
99 #pragma omp target in tmain()
102 #pragma omp target in tmain()
105 #pragma omp target in tmain()
108 #pragma omp target in tmain()
111 #pragma omp target in tmain()
[all …]
Dtarget_data_if_messages.cpp13 #pragma omp target data if // expected-error {{expected '(' after 'if'}} in main()
14 …#pragma omp target data if ( // expected-error {{expected expression}} expected-error {{expected '… in main()
15 #pragma omp target data if () // expected-error {{expected expression}} in main()
16 …#pragma omp target data if (argc // expected-error {{expected ')'}} expected-note {{to match this … in main()
17 …#pragma omp target data if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp t… in main()
18 #pragma omp target data if (argc > 0 ? argv[1] : argv[2]) in main()
19 #pragma omp target data if (argc + argc) in main()
20 …#pragma omp target data if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp t… in main()
21 #pragma omp target data if (S1) // expected-error {{'S1' does not refer to a value}} in main()
22 …#pragma omp target data if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match… in main()
[all …]
Dteams_thread_limit_messages.cpp15 #pragma omp target in tmain()
18 #pragma omp target in tmain()
21 #pragma omp target in tmain()
24 #pragma omp target in tmain()
27 #pragma omp target in tmain()
30 #pragma omp target in tmain()
33 #pragma omp target in tmain()
36 #pragma omp target in tmain()
39 #pragma omp target in tmain()
42 #pragma omp target in tmain()
[all …]
Dteams_num_teams_messages.cpp15 #pragma omp target in tmain()
18 #pragma omp target in tmain()
21 #pragma omp target in tmain()
24 #pragma omp target in tmain()
27 #pragma omp target in tmain()
30 #pragma omp target in tmain()
33 #pragma omp target in tmain()
36 #pragma omp target in tmain()
39 #pragma omp target in tmain()
42 #pragma omp target in tmain()
[all …]
/external/google-breakpad/src/processor/
Dstatic_address_map_unittest.cc93 void CompareRetrieveResult(int testcase, int target) { in CompareRetrieveResult() argument
102 found = addr_map[testcase].Retrieve(target, &entry, &address); in CompareRetrieveResult()
104 test_map[testcase].Retrieve(target, entry_cstring, &address_test); in CompareRetrieveResult()
116 int target; in RetrieveTester() local
117 target = INT_MIN; in RetrieveTester()
118 CompareRetrieveResult(testcase, target); in RetrieveTester()
119 target = INT_MAX; in RetrieveTester()
120 CompareRetrieveResult(testcase, target); in RetrieveTester()
129 target = testdata[testcase][data_item]; in RetrieveTester()
130 CompareRetrieveResult(testcase, target); in RetrieveTester()
[all …]
/external/llvm/test/MC/PowerPC/
Dppc64-fixups.s10 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00]
11 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA]
12 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
14 # CHECK-BE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0
15 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0
16 b target
18 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10]
19 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA]
20 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
[all …]
Dppc64-encoding-ext.s168 # CHECK-BE: bt 2, target # encoding: [0x41,0x82,A,0bAAAAAA00]
169 # CHECK-LE: bt 2, target # encoding: [0bAAAAAA00,A,0x82,0x41]
170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
172 bt 2, target
173 # CHECK-BE: bta 2, target # encoding: [0x41,0x82,A,0bAAAAAA10]
174 # CHECK-LE: bta 2, target # encoding: [0bAAAAAA10,A,0x82,0x41]
175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
177 bta 2, target
[all …]
Dppc64-fixup-explicit.s11 # even if the target symbol is local.
13 target: label
15 # CHECK-BE: addi 4, 3, target@GOT # encoding: [0x38,0x83,A,A]
16 # CHECK-LE: addi 4, 3, target@GOT # encoding: [A,A,0x83,0x38]
17 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@GOT, kind: fixup…
18 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@GOT, kind: fixup…
19 # CHECK-BE-REL: 0x{{[0-9A-F]*[26AE]}} R_PPC64_GOT16 target 0x0
20 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_GOT16 target 0x0
21 addi 4, 3, target@got
23 # CHECK-BE: ld 1, target@GOT(2) # encoding: [0xe8,0x22,A,0bAAAAAA00]
[all …]
/external/tpm2/
Dtpm_generated.c33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() argument
41 *target = be16toh(value_net); in uint8_t_Unmarshal()
44 *target = be32toh(value_net); in uint8_t_Unmarshal()
47 *target = be64toh(value_net); in uint8_t_Unmarshal()
50 *target = value_net; in uint8_t_Unmarshal()
81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() argument
89 *target = be16toh(value_net); in int8_t_Unmarshal()
92 *target = be32toh(value_net); in int8_t_Unmarshal()
95 *target = be64toh(value_net); in int8_t_Unmarshal()
98 *target = value_net; in int8_t_Unmarshal()
[all …]
Dtpm_generated.h18 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size);
22 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size);
26 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size);
30 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size);
34 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size);
38 TPM_RC int32_t_Unmarshal(int32_t* target, BYTE** buffer, INT32* size);
42 TPM_RC uint64_t_Unmarshal(uint64_t* target, BYTE** buffer, INT32* size);
46 TPM_RC int64_t_Unmarshal(int64_t* target, BYTE** buffer, INT32* size);
50 TPM_RC BYTE_Unmarshal(BYTE* target, BYTE** buffer, INT32* size);
54 TPM_RC INT16_Unmarshal(INT16* target, BYTE** buffer, INT32* size);
[all …]
/external/libchrome/base/memory/
Dweak_ptr_unittest.cc51 WeakPtr<Target> target; member
66 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument
70 target, &completion)); in CreateArrowFromTarget()
133 Target* target, in DoCreateArrowFromTarget() argument
136 (*arrow)->target = target->AsWeakPtr(); in DoCreateArrowFromTarget()
143 *result = arrow->target.get(); in DoDeRef()
164 WeakPtr<TargetBase> b = object->target; in DoCopyAndAssignArrowBase()
167 c = object->target; in DoCopyAndAssignArrowBase()
252 Target target; in TEST() local
253 WeakPtr<Target> ptr = target.AsWeakPtr(); in TEST()
[all …]
/external/icu/icu4c/source/common/
Ducnvlat1.c35 UChar *target; in _Latin1ToUnicodeWithOffsets() local
43 target=pArgs->target; in _Latin1ToUnicodeWithOffsets()
44 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Latin1ToUnicodeWithOffsets()
69 target[0]=source[0]; in _Latin1ToUnicodeWithOffsets()
70 target[1]=source[1]; in _Latin1ToUnicodeWithOffsets()
71 target[2]=source[2]; in _Latin1ToUnicodeWithOffsets()
72 target[3]=source[3]; in _Latin1ToUnicodeWithOffsets()
73 target[4]=source[4]; in _Latin1ToUnicodeWithOffsets()
74 target[5]=source[5]; in _Latin1ToUnicodeWithOffsets()
75 target[6]=source[6]; in _Latin1ToUnicodeWithOffsets()
[all …]
/external/llvm/test/MC/SystemZ/
Dfixups.s7 # CHECK: larl %r14, target # encoding: [0xc0,0xe0,A,A,A,A]
8 # CHECK-NEXT: # fixup A - offset: 2, value: target+2, kind: FK_39…
9 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_PC32DBL target 0x2
11 larl %r14, target
13 # CHECK: larl %r14, target@GOT # encoding: [0xc0,0xe0,A,A,A,A]
14 # CHECK-NEXT: # fixup A - offset: 2, value: target@GOT+2, kind: F…
15 # CHECK-REL: 0x{{[0-9A-F]*2}} R_390_GOTENT target 0x2
17 larl %r14, target@got
19 # CHECK: larl %r14, target@INDNTPOFF # encoding: [0xc0,0xe0,A,A,A,A]
20 # CHECK-NEXT: # fixup A - offset: 2, value: target@INDNTPOFF+2, k…
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DGruntfile.js21 function concat(sources, target, defines) { argument
22 config.uglify[target] = {
25 sourceMapName: target + '.map',
34 dest: target,
37 return 'uglify:' + target;
40 function compress(source, target, defines) { argument
41 var name = concat([source], target, defines);
42 var record = config.uglify[target];
51 function genTarget(target) { argument
52 var config = targetConfig[target];
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
Drcssmin.c184 rchar *target = *target_; in copy_match() local
188 && source < ctx->sentinel && target < ctx->tsentinel in copy_match()
190 *target++ = c; in copy_match()
193 *target_ = target; in copy_match()
201 #define MATCH(PAT, source, target, ctx) ( \ argument
204 source, target, ctx) \
216 rchar *target = *target_; in copy_imatch() local
220 && source < ctx->sentinel && target < ctx->tsentinel in copy_imatch()
224 *target++ = c; in copy_imatch()
228 *target_ = target; in copy_imatch()
[all …]
/external/protobuf/src/google/protobuf/
Dwire_format_lite_inl.h587 uint8* target) { in WriteTagToArray() argument
589 target); in WriteTagToArray()
593 uint8* target) { in WriteInt32NoTagToArray() argument
594 return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target); in WriteInt32NoTagToArray()
597 uint8* target) { in WriteInt64NoTagToArray() argument
599 static_cast<uint64>(value), target); in WriteInt64NoTagToArray()
602 uint8* target) { in WriteUInt32NoTagToArray() argument
603 return io::CodedOutputStream::WriteVarint32ToArray(value, target); in WriteUInt32NoTagToArray()
606 uint8* target) { in WriteUInt64NoTagToArray() argument
607 return io::CodedOutputStream::WriteVarint64ToArray(value, target); in WriteUInt64NoTagToArray()
[all …]
/external/vogar/test/vogar/target/
DJUnitRunnerTest.java17 package vogar.target;
29 import vogar.target.junit.JUnitRunner;
30 import vogar.target.junit.JUnitRunnerFactory;
31 import vogar.target.junit.VogarTest;
32 import vogar.target.junit3.FailTest;
33 import vogar.target.junit3.LongTest;
34 import vogar.target.junit3.LongTest2;
35 import vogar.target.junit3.SimpleTest;
36 import vogar.target.junit3.SimpleTest2;
37 import vogar.target.junit3.SuiteTest;
[all …]
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt1451 # FIXME: test bc 12, 2, target
1452 # FIXME: test bca 12, 2, target
1453 # FIXME: test bcl 12, 2, target
1454 # FIXME: test bcla 12, 2, target
1455 # FIXME: test bc 15, 2, target
1456 # FIXME: test bca 15, 2, target
1457 # FIXME: test bcl 15, 2, target
1458 # FIXME: test bcla 15, 2, target
1459 # FIXME: test bc 14, 2, target
1460 # FIXME: test bca 14, 2, target
[all …]
/external/clang/test/Driver/
Dr600-mcpu.cl3 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=r600 %s -o - 2>&1 | FileCheck --check-pr…
4 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv630 %s -o - 2>&1 | FileCheck --check-p…
5 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv635 %s -o - 2>&1 | FileCheck --check-p…
6 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv610 %s -o - 2>&1 | FileCheck --check-p…
7 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv620 %s -o - 2>&1 | FileCheck --check-p…
8 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rs780 %s -o - 2>&1 | FileCheck --check-p…
9 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rs880 %s -o - 2>&1 | FileCheck --check-p…
10 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv670 %s -o - 2>&1 | FileCheck --check-p…
11 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv710 %s -o - 2>&1 | FileCheck --check-p…
12 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv730 %s -o - 2>&1 | FileCheck --check-p…
[all …]

12345678910>>...285