/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
ProtectionSchemeInformationBox.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 * information such as the kind and location of the key management system. It also documents the
|
/external/objenesis/main/src/org/objenesis/ |
Objenesis.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21 * Common interface to all kind of Objenesis objects
|
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
FormNodeProvider.java | 10 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27 * Parses one of several elements used in pubsub that contain a form of some kind as a child element. The
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
UncheckedThrow.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 25 * Throw any kind of exception without needing it to be checked
|
/frameworks/base/core/java/android/text/ |
ParcelableSpan.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * A special kind of Parcelable for objects that will serve as text spans.
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 84 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); local 85 mAccepted = CHARACTERS[kind]; 101 int kind = (sign ? SIGN : 0) | (decimal ? DECIMAL : 0); local 103 if (sInstance[kind] != null) 104 return sInstance[kind]; 106 sInstance[kind] = new DigitsKeyListener(sign, decimal); 107 return sInstance[kind];
|
/frameworks/opt/vcard/java/com/android/vcard/exception/ |
VCardNotSupportedException.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * This is a kind of a good news from the view of development.
|
/packages/apps/Contacts/res/layout/ |
item_kind_section.xml | 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 <!-- the body surrounding all editors for a specific kind -->
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ExternalSource.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 148 final DataKind kind = new DataKind(); local 150 kind.mimeType = a 152 kind.iconRes = a.getResourceId( 159 kind.actionHeader = new FallbackSource.SimpleInflater(summaryColumn); 170 kind.actionBodySocial = true; 175 kind.actionBody = new FallbackSource.SimpleInflater(detailColumn); 178 addKind(kind);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 24 a simple kind of mirror 33 a simple kind of mirror
|
msg_44.txt | 22 a simple kind of mirror 29 a simple kind of mirror
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 24 a simple kind of mirror 33 a simple kind of mirror
|
msg_44.txt | 22 a simple kind of mirror 29 a simple kind of mirror
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
cr.js | 70 * The kind of property to define in {@code defineProperty}. 97 * @param {cr.PropertyKind} kind The kind of the property. 100 function getGetter(name, kind) { 101 switch (kind) { 122 * kind. 125 * @param {cr.PropertyKind} kind The kind of property we are getting the 131 function getSetter(name, kind, opt_setHook) { 132 switch (kind) { [all...] |
/external/chromium_org/ui/webui/resources/js/ |
cr.js | 70 * The kind of property to define in {@code defineProperty}. 97 * @param {cr.PropertyKind} kind The kind of the property. 100 function getGetter(name, kind) { 101 switch (kind) { 122 * kind. 125 * @param {cr.PropertyKind} kind The kind of property we are getting the 131 function getSetter(name, kind, opt_setHook) { 132 switch (kind) { [all...] |
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 27 /// \brief The basic C++ ABI kind. 28 enum Kind { 87 Kind TheKind; 93 TargetCXXABI(Kind kind) : TheKind(kind) {} 95 void set(Kind kind) { 96 TheKind = kind; 99 Kind getKind() const { return TheKind; [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsAsmBackend.cpp | 30 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { 33 switch (Kind) { 102 /// fixup kind as appropriate. 105 MCFixupKind Kind = Fixup.getKind(); 106 Value = adjustFixupValue((unsigned)Kind, Value); 114 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; 118 switch ((unsigned)Kind) { 139 (64 - getFixupKindInfo(Kind).TargetSize)); 151 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const { 194 if (Kind < FirstTargetFixupKind [all...] |
/external/llvm/utils/TableGen/ |
CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind; 36 ConstraintInfo() : Kind(None) {} 40 I.Kind = EarlyClobber; 47 I.Kind = Tied; 52 bool isNone() const { return Kind == None; } 53 bool isEarlyClobber() const { return Kind == EarlyClobber; } 54 bool isTied() const { return Kind == Tied; } 304 } Kind; 306 ResultOperand(std::string N, Record *r) : Name(N), R(r), Kind(K_Record) {} 307 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) { [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | 180 GS_Kind kind; member in struct:_GS_Address 187 address (kind == GS_break) or if this address is the jump target of an 189 single stepping (kind == GS_jump). 208 static void add_gs_address (Addr addr, GS_Kind kind, char* from) 214 p->kind = kind; 230 char* VG_(ppPointKind) (PointKind kind) 232 switch(kind) { 246 PointKind kind; member in struct:_GS_Watch 250 /* gs_watches contains a list of all addresses+len+kind that are bein [all...] |
/external/valgrind/main/drd/tests/ |
annotate_barrier_xml.stderr.exp | 37 <kind>UnimpDrdClReq</kind> 70 <kind>UnimpDrdClReq</kind> 103 <kind>UnimpDrdClReq</kind> 136 <kind>UnimpDrdClReq</kind> 169 <kind>ConflictingAccess</kind> [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_mutex_init.c | 89 mx->kind = PTHREAD_MUTEX_DEFAULT; 93 mx->kind = (*attr)->kind; 103 mx->kind = -mx->kind - 1;
|
/external/chromium_org/third_party/icu/source/common/ |
brkiter.cpp | 51 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status) 123 // If there is a result, set the valid locale and actual locale, and the kind 127 result->setBreakType(kind); 226 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { 227 return BreakIterator::makeInstance(loc, kind, status); 248 int32_t kind = lkey.kind(); local 251 return BreakIterator::makeInstance(loc, kind, status); 316 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) 323 return service->registerInstance(toAdopt, locale, kind, status) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx.c | 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 60 surface_notify_handler(Display * dpy, unsigned int uid, int kind) 63 switch (kind) { 79 fprintf(stderr, "unhandled kind of event: %d in %s\n", kind, __func__);
|
/external/chromium_org/v8/src/ |
elements-kind.cc | 28 #include "elements-kind.h" 68 const char* ElementsKindToString(ElementsKind kind) { 69 ElementsAccessor* accessor = ElementsAccessor::ForKind(kind); 74 void PrintElementsKind(FILE* out, ElementsKind kind) { 75 PrintF(out, "%s", ElementsKindToString(kind));
|
/external/icu4c/common/ |
brkiter.cpp | 51 BreakIterator::buildInstance(const Locale& loc, const char *type, int32_t kind, UErrorCode &status) 123 // If there is a result, set the valid locale and actual locale, and the kind 127 result->setBreakType(kind); 228 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const { 229 return BreakIterator::makeInstance(loc, kind, status); 254 int32_t kind = lkey.kind(); local 257 return BreakIterator::makeInstance(loc, kind, status); 324 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) 331 return service->registerInstance(toAdopt, locale, kind, status) [all...] |