/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.apache.commons.el_1.0.0.v201004212143.jar | |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/libselinux/src/ |
android.c | 660 static int seapp_context_lookup(enum seapp_kind kind, 768 if (kind == SEAPP_TYPE && !cur->type) 770 else if (kind == SEAPP_DOMAIN && !cur->domain) 773 if (kind == SEAPP_TYPE) { 776 } else if (kind == SEAPP_DOMAIN) { 814 if (kind == SEAPP_DOMAIN && i == nspec) { [all...] |
/external/v8/test/mjsunit/ |
elements-kind.js | 97 // Make sure the element kind transitions from smi when a non-smi is stored. 229 function convert_mixed(array, value, kind) { 231 assertKind(kind, array);
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
CalculatorExpr.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 63 abstract TokenKind kind(); method in class:CalculatorExpr.Token 66 * Write kind as Byte followed by data needed by subclass constructor. 108 TokenKind kind() { return TokenKind.OPERATOR; } method in class:CalculatorExpr.Operator 250 public TokenKind kind() { method in class:CalculatorExpr.Constant 378 public TokenKind kind() { method in class:CalculatorExpr.PreEval 390 TokenKind kind = tokenKindValues[in.readByte()]; local 391 switch(kind) { 714 // The following functions all evaluate some kind of expression starting at position i in [all...] |
/prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/ |
butterknife-7.0.1.jar | |
/art/compiler/optimizing/ |
locations.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 45 enum Kind { 67 // a policy that specifies what kind of location is suitable. Payload 277 Kind GetKind() const { 321 LOG(FATAL) << "Should not use this location kind"; 378 // Number of bits required to encode Kind value. 385 Location(Kind kind, uintptr_t payload) 386 : value_(KindField::Encode(kind) | PayloadField::Encode(payload)) {} 392 typedef BitField<Kind, 0, kBitsForKind> KindField [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenRewriteStream.as | 404 /** Get all operations before an index of a particular kind */ 405 protected function getKindOfOps(rewrites:Array, kind:Class, before:int = -1):Array { 413 if ( getQualifiedClassName(op) == getQualifiedClassName(kind) ) ops.push(op);
|
/external/clang/lib/CodeGen/ |
CGCleanup.h | 52 unsigned Kind : 3; 111 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; 113 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) 116 CommonBits.Kind = kind; 119 Kind getKind() const { return static_cast<Kind>(CommonBits.Kind); }
|
/external/curl/docs/examples/ |
evhiperfifo.c | 19 * KIND, either express or implied. 250 int kind = (act&CURL_POLL_IN?EV_READ:0)|(act&CURL_POLL_OUT?EV_WRITE:0); local 257 ev_io_init(&f->ev, event_cb, f->sockfd, kind);
|
ghiper.c | 19 * KIND, either express or implied. 211 GIOCondition kind = local 220 f->ev=g_io_add_watch(f->ch, kind, event_cb, g);
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
Key.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 94 TypeKind kind = type.getKind(); local 95 return kind.isPrimitive() ? types.boxedClass((PrimitiveType) type).asType() : type;
|
MembersInjectionBinding.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 99 enum Kind { 104 abstract Kind kind(); method in class:MembersInjectionBinding.InjectionSite 140 InjectionSite.Kind.METHOD, 153 InjectionSite.Kind.FIELD, 242 if (injectionSite.kind() == InjectionSite.Kind.METHOD) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ResultsElement.java | 590 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { 593 this.children[i].writableStatus(buffer, kind, excluded);
|
/external/libmicrohttpd/src/testcurl/ |
test_process_headers.c | 69 kv_cb (void *cls, enum MHD_ValueKind kind, const char *key, const char *value) 72 (0 == strcmp (value, "127.0.0.1:21080")) && (kind == MHD_HEADER_KIND))
|
/external/libnl/lib/ |
cache.c | 209 * @arg kind Name of cache type 212 int nl_cache_alloc_name(const char *kind, struct nl_cache **result) 217 ops = nl_cache_ops_lookup(kind);
|
/external/libnl/lib/route/ |
tc.c | 257 diff |= TC_DIFF(KIND, strcmp(a->tc_kind, b->tc_kind)); 303 void tca_set_kind(struct rtnl_tca *t, const char *kind) 305 strncpy(t->tc_kind, kind, sizeof(t->tc_kind) - 1);
|
/external/llvm/test/MC/Mips/ |
mips-jump-instructions.s | 112 # CHECK32: # fixup A - offset: 0, value: lab, kind: fixup_Mips_26 135 # CHECK64: # fixup A - offset: 0, value: lab, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips1/ |
valid.s | 45 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 47 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/mesa3d/src/mesa/main/ |
attrib.c | 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 149 GLbitfield kind; member in struct:gl_attrib_node 185 * Allocate new attribute node of given type/kind. Attach payload data. 190 GLbitfield kind, void *payload) 194 n->kind = kind; 833 * This function is kind of long just because we have to call a lot [all...] |
/external/selinux/libsepol/cil/src/ |
cil_find.c | 272 if (px1->kind != px2->kind) goto exit;
|
/external/v8/src/compiler/ |
register-allocator.cc | 28 int GetRegisterCount(const RegisterConfiguration* cfg, RegisterKind kind) { 29 return kind == FP_REGISTERS ? cfg->num_double_registers() 35 RegisterKind kind) { 36 return kind == FP_REGISTERS ? cfg->num_allocatable_double_registers() 42 RegisterKind kind) { 43 return kind == FP_REGISTERS ? cfg->allocatable_double_codes() 347 switch (op.kind()) { 484 RegisterKind LiveRange::kind() const { function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange [all...] |