Home
last modified time | relevance | path

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

12345678910>>...12

/system/core/libunwindstack/tests/
DArmExidxExtractTest.cpp68 ASSERT_EQ(0xa8, data_->at(0)); in TEST_F()
69 ASSERT_EQ(0xb0, data_->at(1)); in TEST_F()
70 ASSERT_EQ(0xb0, data_->at(2)); in TEST_F()
78 ASSERT_EQ(0xa1, data_->at(0)); in TEST_F()
79 ASSERT_EQ(0xa2, data_->at(1)); in TEST_F()
80 ASSERT_EQ(0xa3, data_->at(2)); in TEST_F()
81 ASSERT_EQ(0xb0, data_->at(3)); in TEST_F()
101 ASSERT_EQ(0xf3, data_->at(0)); in TEST_F()
102 ASSERT_EQ(0xb0, data_->at(1)); in TEST_F()
110 ASSERT_EQ(0xf3, data_->at(0)); in TEST_F()
[all …]
DElfInterfaceTest.cpp97 LoadInfo load_data = pt_loads.at(0); in SinglePtLoad()
154 LoadInfo load_data = pt_loads.at(0); in MultipleExecutablePtLoads()
159 load_data = pt_loads.at(0x1000); in MultipleExecutablePtLoads()
164 load_data = pt_loads.at(0x2000); in MultipleExecutablePtLoads()
221 LoadInfo load_data = pt_loads.at(0); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
226 load_data = pt_loads.at(0x1000); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
231 load_data = pt_loads.at(0x2000); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
290 LoadInfo load_data = pt_loads.at(0x1000); in NonExecutablePtLoads()
362 LoadInfo load_data = pt_loads.at(0); in ManyPhdrs()
/system/tools/hidl/test/errors/
Dsyntax.output1 ERROR: syntax error at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:16.1-3
2 ERROR: missing ; at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:18.32-31
3 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:21.8-11
4 ERROR: missing ; at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:22.13-12
5 ERROR: syntax error at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:23.8-11
6 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:25.8-11
7 ERROR: Unable to import 'IBad' at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:27.8-11
8 ERROR: syntax error at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:29.23
9 ERROR: syntax error at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:35.8
10 ERROR: syntax error at system/tools/hidl/test/errors/syntax/1.0/IEx1.hal:43.29
[all …]
/system/core/libpixelflinger/arch-mips/
Dt32cb16blend.S42 DBG rdhwr $at,$2
43 DBG .set at
84 DBG subu $t8,$at
85 DBG sltu $at,$t8,$v0
86 DBG movn $v0,$t8,$at
87 DBG sgtu $at,$t8,$v1
88 DBG movn $v1,$t8,$at
89 DBG .set at
102 DBG rdhwr $at,$2
171 DBG subu $t8,$at
[all …]
/system/tools/hidl/
Dhidl-gen_y.yy6 * You may obtain a copy of the License at
289 std::cerr << "ERROR: " << errorMsg << " at " << @1 << "\n";
293 std::cerr << "WARNING: " << errorMsg << " at " << @1 << "\n";
415 std::cerr << "ERROR: missing ; at " << @$ << "\n";
432 std::cerr << "ERROR: FQName '" << $1 << "' is not valid at "
442 std::cerr << "ERROR: FQName '" << $1 << "' is not valid at "
455 std::cerr << "ERROR: Failed to lookup type '" << $1->string() << "' at "
471 << "' at "
483 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2
491 std::cerr << "ERROR: Unable to import '" << $2 << "' at " << @2
[all …]
DAnnotation.cpp50 return mValues->at(0); in getSingleValue()
115 const AnnotationParam* param = mParams->at(i); in dump()
/system/core/libsparse/
Dsparse_read.c57 char *at = ""; in verbose_error() local
70 at = malloc(size + 1); in verbose_error()
71 if (at == NULL) { in verbose_error()
76 vsnprintf(at, size, fmt, argp); in verbose_error()
78 at[size] = 0; in verbose_error()
84 sparse_print_verbose("EOF while reading file%s%s\n", s, at); in verbose_error()
88 sparse_print_verbose("Invalid sparse file format%s%s\n", s, at); in verbose_error()
91 s, at); in verbose_error()
93 sparse_print_verbose("Unknown error %d%s%s\n", err, s, at); in verbose_error()
97 free(at); in verbose_error()
/system/chre/external/flatbuffers/
DREADME.md4 changes described in the comment at the top of flatbuffers.h, and apply them to
8 The FlatBuffers project is hosted at https://github.com/google/flatbuffers/
/system/bt/
D.gn6 # You may obtain a copy of the License at:
19 # file, run "gn help dotfile" at the command line.
/system/libhidl/transport/manager/1.0/
DIServiceNotification.hal6 * You may obtain a copy of the License at
26 * pre-existing at the time this IServiceNotification
/system/bt/bta/hf_client/
Dbta_hf_client_api.cc167 void BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, in BTA_HfClientSendAT() argument
173 p_buf->uint8_val = at; in BTA_HfClientSendAT()
/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.
DCameraDeviceInfo.mako7 ## You may obtain a copy of the License at
20 * modify the comment blocks at the start or end.
/system/bt/vendor_libs/
DAndroid.mk16 -Wno-gnu-variable-sized-type-not-at-end \
/system/core/libbacktrace/
DUnwindPtrace.cpp126 backtrace_frame_data_t* frame = &frames_.at(num_frames); in Unwind()
133 backtrace_frame_data_t* prev = &frames_.at(num_frames-1); in Unwind()
DUnwindCurrent.cpp117 backtrace_frame_data_t* frame = &frames_.at(num_frames); in UnwindFromContext()
133 backtrace_frame_data_t* prev = &frames_.at(num_frames-1); in UnwindFromContext()
/system/libvintf/
Dparse_string.cpp70 objs->at(idx++) = ver; in parse()
78 if (s == strings.at(i)) { in parseEnum()
91 return os << g##ENUM##Strings.at(static_cast<size_t>(hf)); \
275 if (s.find(gTransportStrings.at(i)) != std::string::npos) { in parse()
285 if (s.find(gArchStrings.at(i)) != std::string::npos) { in parse()
/system/sepolicy/public/
Dsu.te2 # policy compilation succeeds with userdebug/user combination at boot
11 # wrapped to ensure that it does not exist at all on -user builds.
Dephemeral_app.te12 ### PackageManager flags an app as ephemeral at install time.
/system/ca-certificates/
DREADME.cacerts6 and the "n" is a unique integer identifier starting at 0 to deal
/system/core/bootstat/
DREADME.md4 `boot_complete`) and the relative time at which these events occurred. The
29 The relative time at which the command runs is recorded along with the name of
/system/extras/ANRdaemon/
DANRdaemon_get_trace.sh41 echo Trace stored at ${CURRENT_DIR}/${TRACE_FILE}
/system/libhidl/transport/memory/1.0/
DIMemory.hal6 * You may obtain a copy of the License at
58 * at any point in or outside of the update/commit process.
/system/tools/hidl/c2hal/
DAST.cpp92 if(declarations->at(i)->decType() == VarDeclaration::type()) { in setDeclarations()
93 declarations->at(i) = new Note(declarations->at(i)); in setDeclarations()
/system/keymaster/
Dauthorization_set.cpp253 keymaster_key_param_t& AuthorizationSet::operator[](int at) { in operator []() argument
254 if (is_valid() == OK && at < (int)elems_size_) { in operator []()
255 return elems_[at]; in operator []()
261 keymaster_key_param_t AuthorizationSet::operator[](int at) const { in operator []()
262 if (is_valid() == OK && at < (int)elems_size_) { in operator []()
263 return elems_[at]; in operator []()

12345678910>>...12