HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 1 - 25 of 11582) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecASCIIFastPath.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 static void copy(LChar* destination, const uint8_t* source)
38 memcpy(destination, source, 4);
41 static void copy(UChar* destination, const uint8_t* source)
43 destination[0] = source[0];
44 destination[1] = source[1];
45 destination[2] = source[2];
46 destination[3] = source[3];
50 static void copy(LChar* destination, const uint8_t* source)
    [all...]
  /external/clang/test/Frontend/
verify2.c 10 #error source
18 // CHECK-NEXT: Line 10: source
37 // CHECK2-NEXT: File {{.*}}verify2.c Line 10: source
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescriptionTest.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
35 static inline void assertDescriptionMatchesMask(FontDescription& source, FontTraitsBitfield bitfield)
39 EXPECT_EQ(source.style(), target.style());
40 EXPECT_EQ(source.variant(), target.variant());
41 EXPECT_EQ(source.weight(), target.weight());
42 EXPECT_EQ(source.stretch(), target.stretch());
47 FontDescription source; local
48 source.setStyle(FontStyleNormal);
49 source.setVariant(FontVariantNormal)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
23 content::WebUIDataSource* source = local
26 source->SetDefaultResource(IDR_LOCAL_DISCOVERY_HTML);
27 source->AddResourcePath("local_discovery.css", IDR_LOCAL_DISCOVERY_CSS);
28 source->AddResourcePath("local_discovery.js", IDR_LOCAL_DISCOVERY_JS);
29 source->AddResourcePath("device.png", IDR_LOCAL_DISCOVERY_DEVICE_PNG);
30 source->AddResourcePath("printer.png", IDR_LOCAL_DISCOVERY_PRINTER_PNG);
32 source->SetUseJsonJSFormatV2();
33 source->AddLocalizedString("serviceRegister",
35 source->AddLocalizedString("manageDevice", IDS_LOCAL_DISCOVERY_MANAGE_DEVICE)
126 content::WebUIDataSource* source = CreateLocalDiscoveryHTMLSource(); local
132 content::WebUIDataSource::Add(Profile::FromWebUI(web_ui), source); local
    [all...]
  /external/chromium_org/third_party/libyuv/
linux.mk 9 source/compare.o \
10 source/compare_common.o \
11 source/compare_posix.o \
12 source/convert.o \
13 source/convert_argb.o \
14 source/convert_from.o \
15 source/convert_from_argb.o \
16 source/convert_to_argb.o \
17 source/convert_to_i420.o \
18 source/cpu_id.o
    [all...]
Android.mk 9 source/compare.cc \
10 source/compare_common.cc \
11 source/compare_posix.cc \
12 source/convert.cc \
13 source/convert_argb.cc \
14 source/convert_from.cc \
15 source/convert_from_argb.cc \
16 source/convert_to_argb.cc \
17 source/convert_to_i420.cc \
18 source/cpu_id.cc
    [all...]
winarm.mk 13 source/compare.o\
14 source/compare_common.o\
15 source/convert.o\
16 source/convert_argb.o\
17 source/convert_from.o\
18 source/convert_from_argb.o\
19 source/convert_to_argb.o\
20 source/convert_to_i420.o\
21 source/cpu_id.o\
22 source/format_conversion.o
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLBIOSource.java 2 * Copyright (C) 2014 The Android Open Source Project
24 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
30 public OpenSSLBIOSource(OpenSSLBIOInputStream source) {
31 this.source = source;
35 return source.getBioContext();
39 if (source != null) {
40 NativeCrypto.BIO_free_all(source.getBioContext());
41 source = null;
55 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 content::WebUIDataSource* source = local
20 source->SetUseJsonJSFormatV2();
21 source->SetJsonPath("strings.js");
22 source->AddResourcePath("sync_index.js", IDR_SYNC_INTERNALS_INDEX_JS);
23 source->AddResourcePath("chrome_sync.js",
25 source->AddResourcePath("types.js", IDR_SYNC_INTERNALS_TYPES_JS);
26 source->AddResourcePath("sync_log.js", IDR_SYNC_INTERNALS_SYNC_LOG_JS);
27 source->AddResourcePath("sync_node_browser.js",
29 source->AddResourcePath("sync_search.js"
    [all...]
downloads_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
39 content::WebUIDataSource* source = local
42 source->AddLocalizedString("title", IDS_DOWNLOAD_TITLE);
43 source->AddLocalizedString("searchbutton", IDS_DOWNLOAD_SEARCH_BUTTON);
44 source->AddLocalizedString("searchresultsfor", IDS_DOWNLOAD_SEARCHRESULTSFOR);
45 source->AddLocalizedString("downloads", IDS_DOWNLOAD_TITLE);
46 source->AddLocalizedString("clear_all", IDS_DOWNLOAD_LINK_CLEAR_ALL);
47 source->AddLocalizedString("open_downloads_folder",
51 source->AddLocalizedString("status_cancelled", IDS_DOWNLOAD_TAB_CANCELLED);
52 source->AddLocalizedString("status_removed", IDS_DOWNLOAD_FILE_REMOVED)
112 content::WebUIDataSource* source = CreateDownloadsUIHTMLSource(profile); local
    [all...]
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
24 content::WebUIDataSource* source = local
26 source->SetDefaultResource(IDR_ABOUT_DOM_DISTILLER_HTML);
27 source->AddResourcePath("about_dom_distiller.css",
29 source->AddResourcePath("about_dom_distiller.js", IDR_ABOUT_DOM_DISTILLER_JS);
31 source->SetUseJsonJSFormatV2();
32 source->AddLocalizedString("domDistillerTitle",
34 source->AddLocalizedString("addArticleUrl",
36 source->AddLocalizedString("addArticleAddButtonLabel",
38 source->AddLocalizedString("addArticleFailedLabel"
    [all...]
  /external/okhttp/okio/src/test/java/okio/
ReadUtf8LineTest.java 30 BufferedSource source = newSource("abc\ndef\n"); local
31 assertEquals("abc", source.readUtf8LineStrict());
32 assertEquals("def", source.readUtf8LineStrict());
34 source.readUtf8LineStrict();
41 BufferedSource source = newSource("\n\n\n"); local
42 assertEquals("", source.readUtf8LineStrict());
43 assertEquals("", source.readUtf8LineStrict());
44 assertEquals("", source.readUtf8LineStrict());
45 assertTrue(source.exhausted());
49 BufferedSource source = newSource("abc\r\ndef\r\nghi\rjkl\r\n") local
56 BufferedSource source = newSource("abc\\ndef"); local
63 BufferedSource source = newSource("abc\\ndef\\n"); local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/util/
CompilationUnit.java 2 * Copyright (C) 2009 The Android Open Source Project
23 private String source; field in class:CompilationUnit
25 public CompilationUnit(String name, String source) {
27 this.source = source;
35 return source;
  /external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java 34 private final Object source; field in class:DeadEvent
40 * @param source object broadcasting the DeadEvent (generally the
44 public DeadEvent(Object source, Object event) {
45 this.source = source;
53 * @return the source of this event.
56 return source;
  /external/lldb/
Android.mk 12 source \
13 source/API \
14 source/Breakpoint \
15 source/Commands \
16 source/Core \
17 source/DataFormatters \
18 source/Expression \
19 source/Host \
20 source/Interpreter \
21 source/Plugins
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
InputStreamPreprocessor.h 6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
53 // characters in |source| (after collapsing \r\n, etc).
54 ALWAYS_INLINE bool peek(SegmentedString& source)
56 m_nextInputCharacter = source.currentChar();
67 return processNextInputCharacter(source);
70 // Returns whether there are more characters in |source| after advancing.
71 ALWAYS_INLINE bool advance(SegmentedString& source)
73 source.advanceAndUpdateLineNumber();
74 if (source.isEmpty()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/help/
help_ui.cc 2 // Use of this source code is governed by a BSD-style license that can be
18 content::WebUIDataSource* source = local
21 source->SetJsonPath("strings.js");
22 source->SetUseJsonJSFormatV2();
23 source->AddResourcePath("help.js", IDR_HELP_JS);
24 source->AddResourcePath("help_page.js", IDR_HELP_PAGE_JS);
25 source->AddResourcePath("channel_change_page.js", IDR_CHANNEL_CHANGE_PAGE_JS);
26 source->SetDefaultResource(IDR_HELP_HTML);
27 source->DisableDenyXFrameOptions();
28 return source;
36 content::WebUIDataSource* source = CreateAboutPageHTMLSource(); local
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_source.cc 2 // Use of this source code is governed by a BSD-style license that can be
30 const char* ProxyConfigSourceToString(ProxyConfigSource source) {
31 DCHECK_GT(NUM_PROXY_CONFIG_SOURCES, source);
32 return kSourceNames[source];
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.cc 2 // Use of this source code is governed by a BSD-style license that can be
33 void EnergyEndpointerParams::operator=(const EnergyEndpointerParams& source) {
34 frame_period_ = source.frame_period();
35 frame_duration_ = source.frame_duration();
36 endpoint_margin_ = source.endpoint_margin();
37 onset_window_ = source.onset_window();
38 speech_on_window_ = source.speech_on_window();
39 offset_window_ = source.offset_window();
40 onset_detect_dur_ = source.onset_detect_dur();
41 onset_confirm_dur_ = source.onset_confirm_dur()
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
mount.c 2 * Use of this source code is governed by a BSD-style license that can be
8 int mount(const char* source, const char* target, const char* filesystemtype,
10 return ki_mount(source, target, filesystemtype, mountflags, data);
  /external/chromium_org/sandbox/win/tests/common/
test_utils.h 2 // Use of this source code is governed by a BSD-style license that can be
10 // Sets a reparse point. |source| will now point to |target|. Returns true if
12 bool SetReparsePoint(HANDLE source, const wchar_t* target);
14 // Delete the reparse point referenced by |source|. Returns true if the call
16 bool DeleteReparsePoint(HANDLE source);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TransformSourceLibxslt.cpp 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
34 TransformSource::TransformSource(xmlDocPtr source)
35 : m_source(source)
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/
AudioDeviceAndroid.java 1 ../../../../../../../source/android/org/webrtc/voiceengine/AudioDeviceAndroid.java
  /external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
bar.cc 1 #error Not a real source file
foo.c 1 #error Not a real source file

Completed in 4055 milliseconds

1 2 3 4 5 6 7 8 91011>>