/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
FractalTileLoader.java | 44 private final Basis base; field in class:FractalTileLoader 47 public FractalTileLoader(Basis base, float heightScale) { 48 this.base = base; 55 FloatBuffer buffer = this.base.getBuffer(location.x * (this.quadSize - 1), location.z * (this.quadSize - 1), 0, this.quadSize);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
AbstractFilter.java | 58 public FloatBuffer doFilter(float sx, float sy, float base, FloatBuffer data, int size) {
64 retval = f.doFilter(sx, sy, base, retval, size);
66 retval = this.filter(sx, sy, base, retval, size);
68 retval = f.doFilter(sx, sy, base, retval, size);
73 public abstract FloatBuffer filter(float sx, float sy, float base, FloatBuffer buffer, int size);
|
/external/chromium/net/base/ |
file_stream_unittest.cc | 5 #include "base/callback.h" 6 #include "base/file_util.h" 7 #include "base/message_loop.h" 8 #include "base/path_service.h" 9 #include "base/platform_file.h" 10 #include "net/base/file_stream.h" 11 #include "net/base/net_errors.h" 12 #include "net/base/test_completion_callback.h" 43 base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ) [all...] |
transport_security_state_unittest.cc | 5 #include "net/base/transport_security_state.h" 146 const base::Time current_time(base::Time::Now()); 147 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); 159 const base::Time current_time(base::Time::Now()); 160 const base::Time expiry = current_time + base::TimeDelta::FromSeconds(1000); 172 const base::Time current_time(base::Time::Now()) [all...] |
/external/chromium/chrome/browser/extensions/ |
user_script_master.cc | 10 #include "base/file_path.h" 11 #include "base/file_util.h" 12 #include "base/path_service.h" 13 #include "base/pickle.h" 14 #include "base/stl_util-inl.h" 15 #include "base/string_util.h" 16 #include "base/threading/thread.h" 17 #include "base/version.h" 24 #include "net/base/net_util.h" 28 static bool GetDeclarationValue(const base::StringPiece& line [all...] |
extension_cookies_unittest.cc | 10 #include "base/values.h" 110 GURL(), "ABC", "DEF", "www.foobar.com", "/", base::Time(), base::Time(), 111 base::Time(), false, false, false); 138 base::Time(), base::Time::FromDoubleT(10000), base::Time(), 163 GURL(), "ABC", "DEF", "www.foobar.com", "/", base::Time(), base::Time(), 164 base::Time(), false, false, false) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
base_unittest.py | 42 import base namespace 49 output = "OUTPUT %s %s %s" % (base.Port._WDIFF_DEL, base.Port._WDIFF_ADD, base.Port._WDIFF_END) 50 html = base.Port()._format_wdiff_output_as_html(output) 55 port = base.Port() 76 port = base.Port(executive=executive_mock.MockExecutive2(exception=OSError)) 89 port = base.Port(executive=executive_mock.MockExecutive2(exception=ScriptError)) 108 port = base.Port() 132 base._wdiff_available = Tru [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container_browsertest.cc | 76 base::TimeTicks start_time = base::TimeTicks::Now(); 88 << (base::TimeTicks::Now() - start_time).InMilliseconds() 101 << (base::TimeTicks::Now() - start_time).InMilliseconds() 116 << (base::TimeTicks::Now() - start_time).InMilliseconds() 124 << (base::TimeTicks::Now() - start_time).InMilliseconds() 134 << (base::TimeTicks::Now() - start_time).InMilliseconds() 146 << (base::TimeTicks::Now() - start_time).InMilliseconds() 156 << (base::TimeTicks::Now() - start_time).InMilliseconds() 166 << (base::TimeTicks::Now() - start_time).InMilliseconds( [all...] |
/external/icu4c/test/intltest/ |
punyref.c | 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon7109 61 /* base-1, or base if cp is does not represent a value. */ 66 cp - 97 < 26 ? cp - 97 : base; 71 /* the range 0 to base-1. The lowercase form is used unless flag is */ 117 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { 118 delta /= base - tmin; 121 return k + (base - tmin + 1) * delta / (delta + skew); 190 for (q = delta, k = base; ; k += base) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderRubyRun.cpp | 63 // The only place where a ruby base can be is in the last position 87 RenderRubyBase* base = rubyBase(); local 88 if (!base) { 89 base = createRubyBase(); 90 RenderBlock::addChild(base); 92 return base; 136 // Insertion before a ruby base object. 137 // In this case we need insert a new run before the current one and split the base. 145 // child is not a text -> insert it into the base 155 // If the child is a ruby text, then merge the ruby base with the base o 158 RenderRubyBase* base = rubyBase(); local 178 RenderBlock* base = rubyBase(); local [all...] |
/external/chromium/third_party/libevent/test/ |
regress_rpc.c | 133 struct evrpc_base *base = NULL; local 136 base = evrpc_init(http); 138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL); 139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL); 143 *pbase = base; 150 rpc_teardown(struct evrpc_base *base) 152 assert(EVRPC_UNREGISTER(base, Message) == 0); 153 assert(EVRPC_UNREGISTER(base, NeverReply) == 0); 155 evrpc_free(base); 180 struct evrpc_base *base = NULL local 263 struct evrpc_base *base = NULL; local 441 struct evrpc_base *base = NULL; local 512 struct evrpc_base *base = NULL; local 577 struct evrpc_base *base = NULL; local [all...] |
/external/chromium/net/socket/ |
tcp_client_socket_pool.cc | 7 #include "base/compiler_specific.h" 8 #include "base/logging.h" 9 #include "base/message_loop.h" 10 #include "base/metrics/histogram.h" 11 #include "base/string_util.h" 12 #include "base/time.h" 13 #include "net/base/net_log.h" 14 #include "net/base/net_errors.h" 20 using base::TimeDelta; 94 base::TimeDelta timeout_duration [all...] |
transport_client_socket_pool.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/time.h" 15 #include "base/timer.h" 16 #include "net/base/host_port_pair.h" 17 #include "net/base/host_resolver.h" 26 class TransportSocketParams : public base::RefCounted<TransportSocketParams> { 43 friend class base::RefCounted<TransportSocketParams>; 71 base::TimeDelta timeout_duration [all...] |
/external/chromium/webkit/glue/ |
webkit_glue.cc | 14 #include "base/lazy_instance.h" 15 #include "base/logging.h" 16 #include "base/memory/scoped_ptr.h" 17 #include "base/string_piece.h" 18 #include "base/string_tokenizer.h" 19 #include "base/string_util.h" 20 #include "base/stringprintf.h" 21 #include "base/sys_info.h" 22 #include "base/sys_string_conversions.h" 23 #include "base/utf_string_conversions.h [all...] |
/external/chromium/base/memory/ |
scoped_temp_dir_unittest.cc | 5 #include "base/file_util.h" 6 #include "base/memory/scoped_temp_dir.h" 7 #include "base/platform_file.h" 96 int file_flags = base::PLATFORM_FILE_CREATE_ALWAYS | 97 base::PLATFORM_FILE_WRITE; 98 base::PlatformFileError error_code = base::PLATFORM_FILE_OK; 100 base::PlatformFile file = base::CreatePlatformFile(file_path, file_flags, 102 EXPECT_NE(base::kInvalidPlatformFileValue, file) [all...] |
/external/chromium/base/win/ |
win_util.cc | 5 #include "base/win/win_util.h" 14 #include "base/logging.h" 15 #include "base/memory/scoped_ptr.h" 16 #include "base/win/registry.h" 17 #include "base/string_util.h" 18 #include "base/stringprintf.h" 19 #include "base/threading/thread_restrictions.h" 20 #include "base/win/scoped_handle.h" 21 #include "base/win/windows_version.h" 23 namespace base { namespace [all...] |
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 9 #include "base/command_line.h" 10 #include "base/file_path.h" 11 #include "base/file_util.h" 12 #include "base/lazy_instance.h" 13 #include "base/message_loop.h" 14 #include "base/metrics/histogram.h" 15 #include "base/process_util.h" 16 #include "base/string_number_conversions.h" 17 #include "base/string_util.h" 18 #include "base/stringprintf.h [all...] |
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 5 #include "base/file_util.h" 6 #include "base/memory/ref_counted.h" 7 #include "base/memory/scoped_temp_dir.h" 8 #include "base/message_loop.h" 9 #include "base/stl_util-inl.h" 10 #include "base/time.h" 38 "/", base::Time::Now(), 39 base::Time::Now(), 40 base::Time::Now(), 120 base::PlatformFileInfo info [all...] |
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.h | 41 #include "base/basictypes.h" 42 #include "base/task.h" 43 #include "base/time.h" 46 #include "net/base/completion_callback.h" 47 #include "net/base/net_errors.h" 123 base::TimeDelta url_fetch; 124 base::TimeDelta websocket_connect; 125 base::TimeDelta websocket_echo; 126 base::TimeDelta websocket_idle; 127 base::TimeDelta websocket_total [all...] |
/external/chromium/chrome/browser/ |
plugin_data_remover.cc | 7 #include "base/command_line.h" 8 #include "base/message_loop_proxy.h" 9 #include "base/metrics/histogram.h" 10 #include "base/synchronization/waitable_event.h" 11 #include "base/version.h" 36 event_(new base::WaitableEvent(true, false)), 46 base::WaitableEvent* PluginDataRemover::StartRemoving(base::Time begin_time) { 48 remove_start_time_ = base::Time::Now(); 69 base::Time start_time(base::Time::Now()) [all...] |
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_mac.cc | 7 #include "base/file_util.h" 8 #include "base/logging.h" 9 #include "base/mac/scoped_cftyperef.h" 10 #include "base/path_service.h" 11 #include "base/sys_string_conversions.h" 34 return path.Append(base::SysCFStringRefToUTF8(bundle_id) + ".plist"); 53 base::mac::ScopedCFTypeRef<CFStringRef> name( 54 base::SysUTF8ToCFStringRef(current->name)); 55 base::mac::ScopedCFTypeRef<CFPropertyListRef> value( 66 base::SysCFStringRefToUTF8((CFStringRef)value.get()) [all...] |
/external/chromium/net/disk_cache/ |
disk_cache_test_util.cc | 7 #include "base/logging.h" 8 #include "base/file_util.h" 9 #include "base/message_loop_proxy.h" 10 #include "base/path_service.h" 11 #include "net/base/net_errors.h" 16 using base::Time; 17 using base::TimeDelta; 23 PathService::Get(base::DIR_TEMP, &path); // Ignore return value; 63 int flags = base::PLATFORM_FILE_CREATE_ALWAYS | 64 base::PLATFORM_FILE_READ [all...] |
/external/chromium/net/proxy/ |
proxy_resolver_mac.cc | 9 #include "base/logging.h" 10 #include "base/mac/mac_util.h" 11 #include "base/mac/scoped_cftyperef.h" 12 #include "base/string_util.h" 13 #include "base/sys_string_conversions.h" 14 #include "net/base/net_errors.h" 69 base::mac::ScopedCFTypeRef<CFStringRef> query_ref( 70 base::SysUTF8ToCFStringRef(query_url.spec())); 71 base::mac::ScopedCFTypeRef<CFURLRef> query_url_ref( 77 base::mac::ScopedCFTypeRef<CFStringRef> pac_ref [all...] |
/external/iproute2/include/ |
utils.h | 79 extern int get_integer(int *val, const char *arg, int base); 80 extern int get_unsigned(unsigned *val, const char *arg, int base); 81 extern int get_jiffies(unsigned *val, const char *arg, int base, int *raw); 85 extern int get_u64(__u64 *val, const char *arg, int base); 86 extern int get_u32(__u32 *val, const char *arg, int base); 87 extern int get_u16(__u16 *val, const char *arg, int base); 88 extern int get_s16(__s16 *val, const char *arg, int base); 89 extern int get_u8(__u8 *val, const char *arg, int base); 90 extern int get_s8(__s8 *val, const char *arg, int base);
|
/packages/inputmethods/LatinIME/native/jni/src/ |
correction.h | 50 inline static void multiplyIntCapped(const int multiplier, int *base) { 51 const int temp = *base; 60 *base = 0; 62 *base = TWO_31ST_DIV_2 >= temp ? temp << 1 : S_INT_MAX; 68 *base = tempRetval >= temp ? tempRetval : S_INT_MAX; 73 inline static int powerIntCapped(const int base, const int n) { 75 if (base == 2) { 78 int ret = base; 79 for (int i = 1; i < n; ++i) multiplyIntCapped(base, &ret);
|