HomeSort by relevance Sort by last modified time
    Searched full:explicit (Results 251 - 275 of 1588) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/include/
UniquePtr.h 53 explicit UniquePtr(T* ptr = NULL) : mPtr(ptr) {
101 explicit UniquePtr(T* ptr = NULL) : mPtr(ptr) {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERBitString.java 124 * @param explicit true if the object is meant to be explicitly
131 boolean explicit)
DERObjectIdentifier.java 43 * @param explicit true if the object is meant to be explicitly
50 boolean explicit)
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 30 * value [0] EXPLICIT ANY DEFINED BY type-id }
175 boolean explicit)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmController.java 87 // BroadcastReceiver. Here we make an Intent with an explicit class
117 // BroadcastReceiver. Here we make an Intent with an explicit class
LocalServiceActivities.java 100 // interact with the service. Because we have bound to a explicit
122 // Establish a connection with the service. We use an explicit
  /external/bluetooth/glib/docs/reference/glib/tmpl/
async_queues.sgml 10 it's safer not to do this by shared memory, but by explicit message
19 without explicit locking and they bring their own builtin reference
  /external/gtest/include/gtest/
gtest-test-part.h 43 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
51 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
  /external/icu4c/tools/tzcode/
asctime.c 63 ** seven explicit spaces, two explicit colons, a newline,
  /external/skia/include/core/
SkString.h 43 explicit SkString(size_t len);
44 explicit SkString(const char text[]);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 78 explicit ClosureFstOptions(ClosureType t) : type(t) {}
121 explicit StateIterator(const ClosureFst<A> &fst)
  /external/stlport/stlport/stl/
_queue.h 87 explicit queue(const _Sequence& __c) : c(__c) {}
171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {}
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {}
101 // Invert shall not make explicit test run:
  /external/v8/src/
allocation.h 40 explicit inline NativeAllocationChecker(NativeAllocationAllowed allowed)
144 explicit PreallocatedStorage(size_t size);
fast-codegen.h 46 explicit FastCodeGenSyntaxChecker()
73 explicit FastCodeGenerator(MacroAssembler* masm)
parser.h 58 explicit FunctionEntry(Vector<unsigned> backing) : backing_(backing) { }
88 explicit ScriptDataImpl(Vector<unsigned> store)
string-stream.h 78 explicit FmtElm(double value) : type_(DOUBLE) {
114 explicit StringStream(StringAllocator* allocator):
  /external/v8/src/ia32/
fast-codegen-ia32.h 42 explicit FastCodeGenSyntaxChecker()
69 explicit FastCodeGenerator(MacroAssembler* masm)
  /external/v8/test/cctest/
cctest.h 90 explicit ApiTestFuzzer(int num)
131 explicit RegisterThreadedTest(CcTest::TestFunction* callback,
  /external/webkit/WebCore/platform/graphics/
Color.h 82 explicit Color(const String&);
83 explicit Color(const char*);
FloatSize.h 80 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
86 explicit FloatSize(const NSSize &); // don't do this implicitly since it's lossy
IntRect.h 78 explicit IntRect(const FloatRect& rect); // don't do this implicitly since it's lossy
151 explicit IntRect(const BRect&);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.h 162 explicit StylePainter(RenderThemeQt*, const RenderObject::PaintInfo&);
163 explicit StylePainter(ScrollbarThemeQt*, GraphicsContext*);
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 24 /* We declare an explicit pair, so that we don't have to rely on the java
34 we can remove this explicit copy from our JNI code.
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 109 * A version of texImage2D() that takes an explicit type parameter
184 * A version of texSubImage2D() that takes an explicit type parameter

Completed in 977 milliseconds

<<11121314151617181920>>