Searched refs:Build (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A D__init__.py4 # It's unclear if Builder and Build need to be public.
5 from .buildbot import BuildBot, Builder, Build namespace
/external/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL1 use Module::Build;
3 my $build = Module::Build->new(
/external/chromium_org/third_party/cython/src/bin/
H A Dcythonize7 from Cython.Build.Cythonize import main
H A Dcythonrun12 from Cython.Build.BuildExecutable import build, build_and_run
/external/mksh/
H A DMakefrag.inc10 NONSRCS_NOINST= Build.sh Makefile Rebuild.sh check.pl check.t test.sh
18 rlimits.gen: ../src/Build.sh ../src/rlimits.opt
19 srcfile=../src/rlimits.opt; BUILDSH_RUN_GENOPT=1; . ../src/Build.sh
20 sh_flags.gen: ../src/Build.sh ../src/sh_flags.opt
21 srcfile=../src/sh_flags.opt; BUILDSH_RUN_GENOPT=1; . ../src/Build.sh
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DApiCompatibilityUtils.java15 import android.os.Build;
40 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
52 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
64 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
71 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
78 if (Build
[all...]
H A DBuildInfo.java12 import android.os.Build;
33 return Build.DEVICE;
38 return Build.BRAND;
43 return Build.ID;
53 return Build.FINGERPRINT.substring(
54 0, Math.min(Build.FINGERPRINT.length(), MAX_FINGERPRINT_LENGTH));
59 return Build.MANUFACTURER;
64 return Build.MODEL;
118 return Build.TYPE;
123 return Build
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLogTime.java4 import android.os.Build;
8 private static final double MILLIS_MULTIPLIER = Build.VERSION.SDK_INT >= 17 ? (1d / Math.pow(10, 6)) : 1d;
12 if (Build.VERSION.SDK_INT >= 17) {
/external/chromium_org/chrome/browser/password_manager/
H A Dnull_password_store_service.cc10 KeyedService* NullPasswordStoreService::Build( function in class:NullPasswordStoreService
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dplugin.properties11 pluginName = Plug-in Development Environment Build Support
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_key_builders.h24 static IndexedDBKey Build(const blink::WebIDBKey& key);
32 static blink::WebIDBKey Build(const content::IndexedDBKey& key);
40 static IndexedDBKeyRange Build(const blink::WebIDBKeyRange& key_range);
48 static IndexedDBKeyPath Build(const blink::WebIDBKeyPath& key_path);
56 static blink::WebIDBKeyPath Build(const IndexedDBKeyPath& key_path);
/external/chromium_org/content/common/input/
H A Dgesture_event_stream_validator_unittest.cc19 blink::WebGestureEvent Build(WebInputEvent::Type type) { function in namespace:content::__anon7627
20 return SyntheticWebGestureEventBuilder::Build(type, kDefaultGestureDevice);
30 event = Build(WebInputEvent::GestureScrollBegin);
34 event = Build(WebInputEvent::GestureScrollUpdate);
38 event = Build(WebInputEvent::GestureScrollEnd);
49 event = Build(WebInputEvent::GestureScrollUpdate);
54 event = Build(WebInputEvent::GestureScrollEnd);
58 event = Build(WebInputEvent::GestureScrollBegin);
63 event = Build(WebInputEvent::GestureScrollBegin);
67 event = Build(WebInputEven
[all...]
H A Dsynthetic_web_input_event_builders.h18 static blink::WebMouseEvent Build(blink::WebInputEvent::Type type);
19 static blink::WebMouseEvent Build(blink::WebInputEvent::Type type,
27 static blink::WebMouseWheelEvent Build(
29 static blink::WebMouseWheelEvent Build(float dx,
37 static blink::WebKeyboardEvent Build(blink::WebInputEvent::Type type);
42 static blink::WebGestureEvent Build(blink::WebInputEvent::Type type,
/external/chromium_org/ui/android/java/src/org/chromium/ui/gl/
H A DSurfaceTexturePlatformWrapper.java8 import android.os.Build;
30 assert Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
58 assert Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT;
75 assert Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
81 assert Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN;
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_win.h16 static blink::WebKeyboardEvent Build(HWND hwnd,
25 static blink::WebMouseEvent Build(HWND hwnd,
34 static blink::WebMouseWheelEvent Build(HWND hwnd,
H A Dweb_input_event_builders_android.h18 static blink::WebMouseEvent Build(blink::WebInputEvent::Type type,
36 static blink::WebMouseWheelEvent Build(Direction direction,
44 static blink::WebKeyboardEvent Build(blink::WebInputEvent::Type type,
54 static blink::WebGestureEvent Build(blink::WebInputEvent::Type type,
/external/chromium_org/content/renderer/
H A Dcontext_menu_params_builder.h17 static ContextMenuParams Build(const blink::WebContextMenuData& data);
H A Ddate_time_suggestion_builder.h17 static DateTimeSuggestion Build(
H A Ddrop_data_builder.h17 static DropData Build(const blink::WebDragData& data);
H A Dmenu_item_builder.h17 static MenuItem Build(const blink::WebMenuItemInfo& item);
/external/chromium_org/content/renderer/pepper/
H A Dppapi_preferences_builder.h18 static ppapi::Preferences Build(const WebPreferences& prefs);
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
H A DContentShellPreconditionsTest.java9 import android.os.Build;
19 @TargetApi(Build.VERSION_CODES.KITKAT_WATCH)
27 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT_WATCH) {
/external/chromium_org/extensions/common/
H A Dtest_util.cc26 .Build();
34 .Build();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DKeySystemTest.java7 import android.os.Build;
57 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
72 if (Build.VERSION.SDK_INT < Build.VERSION_CODES.KITKAT) {
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aurawin.cc18 return WebMouseEventBuilder::Build(native_event.hwnd,
27 return WebMouseWheelEventBuilder::Build(native_event.hwnd,
36 return WebKeyboardEventBuilder::Build(native_event.hwnd,

Completed in 1438 milliseconds

1234567891011>>