/external/chromium_org/media/audio/mac/ |
audio_device_listener_mac.h | 37 // AudioDeviceListenerMac must be constructed and destructed on the same
|
/external/chromium_org/ppapi/cpp/private/ |
pass_file_handle.h | 17 // is constructed. This loses the ownership when this object is
|
/external/chromium_org/ppapi/host/ |
resource_message_filter.h | 80 // This object must be constructed on the same thread that a reply message 81 // should be sent, i.e. the IO thread when constructed in the browser process 82 // or the main thread when constructed in the renderer process. Since 83 // ResourceMessageFilters are usually constructed in the constructor of the
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
block_builder.h | 21 // Reset the contents as if the BlockBuilder was just constructed.
|
/external/chromium_org/third_party/skia/include/utils/ |
SkThreadPool.h | 49 kRunning_State, // Normal case. We've been constructed and no one has called wait().
|
/external/chromium_org/tools/gn/ |
item.h | 28 // accessed from any thread with no locking once the item is constructed.
|
ninja_target_writer.h | 38 // Returns the FileTemplate constructed from the outputs variable. This is
|
/external/chromium_org/ui/base/cocoa/ |
focus_tracker.h | 12 // constructed, and callers can use restoreFocus to return focus to
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
CatchBuilder.java | 30 * @return {@code non-null;} the constructed table
|
/external/guava/guava/src/com/google/common/collect/ |
BstPathFactory.java | 25 * @param <P> The type of paths constructed by this {@code BstPathFactory}.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
SingletonImmutableMap.java | 35 // never modified after a map is constructed.
|
/external/jpeg/ |
jchuff.h | 25 /* Derived data constructed for each Huffman table */
|
/external/junit/src/org/junit/runner/ |
Runner.java | 14 * class will be constructed immediately before running the test and that the runner
|
/external/littlemock/src/com/google/testing/littlemock/ |
Captor.java | 34 * automatically constructed.
|
Mock.java | 34 * constructed for you.
|
/external/llvm/include/llvm/MC/ |
MCWinCOFFObjectWriter.h | 38 /// \returns The constructed object writer.
|
/external/proguard/src/proguard/util/ |
SettableMatcher.java | 25 * after this StringMatcher has been constructed.
|
/external/qemu/distrib/jpeg-6b/ |
jchuff.h | 25 /* Derived data constructed for each Huffman table */
|
/external/skia/include/utils/ |
SkThreadPool.h | 49 kRunning_State, // Normal case. We've been constructed and no one has called wait().
|
/frameworks/base/media/mca/filterfw/native/core/ |
statistics.h | 23 // An incrementally-constructed Normal distribution.
|
/libcore/luni/src/main/java/java/sql/ |
Savepoint.java | 29 * Returns the constructed ID for this savepoint.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadFactory.java | 36 * @return constructed thread, or {@code null} if the request to
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterApp.java | 42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
NowOrLater.java | 19 * Interface for an object that may be constructed asynchronously. In cases when the object is ready
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.h | 49 InlineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, 57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal) 141 bool isConstructed() { return m_bitfields.constructed(); } 306 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true) 308 , m_constructed(constructed) 329 ADD_BOOLEAN_BITFIELD(constructed, Constructed);
|