HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 1 - 25 of 7134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/migrations/
093_make_afe_users_login_unique.py 2 CREATE UNIQUE INDEX login_unique ON afe_users (login);
055_ensure_invalidated_test_label_exists.py 4 UNIQUE INDEX (name);
  /external/llvm/test/Linker/
type-unique-inheritance.ll 1 ; RUN: llvm-link %S/Inputs/type-unique-inheritance-a.ll %S/Inputs/type-unique-inheritance-b.ll -S -o - | FileCheck %S/Inputs/type-unique-inheritance-a.ll
type-unique-simple2.ll 4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
  /external/clang/test/CodeGen/
funique-sections.c 3 // RUN: %clang_cc1 -triple x86_64-pc-linux -S -ffunction-sections -fdata-sections -fno-unique-section-names -o - < %s | FileCheck %s
4 // RUN: %clang_cc1 -triple x86_64-pc-linux -S -ffunction-sections -fdata-sections -o - < %s | FileCheck %s --check-prefix=UNIQUE
9 // CHECK: .section .text,"ax",@progbits,unique
10 // CHECK: .section .rodata,"a",@progbits,unique
12 // UNIQUE: .section .text.world,"ax",@progbits
13 // UNIQUE: .section .rodata.hello,"a",@progbits
  /external/clang/test/Lexer/
counter.c 6 #define UNIQUE(x) PASTE1(x,__COUNTER__)
9 B: UNIQUE(foo);
10 C: UNIQUE(foo);
  /external/llvm/test/CodeGen/X86/
non-unique-sections.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -unique-section-names=false | FileCheck %s
3 ; CHECK: .section .text,"ax",@progbits,unique
10 ; CHECK: .section .text,"ax",@progbits,unique
  /external/iproute2/include/linux/
atmioc.h 18 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */
20 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */
22 #define ATMIOC_PHYPRV 0x30 /* PHY dev private ioctls, unique per driver */
24 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */
26 #define ATMIOC_SARPRV 0x60 /* SAR dev private ioctls, unique per driver */
28 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */
34 #define ATMIOC_LANE 0xd0 /* LAN Emulation, globally unique */
35 #define ATMIOC_MPOA 0xd8 /* MPOA, globally unique */
38 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
  /external/kernel-headers/original/uapi/linux/
atmioc.h 18 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */
20 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */
22 #define ATMIOC_PHYPRV 0x30 /* PHY dev private ioctls, unique per driver */
24 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */
26 #define ATMIOC_SARPRV 0x60 /* SAR dev private ioctls, unique per driver */
28 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */
34 #define ATMIOC_LANE 0xd0 /* LAN Emulation, globally unique */
35 #define ATMIOC_MPOA 0xd8 /* MPOA, globally unique */
38 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
  /external/libxml2/test/WFC/
UniqueAttSpec 2 <a att="Ok" att2="Ok" att="Bad"> violates [ WFC: Unique Att Spec ] </a>
UniqueAttSpec2 2 <a> <b att="Ok" att2="Ok" att="Bad"/> violates [ WFC: Unique Att Spec ] </a>
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.stderr.exp 5 # Unique reps: 2052
fldcw_check.stderr.exp 5 # Unique reps: 0
ll.stderr.exp 5 # Unique reps: 0
million.stderr.exp 5 # Unique reps: 0
rep_prefix.stderr.exp 5 # Unique reps: 29
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.stderr.exp 5 # Unique reps: 0
million.stderr.exp 5 # Unique reps: 0
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.stderr.exp 5 # Unique reps: 0
million.stderr.exp 5 # Unique reps: 0
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.stderr.exp 5 # Unique reps: 2052
fldcw_check.stderr.exp 5 # Unique reps: 0
million.stderr.exp 5 # Unique reps: 0
rep_prefix.stderr.exp 5 # Unique reps: 26
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.stderr.exp 5 # Unique reps: 0

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>