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

<<21222324252627282930>>

  /external/libchrome/base/trace_event/common/
trace_event_common.h 58 // current process id, thread id, and a timestamp in microseconds.
71 // The third parameter is a unique ID to match ASYNC_BEGIN/ASYNC_END pairs.
73 // Pointers can be used for the ID parameter, and they will be mangled
105 // unique ID, by using the TRACE_COUNTER_ID* variations.
290 // - |id| is used to match the _BEGIN event with the _END event.
291 // Events are considered to match if their category_group, name and id values
292 // all match. |id| must either be a pointer or an integer value up to 64 bits.
293 // If it's a pointer, the bits will be xored with a hash of the process ID so
295 #define TRACE_EVENT_BEGIN_WITH_ID_TID_AND_TIMESTAMP0(category_group, name, id, \
    [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h 58 // current process id, thread id, and a timestamp in microseconds.
71 // The third parameter is a unique ID to match ASYNC_BEGIN/ASYNC_END pairs.
73 // Pointers can be used for the ID parameter, and they will be mangled
105 // unique ID, by using the TRACE_COUNTER_ID* variations.
290 // - |id| is used to match the _BEGIN event with the _END event.
291 // Events are considered to match if their category_group, name and id values
292 // all match. |id| must either be a pointer or an integer value up to 64 bits.
293 // If it's a pointer, the bits will be xored with a hash of the process ID so
295 #define TRACE_EVENT_BEGIN_WITH_ID_TID_AND_TIMESTAMP0(category_group, name, id, \
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 82 /// Forward declares the id in the module
83 spv_result_t ForwardDeclareId(uint32_t id);
85 /// Removes a forward declared ID if it has been defined
86 spv_result_t RemoveIfForwardDeclared(uint32_t id);
88 /// Registers an ID as a forward pointer
89 spv_result_t RegisterForwardPointer(uint32_t id);
91 /// Returns whether or not an ID is a forward pointer
92 bool IsForwardPointer(uint32_t id) const;
94 /// Assigns a name to an ID
95 void AssignNameToId(uint32_t id, std::string name)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFontWeightTest.java 45 private TextView getTextView(int id) {
50 return (TextView) container.findViewById(id);
132 assertFontSelected(getTextView(R.id.textView_weight100_upright), new FontStyle(100, false));
133 assertFontSelected(getTextView(R.id.textView_weight100_italic), new FontStyle(100, true));
134 assertFontSelected(getTextView(R.id.textView_weight200_upright), new FontStyle(200, false));
135 assertFontSelected(getTextView(R.id.textView_weight200_italic), new FontStyle(200, true));
136 assertFontSelected(getTextView(R.id.textView_weight300_upright), new FontStyle(300, false));
137 assertFontSelected(getTextView(R.id.textView_weight300_italic), new FontStyle(300, true));
138 assertFontSelected(getTextView(R.id.textView_weight400_upright), new FontStyle(400, false));
139 assertFontSelected(getTextView(R.id.textView_weight400_italic), new FontStyle(400, true))
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRuleReturnScope.h 44 + (id) newReturnScope;
45 - (id) init;
50 - (id) copyWithZone:(NSZone *)theZone;
  /external/capstone/arch/Sparc/
SparcMapping.h 12 // given internal insn id, return public instruction info
13 void Sparc_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id);
15 const char *Sparc_insn_name(csh handle, unsigned int id);
17 const char *Sparc_group_name(csh handle, unsigned int id);
22 // map instruction name to instruction ID (public)
26 // map CC string to CC id
  /external/iproute2/include/
names.h 8 unsigned int id; member in struct:db_entry
23 char *id_to_name(struct db_names *db, int id, char *name);
24 int name_to_id(struct db_names *db, int *id, const char *name);
  /external/libcxx/test/std/depr/depr.lib.binders/
test_func.h 21 explicit test_func(int id) : id_(id) {}
23 int id() const {return id_;} function in class:test_func
  /external/ltp/testcases/kernel/containers/sysvipc/
shm_comm.c 61 int id, rval = 0; local
64 id = shmget(TESTKEY, SHMSIZE, IPC_CREAT);
65 if (id == -1) {
70 if ((shmem = shmat(id, NULL, 0)) == (char *) -1) {
72 shmctl(id, IPC_RMID, NULL);
88 shmctl(id, IPC_RMID, NULL);
94 int id; local
97 id = shmget(TESTKEY, SHMSIZE, IPC_CREAT);
98 if (id == -1) {
103 if ((shmem = shmat(id, NULL, 0)) == (char *) -1)
    [all...]
  /external/snakeyaml/src/test/java/examples/
SelectiveConstructorTest.java 45 String id = (String) map.get("id"); local
46 return new MyPersistentObject(id, 17);
58 .load("- 1\n- 2\n- !!examples.MyPersistentObject {amount: 222, id: persistent}");
68 private String id; field in class:MyPersistentObject
72 this.id = "noid";
76 public MyPersistentObject(String id, int amount) {
77 this.id = id;
82 return id;
    [all...]
  /external/walt/ios/WALT/
DragLatencyController.h 24 - (IBAction)start:(id)sender;
25 - (IBAction)reset:(id)sender;
26 - (IBAction)computeStatistics:(id)sender;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCVideoTrack.h 44 - (void)addRenderer:(id<RTCVideoRenderer>)renderer;
47 - (void)removeRenderer:(id<RTCVideoRenderer>)renderer;
51 - (id)init __attribute__(
  /external/webrtc/webrtc/base/
macwindowpicker.h 22 bool IsVisible(const WindowId& id) override;
23 bool MoveToFront(const WindowId& id) override;
26 bool GetDesktopDimensions(const DesktopId& id,
  /frameworks/base/rs/java/android/renderscript/
ScriptC.java 35 * @param id
38 protected ScriptC(int id, RenderScript rs) {
39 super(id, rs);
44 * @param id
48 protected ScriptC(long id, RenderScript rs) {
49 super(id, rs);
61 long id = internalCreate(rs, resources, resourceID); local
62 if (id == 0) {
65 setID(id);
75 long id = 0 local
    [all...]
  /frameworks/support/preference/src/main/java/androidx/preference/
AndroidResources.java 29 public static final int ANDROID_R_ICON_FRAME = android.R.id.icon_frame;
30 public static final int ANDROID_R_LIST_CONTAINER = android.R.id.list_container;
31 public static final int ANDROID_R_SWITCH_WIDGET = android.R.id.switch_widget;
PreferenceViewHolder.java 40 mCachedViews.put(android.R.id.title, itemView.findViewById(android.R.id.title));
41 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
42 mCachedViews.put(android.R.id.icon, itemView.findViewById(android.R.id.icon));
43 mCachedViews.put(R.id.icon_frame, itemView.findViewById(R.id.icon_frame));
58 * @param id Resource ID of the view to fin
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_config.h 19 wifi_error wifi_extended_dtim_config_set(wifi_request_id id,
32 wifi_error wifi_set_beacon_wifi_iface_stats_averaging_factor(wifi_request_id id, wifi_interface_handle iface,
38 wifi_error wifi_set_guard_time(wifi_request_id id, wifi_interface_handle iface,
  /libcore/ojluni/src/main/java/sun/util/locale/
Extension.java 37 private String value, id; field in class:Extension
50 this.id = key + LanguageTag.SEP + value;
62 return id;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.lib.binders/
test_func.h 21 explicit test_func(int id) : id_(id) {}
23 int id() const {return id_;} function in class:test_func
  /cts/tests/tests/view/src/android/view/cts/
MenuInflaterTest.java 106 assertTrue(mMenu.findItem(R.id.visible_item).isVisible());
107 assertEquals('a', mMenu.findItem(R.id.visible_item).getAlphabeticShortcut());
109 assertFalse(mMenu.findItem(R.id.hidden_item).isVisible());
110 assertEquals('b', mMenu.findItem(R.id.hidden_item).getAlphabeticShortcut());
112 assertEquals(R.id.hidden_group, mMenu.findItem(R.id.hidden_by_group).getGroupId());
113 assertFalse(mMenu.findItem(R.id.hidden_by_group).isVisible());
114 assertEquals('c', mMenu.findItem(R.id.hidden_by_group).getAlphabeticShortcut());
123 mMenuItem = mMenu.findItem(R.id.no_modifiers);
127 mMenuItem = mMenu.findItem(R.id.default_modifiers)
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_LED.h 23 char id[27]; member in struct:xt_led_info
xt_realm.h 23 __u32 id; member in struct:xt_realm_info
  /device/linaro/bootloader/arm-trusted-firmware/include/bl32/sp_min/
platform_sp_min.h 21 void sp_min_plat_fiq_handler(uint32_t id);
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gic.c 35 uint32_t plat_ic_get_interrupt_type(uint32_t id)
37 return arm_gic_get_interrupt_type(id);
40 void plat_ic_end_of_interrupt(uint32_t id)
42 arm_gic_end_of_interrupt(id);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
hisi_pwrc.h 12 void hisi_pwrc_set_cluster_wfi(unsigned int id);

Completed in 747 milliseconds

<<21222324252627282930>>