Searched +full:ts +full:- +full:api +full:- +full:utils (Results 1 – 25 of 944) sorted by relevance
12345678910>>...38
... 2{"name":"thread_name","ph":"M","ts":0,"pid":0,"tid":0 ...
1 # -*- coding: utf-8 -*-3 # Use of this source code is governed by a BSD-style license that can be6 """Wrapper for inframon's command-line flag based configuration."""22 from autotest_lib.utils.frozen_chromite.lib import cros_logging as logging23 from autotest_lib.utils.frozen_chromite.lib import metrics24 from autotest_lib.utils.frozen_chromite.lib import parallel74 """Add cbuildbot-wide common fields to a given field set.103 """Uses a dummy argument parser to get the default behavior from ts-mon.112 short_lived: Whether this process is short-lived and should use the autogen118 debug_file: If non-none, send metrics to this path instead of to PubSub.[all …]
1 # Copyright 2019 - The Android Open Source Project7 # http://www.apache.org/licenses/LICENSE-2.015 Sanity testing for RequestCellInfoUpdate() / GetAllCellInfo() API on Android Q25 from acts.utils import disable_usb_charging, enable_usb_charging34 # calls to the API by previous test case.71 time1_ns, time2_ns - time stamps in nano seconds76 sec = round(abs((time1_ns - time2_ns) / NANO_TO_SEC), 3)84 nano_time - time in nano seconds93 """ SL4A API call for RequestCellInfoUpdate()97 RequestCellInfoUpdate() API[all …]
15 import com.github.javaparser.symbolsolver.utils.LeanParserConfiguration;17 import org.junit.jupiter.api.BeforeEach;18 import org.junit.jupiter.api.Test;25 import static org.junit.jupiter.api.Assertions.assertEquals;35 Path src = adaptPath("src/test/test_sourcecode/javaparser_new_src/javaparser-core"); in setup()39 …olver(adaptPath("src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources"), new L… in setup()42 TypeSolver ts = new ReflectionTypeSolver(); in setup() local43 string = new ReferenceTypeImpl(ts.solveType(String.class.getCanonicalName()), ts); in setup()44 …lvedReferenceType booleanC = new ReferenceTypeImpl(ts.solveType(Boolean.class.getCanonicalName()),… in setup()45 …listOfBoolean = new ReferenceTypeImpl(ts.solveType(List.class.getCanonicalName()), ImmutableList.o… in setup()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.024 #include <utils/Log.h>71 * |oc|md|md| ......... |md|ts|ts|ts|ts|ts|ts|ts|ts|72 * ^ +--------------------+-----------------------+82 * SOCK_SEQPACKET, for a sequenced-packet socket that is connection-oriented, preserves message88 #define AMIDI_BUFFER_SIZE (AMIDI_PACKET_SIZE - AMIDI_PACKET_OVERHEAD)117 * device The Native API token for the device. This value is obtained from the122 * - AMEDIA_ERROR_INVALID_PARAMETER132 Status txResult = device->server->getDeviceInfo(&deviceInfo); in AMIDI_getDeviceInfo()138 outDeviceInfoPtr->type = deviceInfo.getType(); in AMIDI_getDeviceInfo()[all …]
7 // http://www.apache.org/licenses/LICENSE-2.015 package com.google.api.generator.gapic.composer.resourcename;17 import com.google.api.core.BetaApi;18 import com.google.api.generator.engine.ast.AnnotationNode;19 import com.google.api.generator.engine.ast.AssignmentExpr;20 import com.google.api.generator.engine.ast.AssignmentOperationExpr;21 import com.google.api.generator.engine.ast.CastExpr;22 import com.google.api.generator.engine.ast.ClassDefinition;23 import com.google.api.generator.engine.ast.CommentStatement;24 import com.google.api.generator.engine.ast.ConcreteReference;[all …]
8 * http://www.apache.org/licenses/LICENSE-2.023 import com.android.libraries.entitlement.utils.UrlConnectionFactory;36 public static final String CLIENT_TS_43_IMS_ENTITLEMENT = "client-IMS-Entitlement";37 public static final String CLIENT_TS_43_COMPANION_ODSA = "client-Companion-ODSA";38 public static final String CLIENT_TS_43_PRIMARY_ODSA = "client-Primary-ODSA";39 public static final String CLIENT_TS_43_SERVER_ODSA = "client-Server-ODSA";45 * Client-ts43 attribute. Used to set the User-Agent header in HTTP requests as defined in TS.4350 /** Returns {@code true} if HTTP POST, instead of GET, should be used for TS.43 requests. */64 /** The EAP-AKA realm. See {@link Builder#setEapAkaRealm}. */84 * https://aes.mnc<MNC>.mcc<MCC>.pub.3gppnetwork.org} as defined in GSMA TS.43 section 2.1.[all …]
1 --2 -- Copyright 2024 The Android Open Source Project3 --4 -- Licensed under the Apache License, Version 2.0 (the "License");5 -- you may not use this file except in compliance with the License.6 -- You may obtain a copy of the License at7 --8 -- https://www.apache.org/licenses/LICENSE-2.09 --10 -- Unless required by applicable law or agreed to in writing, software[all …]
10 "license": "Apache-2.0",16 "js-yaml": "^4.1.0",17 "node_modules-path": "^2.0.8",18 "strip-ansi": "^7.1.0"24 "@types/js-yaml": "^4.0.9",27 "@typescript-eslint/eslint-plugin": "^7.16.0",28 "@typescript-eslint/parser": "^7.16.0",29 "@vscode/test-cli": "^0.0.10",30 "@vscode/test-electron": "^2.4.1",33 "node-polyfill-webpack-plugin": "^4.0.0",[all …]
3 set -ex6 …if ! grep -q 'STOPSHIP: RESTORE THIS LOGIC WHEN DECLARING "REL" BUILD' "$top/build/soong/java/droi…7 local build_soong_git_root="$(readlink -f $top/build/soong)"8 …patch --strip=1 --no-backup-if-mismatch --directory="$build_soong_git_root" --input=../../build/ma…15 local api_level="$top/bionic/libc/include/android/api-level.h"16 if ! grep -q "\__.*$((${FINAL_PLATFORM_SDK_VERSION}))" $api_level ; then19 /** Names the \"${FINAL_PLATFORM_CODENAME:0:1}\" API level ($FINAL_PLATFORM_SDK_VERSION), for compa…22 local api_level="$top/bionic/libc/include/android/api-level.h"23 sed -i -e "/__.*$((${FINAL_PLATFORM_SDK_VERSION}-1))/r""$tmpfile" $api_level35 …@ChecksSdkIntAtLeast(api = $FINAL_PLATFORM_SDK_VERSION /* BUILD_VERSION_CODES.$FINAL_PLATFORM_CODE…[all …]
1 //===-- Memory utils --------------------------------------------*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//31 return reinterpret_cast<uintptr_t>(ptr) & (alignment - 1U); in distance_to_align_down()42 return -reinterpret_cast<uintptr_t>(ptr) & (alignment - 1U); in distance_to_align_up()49 return alignment - distance_to_align_down<alignment>(ptr); in distance_to_next_aligned()61 static_cast<const char *>(p1) - static_cast<const char *>(p2); in is_disjoint()66 static_assert(-1 == ~0, "not 2's complement"); in is_disjoint()69 const size_t neg_udiff = cpp::bit_cast<size_t>(-sdiff); in is_disjoint()94 #pragma GCC diagnostic ignored "-Warray-bounds" in memcpy_inline()[all …]
5 Also see the bcc developer's [reference_guide.md](reference_guide.md), and a tutorial for end-users…17 bash-13364 [002] d... 24573433.052937: : Hello, World!18 bash-13364 [003] d... 24573436.642808: : Hello, World!33 1. ```kprobe__sys_clone()```: This is a short-cut for kernel dynamic tracing via kprobes. If the C …47 Improve it by printing "Tracing sys_sync()... Ctrl-C to end." when the program first starts. Hint: …58 24585001.991976000 systemd-udevd 484 Hello, World!66 from bcc.utils import printb81 print("%-18s %-16s %-6s %s" % ("TIME(s)", "COMM", "PID", "MESSAGE"))86 (task, pid, cpu, flags, ts, msg) = b.trace_fields()91 printb(b"%-18.9f %-16s %-6d %s" % (ts, task, pid, msg))[all …]
2 <!-- NewPage -->4 …-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…12 <!--[if IE]>13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…14 <![endif]-->15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>[all …]
1 // SPDX-License-Identifier: LGPL-2.119 #include "trace-cmd-private.h"20 #include "trace-cmd-local.h"22 #include "event-utils.h"23 #include "trace-tsync-local.h"52 for (proto = tsync_proto_list; proto; proto = proto->next) { in tsync_proto_find()53 if (strlen(proto->proto_name) == strlen(proto_name) && in tsync_proto_find()54 !strncmp(proto->proto_name, proto_name, TRACECMD_TSYNC_PNAME_LENGTH)) in tsync_proto_find()61 * tracecmd_tsync_init - Initialize the global, per task, time sync data.80 return -1; in tracecmd_tsync_proto_register()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.028 #include <utils/Mutex.h>31 #include <utils/Trace.h>49 Camera* cam = static_cast<Camera*>(cam_dev->priv); in close_device()50 return cam->close(); in close_device()55 return reinterpret_cast<Camera*>(dev->priv); in camdev_to_camera()60 return camdev_to_camera(dev)->initialize(callback_ops); in initialize()65 return camdev_to_camera(dev)->configureStreams(stream_list); in configure_streams()70 return camdev_to_camera(dev)->constructDefaultRequestSettings(type); in construct_default_request_settings()75 return camdev_to_camera(dev)->processCaptureRequest(request); in process_capture_request()[all …]
12 from torchgen.api.lazy import setValueT13 from torchgen.api.types import BaseCppType24 from torchgen.utils import FileManager, NamespaceHelper41 # - <backend>_native_functions.yaml: controls which operators are47 # - opt-in: also generate 'lowering' methods for the TorchScript backend only49 # - opt-in: 'full_codegen' section of backend yaml; 'supported' section omits these implementations57 # - Shape Inference: errs if any ops in backend yaml require shape inference not provided by meta k…59 # - native function impls: errs if any 'supported' ops do not have an implementation defined in the…60 # (non-codegen) implementation file70 # - `supported` ops require hand-implementations but still get codegenned declarations and registr…[all …]
28 // -------------------------------------------------------------------35 // Now, VxWorks POSIX-semaphores for DKM's default to the usage of40 // To change the default properties for POSIX-semaphores in VxWorks 744 // - Edit the file 45 // installDir/vxworks-6.x/target/usr/src/posix/pthreadLib.c46 // - Around line 917 there should be the definition of the default56 // - Around line 1236 there should be a definition for the function60 // pAttr->mutexAttrStatus = PTHREAD_INITIALIZED_OBJ;61 // pAttr->mutexAttrProtocol = PTHREAD_PRIO_NONE;62 // pAttr->mutexAttrPrioceiling = 0;[all …]
1 //===- Construction of codegen pass pipelines ------------------*- C++ -*--===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//13 //===----------------------------------------------------------------------===//48 #include "llvm/Transforms/Utils/EntryExitInstrumenter.h"49 #include "llvm/Transforms/Utils/LowerInvoke.h"60 template <typename... Ts> PASS_NAME(Ts &&...) {} \67 template <typename... Ts> PASS_NAME(Ts &&...) {} \74 template <typename... Ts> PASS_NAME(Ts &&...) {} \80 llvm_unreachable("this api is to make new PM api happy"); \[all …]
12 #include <utils/NativeHandle.h>13 #include <utils/misc.h>321 * @param on To turn on radio -> on = true, to turn off radio -> on = false.335 * @param s string with single char having one of 12 values: 0-9, *, #358 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)380 * - Create one data call context.381 * - Create and configure a dedicated interface for the context382 * - The interface must be point to point.383 * - The interface is configured with one or more addresses and386 * - Must NOT change the linux routing table.[all …]
14 #include <utils/NativeHandle.h>15 #include <utils/misc.h>320 * @param on To turn on radio -> on = true, to turn off radio -> on = false.334 * @param s string with single char having one of 12 values: 0-9, *, #357 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)379 * - Create one data call context.380 * - Create and configure a dedicated interface for the context381 * - The interface must be point to point.382 * - The interface is configured with one or more addresses and385 * - Must NOT change the linux routing table.[all …]