HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 426 - 450 of 3210) sorted by null

<<11121314151617181920>>

  /external/skqp/src/core/
SkFontStream.cpp 69 uint32_t tag = SkEndian_SwapBE32(header->fCollection.fTag); local
70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
148 uint32_t tag = SkEndian_SwapBE32(shared.fCollection.fTag); local
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
172 SkFontTableTag tag,
180 if (SkEndian_SwapBE32(header.fDir[i].fTag) == tag) {
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
PromptHelper.java 31 private final Object tag; field in class:PromptHelper
44 public PromptHelper(Object tag) {
45 this.tag = tag;
102 Message.obtain(handler, -1, tag).sendToTarget();
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 204 return true; // NULL debug tag entry
226 uint16_t tag = AbbrevDecl->getTag(); local
228 bool isCompileUnitTag = tag == DW_TAG_compile_unit;
334 return true; // NULL debug tag entry
428 uint16_t tag = AbbrevDecl->getTag(); local
429 if (tag == DW_TAG_subprogram) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 233 typedef typename std::iterator_traits<IteratorT>::iterator_category tag; typedef
234 return detail::join_impl(Begin, End, Separator, tag());
  /external/syslinux/core/mem/
malloc.h 47 malloc_tag_t tag; member in struct:arena_header
  /external/syslinux/gpxe/src/include/gpxe/
settings.h 37 unsigned int tag; member in struct:setting
84 /** Tag magic
255 * @v tag_magic Tag magic
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding.cc 117 inline int GetTagFieldNumber(uint32 tag) { return tag >> 3; }
118 inline WireType GetTagWireType(uint32 tag) {
119 return static_cast<WireType>(tag & 0x7);
140 // tag.
151 int tag = GetTagFieldNumber(p.first); local
154 bool ok = (tag == 0);
163 switch (tag) {
210 // Some other tag our fast path code is not prepared to handle.
223 int tag = GetTagFieldNumber(p.first) local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
summary_kernels.cc 133 OP_REQUIRES_OK(ctx, ctx->input("tag", &tmp));
134 const string& tag = tmp->scalar<string>()(); variable
141 OP_REQUIRES_OK(ctx, s->WriteTensor(step, *t, tag, serialized_metadata));
179 OP_REQUIRES_OK(ctx, ctx->input("tag", &tmp));
180 const string& tag = tmp->scalar<string>()(); variable
185 OP_REQUIRES_OK(ctx, s->WriteScalar(step, *t, tag));
202 OP_REQUIRES_OK(ctx, ctx->input("tag", &tmp));
203 const string& tag = tmp->scalar<string>()(); variable
208 OP_REQUIRES_OK(ctx, s->WriteHistogram(step, *t, tag));
231 OP_REQUIRES_OK(ctx, ctx->input("tag", &tmp))
232 const string& tag = tmp->scalar<string>()(); variable
268 const string& tag = tmp->scalar<string>()(); variable
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
Logger.java 40 private final String tag; field in class:Logger
63 * Creates a Logger with a custom tag and a custom message prefix. If the message prefix
66 * @param tag identifies the source of a log message.
70 public Logger(final String tag, final String messagePrefix) {
71 this.tag = tag;
96 return logLevel >= minLogLevel || Log.isLoggable(tag, logLevel);
134 Log.v(tag, toMessage(format, args));
140 Log.v(tag, toMessage(format, args), t);
146 Log.d(tag, toMessage(format, args))
    [all...]
  /external/tpm2/
TpmFail.c 30 TPM_ST tag; member in struct:__anon40504
118 if( UINT16_Unmarshal(&header->tag, buffer, size) != TPM_RC_SUCCESS
203 if( header.tag != TPM_ST_NO_SESSIONS
348 MarshalUint16(TPM_ST_NO_SESSIONS, &buffer, &bufferSize); // structure tag
  /external/turbine/java/com/google/turbine/bytecode/
ConstantPoolReader.java 68 int tag = reader.u1(); local
69 switch (tag) {
97 throw new AssertionError(String.format("bad constant pool tag: 0x%x", tag));
104 byte tag = reader.readByte();
105 if (tag != CONSTANT_CLASS) {
106 throw new AssertionError(String.format("bad tag: %x", tag));
115 byte tag = reader.readByte();
116 if (tag != CONSTANT_UTF8)
    [all...]
  /external/vboot_reference/firmware/stub/
tpm_lite_stub.c 116 /* Gets the tag field of a TPM command.
120 uint16_t tag; local
121 FromTpmUint16(buffer, &tag);
122 return (int) tag;
208 int tag, response_tag; local
237 tag = TpmTag(request);
240 (tag == TPM_TAG_RQU_COMMAND &&
242 (tag == TPM_TAG_RQU_AUTH1_COMMAND &&
244 (tag == TPM_TAG_RQU_AUTH2_COMMAND &&
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 297 std::string tag; member in struct:webrtc::testing::bwe::Logging::State
  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 41 static bool ContainsTag(uint32_t* tagArray, size_t size, uint32_t tag) {
43 if (tag == tagArray[i]) return true;
103 // Ensure reasonable tag count
110 // Get all tag ids
117 uint32_t tag; local
119 // For each tag id, check whether type, section name, tag name match
120 tag = descTagArray[i];
121 EXPECT_CONTAINS_TAG(tag, opsTagArray);
122 EXPECT_EQ(vDesc->getTagType(tag), vOps->get_tag_type(vOps, tag))
162 uint32_t tag; local
    [all...]
  /frameworks/base/core/java/android/app/
RecoverableSecurityException.java 52 private static final String TAG = "RecoverableSecurityException";
121 final String channelId = TAG + "_" + mUserAction.getActionIntent().getCreatorUid();
122 nm.createNotificationChannel(new NotificationChannel(channelId, TAG,
154 nm.notify(TAG, mUserAction.getActionIntent().getCreatorUid(), builder.build());
174 args.putParcelable(TAG, this);
177 final String tag = TAG + "_" + mUserAction.getActionIntent().getCreatorUid(); local
180 final Fragment old = fm.findFragmentByTag(tag);
184 ft.add(dialog, tag);
198 final RecoverableSecurityException e = getArguments().getParcelable(TAG);
    [all...]
  /frameworks/base/core/java/com/android/internal/print/
DumpUtils.java 306 String tag = printJobInfo.getTag(); local
307 if (tag != null) {
308 proto.write("tag", PrintJobInfoProto.TAG, tag);
  /frameworks/base/core/jni/
eventlog_helper.h 76 jint tag, jint value) {
77 android_log_event_list ctx(tag);
82 jint tag, jlong value) {
83 android_log_event_list ctx(tag);
88 jint tag, jfloat value) {
89 android_log_event_list ctx(tag);
93 static jint writeEventString(JNIEnv* env, jobject clazz ATTRIBUTE_UNUSED, jint tag,
95 android_log_event_list ctx(tag);
101 static jint writeEventArray(JNIEnv* env, jobject clazz ATTRIBUTE_UNUSED, jint tag,
103 android_log_event_list ctx(tag);
186 int32_t tag = * (int32_t *) log_msg.msg(); local
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
LogdSizePreferenceControllerTest.java 117 final String tag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); local
121 assertThat(tag).isEqualTo(SELECT_LOGD_TAG_SILENCE);
130 final String tag = SystemProperties.get(SELECT_LOGD_TAG_PROPERTY); local
134 assertThat(tag).isEmpty();
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
ZenDurationDialogTest.java 169 ZenDurationDialog.ConditionTag tag = mController.getConditionTagAt( local
173 mController.onClickTimeButton(view, tag, true, ZenDurationDialog.COUNTDOWN_CONDITION_INDEX);
174 assertEquals(120, tag.countdownZenDuration); // goes from 1 hour to 2 hours
178 mController.onClickTimeButton(view, tag, true,
181 assertEquals(ZenDurationDialog.MAX_BUCKET_MINUTES, tag.countdownZenDuration);
185 tag.countdownZenDuration = 60; // back to default
186 mController.onClickTimeButton(view, tag, false,
188 assertEquals(45, tag.countdownZenDuration); // goes from 60 minutes to 45 minutes
192 mController.onClickTimeButton(view, tag, false,
195 assertEquals(ZenDurationDialog.MIN_BUCKET_MINUTES, tag.countdownZenDuration)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailView.java 99 UserSwitcherController.UserRecord tag = local
101 if (tag.isDisabledByAdmin) {
103 mContext, tag.enforcedAdmin);
105 } else if (tag.isSwitchToEnabled) {
107 switchTo(tag);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Util.java 67 final String tag = "vol." + c.getSimpleName(); local
68 return tag.length() < 23 ? tag : tag.substring(0, 23);
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 58 // Starts by looking for the entry tag
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
84 // to their respective &quot;read&quot; methods for processing. Otherwise, skips the tag.
120 String tag = parser.getName(); local
122 if (tag.equals("link")) {
151 // if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
  /frameworks/base/services/net/java/android/net/util/
VersionedBroadcastListener.java 54 public VersionedBroadcastListener(String tag, Context ctx, Handler handler,
56 mTag = tag;
82 public final String tag; field in class:VersionedBroadcastListener.Receiver
89 String tag, AtomicInteger atomicGenerationNumber, Consumer<Intent> callback) {
90 this.tag = tag;
101 Log.d(tag, "receiver generationNumber=" + generationNumber +
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 53 private final static String TAG = "NotificationTestList";
93 protected String tag() { method in class:NotificationTestList
94 return TAG;
458 Log.d(TAG, "n.sound=" + n.sound);
462 Log.d(TAG, "releasing wake lock");
464 Log.d(TAG, "released wake lock");
647 Log.d(TAG, "Stress - Ongoing/Latest 0");
660 Log.d(TAG, "Stress - Ongoing/Latest 1");
    [all...]
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 207 // The tag of sub-subsection is encoded in ULEB128.
209 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size); local
225 switch (tag) {
227 ELFAttributeData::TagType tag; local
237 if (!ELFAttributeData::ReadTag(tag, attr_buf, attr_size))
244 m_AttrData.getOrCreateAttributeValue(tag);
265 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {

Completed in 699 milliseconds

<<11121314151617181920>>