HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 1 - 25 of 20383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/
gen-id.sh 3 # Create a build ID for this build. If we're using a git tree,
4 # generate an ID from "git describe", otherwise use the passed-in
7 # Usage: gen-id.sh version timestamp
15 id="$(git describe)"
16 if test -n "$id"; then
17 if test x"$(echo "$id" | cut -d- -f1)" = xsyslinux; then
18 id="$(echo "$id" | cut -d- -f2-)"
19 if test x"$(echo "$id" | cut -d- -f1)" = x"$ver"; then
20 id="$(echo "$id" | cut -d- -f2-)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 25 public static String getMenuItemString(int id) {
27 if (id == R.id.archive) {
29 } else if (id == R.id.remove_folder) {
31 } else if (id == R.id.delete) {
33 } else if (id == R.id.discard_drafts) {
35 } else if (id == R.id.discard_outbox)
    [all...]
  /external/clang/test/Lexer/
token-concat.cpp 3 #define id(x) x macro
4 id("s")_x // CHECK: "s" _x
5 id(L"s")_x // CHECK: L"s" _x
6 id(u8"s")_x // CHECK: u8"s" _x
7 id(u"s")_x // CHECK: u"s" _x
8 id(U"s")_x // CHECK: U"s" _x
9 id('s')_x // CHECK: 's' _x
10 id(L's')_x // CHECK: L's' _x
11 id(u's')_x // CHECK: u's' _x
12 id(U's')_x // CHECK: U's' _
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
InCallButtonIdsExtension.java 25 * @param id the id to convert.
28 public static String toString(@InCallButtonIds int id) {
29 if (id == InCallButtonIds.BUTTON_AUDIO) {
31 } else if (id == InCallButtonIds.BUTTON_MUTE) {
33 } else if (id == InCallButtonIds.BUTTON_DIALPAD) {
35 } else if (id == InCallButtonIds.BUTTON_HOLD) {
37 } else if (id == InCallButtonIds.BUTTON_SWAP) {
39 } else if (id == InCallButtonIds.BUTTON_UPGRADE_TO_VIDEO) {
41 } else if (id == InCallButtonIds.BUTTON_DOWNGRADE_TO_AUDIO)
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
default.pass.cpp 14 // class thread::id
16 // id();
23 std::thread::id id; local
24 assert(id == std::thread::id());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
default.pass.cpp 14 // class thread::id
16 // id();
23 std::thread::id id; local
24 assert(id == std::thread::id());
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue144/
BeanData.java 19 private String id; field in class:BeanData
23 this.id = "noid";
26 public BeanData(String id) {
27 this.id = id;
31 return id;
34 public void setId(String id) {
35 this.id = id;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
Wheel.java 19 private int id; field in class:Wheel
21 public Wheel(int id) {
22 this.id = id;
30 return id;
33 public void setId(int id) {
34 this.id = id;
39 return "Wheel id=" + id;
    [all...]
  /external/clang/test/Index/Inputs/
declare-objc-predef.h 3 @class id;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
BinaryBean.java 20 int id; field in class:BinaryBean
31 return id;
34 public void setId(int id) {
35 this.id = id;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue145/
AbstractThing.java 19 protected String id; field in class:AbstractThing
22 return id;
25 public void setId(String id) {
26 this.id = id;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
Wheel.java 19 private Integer id; field in class:Wheel
25 return id;
28 public void setId(Integer id) {
29 this.id = id;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue203/
ContentIdentifierImpl.java 20 private Long id; field in class:ContentIdentifierImpl
22 public ContentIdentifierImpl(Long id) {
23 this.id = id;
27 return id;
  /external/clang/test/CodeGenCXX/
eh-aggregated-inits-unwind.cpp 10 int id; member in struct:ImplicitCopy
11 ImplicitCopy() { id = 10; }
12 ~ImplicitCopy() { id = 20; }
16 int id; member in struct:ThrowCopy
17 ThrowCopy() { id = 15; }
19 id = 25;
22 ~ThrowCopy() { id = 35; }
26 int id; member in struct:Container
30 Container() { id = 1000; }
31 ~Container() { id = 2000;
    [all...]
  /external/strace/tests/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /external/strace/tests-m32/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /external/strace/tests-mx32/
getxxid.c 39 long id; local
42 id = syscall(__NR_getxpid);
44 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
45 printf("getxpid() = %ld (ppid %ld)\n", id, (long) ppid);
47 id = syscall(__NR_getxuid);
48 printf("getxuid() = %ld (euid %ld)\n", id, id);
50 id = syscall(__NR_getxgid);
51 printf("getxgid() = %ld (egid %ld)\n", id, id);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRNodeMapElement.h 37 id<ANTLRTree> node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
44 + (id) newANTLRNodeMapElement;
45 + (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)aNode;
46 - (id) init;
47 - (id) initWithAnIndex:(id)anIndex Node:(id)aNode
    [all...]
ANTLRRewriteRuleTokenStream.h 35 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)anAdaptor
38 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
40 element:(id) oneElement;
42 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
46 - (id) init;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)anAdapto
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRNodeMapElement.h 37 id<ANTLRTree> node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
44 + (id) newANTLRNodeMapElement;
45 + (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)aNode;
46 - (id) init;
47 - (id) initWithAnIndex:(id)anIndex Node:(id)aNode
    [all...]
ANTLRRewriteRuleTokenStream.h 35 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)anAdaptor
38 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
40 element:(id) oneElement;
42 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
46 - (id) init;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)anAdapto
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRNodeMapElement.h 37 id<ANTLRTree> node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
44 + (id) newANTLRNodeMapElement;
45 + (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRTree>)aNode;
46 - (id) init;
47 - (id) initWithAnIndex:(id)anIndex Node:(id)aNode
    [all...]
ANTLRRewriteRuleTokenStream.h 35 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)anAdaptor
38 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
40 element:(id) oneElement;
42 + (id) newANTLRRewriteRuleTokenStream:(id<ANTLRTreeAdaptor>)adaptor
46 - (id) init;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)anAdapto
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRNodeMapElement.h 37 id<ANTLRBaseTree> node;
40 @property (retain, getter=getNode, setter=setNode:) id<ANTLRBaseTree> node;
44 + (id) newANTLRNodeMapElement;
45 + (id) newANTLRNodeMapElementWithIndex:(id)anIndex Node:(id<ANTLRBaseTree>)aNode;
46 - (id) init;
47 - (id) initWithAnIndex:(id)anIndex Node:(id)aNode
    [all...]
  /external/perfetto/src/tracing/core/
id_allocator.cc 32 const auto id = last_id_;
34 // 0 is never a valid ID. So if we are looking for |id| == N and there are
36 // e.g. if |id| == 4 and size() == 4, the vector will contain IDs 0,1,2,3.
37 if (id >= ids_.size()) {
38 ids_.resize(id + 1);
39 ids_[id] = true;
40 return id;
43 if (!ids_[id]) {
44 ids_[id] = true
    [all...]

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011>>