Searched refs:target (Results 1 - 25 of 9494) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1414 yaffs_Object *target = NULL; local
1421 target = yaffsfs_FindObject(NULL,newpath,0);
1428 else if(target)
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1200 yaffs_Object *target; local
1207 /* Check if the target is an existing directory that is not empty. */
1208 target =
1214 if (target &&
1215 target->variantType == YAFFS_OBJECT_TYPE_DIRECTORY &&
1216 !list_empty(&target->variant.directoryVariant.children)) {
1218 T(YAFFS_TRACE_OS, (KERN_DEBUG "target is non-empty dir\n"));
1236 if(target) {
H A Dyaffs_guts.h874 void yfsd_WinFileTimeNow(__u32 target[2]);
/external/zlib/src/
H A Dmake_vms.com303 $! 0.02 20060126 Add new "HELP" target
/external/webrtc/src/system_wrappers/interface/
H A Dfix_interlocked_exchange_pointer_win.h7 // Various inline functions and macros to fix compilation of 32 bit target
18 // Platform SDK fixes when building with /Wp64 for a 32 bits target.
26 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { argument
28 reinterpret_cast<volatile LONG*>(target),
/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.cc21 CpuTarget* target,
25 if (target == NULL) {
40 return new CpuMeasurementHarness(target, work_period_ms,
44 CpuMeasurementHarness::CpuMeasurementHarness(CpuTarget* target, argument
48 : cpu_target_(target),
20 Create( CpuTarget* target, int work_period_ms, int work_iterations_per_period, int duration_ms) argument
H A Dcpu_measurement_harness.h37 static CpuMeasurementHarness* Create(CpuTarget* target,
46 CpuMeasurementHarness(CpuTarget* target, int work_period_ms,
H A Dcritical_section_unittest.cc72 // Returns true if the target is reached or passed.
73 bool WaitForCount(int target, ProtectedCount* count) { argument
78 while (count->Count() < target && loop_counter < 100*target) {
83 return (count->Count() >= target);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py531 threading.Thread(target=llcp_worker, args=(llc,)).start()
H A Dwps-nfc.py428 threading.Thread(target=llcp_worker, args=(llc,)).start()
/external/valgrind/main/none/tests/
H A Dpth_cancel2.c65 pthread_t * target = (pthread_t *)arg; local
67 pthread_cancel(*target);
/external/valgrind/main/none/tests/s390x/
H A Dcondloadstore.c7 register unsigned long target asm("1") = initial; \
20 : "+d" (target), "+d" (a) \
25 0x##mask, ccset, target); \
31 register unsigned long target asm("1") = initial; \
43 : "+d" (target), "+d" (a) \
48 0x##mask, ccset, target); \
53 unsigned long target = initial; \
55 register unsigned long *addr asm("5") = &target; \
66 : "+Q" (target), "+d" (a) \
71 0x##mask, ccset, target); \
[all...]
H A Ddfpconv.c7 #define I2D(insn, initial, target,round) \
10 register typeof(target) _t asm("f0"); \
18 register int target asm ("2") = 0; \
22 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
23 target; \
H A Ddfpext.c7 #define L2D(insn, initial, target,round) \
10 register typeof(target) _t asm("f0"); \
15 #define I2D(insn, initial, target,round) \
18 register typeof(target) _t asm("f0"); \
26 register unsigned long target asm ("2") = 0; \
30 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
31 target; \
37 register int target asm ("2") = 0; \
41 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
42 target; \
[all...]
H A Dex.c4 char target[] ="XXXXXXXXXXXXXXXX"; variable
10 printf("------- Copy 10+1 bytes from buffer to target\n");
13 printf("before: target = |%s|\n", target);
21 : : "a" (target), "a" (buffer): "1", "2", "memory");
23 printf("after: target = |%s|\n", target);
26 printf("------- EX 0,... has no effect (writes out target)\n");
27 printf(" target = |");
31 "lgr 3, %0\n\t" // target
[all...]
H A Dex.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
4 before: target = |XXXXXXXXXXXXXXXX|
6 after: target = |0123456789aXXXXX|
8 ------- EX 0,... has no effect (writes out target)
9 target = |0123456789aXXXXX|
11 ------- EX to OR in the syscall number (writes out target)
12 target = |0123456789aXXXXX|
H A Dex_clone.c11 char target[40] = " \0"; variable
55 ::"a" (target), "a" (source)
58 printf("%s\n", target);
H A Dex_sig.c12 char target[40] = " \0"; variable
28 printf("%s\n", target);
43 ::"a" (target), "a" (source)
H A Dexrl.c4 char target[] ="XXXXXXXXXXXXXXXX"; variable
10 printf("------- Copy 10+1 bytes from buffer to target\n");
13 printf("before: target = |%s|\n", target);
20 : : "a" (target), "a" (buffer) : "1", "2", "memory");
22 printf("after: target = |%s|\n", target);
25 printf("------- EXRL 0,... has no effect (writes out target)\n");
26 printf(" target = |");
29 "lgr 3, %0\n\t" // target
[all...]
H A Dexrl.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
4 before: target = |XXXXXXXXXXXXXXXX|
6 after: target = |0123456789aXXXXX|
8 ------- EXRL 0,... has no effect (writes out target)
9 target = |0123456789aXXXXX|
11 ------- EXRL to OR in the syscall number (writes out target)
12 target = |0123456789aXXXXX|
H A Dfpconv.c19 target_type target; \
20 asm volatile(insn " %0,%1\n\t" :"=f" (target) :"d"(source)); \
21 printf(insn " %"PRId64" -> %f\n", source, target); \
65 target_type target = 0; \
69 : "=d" (target), "=d" (cc) : "f"(source) : "cc"); \
70 printf(insn " %f -> %ld cc = %d\n", source, (long)target, cc); \
H A Dfpext.c6 #define L2F(insn, initial, target,round) \
9 register typeof(target) _t asm("f0"); \
17 register unsigned long target asm ("2") = 0; \
21 :"=d" (target), "=d" (cc) :"f"(source):"cc"); \
22 target; \
H A Dmvc.c6 char target[] = "---------------------"; variable
17 printf("before: target = |%s|\n", target);
19 ::"a" (target),"a" (buffer): "memory");
21 printf("after: target = |%s|\n", target);
33 memset(target, '-', sizeof target - 1); // restore initial state
34 printf("before: target = |%s|\n", target);
[all...]
H A Dmvc.stdout.exp3 before: target = |---------------------|
5 after: target = |0123456789abcdefX----|
11 before: target = |---------------------|
12 after: target = |-xxx-----------------|

Completed in 558 milliseconds

1234567891011>>