Searched refs:output (Results 226 - 250 of 3704) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api_utils.cc21 bluetooth::VendorIdSource* output) {
24 *output = bluetooth::VENDOR_ID_SOURCE_NONE;
27 *output = bluetooth::VENDOR_ID_SOURCE_BLUETOOTH;
30 *output = bluetooth::VENDOR_ID_SOURCE_USB;
39 bluetooth::DeviceType* output) {
42 *output = bluetooth::DEVICE_TYPE_NONE;
45 *output = bluetooth::DEVICE_TYPE_COMPUTER;
48 *output = bluetooth::DEVICE_TYPE_PHONE;
51 *output = bluetooth::DEVICE_TYPE_MODEM;
54 *output
20 ConvertVendorIDSourceToApi(const BluetoothDevice::VendorIDSource& input, bluetooth::VendorIdSource* output) argument
38 ConvertDeviceTypeToApi(const BluetoothDevice::DeviceType& input, bluetooth::DeviceType* output) argument
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_url_util_shared.cc18 PP_URLComponent_Dev* output) {
19 output->begin = input.begin;
20 output->len = input.len;
29 void ConvertComponents(const url::Parsed& input, PP_URLComponents_Dev* output) { argument
30 if (!output)
33 ConvertComponent(input.scheme, &output->scheme);
34 ConvertComponent(input.username, &output->username);
35 ConvertComponent(input.password, &output->password);
36 ConvertComponent(input.host, &output->host);
37 ConvertComponent(input.port, &output
17 ConvertComponent(const url::Component& input, PP_URLComponent_Dev* output) argument
[all...]
/external/chromium_org/tools/grit/grit/tool/
H A Dxmb_unittest.py50 output = self.xmb_file.getvalue()
51 self.failUnless(output.count('Joi') and output.count('Yibbee'))
57 output = self.xmb_file.getvalue()
58 self.failUnless(output.count('Yibbee'))
59 self.failUnless(not output.count('Joi'))
77 output = self.xmb_file.getvalue()
78 self.failUnless(output.count('Joi'))
79 self.failUnless(not output.count('Yibbee'))
86 output
[all...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh6 if test x"$INCLUDE" = x -o x"$SOURCES" = x -o x"$output" = x; then
7 echo "SOURCES, INCLUDE, and output needs to be set"
40 :>${output}.new
45 echo "\$(objects)/$obj: $src \\" >>${output}.new
49 search_deps $src | sort | uniq >>${output}.new
52 c) cat >>${output}.new <<__EOF__
58 cc) cat >>${output}.new <<__EOF__
64 m) cat >>${output}.new <<__EOF__
70 asm) cat >>${output}.new <<__EOF__
76 S) cat >>${output}
[all...]
/external/libxml2/
H A DdebugXML.c42 FILE *output; /* the output file */ member in struct:_xmlDebugCtxt
64 ctxt->output = stdout;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, "%s", ctxt->shift);
429 fprintf(ctxt->output, "(NULL)");
436 fputc(' ', ctxt->output);
438 fprintf(ctxt->output, "#%X", str[i]);
440 fputc(str[i], ctxt->output);
1345 xmlDebugDumpString(FILE * output, const xmlChar * str) argument
1376 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) argument
1396 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1416 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) argument
1437 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) argument
1458 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) argument
1480 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) argument
1501 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1522 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1543 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) argument
1573 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
1659 xmlLsOneNode(FILE *output, xmlNodePtr node) argument
2805 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
/external/chromium_org/chrome/common/
H A Dinstant_restricted_id_cache_unittest.cc48 std::vector<ItemIDPair> output; local
49 cache.GetCurrentItems(&output);
50 EXPECT_EQ(3u, output.size());
52 EXPECT_EQ(i + 1, output[i].first);
53 EXPECT_EQ(input1[i], output[i].second);
69 output.clear();
70 cache.GetCurrentItems(&output);
71 EXPECT_EQ(2u, output.size());
73 EXPECT_EQ(i + 4, output[i].first);
74 EXPECT_EQ(input2[i], output[
125 std::vector<ItemIDPair> output; local
207 std::vector<ItemIDPair> output; local
280 std::vector<ItemIDPair> output; local
364 std::vector<ItemIDPair> output; local
410 std::vector<ItemIDPair> output; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c42 FILE *output; /* the output file */ member in struct:_xmlDebugCtxt
64 ctxt->output = stdout;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, "%s", ctxt->shift);
429 fprintf(ctxt->output, "(NULL)");
436 fputc(' ', ctxt->output);
438 fprintf(ctxt->output, "#%X", str[i]);
440 fputc(str[i], ctxt->output);
1345 xmlDebugDumpString(FILE * output, const xmlChar * str) argument
1376 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) argument
1396 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) argument
1416 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) argument
1437 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) argument
1458 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) argument
1480 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) argument
1501 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) argument
1522 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) argument
1543 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd) argument
1573 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) argument
1659 xmlLsOneNode(FILE *output, xmlNodePtr node) argument
2800 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE * output) argument
[all...]
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control_test.py42 output = traffic_control._Exec(['echo', ' Test '])
43 self.assertEqual(output, 'Test')
62 output = traffic_control._Exec(command)
63 self.assertFalse(root_detail in output)
66 output = traffic_control._Exec(command)
68 self.assertTrue(root_detail in output)
86 output = traffic_control._Exec(command)
87 self.assertFalse(class_detail in output)
94 output = traffic_control._Exec(command)
95 self.assertTrue(class_detail in output)
[all...]
/external/chromium_org/url/
H A Durl_canon_filesystemurl.cc25 CanonOutput* output,
38 new_parsed->scheme.begin = output->length();
39 output->Append("filesystem:", 11);
47 new_inner_parsed.scheme.begin = output->length();
48 output->Append("file://", 7);
50 success &= CanonicalizePath(spec, inner_parsed->path, output,
55 output, &new_inner_parsed);
57 // TODO(ericu): The URL is wrong, but should we try to output more of what
65 success &= CanonicalizePath(source.path, parsed.path, output,
70 output,
21 DoCanonicalizeFileSystemURL(const CHAR* spec, const URLComponentSource<CHAR>& source, const Parsed& parsed, CharsetConverter* charset_converter, CanonOutput* output, Parsed* new_parsed) argument
80 CanonicalizeFileSystemURL(const char* spec, int spec_len, const Parsed& parsed, CharsetConverter* charset_converter, CanonOutput* output, Parsed* new_parsed) argument
91 CanonicalizeFileSystemURL(const base::char16* spec, int spec_len, const Parsed& parsed, CharsetConverter* charset_converter, CanonOutput* output, Parsed* new_parsed) argument
102 ReplaceFileSystemURL(const char* base, const Parsed& base_parsed, const Replacements<char>& replacements, CharsetConverter* charset_converter, CanonOutput* output, Parsed* new_parsed) argument
115 ReplaceFileSystemURL(const char* base, const Parsed& base_parsed, const Replacements<base::char16>& replacements, CharsetConverter* charset_converter, CanonOutput* output, Parsed* new_parsed) argument
[all...]
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc26 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch);
44 void reference2_16x16_idct_2d(double *input, double *output) { argument
61 output[k*16+l] = s;
83 void butterfly_16x16_dct_1d(double input[16], double output[16]) { argument
107 output[0] = step[0] + step[7];
108 output[1] = step[1] + step[6];
109 output[2] = step[2] + step[5];
110 output[3] = step[3] + step[4];
111 output[4] = step[3] - step[4];
112 output[
239 reference_16x16_dct_2d(int16_t input[256], double output[256]) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h172 // Write a protocol buffer of this message to the given output. Returns
175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
177 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
178 // Write the message to the given zero-copy output stream. All required
180 bool SerializeToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
182 bool SerializePartialToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
185 bool SerializeToString(string* output) const;
187 bool SerializePartialToString(string* output) const;
206 bool AppendToString(string* output) const;
208 bool AppendPartialToString(string* output) cons
[all...]
/external/chromium_org/ui/display/util/x11/
H A Dedid_parser_x11.cc27 // Get the EDID data from the |output| and stores to |edid|.
30 bool GetEDIDProperty(XID output, std::vector<uint8_t>* edid) { argument
42 Atom* properties = XRRListOutputProperties(display, output, &num_properties);
59 output,
78 // Gets some useful data from the specified output device, such like
81 // NULL can be passed for unwanted output parameters.
82 bool GetOutputDeviceData(XID output, argument
86 if (!GetEDIDProperty(output, &edid))
107 std::string GetDisplayName(RROutput output) { argument
109 GetOutputDeviceData(output, NUL
113 GetOutputOverscanFlag(RROutput output, bool* flag) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h165 // Write a protocol buffer of this message to the given output. Returns
168 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
170 bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
171 // Write the message to the given zero-copy output stream. All required
173 bool SerializeToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
175 bool SerializePartialToZeroCopyStream(io::ZeroCopyOutputStream* output) const;
178 bool SerializeToString(string* output) const;
180 bool SerializePartialToString(string* output) const;
199 bool AppendToString(string* output) const;
201 bool AppendPartialToString(string* output) cons
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dcheck_braille_ime.py29 success, output = CheckBrailleIme()
30 if len(output) > 0:
31 print output
/external/chromium_org/content/test/
H A Dmock_keyboard.cc22 std::wstring* output) {
24 CHECK(output);
44 return driver_.GetCharacters(key_code, output);
19 GetCharacters(Layout layout, int key_code, Modifiers modifiers, std::wstring* output) argument
/external/chromium_org/native_client_sdk/
H A DPRESUBMIT.py13 output = []
28 output.extend(canned.RunPylint(input_api, output_api, black_list=black_list,
30 return output
/external/chromium_org/ppapi/proxy/
H A Dtruetype_font_singleton_resource.cc36 const PP_ArrayOutput& output,
42 this, callback, output));
49 const PP_ArrayOutput& output,
59 this, callback, output));
75 ArrayWriter output; local
76 output.set_pp_array_output(array_output);
77 if (output.is_valid()) {
82 output.StoreVarVector(font_family_vars);
101 ArrayWriter output; local
102 output
34 GetFontFamilies( PP_Instance instance, const PP_ArrayOutput& output, const scoped_refptr<TrackedCallback>& callback) argument
46 GetFontsInFamily( PP_Instance instance, PP_Var family, const PP_ArrayOutput& output, const scoped_refptr<TrackedCallback>& callback) argument
[all...]
/external/chromium_org/tools/clang/plugins/tests/
H A Dtest.sh8 # and compares the output with golden result files.
36 local output="$("${CLANG_PATH}" -c -Wno-c++11-extensions \
39 local diffout="$(echo "${output}" | diff - "${2}")"
46 echo "${output}"
47 echo "Expected output:"
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dgypd.py5 """gypd output module
7 This module produces gyp input as its output. Output files are given the
21 performed and the relevant constructs not present in the output; paths to
27 comments but won't do all of the other things done to this module's output.
29 The specific formatting of the output generated by this module is subject
65 # phase. Bonus points for carrying @ back into the output too.
85 output = open(output_file, 'w')
86 pprint.pprint(data[input_file], output)
87 output.close()
/external/chromium_org/tools/gyp/test/actions/src/subdir1/
H A Dcounter.py10 output = sys.argv[1] variable
27 oldcount = open(output, 'r').read()
34 # given output file.
37 # Only write the given output file if the count has changed.
39 open(output, 'w').write('%d' % (count))
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend_unittest.py32 output = platform.StopMonitoringPower()
33 self.assertTrue(output.has_key('energy_consumption_mwh'))
34 self.assertTrue(output.has_key('identifier'))
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLRandom.java44 byte[] output = new byte[numBytes];
45 NativeCrypto.RAND_bytes(output);
46 return output;
/external/libcxx/test/input.output/iostream.forward/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostream.forward/Android.mk
19 test_name := input.output/iostream.forward/iosfwd
23 test_name := input.output/iostream.forward/version
/external/libcxx/test/input.output/iostreams.base/stream.types/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/stream.types/Android.mk
19 test_name := input.output/iostreams.base/stream.types/streamsize
23 test_name := input.output/iostreams.base/stream.types/streamoff
/external/libpng/contrib/examples/
H A Diccfrompng.c100 char *output; local
112 output = malloc(len + 5);
113 if (output != NULL)
117 memcpy(output, filename, len);
118 strcpy(output+len, ".icc");
120 of = fopen(output, "wb");
128 printf("%s -> %s\n", filename, output);
135 fprintf(stderr, "%s: error writing profile\n", output);
136 if (remove(output))
137 fprintf(stderr, "%s: could not remove file\n", output);
[all...]

Completed in 7744 milliseconds

1234567891011>>