Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 63) sorted by relevance

123

/system/core/libpixelflinger/arch-mips/
Dt32cb16blend.S42 DBG rdhwr $at,$2
43 DBG .set at
77 DBG subu $t8,$at
78 DBG sltu $at,$t8,$v0
79 DBG movn $v0,$t8,$at
80 DBG sgtu $at,$t8,$v1
81 DBG movn $v1,$t8,$at
82 DBG .set at
95 DBG rdhwr $at,$2
164 DBG subu $t8,$at
[all …]
/system/core/libsparse/
Dsparse_read.c56 char *at = ""; in verbose_error() local
69 at = malloc(size + 1); in verbose_error()
70 if (at == NULL) { in verbose_error()
75 vsnprintf(at, size, fmt, argp); in verbose_error()
77 at[size] = 0; in verbose_error()
83 sparse_print_verbose("EOF while reading file%s%s\n", s, at); in verbose_error()
87 sparse_print_verbose("Invalid sparse file format%s%s\n", s, at); in verbose_error()
90 s, at); in verbose_error()
92 sparse_print_verbose("Unknown error %d%s%s\n", err, s, at); in verbose_error()
96 free(at); in verbose_error()
/system/bt/osi/test/
Datomic_test.cpp18 struct atomic_test_s32_s *at = (struct atomic_test_s32_s *)context; in atomic_thread() local
19 for (int i = 0; i < at->max_val; i++) { in atomic_thread()
21 atomic_inc_prefix_s32(&at->data[i]); in atomic_thread()
27 struct atomic_test_s32_s *at = (struct atomic_test_s32_s *)context; in atomic_thread_inc_dec() local
28 for (int i = 0; i < at->max_val; i++) { in atomic_thread_inc_dec()
30 atomic_inc_prefix_s32(&at->data[i]); in atomic_thread_inc_dec()
32 atomic_dec_prefix_s32(&at->data[i]); in atomic_thread_inc_dec()
/system/media/camera/docs/
DCaptureResultTest.mako7 ## You may obtain a copy of the License at
20 * modify the comment blocks at the start or end.
DCaptureRequestKeys.mako7 ## You may obtain a copy of the License at
DCameraCharacteristicsKeys.mako7 ## You may obtain a copy of the License at
DCaptureResultKeys.mako7 ## You may obtain a copy of the License at
DCameraMetadataEnums.mako7 ## You may obtain a copy of the License at
23 * modify the comment blocks at the start or end.
DCameraMetadataKeys.mako7 ## You may obtain a copy of the License at
24 * modify the comment blocks at the start or end.
Dcamera_metadata_tag_info.mako7 * You may obtain a copy of the License at
Dcamera_metadata_tags.mako7 * You may obtain a copy of the License at
/system/core/libbacktrace/
DUnwindPtrace.cpp100 backtrace_frame_data_t* frame = &frames_.at(num_frames); in Unwind()
107 backtrace_frame_data_t* prev = &frames_.at(num_frames-1); in Unwind()
DUnwindCurrent.cpp103 backtrace_frame_data_t* frame = &frames_.at(num_frames); in UnwindFromContext()
119 backtrace_frame_data_t* prev = &frames_.at(num_frames-1); in UnwindFromContext()
/system/core/logd/
DREADME.property16 log ids at initial startup, at runtime
/system/bt/bta/hf_client/
Dbta_hf_client_api.c264 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, con… in BTA_HfClientSendAT() argument
271 p_buf->uint8_val = at; in BTA_HfClientSendAT()
/system/core/init/
Dreadme.txt204 Install the module at <path>
218 Create a directory at <path>, optionally with the given mode, owner, and
227 Attempt to mount the named device at the directory <dir>
276 Create a symbolic link at <path> with the value <target>
299 Open the file at <path> and write a string to it with write(2).
333 You can also stop the bootcharting at any moment by doing the following:
337 Note that /data/bootchart/stop is deleted automatically by init at the end of
350 running at 0s. You'll have to look at dmesg to work out when the kernel
/system/extras/perfprofd/
Dperf_profile.proto95 // is device screen on at point when profile is collected?
98 // system load at point when profile is collected; corresponds
/system/core/liblog/
DREADME98 current LOG_TAG is enabled at the specified priority. LOG_ALWAYS_FATAL
107 multiply, retrieving a log entry at a time in time sorted order,
149 action to resolve the structural problems at the source.
/system/bt/doc/
Dstyle_guide.md7 Directories at the top-level should consist of major subsystems in Bluedroid.
238 * You may obtain a copy of the License at:
268 * use only spaces, indent 2 spaces at a time
269 * no trailing whitespaces at the end of a line
299 Use only spaces, and indent 2 spaces at a time. Do not use tab characters in the
/system/bt/bta/include/
Dbta_hf_client_api.h376 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, con…
/system/keymaster/
Dauthorization_set.cpp194 keymaster_key_param_t AuthorizationSet::operator[](int at) const { in operator []()
195 if (is_valid() == OK && at < (int)elems_size_) { in operator []()
196 return elems_[at]; in operator []()
/system/bt/bta/
DAndroid.mk10 LOCAL_CLANG_CFLAGS += -Wno-error=gnu-variable-sized-type-not-at-end
/system/bt/embdrv/sbc/decoder/srce/
Dreadsamplesjoint.inc8 * You may obtain a copy of the License at:
/system/extras/tests/net_test/
DREADME38 The VM mounts the host filesystem at /host, so the test can be modified and
/system/core/libutils/
DREADME151 at a time; overlay packages are agnostic to what they target -- both
279 0x00000004 # header_block for type 0 (string) is located at offset 4
281 0x00000009 # header_block for type 2 (integer) is located at offset 9

123