Searched defs:output (Results 126 - 150 of 1376) sorted by relevance

1234567891011>>

/external/chromium_org/net/base/
H A Dnet_string_util_icu_alternatives_android.cc72 std::string* output) {
73 output->clear();
77 *output = base::android::ConvertJavaStringToUTF8(java_result);
82 std::string* output) {
83 output->clear();
88 *output = base::android::ConvertJavaStringToUTF8(java_result);
93 base::string16* output) {
94 output->clear();
98 *output = base::android::ConvertJavaStringToUTF16(java_result);
104 base::string16* output) {
71 ConvertToUtf8(const std::string& text, const char* charset, std::string* output) argument
81 ConvertToUtf8AndNormalize(const std::string& text, const char* charset, std::string* output) argument
92 ConvertToUTF16(const std::string& text, const char* charset, base::string16* output) argument
102 ConvertToUTF16WithSubstitutions(const std::string& text, const char* charset, base::string16* output) argument
[all...]
/external/chromium_org/net/cookies/
H A Dparsed_cookie_unittest.cc273 const char output[] = "ANCUUID=zohNumRKgI0oxyhSsV3Z7D; " local
277 EXPECT_EQ(output, pc.ToCookieLine());
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater_test.cc188 std::vector<char> output; local
214 output.insert(output.end(),
219 EXPECT_EQ(output, input);
/external/chromium_org/ppapi/cpp/
H A Ddirectory_entry.cc58 output();
63 DirectoryEntryArrayOutputAdapterWithStorage::output() { function in class:pp::internal::DirectoryEntryArrayOutputAdapterWithStorage
/external/chromium_org/ppapi/cpp/private/
H A Dflash_font_file.cc46 void* output,
50 GetFontTable(pp_resource(), table, output, output_length);
45 GetFontTable(uint32_t table, void* output, uint32_t* output_length) argument
/external/chromium_org/ppapi/proxy/
H A Dflash_resource_unittest.cc50 PP_ArrayOutput output; local
51 output.GetDataBuffer = &Unused;
52 output.user_data = &unused;
57 pp_instance(), video_capture.get(), output);
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.h29 ArrayWriter(const PP_ArrayOutput& output);
35 void set_pp_array_output(const PP_ArrayOutput& output) { argument
36 pp_array_output_ = output;
39 // Sets the array output back to its is_null() state.
43 // plugin output array.
47 // call since one output function should only be issued once.
59 // Regardless of success, we clear the output to prevent future calls on
60 // this same output object.
73 // Copies the given array/vector of data to the plugin output array. See
80 // Stores the given vector of resources as PP_Resources to the output vecto
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_file_chooser_trusted_thunk.cc38 struct PP_ArrayOutput output,
47 output,
35 ShowWithoutUserGesture(PP_Resource chooser, PP_Bool save_as, struct PP_Var suggested_file_name, struct PP_ArrayOutput output, struct PP_CompletionCallback callback) argument
H A Dppb_flash_font_file_thunk.cc32 void* output,
37 return enter.object()->GetFontTable(table, output, output_length);
30 GetFontTable(PP_Resource font_file, uint32_t table, void* output, uint32_t* output_length) argument
H A Dppb_network_list_thunk.cc59 struct PP_ArrayOutput output) {
64 return enter.object()->GetIpAddresses(index, output);
57 GetIpAddresses(PP_Resource resource, uint32_t index, struct PP_ArrayOutput output) argument
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer_unittest.cc7 #include "cc/output/copy_output_result.h"
54 scoped_ptr<cc::CopyOutputResult> output = local
56 capturer_->OnFrameCaptured(output.Pass());
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dprocesses_and_threads.cc15 FILE *output = handle2file.Translate(log, "w"); local
19 fprintf(output, "[BLOCKED] Cannot list all processes on the system. "
34 fprintf(output, "[BLOCKED] Found process %S:%ld but cannot open it. "
40 fprintf(output, "[GRANTED] Found process %S:%ld and open succeeded.\r\n",
50 fprintf(output, "[ERROR] Error %ld while looking at the processes on "
59 FILE *output = handle2file.Translate(log, "w"); local
63 fprintf(output, "[BLOCKED] Cannot list all threads on the system. "
83 fprintf(output, "[GRANTED] Found thread %ld:%ld and able to open it.\r\n",
94 fprintf(output, "[ERROR] Error %ld while looking at the processes on "
98 fprintf(output, "[INF
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptHeapSnapshot.cpp58 OutputStreamAdapter(ScriptHeapSnapshot::OutputStream* output) argument
59 : m_output(output) { }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQueryEvaluatorTest.cpp22 const bool output; member in struct:blink::__anon11017
82 ASSERT_EQ(testCases[i].output, mediaQueryEvaluator.eval(querySet.get()));
132 bool output = false; local
133 ASSERT_EQ(output, mediaQueryEvaluator.eval(querySet.get()));
H A DMediaQuerySetTest.cpp18 const char* output; member in struct:blink::__anon11019
24 StringBuilder output; local
28 output.append(queryText);
32 output.appendLiteral(", ");
35 if (test.output)
36 ASSERT_STREQ(test.output, output.toString().ascii().data());
38 ASSERT_STREQ(test.input, output.toString().ascii().data());
45 // The second string represents the output string, if present.
46 // Otherwise, the output strin
[all...]
H A DMediaValuesTest.cpp22 int output; member in struct:blink::TestCase
48 int output = 0; local
54 output);
57 ASSERT_EQ(testCases[i].output, output);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParserTest.cpp21 StringBuilder output; local
25 output.append(queryText);
29 output.appendLiteral(", ");
31 ASSERT_STREQ(expected, output.toString().ascii().data());
38 const char* output; member in struct:blink::__anon11026
54 testMediaQuery(testCases[i].output, *static_cast<StyleRuleMedia*>(rule.get())->mediaQueries());
H A DMediaQueryTokenizerTest.cpp16 const char* output; member in struct:blink::__anon11033
66 StringBuilder output; local
68 output.append(tokens[j].textForUnitTests());
69 ASSERT_STREQ(testCases[i].output, output.toString().ascii().data());
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioSummingJunction.cpp78 AudioNodeOutput* output = *i; local
79 m_renderingOutputs[j] = output;
80 output->updateRenderingState();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMallocZoneSupport.h48 void* output; local
49 kern_return_t err = (*m_reader)(m_task, address, size, static_cast<void**>(&output));
51 output = 0;
52 return output;
/external/chromium_org/third_party/angle/src/common/
H A Ddebug.cpp26 static void output(bool traceFileDebugOnly, PerfOutputFunction perfFunc, const char *format, va_list vararg) function in namespace:gl
71 output(traceFileDebugOnly, D3DPERF_SetMarker, format, vararg);
73 output(traceFileDebugOnly, NULL, format, vararg);
99 output(true, reinterpret_cast<PerfOutputFunction>(D3DPERF_BeginEvent), format, vararg);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTranslatorHLSL.cpp12 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) argument
13 : TCompiler(type, spec, output)
22 outputHLSL.output();
/external/chromium_org/third_party/boringssl/
H A Dboringssl_unittest.cc31 std::string output; local
32 EXPECT_TRUE(base::GetAppOutput(cmd, &output));
34 const bool ok = output.size() >= 5 &&
35 memcmp("PASS\n", &output[output.size() - 5], 5) == 0 &&
36 (output.size() == 5 || output[output.size() - 6] == '\n');
38 EXPECT_TRUE(ok) << output;
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.h32 * <p>A rule consists of an input pattern and an output string. When
33 * the input pattern is matched, the output string is emitted. The
44 * references in its output string. A segment is a substring of the
48 * the output string that causes a segment of the input string (not
49 * the input pattern) to be copied to the output string. The range of
86 UnicodeFunctor* output; member in class:TransliterationRule
149 * Construct a new rule with the given input, output text, and other
150 * attributes. A cursor position may be specified for the output text.
158 * @param outputStr output string.
159 * @param cursorPosition offset into output a
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresenceouttask.cc147 char output[256]; local
148 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time);
149 result->AddAttr(kQnStamp, output, 1);

Completed in 532 milliseconds

1234567891011>>