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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/va_list/
va_list_b.h 2 void NSLogv(id, va_list);
  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; typedef in typeref:struct:objc_object
MethodPoolBSub2.h 2 - (id)method6;
  /external/libcxx/test/std/thread/thread.threads/thread.thread.this/
get_id.pass.cpp 14 // thread::id this_thread::get_id();
21 std::thread::id id = std::this_thread::get_id(); local
22 assert(id != std::thread::id());
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_group_controller.cc 14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) {
15 return ScopedInterfaceEndpointHandle(id, this);
20 InterfaceId id) {
21 return handle_to_send->NotifyAssociation(id, this);
  /frameworks/base/core/java/android/content/res/
ResourceId.java 27 * The {@code null} resource ID.
32 * Checks whether the integer {@code id} is a valid resource ID, as generated by AAPT.
33 * <p>Note that a negative integer is not necessarily an invalid resource ID, and custom
34 * validations that compare the {@code id} against {@code 0} are incorrect.</p>
35 * @param id The integer to validate.
36 * @return {@code true} if the integer is a valid resource ID.
38 public static boolean isValid(@AnyRes int id) {
40 // represented as a signed Java int. Some legacy code assumes -1 is an invalid resource ID,
42 return id != -1 && (id & 0xff000000) != 0 && (id & 0x00ff0000) != 0
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.this/
get_id.pass.cpp 14 // thread::id this_thread::get_id();
21 std::thread::id id = std::this_thread::get_id(); local
22 assert(id != std::thread::id());
  /external/ltp/include/
tst_checkpoint.h 23 #define TST_CHECKPOINT_WAIT(id) \
24 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
26 #define TST_CHECKPOINT_WAIT2(id, msec_timeout) \
27 tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, msec_timeout);
29 #define TST_CHECKPOINT_WAKE(id) \
30 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1);
32 #define TST_CHECKPOINT_WAKE2(id, nr_wake) \
33 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, nr_wake);
35 #define TST_CHECKPOINT_WAKE_AND_WAIT(id) \
36 tst_safe_checkpoint_wake(__FILE__, __LINE__, NULL, id, 1);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.h 36 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
37 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
38 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNode:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
40 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
41 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
42 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescripti (…)
    [all...]
  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /external/clang/test/SemaCXX/
cxx0x-constexpr-const.cpp 4 constexpr int id(int x) { return x; } function
8 int (*idp)(int) = id;
  /external/proguard/src/proguard/evaluation/value/
IdentifiedDoubleValue.java 24 * This DoubleValue represents a double value that is identified by a unique ID.
31 private final int id; field in class:IdentifiedDoubleValue
35 * Creates a new double value with the given ID.
37 public IdentifiedDoubleValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedDoubleValue)object).id;
59 id;
65 return "d"+id;
    [all...]
IdentifiedFloatValue.java 24 * This FloatValue represents a float value that is identified by a unique ID.
31 private final int id; field in class:IdentifiedFloatValue
35 * Creates a new float value with the given ID.
37 public IdentifiedFloatValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedFloatValue)object).id;
59 id;
65 return "f"+id;
    [all...]
IdentifiedIntegerValue.java 24 * This IntegerValue represents a integer value that is identified by a unique ID.
31 private final int id; field in class:IdentifiedIntegerValue
35 * Creates a new integer value with the given ID.
37 public IdentifiedIntegerValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedIntegerValue)object).id;
59 id;
65 return "i"+id;
    [all...]
IdentifiedLongValue.java 24 * This LongValue represents a long value that is identified by a unique ID.
31 private final int id; field in class:IdentifiedLongValue
35 * Creates a new long value with the given ID.
37 public IdentifiedLongValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedLongValue)object).id;
59 id;
65 return "l"+id;
    [all...]
  /frameworks/support/samples/SupportAppNavigation/
build.gradle 18 id("SupportAndroidTestAppPlugin")
  /frameworks/support/samples/ViewPager2Demos/
build.gradle 18 id("SupportAndroidTestAppPlugin")
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
FastOverviewState.java 23 public FastOverviewState(int id) {
24 super(id);
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
AbiUtils.java 24 * Creates a unique id from the given ABI and name.
34 * @return the abi portion of the test id.
37 public static String parseAbi(String id) {
38 return parseId(id)[0];
42 * Parses a unique id into the ABI and name.
43 * @param id The id to parse.
46 public static String[] parseId(String id) {
47 if (id == null || !id.contains(" "))
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
SyncBasicHttpContext.java 54 public synchronized Object getAttribute(final String id) {
55 return super.getAttribute(id);
58 public synchronized void setAttribute(final String id, final Object obj) {
59 super.setAttribute(id, obj);
62 public synchronized Object removeAttribute(final String id) {
63 return super.removeAttribute(id);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
ChromaFormat.java 34 private int id; field in class:ChromaFormat
38 public ChromaFormat(int id, int subWidth, int subHeight) {
39 this.id = id;
44 public static ChromaFormat fromId(int id) {
45 if (id == MONOCHROME.id) {
47 } else if (id == YUV_420.id) {
49 } else if (id == YUV_422.id)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gicv2.c 42 unsigned int id; local
44 id = gicv2_get_pending_interrupt_id();
45 if (id == GIC_SPURIOUS_INTERRUPT)
48 return id;
54 * Pending interrupt register (`GICC_HPPIR`) is read to determine the id of
55 * the pending interrupt. The type of interrupt depends upon the id value
57 * 1. id < PENDING_G1_INTID (1022) is reported as a S-EL1 interrupt
58 * 2. id = PENDING_G1_INTID (1022) is reported as a Non-secure interrupt.
59 * 3. id = GIC_SPURIOUS_INTERRUPT (1023) is reported as an invalid interrupt
64 unsigned int id; local
230 int id; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeAdaptor.h 37 + (id<ANTLRTree>) newEmptyTree;
39 - (id) init;
40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t;
43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text;
44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken;
45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t;
46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeAdaptor.h 37 + (id<ANTLRTree>) newEmptyTree;
39 - (id) init;
40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t;
43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text;
44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken;
45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t;
46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeAdaptor.h 37 + (id<ANTLRTree>) newEmptyTree;
39 - (id) init;
40 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)t;
43 - (id<ANTLRToken>)createToken:(NSInteger)tokenType Text:(NSString *)text;
44 - (void) setTokenBoundaries:(id<ANTLRTree>)t From:(id<ANTLRToken>)startToken To:(id<ANTLRToken>)stopToken;
45 - (NSInteger)getTokenStartIndex:(id<ANTLRTree>)t;
46 - (NSInteger)getTokenStopIndex:(id<ANTLRTree>)t
    [all...]

Completed in 2321 milliseconds

1 23 4 5 6 7 8 91011>>