HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 976 - 1000 of 5191) sorted by null

<<31323334353637383940>>

  /external/chromium/net/websockets/
websocket_throttle.h 12 #include "base/hash_tables.h"
51 typedef base::hash_map<std::string, ConnectingQueue*> ConnectingAddressMap;
  /external/e2fsprogs/misc/
base_device.c 4 * Return the "base device" given a particular device; this is used to
7 * place. If the base device can not be determined, return NULL.
152 const char *base; local
164 base = base_device(buf);
165 printf("%s\t%s\n", buf, base ? base : "NONE");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/guava/guava/src/com/google/common/base/
Charsets.java 17 package com.google.common.base;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableMap.java 19 import static com.google.common.base.Preconditions.checkNotNull;
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 17 package com.google.common.base;
19 import com.google.common.base.internal.Finalizer;
127 URLClassLoader newLoader(URL base) {
128 return new DecoupledClassLoader(new URL[] { base });
  /external/icu4c/test/intltest/
idnaconf.h 29 UChar* base; member in class:IdnaConfTest
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
TcpConnectorFactory.java 33 package com.jme3.network.base;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
Basis.java 75 public FloatBuffer getBuffer(float sx, float sy, float base, int size);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
FilteredBasis.java 61 public FloatBuffer filter(float sx, float sy, float base, FloatBuffer data, int size) {
94 public FloatBuffer getBuffer(float sx, float sy, float base, int size) {
97 FloatBuffer retval = this.basis.getBuffer(sx - margin, sy - margin, base, workSize);
98 return this.clip(this.doFilter(sx, sy, base, retval, workSize), workSize, size, margin);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
IterativeFilter.java 84 public FloatBuffer filter(float sx, float sy, float base, FloatBuffer data, int size) {
92 retval = f.doFilter(sx, sy, base, retval, size);
94 retval = this.filter.doFilter(sx, sy, base, retval, size);
96 retval = f.doFilter(sx, sy, base, retval, size);
  /external/junit/src/org/junit/rules/
ExpectedException.java 59 public Statement apply(Statement base,
61 return new ExpectedExceptionStatement(base);
103 public ExpectedExceptionStatement(Statement base) {
104 fNext= base;
  /external/qemu/android/
charmap.h 21 unsigned short base; member in struct:AKeyEntry
  /external/qemu/hw/
isa.h 11 void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size);
  /external/svox/pico/lib/
picoknow.c 55 this->base = NULL;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-002.js 54 this.base = Employee;
55 this.base( name, dept)
67 this.base = WorkerBee;
68 this.base( name, "engineering", projs )
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_11.js 61 this.base = Employee;
62 this.base( name, dept)
74 this.base = WorkerBee;
75 this.base( name, "engineering", projs )
proto_7.js 55 this.base = Employee;
56 this.base( name, dept)
62 this.base = WorkerBee;
63 this.base( name, "engineering", projs )
proto_8.js 53 this.base = Employee;
54 this.base( name, dept)
60 this.base = WorkerBee;
61 this.base( name, "engineering", projs )
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocationAligned.cpp 71 // Clear base & size before calling release; if this is *inside* allocation
80 vm_deallocate(current_task(), reinterpret_cast<vm_address_t>(tmp.base()), tmp.size());
82 ASSERT(tmp.m_reservation.contains(tmp.base(), tmp.size()));
83 OSAllocator::decommitAndRelease(tmp.m_reservation.base(), tmp.m_reservation.size(), tmp.base(), tmp.size());
  /external/webkit/Source/JavaScriptCore/wtf/text/
TextPosition.h 43 * both practices coexist in WebKit source base, 'int' type should be replaced with
55 * that accept or return integer have a name explicitly defining base of integer. For this reason
73 static TextPosition<NUMBER> minimumPosition() { return TextPosition<NUMBER>(NUMBER::base(), NUMBER::base()); }
98 static ZeroBasedNumber base() { return 0; } function in class:WTF::ZeroBasedNumber
119 static OneBasedNumber base() { return 1; } function in class:WTF::OneBasedNumber
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
rule_binding.py 83 (base, inputs, options) = sections
85 assert len(base) == 3, base
86 (input, cppdir, hdir) = base
  /external/webkit/Source/WebCore/html/
HTMLNameCollection.cpp 43 ASSERT(previous != base());
47 current = base()->firstChild();
49 current = previous->traverseNextNode(base());
51 for (; current; current = current->traverseNextNode(base())) {
  /external/webkit/Source/WebKit/chromium/tests/
RunAllTests.cpp 31 // FIXME: Avoid this source dependency on Chromium's base module.
32 #include <base/test/test_suite.h>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
NullFilter.java 18 package android.filterpacks.base;

Completed in 1616 milliseconds

<<31323334353637383940>>