HomeSort by relevance Sort by last modified time
    Searched defs:output (Results 1176 - 1200 of 4809) sorted by null

<<41424344454647484950>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 76 static void output( function in struct:llvm::yaml::CustomMappingTraits
117 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
213 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndexYAML.h 76 static void output( function in struct:llvm::yaml::CustomMappingTraits
117 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
219 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndexYAML.h 76 static void output( function in struct:llvm::yaml::CustomMappingTraits
117 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
219 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndexYAML.h 82 static void output( function in struct:llvm::yaml::CustomMappingTraits
123 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
223 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndexYAML.h 82 static void output( function in struct:llvm::yaml::CustomMappingTraits
123 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
223 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndexYAML.h 82 static void output( function in struct:llvm::yaml::CustomMappingTraits
123 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
223 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndexYAML.h 82 static void output( function in struct:llvm::yaml::CustomMappingTraits
123 static void output(IO &io, std::map<uint64_t, WholeProgramDevirtResolution> &V) { function in struct:llvm::yaml::CustomMappingTraits
223 static void output(IO &io, GlobalValueSummaryMapTy &V) { function in struct:llvm::yaml::CustomMappingTraits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
matroxfb.h 10 __u32 output; /* which output */ member in struct:matroxioc_output_mode
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
intermOut.cpp 1055 void TIntermediate::output(TInfoSink& infoSink, bool tree) function in class:glslang::TIntermediate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 44 output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START,SELINUX_ERR", "-ts", bootdate, boottime],
47 output = util.decode_input(output)
48 return output
59 output = subprocess.Popen(["/sbin/ausearch", "-m", "AVC,USER_AVC,MAC_POLICY_LOAD,DAEMON_START,SELINUX_ERR"],
62 output = util.decode_input(output)
63 return output
72 output = subprocess.Popen(["/bin/dmesg"],
75 output = util.decode_input(output
325 def output(self): member in class:ComputeSidMessage
    [all...]
  /system/connectivity/wificond/tests/integration/
process_utils.cpp 46 std::string output; local
47 RunShellCommand(StringPrintf("pgrep -c ^%s$", process_name), &output);
48 output = Trim(output);
49 if (output == "0") {
  /system/tools/aidl/tests/
test_util.cpp 116 vector<string> output; local
120 output.push_back(" " + a_lines[i-1]);
124 output.push_back("-" + a_lines[i-1]);
127 output.push_back("+" + b_lines[j-1]);
136 for (auto it = output.crbegin(), frontier = output.crbegin();
137 it != output.crend(); ++it) {
138 while (frontier != output.crend() && distance(it, frontier) <= 3) {
  /system/tools/hidl/utils/
Formatter.cpp 131 output(out.substr(start));
144 output(out.substr(start, pos - start + 1));
194 void Formatter::output(const std::string &text) const { function in class:android::Formatter
  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 49 std::vector<uint8_t> output; local
50 CHECK(base::HexStringToBytes(hex, &output));
51 return std::string(reinterpret_cast<char*>(output.data()), output.size());
110 std::string output; local
111 EXPECT_TRUE(crypto_utility_->EncryptData(std::string(), key, key, &output));
116 std::string output; local
117 EXPECT_FALSE(crypto_utility_->EncryptData(std::string(), key, key, &output));
121 std::string output; local
122 EXPECT_FALSE(crypto_utility_->UnsealKey("invalid", &output, &output))
130 std::string output; local
136 std::string output; local
142 std::string output; local
148 std::string output; local
157 std::string output; local
163 std::string output; local
170 std::string output; local
182 EncryptedIdentityCredential output; local
190 EncryptedIdentityCredential output; local
200 std::string output; local
207 std::string output; local
217 std::string output; local
227 std::string output; local
    [all...]
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
FeatureUtil.java 69 String output = device.executeShellCommand("pm list features"); local
70 for (String feature : output.split("[\\r?\\n]+")) {
  /test/vts/drivers/hal/server/
BinderServer.cpp 176 string* output = new string(); local
178 if (google::protobuf::TextFormat::PrintToString(*spec, output)) {
179 printf("getfunctions length %d\n", output->length());
180 return output->c_str();
SocketServer.cpp 90 string output; local
92 return output;
94 if (google::protobuf::TextFormat::PrintToString(*spec, &output)) {
95 LOG(DEBUG) << "Result: " << output;
96 return output;
99 return output;
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
LittleEndianUtils.java 94 * @param output the output stream where the bytes will be written
98 public static void writeUnsigned4Le(@Nonnull ByteBuffer output, long value)
100 Preconditions.checkNotNull(output, "output == null");
107 output.put((byte) (value & 0xff));
108 output.put((byte) ((value >> 8) & 0xff));
109 output.put((byte) ((value >> 16) & 0xff));
110 output.put((byte) ((value >> 24) & 0xff));
116 * @param output the output stream where the bytes will be writte
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
DumpHeapCollector.java 61 String output = local
65 dumpFiles = takeDumpheap(device, output, process, mDumpheapThresholds.get(process));
80 * @param output of the meminfo command.
88 List<File> takeDumpheap(ITestDevice device, String output, String process, Long threshold)
91 if (output.isEmpty()) {
97 new CompactMemInfoParser().parse(Arrays.asList(output.split("\n")));
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
RunCommandTargetPreparer.java 48 @Option(name = "hide-bg-output", description = "if true, don't log background command output")
66 "Whether or not to use the shell v2 execution which provides status and output "
101 String output = device.executeShellCommand(cmd); local
102 CLog.v("cmd: '%s', returned:\n%s", cmd, output);
140 CLog.d("Background command output : %s", bgAction.getValue().getOutput());
148 String output = device.executeShellCommand(cmd); local
149 CLog.v("tearDown cmd: '%s', returned:\n%s", cmd, output);
  /tools/tradefederation/core/src/com/android/tradefed/util/
DeviceConcurrentUtil.java 80 * output and determine return of the <code>Callable</code>
120 String output = receiver.getOutput(); local
121 CLog.v("raw output for \"%s\"\n%s", mCommand, output);
122 return processOutput(output);
125 public abstract V processOutput(String output);
  /art/test/923-monitors/src/art/
Test923.java 35 output = new ArrayList<String>(100);
39 for (String s : output) {
42 output.clear();
142 // Check threaded output.
143 Iterator<String> it = output.iterator();
154 System.out.println(output);
159 System.out.println(output);
166 expect("Lock", it, output);
167 expect("Notify", it, output);
168 expect("Unlock", it, output);
288 static List<String> output; field in class:Test923
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/listeners/
UniqueProgramTrackerListener.java 105 private String getMD5SumOfOutput(String output) {
106 digest.update(output.getBytes());
144 // Shouldn't block, cp shouldn't produce output.
174 // Shouldn't block, rm shouldn't produce output.
232 String output = (String) outputMap.keySet().toArray()[0]; local
233 String md5sum = getMD5SumOfOutput(output);
242 String output = (String) outputMap.keySet().toArray()[0]; local
243 String md5sum = getMD5SumOfOutput(output);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
DeviceReportLog.java 262 Bundle output = new Bundle(); local
263 output.putString(RESULT, serialize(this));
264 instrumentation.sendStatus(INST_STATUS_IN_PROGRESS, output);
  /cts/hostsidetests/api/src/com/android/cts/api/
UnofficialApisUsageTest.java 211 StringBuilder output = new StringBuilder(); local
233 output.append("Vendor package " + module.name
237 output.append(
242 output.append("Failed to get info for vendor package " + module.name
246 if (output.length() != 0) {
247 fail(output.toString());

Completed in 2028 milliseconds

<<41424344454647484950>>